Build of nspr with clang_glibc toolchain

The build took 00h 01m 31s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
112,412 ansic
3,674 sh
2,802 cpp
2,327 makefile
826 asm
405 perl
24 python
122,470 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: nspr 4.12-1 (Thu Apr 13 19:29:10 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for whoami... /usr/bin/whoami
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for as... /usr/bin/as
# checking for ar... /usr/bin/ar
# checking for ld... /usr/bin/ld
# checking for strip... /usr/bin/strip
# checking for windres... no
# checking how to run the C preprocessor... clang -E
# checking for gcc -pipe support... no
# checking whether C compiler supports -fprofile-generate... yes
# checking for visibility(hidden) attribute... yes
# checking for visibility pragma support... yes
# checking for perl5... no
# checking for perl... /usr/bin/perl
# checking for dlopen in -ldl... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether clang needs -traditional... no
# checking for dladdr... yes
# checking for gettid... no
# checking for lchown... yes
# checking for setpriority... yes
# checking for strerror... yes
# checking for syscall... yes
# checking for secure_getenv... yes
# checking for __secure_getenv... no
# checking for pthread_create in -lpthreads... no
# checking for pthread_create in -lpthread... yes
# checking whether clang accepts -pthread... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config/Makefile
# config.status: creating config/autoconf.mk
# config.status: creating config/nsprincl.mk
# config.status: creating config/nsprincl.sh
# config.status: creating config/nspr-config
# config.status: creating config/nspr.pc
# config.status: creating lib/Makefile
# config.status: creating lib/ds/Makefile
# config.status: creating lib/libc/Makefile
# config.status: creating lib/libc/include/Makefile
# config.status: creating lib/libc/src/Makefile
# config.status: creating lib/tests/Makefile
# config.status: creating pkg/Makefile
# config.status: creating pr/Makefile
# config.status: creating pr/include/Makefile
# config.status: creating pr/include/md/Makefile
# config.status: creating pr/include/obsolete/Makefile
# config.status: creating pr/include/private/Makefile
# config.status: creating pr/src/Makefile
# config.status: creating pr/src/io/Makefile
# config.status: creating pr/src/linking/Makefile
# config.status: creating pr/src/malloc/Makefile
# config.status: creating pr/src/md/Makefile
# config.status: creating pr/src/md/unix/Makefile
# config.status: creating pr/src/memory/Makefile
# config.status: creating pr/src/misc/Makefile
# config.status: creating pr/src/threads/Makefile
# config.status: creating pr/tests/Makefile
# config.status: creating pr/tests/dll/Makefile
# config.status: creating pkg/linux/Makefile
# config.status: creating pr/src/pthreads/Makefile
# config.status: executing default commands
# make -C config export
# make[1]: Entering directory '/tmp/nspr/src/nspr-4.12/config'
# clang -o now.o -c -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM .././nspr/config/now.c
# clang now.o -o now
# clang -o nsinstall.o -c -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM .././nspr/config/nsinstall.c
# clang nsinstall.o -o nsinstall
# rm -f nfspwd; cp .././nspr/config/nfspwd.pl nfspwd; chmod +x nfspwd
# rm -f ../dist/bin/nspr-config
# make[1]: Leaving directory '/tmp/nspr/src/nspr-4.12/config'
# make -C pr export
# make[1]: Entering directory '/tmp/nspr/src/nspr-4.12/pr'
# make -C include export
# make[2]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/include'
# make -C md export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/include/md'
# ../../../config/./nsinstall -R -m 444 ../../.././nspr/pr/include/md/_openbsd.cfg ../../.././nspr/pr/include/md/_winnt.cfg ../../.././nspr/pr/include/md/_osf1.cfg ../../.././nspr/pr/include/md/_nto.cfg ../../.././nspr/pr/include/md/_riscos.cfg ../../.././nspr/pr/include/md/_dgux.cfg ../../.././nspr/pr/include/md/_aix32.cfg ../../.././nspr/pr/include/md/_hpux64.cfg ../../.././nspr/pr/include/md/_os2.cfg ../../.././nspr/pr/include/md/_linux.cfg ../../.././nspr/pr/include/md/_qnx.cfg ../../.././nspr/pr/include/md/_darwin.cfg ../../.././nspr/pr/include/md/_beos.cfg ../../.././nspr/pr/include/md/_irix32.cfg ../../.././nspr/pr/include/md/_win95.cfg ../../.././nspr/pr/include/md/_aix64.cfg ../../.././nspr/pr/include/md/_solaris.cfg ../../.././nspr/pr/include/md/_unixware.cfg ../../.././nspr/pr/include/md/_freebsd.cfg ../../.././nspr/pr/include/md/_scoos.cfg ../../.././nspr/pr/include/md/_irix64.cfg ../../.././nspr/pr/include/md/_unixware7.cfg ../../.././nspr/pr/include/md/_symbian.cfg ../../.././nspr/pr/include/md/_netbsd.cfg ../../.././nspr/pr/include/md/_hpux32.cfg ../../.././nspr/pr/include/md/_bsdi.cfg ../../../dist/include/nspr/md
# ../../../config/./nsinstall -R -m 444 ../../.././nspr/pr/include/md/_linux.cfg ../../../dist/include/nspr
# mv -f ../../../dist/include/nspr/_linux.cfg ../../../dist/include/nspr/prcpucfg.h
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/include/md'
# make -C private export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/include/private'
# ../../../config/./nsinstall -R -m 444 ../../.././nspr/pr/include/private/pprio.h ../../.././nspr/pr/include/private/pprthred.h ../../.././nspr/pr/include/private/prpriv.h ../../../dist/include/nspr/private
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/include/private'
# make -C obsolete export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/include/obsolete'
# ../../../config/./nsinstall -R -m 444 ../../.././nspr/pr/include/obsolete/pralarm.h ../../.././nspr/pr/include/obsolete/probslet.h ../../.././nspr/pr/include/obsolete/protypes.h ../../.././nspr/pr/include/obsolete/prsem.h ../../../dist/include/nspr/obsolete
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/include/obsolete'
# ../../config/./nsinstall -R -m 444 ../.././nspr/pr/include/prmon.h ../.././nspr/pr/include/prrng.h ../.././nspr/pr/include/prproces.h ../.././nspr/pr/include/prtypes.h ../.././nspr/pr/include/prcvar.h ../.././nspr/pr/include/prdtoa.h ../.././nspr/pr/include/prtrace.h ../.././nspr/pr/include/prmem.h ../.././nspr/pr/include/prprf.h ../.././nspr/pr/include/prsystem.h ../.././nspr/pr/include/prolock.h ../.././nspr/pr/include/prlog.h ../.././nspr/pr/include/prinrval.h ../.././nspr/pr/include/prcountr.h ../.././nspr/pr/include/prtime.h ../.././nspr/pr/include/prwin16.h ../.././nspr/pr/include/prinet.h ../.././nspr/pr/include/prcmon.h ../.././nspr/pr/include/prtpool.h ../.././nspr/pr/include/prshm.h ../.././nspr/pr/include/prerr.h ../.././nspr/pr/include/prclist.h ../.././nspr/pr/include/prerror.h ../.././nspr/pr/include/prlink.h ../.././nspr/pr/include/prmwait.h ../.././nspr/pr/include/prio.h ../.././nspr/pr/include/prlock.h ../.././nspr/pr/include/prinit.h ../.././nspr/pr/include/pratom.h ../.././nspr/pr/include/prpdce.h ../.././nspr/pr/include/prenv.h ../.././nspr/pr/include/prshma.h ../.././nspr/pr/include/prvrsion.h ../.././nspr/pr/include/prlong.h ../.././nspr/pr/include/nspr.h ../.././nspr/pr/include/pripcsem.h ../.././nspr/pr/include/prnetdb.h ../.././nspr/pr/include/prrwlock.h ../.././nspr/pr/include/prthread.h ../.././nspr/pr/include/prbit.h ../../dist/include/nspr
# make[2]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/include'
# make -C src export
# make[2]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src'
# make -C io export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/io'
# clang -o prfdcach.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prfdcach.c
# clang -o prmwait.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prmwait.c
# clang -o priometh.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/priometh.c
# clang -o pripv6.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/pripv6.c
# clang -o prmapopt.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prmapopt.c
# clang -o prlayer.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prlayer.c
# clang -o prlog.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prlog.c
# clang -o prmmap.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prmmap.c
# clang -o prpolevt.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prpolevt.c
# clang -o prprf.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prprf.c
# clang -o prscanf.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prscanf.c
# clang -o prstdio.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/io/prstdio.c
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/io'
# make -C linking export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/linking'
# clang -o prlink.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/linking/prlink.c
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/linking'
# make -C malloc export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/malloc'
# clang -o prmalloc.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/malloc/prmalloc.c
# clang -o prmem.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/malloc/prmem.c
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/malloc'
# make -C md export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/md'
# make -C unix export
# make[4]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/md/unix'
# clang -o unix.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../.././nspr/pr/include -I../../../.././nspr/pr/include/private ../../../.././nspr/pr/src/md/unix/unix.c
# clang -o unix_errors.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../.././nspr/pr/include -I../../../.././nspr/pr/include/private ../../../.././nspr/pr/src/md/unix/unix_errors.c
# clang -o uxproces.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../.././nspr/pr/include -I../../../.././nspr/pr/include/private ../../../.././nspr/pr/src/md/unix/uxproces.c
# clang -o uxrng.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../.././nspr/pr/include -I../../../.././nspr/pr/include/private ../../../.././nspr/pr/src/md/unix/uxrng.c
# clang -o uxshm.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../.././nspr/pr/include -I../../../.././nspr/pr/include/private ../../../.././nspr/pr/src/md/unix/uxshm.c
# clang -o uxwrap.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../.././nspr/pr/include -I../../../.././nspr/pr/include/private ../../../.././nspr/pr/src/md/unix/uxwrap.c
# clang -o linux.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../.././nspr/pr/include -I../../../.././nspr/pr/include/private ../../../.././nspr/pr/src/md/unix/linux.c
# clang -o os_Linux_x86_64.o -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../../dist/include/nspr -I../../../.././nspr/pr/include -I../../../.././nspr/pr/include/private -c ../../../.././nspr/pr/src/md/unix/os_Linux_x86_64.s
# clang-3.8: warning: argument unused during compilation: '-fvisibility=hidden'
# clang-3.8: warning: argument unused during compilation: '-pthread'
# clang-3.8: warning: argument unused during compilation: '-U DEBUG'
# clang-3.8: warning: argument unused during compilation: '-D PACKAGE_NAME=""'
# clang-3.8: warning: argument unused during compilation: '-D PACKAGE_TARNAME=""'
# clang-3.8: warning: argument unused during compilation: '-D PACKAGE_VERSION=""'
# clang-3.8: warning: argument unused during compilation: '-D PACKAGE_STRING=""'
# clang-3.8: warning: argument unused during compilation: '-D PACKAGE_BUGREPORT=""'
# clang-3.8: warning: argument unused during compilation: '-D PACKAGE_URL=""'
# clang-3.8: warning: argument unused during compilation: '-D NDEBUG=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_VISIBILITY_PRAGMA=1'
# clang-3.8: warning: argument unused during compilation: '-D XP_UNIX=1'
# clang-3.8: warning: argument unused during compilation: '-D _GNU_SOURCE=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_FCNTL_FILE_LOCKING=1'
# clang-3.8: warning: argument unused during compilation: '-D LINUX=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_DLADDR=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_LCHOWN=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_SETPRIORITY=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_STRERROR=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_SYSCALL=1'
# clang-3.8: warning: argument unused during compilation: '-D HAVE_SECURE_GETENV=1'
# clang-3.8: warning: argument unused during compilation: '-D _REENTRANT=1'
# clang-3.8: warning: argument unused during compilation: '-D FORCE_PR_LOG'
# clang-3.8: warning: argument unused during compilation: '-D _PR_PTHREADS'
# clang-3.8: warning: argument unused during compilation: '-U HAVE_CVAR_BUILT_ON_SEM'
# clang-3.8: warning: argument unused during compilation: '-D _NSPR_BUILD_'
# make[4]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/md/unix'
# clang -o prosdep.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include ../../.././nspr/pr/src/md/prosdep.c
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/md'
# make -C memory export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/memory'
# clang -o prseg.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/memory/prseg.c
# clang -o prshm.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/memory/prshm.c
# clang -o prshma.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/memory/prshma.c
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/memory'
# make -C misc export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/misc'
# clang -o pralarm.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/pralarm.c
# clang -o pratom.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/pratom.c
# clang -o prcountr.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prcountr.c
# clang -o prdtoa.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prdtoa.c
# clang -o prenv.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prenv.c
# clang -o prerr.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prerr.c
# clang -o prerror.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prerror.c
# clang -o prerrortable.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prerrortable.c
# clang -o prinit.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prinit.c
# clang -o prinrval.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prinrval.c
# clang -o pripc.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/pripc.c
# clang -o prlog2.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prlog2.c
# clang -o prlong.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prlong.c
# clang -o prnetdb.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prnetdb.c
# clang -o praton.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/praton.c
# clang -o prolock.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prolock.c
# clang -o prrng.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prrng.c
# clang -o prsystem.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prsystem.c
# clang -o prtime.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prtime.c
# clang -o prthinfo.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prthinfo.c
# clang -o prtpool.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prtpool.c
# clang -o prtrace.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/misc/prtrace.c
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/misc'
# make -C threads export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/threads'
# clang -o prcmon.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/threads/prcmon.c
# clang -o prrwlock.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/threads/prrwlock.c
# clang -o prtpd.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/threads/prtpd.c
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/threads'
# make -C pthreads export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/pthreads'
# clang -o ptio.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/pthreads/ptio.c
# clang -o ptsynch.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/pthreads/ptsynch.c
# clang -o ptthread.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/pthreads/ptthread.c
# clang -o ptmisc.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../.././nspr/pr/include -I../../.././nspr/pr/include/private ../../.././nspr/pr/src/pthreads/ptmisc.c
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/pthreads'
# make build
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src'
# clang -o prvrsion.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../dist/include/nspr -I../.././nspr/pr/include -I../.././nspr/pr/include/private -I. ../.././nspr/pr/src/prvrsion.c
# rm -f libnspr4.a
# /usr/bin/ar cr libnspr4.a ./prvrsion.o io/./prfdcach.o io/./prmwait.o io/./prmapopt.o io/./priometh.o io/./pripv6.o io/./prlayer.o io/./prlog.o io/./prmmap.o io/./prpolevt.o io/./prprf.o io/./prscanf.o io/./prstdio.o threads/./prcmon.o threads/./prrwlock.o threads/./prtpd.o linking/./prlink.o malloc/./prmalloc.o malloc/./prmem.o md/./prosdep.o memory/./prshm.o memory/./prshma.o memory/./prseg.o misc/./pralarm.o misc/./pratom.o misc/./prcountr.o misc/./prdtoa.o misc/./prenv.o misc/./prerr.o misc/./prerror.o misc/./prerrortable.o misc/./prinit.o misc/./prinrval.o misc/./pripc.o misc/./prlog2.o misc/./prlong.o misc/./prnetdb.o misc/./praton.o misc/./prolock.o misc/./prrng.o misc/./prsystem.o misc/./prthinfo.o misc/./prtpool.o misc/./prtrace.o misc/./prtime.o pthreads/./ptsynch.o pthreads/./ptio.o pthreads/./ptthread.o pthreads/./ptmisc.o md/unix/./unix.o md/unix/./unix_errors.o md/unix/./uxproces.o md/unix/./uxrng.o md/unix/./uxshm.o md/unix/./uxwrap.o md/unix/./linux.o md/unix/./os_Linux_x86_64.o
# ranlib libnspr4.a
# rm -f libnspr4.so
# clang -shared -Wl,-soname -Wl,libnspr4.so -o libnspr4.so ./prvrsion.o io/./prfdcach.o io/./prmwait.o io/./prmapopt.o io/./priometh.o io/./pripv6.o io/./prlayer.o io/./prlog.o io/./prmmap.o io/./prpolevt.o io/./prprf.o io/./prscanf.o io/./prstdio.o threads/./prcmon.o threads/./prrwlock.o threads/./prtpd.o linking/./prlink.o malloc/./prmalloc.o malloc/./prmem.o md/./prosdep.o memory/./prshm.o memory/./prshma.o memory/./prseg.o misc/./pralarm.o misc/./pratom.o misc/./prcountr.o misc/./prdtoa.o misc/./prenv.o misc/./prerr.o misc/./prerror.o misc/./prerrortable.o misc/./prinit.o misc/./prinrval.o misc/./pripc.o misc/./prlog2.o misc/./prlong.o misc/./prnetdb.o misc/./praton.o misc/./prolock.o misc/./prrng.o misc/./prsystem.o misc/./prthinfo.o misc/./prtpool.o misc/./prtrace.o misc/./prtime.o pthreads/./ptsynch.o pthreads/./ptio.o pthreads/./ptthread.o pthreads/./ptmisc.o md/unix/./unix.o md/unix/./unix_errors.o md/unix/./uxproces.o md/unix/./uxrng.o md/unix/./uxshm.o md/unix/./uxwrap.o md/unix/./linux.o md/unix/./os_Linux_x86_64.o -lpthread -ldl -lrt
# ../../config/./nsinstall -R -m 444 ./libnspr4.a ./libnspr4.so ../../dist/lib
# ../../config/./nsinstall -R -m 444 ./libnspr4.so ../../dist/bin
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src'
# make[2]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src'
# make[1]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr'
# make -C lib export
# make[1]: Entering directory '/tmp/nspr/src/nspr-4.12/lib'
# make -C ds export
# make[2]: Entering directory '/tmp/nspr/src/nspr-4.12/lib/ds'
# clang -o plarena.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../dist/include/nspr -I../.././nspr/pr/include ../.././nspr/lib/ds/plarena.c
# clang -o plhash.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../dist/include/nspr -I../.././nspr/pr/include ../.././nspr/lib/ds/plhash.c
# clang -o plvrsion.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../dist/include/nspr -I../.././nspr/pr/include -I. ../.././nspr/lib/ds/plvrsion.c
# rm -f libplds4.a
# /usr/bin/ar cr libplds4.a ./plarena.o ./plhash.o ./plvrsion.o
# ranlib libplds4.a
# rm -f libplds4.so
# clang -shared -Wl,-soname -Wl,libplds4.so -o libplds4.so ./plarena.o ./plhash.o ./plvrsion.o -L../../dist/lib -lnspr4
# ../../config/./nsinstall -R -m 444 ../.././nspr/lib/ds/plarenas.h ../.././nspr/lib/ds/plarena.h ../.././nspr/lib/ds/plhash.h ../../dist/include/nspr
# ../../config/./nsinstall -R -m 444 ./libplds4.a ./libplds4.so ../../dist/lib
# ../../config/./nsinstall -R -m 444 ./libplds4.so ../../dist/bin
# make[2]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib/ds'
# make -C libc export
# make[2]: Entering directory '/tmp/nspr/src/nspr-4.12/lib/libc'
# make -C include export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/lib/libc/include'
# ../../../config/./nsinstall -R -m 444 ../../.././nspr/lib/libc/include/plbase64.h ../../.././nspr/lib/libc/include/plstr.h ../../.././nspr/lib/libc/include/plgetopt.h ../../.././nspr/lib/libc/include/plerror.h ../../../dist/include/nspr
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib/libc/include'
# make -C src export
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/lib/libc/src'
# clang -o plvrsion.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr -I. ../../.././nspr/lib/libc/src/plvrsion.c
# clang -o strlen.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strlen.c
# clang -o strcpy.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strcpy.c
# clang -o strdup.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strdup.c
# clang -o strcase.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strcase.c
# clang -o strcat.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strcat.c
# clang -o strcmp.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strcmp.c
# clang -o strchr.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strchr.c
# clang -o strpbrk.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strpbrk.c
# clang -o strstr.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strstr.c
# clang -o strtok.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/strtok.c
# clang -o base64.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/base64.c
# clang -o plerror.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/plerror.c
# clang -o plgetopt.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC -UDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -I../../../dist/include/nspr ../../.././nspr/lib/libc/src/plgetopt.c
# rm -f libplc4.a
# /usr/bin/ar cr libplc4.a ./plvrsion.o ./strlen.o ./strcpy.o ./strdup.o ./strcase.o ./strcat.o ./strcmp.o ./strchr.o ./strpbrk.o ./strstr.o ./strtok.o ./base64.o ./plerror.o ./plgetopt.o
# ranlib libplc4.a
# rm -f libplc4.so
# clang -shared -Wl,-soname -Wl,libplc4.so -o libplc4.so ./plvrsion.o ./strlen.o ./strcpy.o ./strdup.o ./strcase.o ./strcat.o ./strcmp.o ./strchr.o ./strpbrk.o ./strstr.o ./strtok.o ./base64.o ./plerror.o ./plgetopt.o -L../../../dist/lib -lnspr4
# ../../../config/./nsinstall -R -m 444 ./libplc4.a ./libplc4.so ../../../dist/lib
# ../../../config/./nsinstall -R -m 444 ./libplc4.so ../../../dist/bin
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib/libc/src'
# make[2]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib/libc'
# make[1]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make -C config install
# make[1]: Entering directory '/tmp/nspr/src/nspr-4.12/config'
# ../config/./nsinstall -t -m 0755 nspr-config /tmp/nspr/pkg/nspr/usr/bin
# ../config/./nsinstall -D /tmp/nspr/pkg/nspr/usr/share/aclocal
# ../config/./nsinstall -t -m 0644 .././nspr/config/nspr.m4 /tmp/nspr/pkg/nspr/usr/share/aclocal
# ../config/./nsinstall -D /tmp/nspr/pkg/nspr/usr/lib/pkgconfig
# ../config/./nsinstall -t -m 0644 nspr.pc /tmp/nspr/pkg/nspr/usr/lib/pkgconfig
# make[1]: Leaving directory '/tmp/nspr/src/nspr-4.12/config'
# make -C pr install
# make[1]: Entering directory '/tmp/nspr/src/nspr-4.12/pr'
# make -C include install
# make[2]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/include'
# ../../config/./nsinstall -t -m 0644 ../.././nspr/pr/include/prmon.h ../.././nspr/pr/include/prrng.h ../.././nspr/pr/include/prproces.h ../.././nspr/pr/include/prtypes.h ../.././nspr/pr/include/prcvar.h ../.././nspr/pr/include/prdtoa.h ../.././nspr/pr/include/prtrace.h ../.././nspr/pr/include/prmem.h ../.././nspr/pr/include/prprf.h ../.././nspr/pr/include/prsystem.h ../.././nspr/pr/include/prolock.h ../.././nspr/pr/include/prlog.h ../.././nspr/pr/include/prinrval.h ../.././nspr/pr/include/prcountr.h ../.././nspr/pr/include/prtime.h ../.././nspr/pr/include/prwin16.h ../.././nspr/pr/include/prinet.h ../.././nspr/pr/include/prcmon.h ../.././nspr/pr/include/prtpool.h ../.././nspr/pr/include/prshm.h ../.././nspr/pr/include/prerr.h ../.././nspr/pr/include/prclist.h ../.././nspr/pr/include/prerror.h ../.././nspr/pr/include/prlink.h ../.././nspr/pr/include/prmwait.h ../.././nspr/pr/include/prio.h ../.././nspr/pr/include/prlock.h ../.././nspr/pr/include/prinit.h ../.././nspr/pr/include/pratom.h ../.././nspr/pr/include/prpdce.h ../.././nspr/pr/include/prenv.h ../.././nspr/pr/include/prshma.h ../.././nspr/pr/include/prvrsion.h ../.././nspr/pr/include/prlong.h ../.././nspr/pr/include/nspr.h ../.././nspr/pr/include/pripcsem.h ../.././nspr/pr/include/prnetdb.h ../.././nspr/pr/include/prrwlock.h ../.././nspr/pr/include/prthread.h ../.././nspr/pr/include/prbit.h /tmp/nspr/pkg/nspr/usr/include/nspr/
# make -C md install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/include/md'
# ../../../config/./nsinstall -D /tmp/nspr/pkg/nspr/usr/include/nspr/md
# ../../../config/./nsinstall -t -m 644 ../../.././nspr/pr/include/md/_openbsd.cfg ../../.././nspr/pr/include/md/_winnt.cfg ../../.././nspr/pr/include/md/_osf1.cfg ../../.././nspr/pr/include/md/_nto.cfg ../../.././nspr/pr/include/md/_riscos.cfg ../../.././nspr/pr/include/md/_dgux.cfg ../../.././nspr/pr/include/md/_aix32.cfg ../../.././nspr/pr/include/md/_hpux64.cfg ../../.././nspr/pr/include/md/_os2.cfg ../../.././nspr/pr/include/md/_linux.cfg ../../.././nspr/pr/include/md/_qnx.cfg ../../.././nspr/pr/include/md/_darwin.cfg ../../.././nspr/pr/include/md/_beos.cfg ../../.././nspr/pr/include/md/_irix32.cfg ../../.././nspr/pr/include/md/_win95.cfg ../../.././nspr/pr/include/md/_aix64.cfg ../../.././nspr/pr/include/md/_solaris.cfg ../../.././nspr/pr/include/md/_unixware.cfg ../../.././nspr/pr/include/md/_freebsd.cfg ../../.././nspr/pr/include/md/_scoos.cfg ../../.././nspr/pr/include/md/_irix64.cfg ../../.././nspr/pr/include/md/_unixware7.cfg ../../.././nspr/pr/include/md/_symbian.cfg ../../.././nspr/pr/include/md/_netbsd.cfg ../../.././nspr/pr/include/md/_hpux32.cfg ../../.././nspr/pr/include/md/_bsdi.cfg /tmp/nspr/pkg/nspr/usr/include/nspr/md
# ../../../config/./nsinstall -t -m 644 ../../.././nspr/pr/include/md/_linux.cfg /tmp/nspr/pkg/nspr/usr/include/nspr
# mv -f /tmp/nspr/pkg/nspr/usr/include/nspr/_linux.cfg /tmp/nspr/pkg/nspr/usr/include/nspr/prcpucfg.h
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/include/md'
# make -C private install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/include/private'
# ../../../config/./nsinstall -t -m 0644 ../../.././nspr/pr/include/private/pprio.h ../../.././nspr/pr/include/private/pprthred.h ../../.././nspr/pr/include/private/prpriv.h /tmp/nspr/pkg/nspr/usr/include/nspr/private
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/include/private'
# make -C obsolete install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/include/obsolete'
# ../../../config/./nsinstall -t -m 0644 ../../.././nspr/pr/include/obsolete/pralarm.h ../../.././nspr/pr/include/obsolete/probslet.h ../../.././nspr/pr/include/obsolete/protypes.h ../../.././nspr/pr/include/obsolete/prsem.h /tmp/nspr/pkg/nspr/usr/include/nspr/obsolete
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/include/obsolete'
# make[2]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/include'
# make -C src install
# make[2]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src'
# ../../config/./nsinstall -t -m 0755 ./libnspr4.a ./libnspr4.so /tmp/nspr/pkg/nspr/usr/lib/
# make -C io install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/io'
# make[3]: Nothing to be done for 'install'.
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/io'
# make -C linking install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/linking'
# make[3]: Nothing to be done for 'install'.
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/linking'
# make -C malloc install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/malloc'
# make[3]: Nothing to be done for 'install'.
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/malloc'
# make -C md install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/md'
# make -C unix install
# make[4]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/md/unix'
# make[4]: Nothing to be done for 'install'.
# make[4]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/md/unix'
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/md'
# make -C memory install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/memory'
# make[3]: Nothing to be done for 'install'.
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/memory'
# make -C misc install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/misc'
# ../../../config/./nsinstall -t -m 0755 ../../.././nspr/pr/src/misc/compile-et.pl ../../.././nspr/pr/src/misc/prerr.properties /tmp/nspr/pkg/nspr/usr/bin
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/misc'
# make -C threads install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/threads'
# make[3]: Nothing to be done for 'install'.
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/threads'
# make -C pthreads install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/pr/src/pthreads'
# make[3]: Nothing to be done for 'install'.
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/pthreads'
# make[2]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src'
# make[1]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr'
# make -C lib install
# make[1]: Entering directory '/tmp/nspr/src/nspr-4.12/lib'
# make -C ds install
# make[2]: Entering directory '/tmp/nspr/src/nspr-4.12/lib/ds'
# ../../config/./nsinstall -t -m 0644 ../.././nspr/lib/ds/plarenas.h ../.././nspr/lib/ds/plarena.h ../.././nspr/lib/ds/plhash.h /tmp/nspr/pkg/nspr/usr/include/nspr/
# ../../config/./nsinstall -t -m 0755 ./libplds4.a ./libplds4.so /tmp/nspr/pkg/nspr/usr/lib/
# make[2]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib/ds'
# make -C libc install
# make[2]: Entering directory '/tmp/nspr/src/nspr-4.12/lib/libc'
# make -C include install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/lib/libc/include'
# ../../../config/./nsinstall -t -m 0644 ../../.././nspr/lib/libc/include/plbase64.h ../../.././nspr/lib/libc/include/plstr.h ../../.././nspr/lib/libc/include/plgetopt.h ../../.././nspr/lib/libc/include/plerror.h /tmp/nspr/pkg/nspr/usr/include/nspr/
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib/libc/include'
# make -C src install
# make[3]: Entering directory '/tmp/nspr/src/nspr-4.12/lib/libc/src'
# ../../../config/./nsinstall -t -m 0755 ./libplc4.a ./libplc4.so /tmp/nspr/pkg/nspr/usr/lib/
# make[3]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib/libc/src'
# make[2]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib/libc'
# make[1]: Leaving directory '/tmp/nspr/src/nspr-4.12/lib'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "nspr"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: nspr 4.12-1 (Thu Apr 13 19:29:49 UTC 2017)

CMD: pacman --query --file nspr-4.12-1-x86_64.pkg.tar.xz
# nspr 4.12-1

Creating hybrid package for 'nspr'

Trying to find vanilla package 'nspr'...

CMD: pacman --query --file /mirror/nspr-4.12-1.pkg.tar.xz
# nspr 4.12-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/nspr-config
# /usr/share/aclocal/nspr.m4
# /usr/lib/libnspr4.so
# /usr/lib/libplds4.so
# /usr/lib/libplc4.so
# /usr/lib/pkgconfig/nspr.pc
# /usr/lib/pkgconfig/mozilla-nspr.pc
# /usr/include/nspr/prmon.h
# /usr/include/nspr/prmem.h
# /usr/include/nspr/prrng.h
# /usr/include/nspr/prproces.h
# /usr/include/nspr/prtypes.h
# /usr/include/nspr/prcvar.h
# /usr/include/nspr/prlink.h
# /usr/include/nspr/prdtoa.h
# /usr/include/nspr/prwin16.h
# /usr/include/nspr/prtrace.h
# /usr/include/nspr/prlog.h
# /usr/include/nspr/prprf.h
# /usr/include/nspr/prsystem.h
# /usr/include/nspr/prshm.h
# /usr/include/nspr/prinrval.h
# /usr/include/nspr/prcountr.h
# /usr/include/nspr/prrwlock.h
# /usr/include/nspr/prerr.h
# /usr/include/nspr/prinet.h
# /usr/include/nspr/prenv.h
# /usr/include/nspr/prtpool.h
# /usr/include/nspr/prcmon.h
# /usr/include/nspr/prolock.h
# /usr/include/nspr/prclist.h
# /usr/include/nspr/prerror.h
# /usr/include/nspr/prmwait.h
# /usr/include/nspr/prio.h
# /usr/include/nspr/prlock.h
# /usr/include/nspr/prinit.h
# /usr/include/nspr/pratom.h
# /usr/include/nspr/prpdce.h
# /usr/include/nspr/prlong.h
# /usr/include/nspr/prshma.h
# /usr/include/nspr/prvrsion.h
# /usr/include/nspr/nspr.h
# /usr/include/nspr/pripcsem.h
# /usr/include/nspr/prnetdb.h
# /usr/include/nspr/prtime.h
# /usr/include/nspr/prthread.h
# /usr/include/nspr/prbit.h
# /usr/include/nspr/prcpucfg.h
# /usr/include/nspr/plarenas.h
# /usr/include/nspr/plarena.h
# /usr/include/nspr/plhash.h
# /usr/include/nspr/plbase64.h
# /usr/include/nspr/plstr.h
# /usr/include/nspr/plgetopt.h
# /usr/include/nspr/plerror.h
# /usr/include/nspr/private/pprio.h
# /usr/include/nspr/private/pprthred.h
# /usr/include/nspr/private/prpriv.h
# /usr/include/nspr/obsolete/pralarm.h
# /usr/include/nspr/obsolete/probslet.h
# /usr/include/nspr/obsolete/protypes.h
# /usr/include/nspr/obsolete/prsem.h
# /sysroot/usr/lib/libnspr4.a
# /sysroot/usr/lib/libnspr4.so
# /sysroot/usr/lib/libplds4.a
# /sysroot/usr/lib/libplds4.so
# /sysroot/usr/lib/libplc4.a
# /sysroot/usr/lib/libplc4.so
# /sysroot/usr/lib/pkgconfig/nspr.pc
# /sysroot/usr/lib/pkgconfig/mozilla-nspr.pc
# /sysroot/usr/include/nspr/prmon.h
# /sysroot/usr/include/nspr/prrng.h
# /sysroot/usr/include/nspr/prproces.h
# /sysroot/usr/include/nspr/prtypes.h
# /sysroot/usr/include/nspr/prcvar.h
# /sysroot/usr/include/nspr/prdtoa.h
# /sysroot/usr/include/nspr/prtrace.h
# /sysroot/usr/include/nspr/prmem.h
# /sysroot/usr/include/nspr/prprf.h
# /sysroot/usr/include/nspr/prsystem.h
# /sysroot/usr/include/nspr/prolock.h
# /sysroot/usr/include/nspr/prlog.h
# /sysroot/usr/include/nspr/prinrval.h
# /sysroot/usr/include/nspr/prcountr.h
# /sysroot/usr/include/nspr/prtime.h
# /sysroot/usr/include/nspr/prwin16.h
# /sysroot/usr/include/nspr/prinet.h
# /sysroot/usr/include/nspr/prcmon.h
# /sysroot/usr/include/nspr/prtpool.h
# /sysroot/usr/include/nspr/prshm.h
# /sysroot/usr/include/nspr/prerr.h
# /sysroot/usr/include/nspr/prclist.h
# /sysroot/usr/include/nspr/prerror.h
# /sysroot/usr/include/nspr/prlink.h
# /sysroot/usr/include/nspr/prmwait.h
# /sysroot/usr/include/nspr/prio.h
# /sysroot/usr/include/nspr/prlock.h
# /sysroot/usr/include/nspr/prinit.h
# /sysroot/usr/include/nspr/pratom.h
# /sysroot/usr/include/nspr/prpdce.h
# /sysroot/usr/include/nspr/prenv.h
# /sysroot/usr/include/nspr/prshma.h
# /sysroot/usr/include/nspr/prvrsion.h
# /sysroot/usr/include/nspr/prlong.h
# /sysroot/usr/include/nspr/nspr.h
# /sysroot/usr/include/nspr/pripcsem.h
# /sysroot/usr/include/nspr/prnetdb.h
# /sysroot/usr/include/nspr/prrwlock.h
# /sysroot/usr/include/nspr/prthread.h
# /sysroot/usr/include/nspr/prbit.h
# /sysroot/usr/include/nspr/prcpucfg.h
# /sysroot/usr/include/nspr/plarenas.h
# /sysroot/usr/include/nspr/plarena.h
# /sysroot/usr/include/nspr/plhash.h
# /sysroot/usr/include/nspr/plbase64.h
# /sysroot/usr/include/nspr/plstr.h
# /sysroot/usr/include/nspr/plgetopt.h
# /sysroot/usr/include/nspr/plerror.h
# /sysroot/usr/include/nspr/private/pprio.h
# /sysroot/usr/include/nspr/private/pprthred.h
# /sysroot/usr/include/nspr/private/prpriv.h
# /sysroot/usr/include/nspr/obsolete/pralarm.h
# /sysroot/usr/include/nspr/obsolete/probslet.h
# /sysroot/usr/include/nspr/obsolete/protypes.h
# /sysroot/usr/include/nspr/obsolete/prsem.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf nspr.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/nspr.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nspr.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/nspr.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/nspr/src/nspr-4.12/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./nspr/configure --host=x86_64-unknown-linux --prefix=/usr --libdir=/usr/lib --includedir=/usr/include/nspr --enable-optimize --disable-debug --enable-64bit
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = fa1e17ae1fc2
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2383: checking build system type
# configure:2397: result: x86_64-unknown-linux-gnu
# configure:2417: checking host system type
# configure:2430: result: x86_64-unknown-linux-gnu
# configure:2450: checking target system type
# configure:2463: result: x86_64-unknown-linux-gnu
# configure:3054: checking for whoami
# configure:3072: found /usr/bin/whoami
# configure:3085: result: /usr/bin/whoami
# configure:3185: checking for x86_64-unknown-linux-gcc
# configure:3212: result: clang
# configure:3481: checking for C compiler version
# configure:3490: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3501: $? = 0
# configure:3490: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3501: $? = 0
# configure:3490: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3501: $? = 1
# configure:3490: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3501: $? = 1
# configure:3521: checking whether the C compiler works
# configure:3543: clang conftest.c >&5
# configure:3547: $? = 0
# configure:3595: result: yes
# configure:3598: checking for C compiler default output file name
# configure:3600: result: a.out
# configure:3606: checking for suffix of executables
# configure:3613: clang -o conftest conftest.c >&5
# configure:3617: $? = 0
# configure:3639: result:
# configure:3661: checking whether we are cross compiling
# configure:3669: clang -o conftest conftest.c >&5
# configure:3673: $? = 0
# configure:3680: ./conftest
# configure:3684: $? = 0
# configure:3699: result: no
# configure:3704: checking for suffix of object files
# configure:3726: clang -c conftest.c >&5
# configure:3730: $? = 0
# configure:3751: result: o
# configure:3755: checking whether we are using the GNU C compiler
# configure:3774: clang -c conftest.c >&5
# configure:3774: $? = 0
# configure:3783: result: yes
# configure:3792: checking whether clang accepts -g
# configure:3812: clang -c -g conftest.c >&5
# configure:3812: $? = 0
# configure:3853: result: yes
# configure:3870: checking for clang option to accept ISO C89
# configure:3933: clang -c conftest.c >&5
# configure:3933: $? = 0
# configure:3946: result: none needed
# configure:4889: checking for x86_64-unknown-linux-ranlib
# configure:4919: result: no
# configure:4929: checking for ranlib
# configure:4945: found /usr/bin/ranlib
# configure:4956: result: ranlib
# configure:4982: checking for as
# configure:5000: found /usr/bin/as
# configure:5012: result: /usr/bin/as
# configure:5028: checking for ar
# configure:5046: found /usr/bin/ar
# configure:5058: result: /usr/bin/ar
# configure:5074: checking for ld
# configure:5092: found /usr/bin/ld
# configure:5104: result: /usr/bin/ld
# configure:5120: checking for strip
# configure:5138: found /usr/bin/strip
# configure:5150: result: /usr/bin/strip
# configure:5166: checking for windres
# configure:5199: result: no
# configure:5221: checking how to run the C preprocessor
# configure:5252: clang -E conftest.c
# configure:5252: $? = 0
# configure:5266: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5266: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define NDEBUG 1
# | /* end confdefs.h. */
# | #include
# configure:5291: result: clang -E
# configure:5311: clang -E conftest.c
# configure:5311: $? = 0
# configure:5325: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5325: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define NDEBUG 1
# | /* end confdefs.h. */
# | #include
# configure:5377: checking for gcc -pipe support
# configure:5422: result: no
# configure:5430: checking whether C compiler supports -fprofile-generate
# configure:5443: clang -c -fprofile-generate -fprofile-correction conftest.c >&5
# clang-3.8: warning: optimization flag '-fprofile-correction' is not supported
# configure:5443: $? = 0
# configure:5450: result: yes
# configure:5462: checking for visibility(hidden) attribute
# configure:5479: result: yes
# configure:5484: checking for visibility pragma support
# configure:5506: result: yes
# configure:5535: checking for perl5
# configure:5568: result: no
# configure:5535: checking for perl
# configure:5553: found /usr/bin/perl
# configure:5565: result: /usr/bin/perl
# configure:5864: clang -c conftest.c >&5
# conftest.c:16:15: error: use of undeclared identifier '__thumb2__'
# return sizeof(__thumb2__);
# ^
# 1 error generated.
# configure:5864: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define NDEBUG 1
# | #define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
# | #define HAVE_VISIBILITY_PRAGMA 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | return sizeof(__thumb2__);
# | ;
# | return 0;
# | }
# configure:7798: checking for dlopen in -ldl
# configure:7823: clang -o conftest -Wall conftest.c -ldl >&5
# configure:7823: $? = 0
# configure:7832: result: yes
# configure:7835: checking dlfcn.h usability
# configure:7835: clang -c -Wall conftest.c >&5
# configure:7835: $? = 0
# configure:7835: result: yes
# configure:7835: checking dlfcn.h presence
# configure:7835: clang -E conftest.c
# configure:7835: $? = 0
# configure:7835: result: yes
# configure:7835: checking for dlfcn.h
# configure:7835: result: yes
# configure:7850: checking whether clang needs -traditional
# clang-3.8: error: unable to execute command: Broken pipe
# clang-3.8: error: clang frontend command failed due to signal (use -v to see invocation)
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# clang-3.8: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
# clang-3.8: note: diagnostic msg:
# ********************
#
# PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
# Preprocessed source(s) and associated run script(s) are located at:
# clang-3.8: note: diagnostic msg: /tmp/conftest-aa8d98.c
# clang-3.8: note: diagnostic msg: /tmp/conftest-aa8d98.sh
# clang-3.8: note: diagnostic msg:
#
# ********************
# clang-3.8: error: unable to execute command: Broken pipe
# clang-3.8: error: clang frontend command failed due to signal (use -v to see invocation)
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# clang-3.8: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
# clang-3.8: note: diagnostic msg:
# ********************
#
# PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
# Preprocessed source(s) and associated run script(s) are located at:
# clang-3.8: note: diagnostic msg: /tmp/conftest-79124a.c
# clang-3.8: note: diagnostic msg: /tmp/conftest-79124a.sh
# clang-3.8: note: diagnostic msg:
#
# ********************
# configure:7884: result: no
# configure:7896: checking for dladdr
# configure:7896: clang -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for gettid
# configure:7896: clang -o conftest -Wall conftest.c -ldl >&5
# /tmp/conftest-b8a72f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `gettid'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7896: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define NDEBUG 1
# | #define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
# | #define HAVE_VISIBILITY_PRAGMA 1
# | #define XP_UNIX 1
# | #define _GNU_SOURCE 1
# | #define HAVE_FCNTL_FILE_LOCKING 1
# | #define LINUX 1
# | #define HAVE_DLADDR 1
# | /* end confdefs.h. */
# | /* Define gettid to an innocuous variant, in case declares gettid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define gettid innocuous_gettid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char gettid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef gettid
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gettid ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_gettid || defined __stub___gettid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return gettid ();
# | ;
# | return 0;
# | }
# configure:7896: result: no
# configure:7896: checking for lchown
# configure:7896: clang -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for setpriority
# configure:7896: clang -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for strerror
# configure:7896: clang -o conftest -Wall conftest.c -ldl >&5
# conftest.c:42:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:42:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for syscall
# configure:7896: clang -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for secure_getenv
# configure:7896: clang -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for __secure_getenv
# configure:7896: clang -o conftest -Wall conftest.c -ldl >&5
# /tmp/conftest-50d6ee.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `__secure_getenv'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7896: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define NDEBUG 1
# | #define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
# | #define HAVE_VISIBILITY_PRAGMA 1
# | #define XP_UNIX 1
# | #define _GNU_SOURCE 1
# | #define HAVE_FCNTL_FILE_LOCKING 1
# | #define LINUX 1
# | #define HAVE_DLADDR 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCALL 1
# | #define HAVE_SECURE_GETENV 1
# | /* end confdefs.h. */
# | /* Define __secure_getenv to an innocuous variant, in case declares __secure_getenv.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __secure_getenv innocuous___secure_getenv
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __secure_getenv (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __secure_getenv
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char __secure_getenv ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub___secure_getenv || defined __stub_____secure_getenv
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __secure_getenv ();
# | ;
# | return 0;
# | }
# configure:7896: result: no
# configure:8030: checking for pthread_create in -lpthreads
# configure:8055: clang -o conftest -Wall conftest.c -lpthreads >&5
# /usr/bin/ld: cannot find -lpthreads
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:8055: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define NDEBUG 1
# | #define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
# | #define HAVE_VISIBILITY_PRAGMA 1
# | #define XP_UNIX 1
# | #define _GNU_SOURCE 1
# | #define HAVE_FCNTL_FILE_LOCKING 1
# | #define LINUX 1
# | #define HAVE_DLADDR 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_SETPRIORITY 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCALL 1
# | #define HAVE_SECURE_GETENV 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_create ();
# | int
# | main ()
# | {
# | return pthread_create ();
# | ;
# | return 0;
# | }
# configure:8064: result: no
# configure:8069: checking for pthread_create in -lpthread
# configure:8094: clang -o conftest -Wall conftest.c -lpthread >&5
# configure:8094: $? = 0
# configure:8103: result: yes
# configure:8278: checking whether clang accepts -pthread
# configure:8297: result: yes
# configure:8914: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on fa1e17ae1fc2
#
# config.status:836: creating Makefile
# config.status:836: creating config/Makefile
# config.status:836: creating config/autoconf.mk
# config.status:836: creating config/nsprincl.mk
# config.status:836: creating config/nsprincl.sh
# config.status:836: creating config/nspr-config
# config.status:836: creating config/nspr.pc
# config.status:836: creating lib/Makefile
# config.status:836: creating lib/ds/Makefile
# config.status:836: creating lib/libc/Makefile
# config.status:836: creating lib/libc/include/Makefile
# config.status:836: creating lib/libc/src/Makefile
# config.status:836: creating lib/tests/Makefile
# config.status:836: creating pkg/Makefile
# config.status:836: creating pr/Makefile
# config.status:836: creating pr/include/Makefile
# config.status:836: creating pr/include/md/Makefile
# config.status:836: creating pr/include/obsolete/Makefile
# config.status:836: creating pr/include/private/Makefile
# config.status:836: creating pr/src/Makefile
# config.status:836: creating pr/src/io/Makefile
# config.status:836: creating pr/src/linking/Makefile
# config.status:836: creating pr/src/malloc/Makefile
# config.status:836: creating pr/src/md/Makefile
# config.status:836: creating pr/src/md/unix/Makefile
# config.status:836: creating pr/src/memory/Makefile
# config.status:836: creating pr/src/misc/Makefile
# config.status:836: creating pr/src/threads/Makefile
# config.status:836: creating pr/tests/Makefile
# config.status:836: creating pr/tests/dll/Makefile
# config.status:836: creating pkg/linux/Makefile
# config.status:836: creating pr/src/pthreads/Makefile
# config.status:982: executing default commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func___secure_getenv=no
# ac_cv_func_dladdr=yes
# ac_cv_func_gettid=no
# ac_cv_func_lchown=yes
# ac_cv_func_secure_getenv=yes
# ac_cv_func_setpriority=yes
# ac_cv_func_strerror=yes
# ac_cv_func_syscall=yes
# ac_cv_have_dash_pthread=yes
# ac_cv_have_dash_pthreads=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_lib_pthreads_pthread_create=no
# ac_cv_objext=o
# ac_cv_path_AR=/usr/bin/ar
# ac_cv_path_AS=/usr/bin/as
# ac_cv_path_LD=/usr/bin/ld
# ac_cv_path_PERL=/usr/bin/perl
# ac_cv_path_STRIP=/usr/bin/strip
# ac_cv_path_WHOAMI=/usr/bin/whoami
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_visibility_hidden=yes
# ac_cv_visibility_pragma=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AIX_LINK_OPTS=''
# AR='/usr/bin/ar'
# AR_FLAGS='cr $@'
# AS='$(CC)'
# ASFLAGS='$(CFLAGS)'
# ASM_SUFFIX='s'
# CC='clang'
# CCACHE='no'
# CFLAGS=' -Wall -pthread -O2'
# CPP='clang -E'
# CPPFLAGS=''
# CPU_ARCH='x86'
# CROSS_COMPILE=''
# CXX='clang++'
# CXXFLAGS=' -Wall -pthread -O2'
# CYGWIN_WRAPPER=''
# DEFINES=' -UDEBUG'
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 -D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_DLADDR=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_SECURE_GETENV=1 -D_REENTRANT=1'
# DLLFLAGS=''
# DLL_SUFFIX='so'
# DSO_CFLAGS='-fPIC'
# DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP=''
# ENABLE_STRIP=''
# EXEEXT=''
# EXEFLAGS=''
# FILTER=''
# GCC_USE_GNU_LD=''
# GNU_CC='1'
# GREP=''
# HOST_CC='clang'
# HOST_CFLAGS=' -DXP_UNIX'
# HOST_LDFLAGS=''
# IMPLIB=''
# LD='/usr/bin/ld'
# LDFLAGS=''
# LIBNSPR='-L$(dist_libdir) -lnspr$(MOD_MAJOR_VERSION)'
# LIBOBJS=''
# LIBPLC='-L$(dist_libdir) -lplc$(MOD_MAJOR_VERSION)'
# LIBS=''
# LIB_SUFFIX='a'
# LTLIBOBJS=''
# MACOSX_DEPLOYMENT_TARGET=''
# MACOS_SDK_DIR=''
# MDCPUCFG_H='_linux.cfg'
# MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
# MOD_MAJOR_VERSION='4'
# MOD_MINOR_VERSION='12'
# MOD_PATCH_VERSION='0'
# MOZILLA_CLIENT=''
# MOZ_DEBUG=''
# MOZ_DEBUG_SYMBOLS=''
# MOZ_OBJFORMAT=''
# MOZ_OPTIMIZE='1'
# MSC_VER=''
# MT=''
# NEXT_ROOT=''
# NOSUCHFILE='/no-such-file'
# NSINSTALL='$(MOD_DEPTH)/config/$(OBJDIR_NAME)/nsinstall'
# NSPR_MODNAME='nspr20'
# OBJDIR='$(OBJDIR_NAME)'
# OBJDIR_NAME='.'
# OBJECT_MODE=''
# OBJEXT='o'
# OBJ_SUFFIX='o'
# OPTIMIZER=''
# OS_ARCH='Linux'
# OS_DLLFLAGS=''
# OS_LIBS='-lpthread -ldl '
# OS_RELEASE='4.10'
# OS_TARGET='Linux'
# OS_TEST='x86_64'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PERL='/usr/bin/perl'
# PROFILE_GEN_CFLAGS='-fprofile-generate'
# PROFILE_GEN_LDFLAGS='-fprofile-generate'
# PROFILE_USE_CFLAGS='-fprofile-use -fprofile-correction -Wcoverage-mismatch'
# PROFILE_USE_LDFLAGS='-fprofile-use'
# PR_MD_ARCH_DIR='unix'
# PR_MD_ASFILES='os_Linux_x86_64.s'
# PR_MD_CSRCS='linux.c'
# RANLIB='ranlib'
# RC=''
# RCFLAGS=''
# RELEASE_OBJDIR_NAME='Linux4.10_x86_64_PTH_OPT.OBJ'
# RESOLVE_LINK_SYMBOLS=''
# SHELL='/bin/sh'
# SHELL_OVERRIDE=''
# STRIP='/usr/bin/strip'
# SYMBIAN_SDK_DIR=''
# ULTRASPARC_LIBRARY=''
# USE_64='1'
# USE_BTHREADS=''
# USE_CPLUS=''
# USE_IPV6=''
# USE_N32=''
# USE_NSPR_THREADS=''
# USE_PTHREADS='1'
# USE_USER_PTHREADS=''
# USE_X32=''
# VISIBILITY_FLAGS='-fvisibility=hidden'
# WHOAMI='/usr/bin/whoami'
# WINDRES='echo not_windres'
# WRAP_LDFLAGS=''
# WRAP_SYSTEM_INCLUDES=''
# ac_ct_CC=''
# ac_ct_CXX=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# dist_bindir='${dist_prefix}/bin'
# dist_includedir='${dist_prefix}/include/nspr'
# dist_libdir='${dist_prefix}/lib'
# dist_prefix='${MOD_DEPTH}/dist'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='/usr/include/nspr'
# infodir='${datarootdir}/info'
# libdir='/usr/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define NDEBUG 1
# #define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
# #define HAVE_VISIBILITY_PRAGMA 1
# #define XP_UNIX 1
# #define _GNU_SOURCE 1
# #define HAVE_FCNTL_FILE_LOCKING 1
# #define LINUX 1
# #define HAVE_DLADDR 1
# #define HAVE_LCHOWN 1
# #define HAVE_SETPRIORITY 1
# #define HAVE_STRERROR 1
# #define HAVE_SYSCALL 1
# #define HAVE_SECURE_GETENV 1
# #define _REENTRANT 1
#
# configure: exit 0