Build of nspr with vanilla toolchain

The build took 00h 01m 12s 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: nspr 4.12-1 (Wed Aug 24 14:02:16 UTC 2016)
# ==> 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/sbin/whoami
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for as... /usr/sbin/as
# checking for ar... /usr/sbin/ar
# checking for ld... /usr/sbin/ld
# checking for strip... /usr/sbin/strip
# checking for windres... no
# checking how to run the C preprocessor... gcc -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/sbin/perl
# checking for dlopen in -ldl... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether gcc 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 gcc 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'
# gcc -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
# gcc now.o -o now
# gcc -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
# gcc 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'
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# ../../.././nspr/pr/src/io/pripv6.c: In function 'Ipv6ToIpv4SocketAccept':
# ../../.././nspr/pr/src/io/pripv6.c:135:14: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRStatus rv;
# ^~
# ../../.././nspr/pr/src/io/pripv6.c: In function 'Ipv6ToIpv4SocketAcceptRead':
# ../../.././nspr/pr/src/io/pripv6.c:173:14: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRStatus rv;
# ^~
# gcc -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
# gcc -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
# ../../.././nspr/pr/src/io/prlayer.c: In function 'pl_TopAccept':
# ../../.././nspr/pr/src/io/prlayer.c:177:14: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRStatus rv;
# ^~
# ../../.././nspr/pr/src/io/prlayer.c: In function 'pl_DefAcceptread':
# ../../.././nspr/pr/src/io/prlayer.c:297:14: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRStatus rv;
# ^~
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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'
# gcc -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'
# gcc -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
# gcc -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'
# gcc -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
# ../../../.././nspr/pr/src/md/unix/unix.c: In function '_PR_UnixInit':
# ../../../.././nspr/pr/src/md/unix/unix.c:2820:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# gcc -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
# gcc -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
# ../../../.././nspr/pr/src/md/unix/uxproces.c: In function 'pr_InstallSigchldHandler':
# ../../../.././nspr/pr/src/md/unix/uxproces.c:693:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../../.././nspr/pr/src/md/unix/uxproces.c: In function '_MD_InitProcesses':
# ../../../.././nspr/pr/src/md/unix/uxproces.c:711:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# make[4]: Leaving directory '/tmp/nspr/src/nspr-4.12/pr/src/md/unix'
# gcc -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'
# gcc -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
# gcc -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
# gcc -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'
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# ../../.././nspr/pr/src/misc/prtpool.c: In function 'io_wstart':
# ../../.././nspr/pr/src/misc/prtpool.c:385:13: warning: variable 'rval_status' set but not used [-Wunused-but-set-variable]
# PRStatus rval_status;
# ^~~~~~~~~~~
# ../../.././nspr/pr/src/misc/prtpool.c: In function 'notify_ioq':
# ../../.././nspr/pr/src/misc/prtpool.c:954:10: warning: variable 'rval_status' set but not used [-Wunused-but-set-variable]
# PRStatus rval_status;
# ^~~~~~~~~~~
# ../../.././nspr/pr/src/misc/prtpool.c: In function 'PR_JoinThreadPool':
# ../../.././nspr/pr/src/misc/prtpool.c:1075:10: warning: variable 'rval_status' set but not used [-Wunused-but-set-variable]
# PRStatus rval_status;
# ^~~~~~~~~~~
# gcc -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'
# gcc -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
# gcc -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
# gcc -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'
# gcc -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
# ../../.././nspr/pr/src/pthreads/ptio.c: In function 'pt_linux_sendfile_cont':
# ../../.././nspr/pr/src/pthreads/ptio.c:1098:11: warning: variable 'oldoffset' set but not used [-Wunused-but-set-variable]
# off_t oldoffset;
# ^~~~~~~~~
# ../../.././nspr/pr/src/pthreads/ptio.c: In function 'pt_Connect':
# ../../.././nspr/pr/src/pthreads/ptio.c:1545:11: warning: variable 'md_af' set but not used [-Wunused-but-set-variable]
# PRUint16 md_af = addr->raw.family;
# ^~~~~
# ../../.././nspr/pr/src/pthreads/ptio.c: In function 'pt_Bind':
# ../../.././nspr/pr/src/pthreads/ptio.c:1735:11: warning: variable 'md_af' set but not used [-Wunused-but-set-variable]
# PRUint16 md_af = addr->raw.family;
# ^~~~~
# ../../.././nspr/pr/src/pthreads/ptio.c: In function 'pt_SendTo':
# ../../.././nspr/pr/src/pthreads/ptio.c:1992:11: warning: variable 'md_af' set but not used [-Wunused-but-set-variable]
# PRUint16 md_af = addr->raw.family;
# ^~~~~
# gcc -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
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function '_PR_InitLocks':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:54:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'pt_PostNotifies':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:71:19: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn index, rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PR_NewLock':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:137:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PR_DestroyLock':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:156:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PR_Lock':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:175:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PR_Unlock':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:196:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'pt_PostNotifiesFromMonitor':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:462:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PR_DestroyMonitor':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:542:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PR_GetMonitorEntryCount':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:563:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PR_EnterMonitor':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:592:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PR_ExitMonitor':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:621:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PRP_DestroyNakedCondVar':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:1212:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PRP_NakedNotify':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:1241:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptsynch.c: In function 'PRP_NakedBroadcast':
# ../../.././nspr/pr/src/pthreads/ptsynch.c:1250:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# gcc -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
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function 'pt_AttachThread':
# ../../.././nspr/pr/src/pthreads/ptthread.c:283:13: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function 'PR_DetachThread':
# ../../.././nspr/pr/src/pthreads/ptthread.c:640:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function 'PR_Interrupt':
# ../../.././nspr/pr/src/pthreads/ptthread.c:780:16: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function '_pt_thread_death':
# ../../.././nspr/pr/src/pthreads/ptthread.c:851:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function '_PR_Fini':
# ../../.././nspr/pr/src/pthreads/ptthread.c:1068:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function 'PR_Cleanup':
# ../../.././nspr/pr/src/pthreads/ptthread.c:1103:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function 'init_pthread_gc_support':
# ../../.././nspr/pr/src/pthreads/ptthread.c:1237:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function 'pt_SuspendSet':
# ../../.././nspr/pr/src/pthreads/ptthread.c:1455:12: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# PRIntn rv;
# ^~
# ../../.././nspr/pr/src/pthreads/ptthread.c: In function 'PR_SuspendAll':
# ../../.././nspr/pr/src/pthreads/ptthread.c:1575:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
# int rv;
# ^~
# gcc -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'
# gcc -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
# ../.././nspr/pr/src/prvrsion.c: In function 'libVersionPoint':
# ../.././nspr/pr/src/prvrsion.c:84:17: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
# const char *dummy;
# ^~~~~
# rm -f libnspr4.a
# /usr/sbin/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
# gcc -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'
# gcc -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
# gcc -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
# gcc -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
# ../.././nspr/lib/ds/plvrsion.c: In function 'libVersionPoint':
# ../.././nspr/lib/ds/plvrsion.c:84:17: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
# const char *dummy;
# ^~~~~
# rm -f libplds4.a
# /usr/sbin/ar cr libplds4.a ./plarena.o ./plhash.o ./plvrsion.o
# ranlib libplds4.a
# rm -f libplds4.so
# gcc -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'
# gcc -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
# ../../.././nspr/lib/libc/src/plvrsion.c: In function 'libVersionPoint':
# ../../.././nspr/lib/libc/src/plvrsion.c:84:17: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
# const char *dummy;
# ^~~~~
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# gcc -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/sbin/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
# gcc -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 (Wed Aug 24 14:02:33 UTC 2016)

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
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1795

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nspr.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 19101

Attempting to access local repository, attempt 3

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 = d14d8ac27ccc
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/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/sbin/whoami
# configure:3085: result: /usr/sbin/whoami
# configure:3185: checking for x86_64-unknown-linux-gcc
# configure:3215: result: no
# configure:3225: checking for gcc
# configure:3241: found /usr/sbin/gcc
# configure:3252: result: gcc
# configure:3481: checking for C compiler version
# configure:3490: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3501: $? = 0
# configure:3490: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3501: $? = 0
# configure:3490: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3501: $? = 1
# configure:3490: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3501: $? = 1
# configure:3521: checking whether the C compiler works
# configure:3543: gcc 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: gcc -o conftest conftest.c >&5
# configure:3617: $? = 0
# configure:3639: result:
# configure:3661: checking whether we are cross compiling
# configure:3669: gcc -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: gcc -c conftest.c >&5
# configure:3730: $? = 0
# configure:3751: result: o
# configure:3755: checking whether we are using the GNU C compiler
# configure:3774: gcc -c conftest.c >&5
# configure:3774: $? = 0
# configure:3783: result: yes
# configure:3792: checking whether gcc accepts -g
# configure:3812: gcc -c -g conftest.c >&5
# configure:3812: $? = 0
# configure:3853: result: yes
# configure:3870: checking for gcc option to accept ISO C89
# configure:3933: gcc -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/sbin/ranlib
# configure:4956: result: ranlib
# configure:4982: checking for as
# configure:5000: found /usr/sbin/as
# configure:5012: result: /usr/sbin/as
# configure:5028: checking for ar
# configure:5046: found /usr/sbin/ar
# configure:5058: result: /usr/sbin/ar
# configure:5074: checking for ld
# configure:5092: found /usr/sbin/ld
# configure:5104: result: /usr/sbin/ld
# configure:5120: checking for strip
# configure:5138: found /usr/sbin/strip
# configure:5150: result: /usr/sbin/strip
# configure:5166: checking for windres
# configure:5199: result: no
# configure:5221: checking how to run the C preprocessor
# configure:5252: gcc -E conftest.c
# configure:5252: $? = 0
# configure:5266: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:5311: gcc -E conftest.c
# configure:5311: $? = 0
# configure:5325: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c -fprofile-generate -fprofile-correction conftest.c >&5
# 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/sbin/perl
# configure:5565: result: /usr/sbin/perl
# configure:5864: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:16:15: error: '__thumb2__' undeclared (first use in this function)
# return sizeof(__thumb2__);
# ^~~~~~~~~~
# conftest.c:16:15: note: each undeclared identifier is reported only once for each function it appears in
# 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: gcc -o conftest -Wall conftest.c -ldl >&5
# configure:7823: $? = 0
# configure:7832: result: yes
# configure:7835: checking dlfcn.h usability
# configure:7835: gcc -c -Wall conftest.c >&5
# configure:7835: $? = 0
# configure:7835: result: yes
# configure:7835: checking dlfcn.h presence
# configure:7835: gcc -E conftest.c
# configure:7835: $? = 0
# configure:7835: result: yes
# configure:7835: checking for dlfcn.h
# configure:7835: result: yes
# configure:7850: checking whether gcc needs -traditional
# configure:7884: result: no
# configure:7896: checking for dladdr
# configure:7896: gcc -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for gettid
# configure:7896: gcc -o conftest -Wall conftest.c -ldl >&5
# /tmp/cc5SSjWT.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `gettid'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for setpriority
# configure:7896: gcc -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for strerror
# configure:7896: gcc -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for syscall
# configure:7896: gcc -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for secure_getenv
# configure:7896: gcc -o conftest -Wall conftest.c -ldl >&5
# configure:7896: $? = 0
# configure:7896: result: yes
# configure:7896: checking for __secure_getenv
# configure:7896: gcc -o conftest -Wall conftest.c -ldl >&5
# /tmp/cc9d4hvb.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `__secure_getenv'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -Wall conftest.c -lpthreads >&5
# /usr/sbin/ld: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -Wall conftest.c -lpthread >&5
# configure:8094: $? = 0
# configure:8103: result: yes
# configure:8278: checking whether gcc 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 d14d8ac27ccc
#
# 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=
# ac_cv_env_CC_value=
# 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=
# ac_cv_env_CXX_value=
# 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/sbin/ar
# ac_cv_path_AS=/usr/sbin/as
# ac_cv_path_LD=/usr/sbin/ld
# ac_cv_path_PERL=/usr/sbin/perl
# ac_cv_path_STRIP=/usr/sbin/strip
# ac_cv_path_WHOAMI=/usr/sbin/whoami
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# 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/sbin/ar'
# AR_FLAGS='cr $@'
# AS='$(CC)'
# ASFLAGS='$(CFLAGS)'
# ASM_SUFFIX='s'
# CC='gcc'
# CCACHE='no'
# CFLAGS=' -Wall -pthread -O2'
# CPP='gcc -E'
# CPPFLAGS=''
# CPU_ARCH='x86'
# CROSS_COMPILE=''
# CXX=''
# 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='gcc'
# HOST_CFLAGS=' -DXP_UNIX'
# HOST_LDFLAGS=''
# IMPLIB=''
# LD='/usr/sbin/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.7'
# OS_TARGET='Linux'
# OS_TEST='x86_64'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PERL='/usr/sbin/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.7_x86_64_PTH_OPT.OBJ'
# RESOLVE_LINK_SYMBOLS=''
# SHELL='/bin/sh'
# SHELL_OVERRIDE=''
# STRIP='/usr/sbin/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/sbin/whoami'
# WINDRES='echo not_windres'
# WRAP_LDFLAGS=''
# WRAP_SYSTEM_INCLUDES=''
# ac_ct_CC='gcc'
# 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