Build of lwp with clang_glibc toolchain

The build took 00h 03m 37s and was SUCCESSFUL.

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

SLOCLanguage
10,465 sh
6,309 ansic
2,244 makefile
691 asm
19,709 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: lwp 2.6-3 (Thu Apr 13 14:08:15 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking dependency style of clang... gcc3
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for pthread_create in -lpthread... yes
# checking for sem_init in -lposix4... no
# checking for register_t... yes
# checking for stack_t... yes
# checking whether the C compiler accepts -Wall... yes
# checking for sigaltstack... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/Makefile
# config.status: creating src/Makefile
# config.status: creating src-pt/Makefile
# config.status: creating lwp.pc
# config.status: creating lwp-uninstalled.pc
# config.status: creating pkgs/pkg-bsd.sh
# config.status: creating pkgs/lwp.spec
# config.status: creating debian/changelog
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/lwp/src/lwp-2.6'
# Making all in include
# make[2]: Entering directory '/tmp/lwp/src/lwp-2.6/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lwp/src/lwp-2.6/include'
# Making all in src
# make[2]: Entering directory '/tmp/lwp/src/lwp-2.6/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-fasttime.lo -MD -MP -MF .deps/liblwp_la-fasttime.Tpo -c -o liblwp_la-fasttime.lo `test -f 'fasttime.c' || echo './'`fasttime.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-fasttime.lo -MD -MP -MF .deps/liblwp_la-fasttime.Tpo -c fasttime.c -fPIC -DPIC -o .libs/liblwp_la-fasttime.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-fasttime.lo -MD -MP -MF .deps/liblwp_la-fasttime.Tpo -c fasttime.c -o liblwp_la-fasttime.o >/dev/null 2>&1
# mv -f .deps/liblwp_la-fasttime.Tpo .deps/liblwp_la-fasttime.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-iomgr.lo -MD -MP -MF .deps/liblwp_la-iomgr.Tpo -c -o liblwp_la-iomgr.lo `test -f 'iomgr.c' || echo './'`iomgr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-iomgr.lo -MD -MP -MF .deps/liblwp_la-iomgr.Tpo -c iomgr.c -fPIC -DPIC -o .libs/liblwp_la-iomgr.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-iomgr.lo -MD -MP -MF .deps/liblwp_la-iomgr.Tpo -c iomgr.c -o liblwp_la-iomgr.o >/dev/null 2>&1
# mv -f .deps/liblwp_la-iomgr.Tpo .deps/liblwp_la-iomgr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lock.lo -MD -MP -MF .deps/liblwp_la-lock.Tpo -c -o liblwp_la-lock.lo `test -f 'lock.c' || echo './'`lock.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lock.lo -MD -MP -MF .deps/liblwp_la-lock.Tpo -c lock.c -fPIC -DPIC -o .libs/liblwp_la-lock.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lock.lo -MD -MP -MF .deps/liblwp_la-lock.Tpo -c lock.c -o liblwp_la-lock.o >/dev/null 2>&1
# mv -f .deps/liblwp_la-lock.Tpo .deps/liblwp_la-lock.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp.lo -MD -MP -MF .deps/liblwp_la-lwp.Tpo -c -o liblwp_la-lwp.lo `test -f 'lwp.c' || echo './'`lwp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp.lo -MD -MP -MF .deps/liblwp_la-lwp.Tpo -c lwp.c -fPIC -DPIC -o .libs/liblwp_la-lwp.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp.lo -MD -MP -MF .deps/liblwp_la-lwp.Tpo -c lwp.c -o liblwp_la-lwp.o >/dev/null 2>&1
# mv -f .deps/liblwp_la-lwp.Tpo .deps/liblwp_la-lwp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-timer.lo -MD -MP -MF .deps/liblwp_la-timer.Tpo -c -o liblwp_la-timer.lo `test -f 'timer.c' || echo './'`timer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-timer.lo -MD -MP -MF .deps/liblwp_la-timer.Tpo -c timer.c -fPIC -DPIC -o .libs/liblwp_la-timer.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-timer.lo -MD -MP -MF .deps/liblwp_la-timer.Tpo -c timer.c -o liblwp_la-timer.o >/dev/null 2>&1
# mv -f .deps/liblwp_la-timer.Tpo .deps/liblwp_la-timer.Plo
# /bin/sh ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -MT liblwp_la-process.lo -MD -MP -MF .deps/liblwp_la-process.Tpo -c -o liblwp_la-process.lo `test -f 'process.S' || echo './'`process.S
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -MT liblwp_la-process.lo -MD -MP -MF .deps/liblwp_la-process.Tpo -c process.S -fPIC -DPIC -o .libs/liblwp_la-process.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -MT liblwp_la-process.lo -MD -MP -MF .deps/liblwp_la-process.Tpo -c process.S -o liblwp_la-process.o >/dev/null 2>&1
# mv -f .deps/liblwp_la-process.Tpo .deps/liblwp_la-process.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp_ucontext.lo -MD -MP -MF .deps/liblwp_la-lwp_ucontext.Tpo -c -o liblwp_la-lwp_ucontext.lo `test -f 'lwp_ucontext.c' || echo './'`lwp_ucontext.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp_ucontext.lo -MD -MP -MF .deps/liblwp_la-lwp_ucontext.Tpo -c lwp_ucontext.c -fPIC -DPIC -o .libs/liblwp_la-lwp_ucontext.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp_ucontext.lo -MD -MP -MF .deps/liblwp_la-lwp_ucontext.Tpo -c lwp_ucontext.c -o liblwp_la-lwp_ucontext.o >/dev/null 2>&1
# mv -f .deps/liblwp_la-lwp_ucontext.Tpo .deps/liblwp_la-lwp_ucontext.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp_stacktrace.lo -MD -MP -MF .deps/liblwp_la-lwp_stacktrace.Tpo -c -o liblwp_la-lwp_stacktrace.lo `test -f 'lwp_stacktrace.c' || echo './'`lwp_stacktrace.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp_stacktrace.lo -MD -MP -MF .deps/liblwp_la-lwp_stacktrace.Tpo -c lwp_stacktrace.c -fPIC -DPIC -o .libs/liblwp_la-lwp_stacktrace.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -DLWPDEBUG -Wall -MT liblwp_la-lwp_stacktrace.lo -MD -MP -MF .deps/liblwp_la-lwp_stacktrace.Tpo -c lwp_stacktrace.c -o liblwp_la-lwp_stacktrace.o >/dev/null 2>&1
# mv -f .deps/liblwp_la-lwp_stacktrace.Tpo .deps/liblwp_la-lwp_stacktrace.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -version-info 2:9:0 -no-undefined -o liblwp.la -rpath /usr/lib liblwp_la-fasttime.lo liblwp_la-iomgr.lo liblwp_la-lock.lo liblwp_la-lwp.lo liblwp_la-timer.lo liblwp_la-process.lo liblwp_la-lwp_ucontext.lo liblwp_la-lwp_stacktrace.lo
# libtool: link: clang -shared .libs/liblwp_la-fasttime.o .libs/liblwp_la-iomgr.o .libs/liblwp_la-lock.o .libs/liblwp_la-lwp.o .libs/liblwp_la-timer.o .libs/liblwp_la-process.o .libs/liblwp_la-lwp_ucontext.o .libs/liblwp_la-lwp_stacktrace.o -Wl,-soname -Wl,liblwp.so.2 -o .libs/liblwp.so.2.0.9
# libtool: link: (cd ".libs" && rm -f "liblwp.so.2" && ln -s "liblwp.so.2.0.9" "liblwp.so.2")
# libtool: link: (cd ".libs" && rm -f "liblwp.so" && ln -s "liblwp.so.2.0.9" "liblwp.so")
# libtool: link: ar cru .libs/liblwp.a liblwp_la-fasttime.o liblwp_la-iomgr.o liblwp_la-lock.o liblwp_la-lwp.o liblwp_la-timer.o liblwp_la-process.o liblwp_la-lwp_ucontext.o liblwp_la-lwp_stacktrace.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/liblwp.a
# libtool: link: ( cd ".libs" && rm -f "liblwp.la" && ln -s "../liblwp.la" "liblwp.la" )
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -MT cswitch.o -MD -MP -MF .deps/cswitch.Tpo -c -o cswitch.o cswitch.c
# mv -f .deps/cswitch.Tpo .deps/cswitch.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -o cswitch cswitch.o liblwp.la
# libtool: link: clang -Wall -o .libs/cswitch cswitch.o ./.libs/liblwp.so
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -MT testlwp.o -MD -MP -MF .deps/testlwp.Tpo -c -o testlwp.o testlwp.c
# mv -f .deps/testlwp.Tpo .deps/testlwp.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -o testlwp testlwp.o liblwp.la
# libtool: link: clang -Wall -o .libs/testlwp testlwp.o ./.libs/liblwp.so
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -static -o testlwp-static testlwp.o liblwp.la
# libtool: link: clang -Wall -o testlwp-static testlwp.o ./.libs/liblwp.a
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -MT tdb.o -MD -MP -MF .deps/tdb.Tpo -c -o tdb.o tdb.c
# mv -f .deps/tdb.Tpo .deps/tdb.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -o tdb tdb.o liblwp.la
# libtool: link: clang -Wall -o .libs/tdb tdb.o ./.libs/liblwp.so
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -MT rw.o -MD -MP -MF .deps/rw.Tpo -c -o rw.o rw.c
# mv -f .deps/rw.Tpo .deps/rw.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -o rw rw.o liblwp.la
# libtool: link: clang -Wall -o .libs/rw rw.o ./.libs/liblwp.so
# make[2]: Leaving directory '/tmp/lwp/src/lwp-2.6/src'
# Making all in src-pt
# make[2]: Entering directory '/tmp/lwp/src/lwp-2.6/src-pt'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/lwp/src/lwp-2.6/src-pt'
# make[2]: Entering directory '/tmp/lwp/src/lwp-2.6'
# make[2]: Leaving directory '/tmp/lwp/src/lwp-2.6'
# make[1]: Leaving directory '/tmp/lwp/src/lwp-2.6'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/lwp/src/lwp-2.6/include'
# make[2]: Entering directory '/tmp/lwp/src/lwp-2.6/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include/lwp" || /usr/bin/mkdir -p "/tmp/lwp/pkg/lwp/usr/include/lwp"
# /usr/bin/install -c -m 644 lwp/lock.h lwp/lwp.h lwp/timer.h '/tmp/lwp/pkg/lwp/usr/include/lwp'
# make[2]: Leaving directory '/tmp/lwp/src/lwp-2.6/include'
# make[1]: Leaving directory '/tmp/lwp/src/lwp-2.6/include'
# Making install in src
# make[1]: Entering directory '/tmp/lwp/src/lwp-2.6/src'
# make[2]: Entering directory '/tmp/lwp/src/lwp-2.6/src'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/lwp/pkg/lwp/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c liblwp.la '/tmp/lwp/pkg/lwp/usr/lib'
# libtool: install: /usr/bin/install -c .libs/liblwp.so.2.0.9 /tmp/lwp/pkg/lwp/usr/lib/liblwp.so.2.0.9
# libtool: install: (cd /tmp/lwp/pkg/lwp/usr/lib && { ln -s -f liblwp.so.2.0.9 liblwp.so.2 || { rm -f liblwp.so.2 && ln -s liblwp.so.2.0.9 liblwp.so.2; }; })
# libtool: install: (cd /tmp/lwp/pkg/lwp/usr/lib && { ln -s -f liblwp.so.2.0.9 liblwp.so || { rm -f liblwp.so && ln -s liblwp.so.2.0.9 liblwp.so; }; })
# libtool: install: /usr/bin/install -c .libs/liblwp.lai /tmp/lwp/pkg/lwp/usr/lib/liblwp.la
# libtool: install: /usr/bin/install -c .libs/liblwp.a /tmp/lwp/pkg/lwp/usr/lib/liblwp.a
# libtool: install: chmod 644 /tmp/lwp/pkg/lwp/usr/lib/liblwp.a
# libtool: install: ranlib /tmp/lwp/pkg/lwp/usr/lib/liblwp.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lwp/src/lwp-2.6/src'
# make[1]: Leaving directory '/tmp/lwp/src/lwp-2.6/src'
# Making install in src-pt
# make[1]: Entering directory '/tmp/lwp/src/lwp-2.6/src-pt'
# make[2]: Entering directory '/tmp/lwp/src/lwp-2.6/src-pt'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/lwp/pkg/lwp/usr/lib"
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/lwp/src/lwp-2.6/src-pt'
# make[1]: Leaving directory '/tmp/lwp/src/lwp-2.6/src-pt'
# make[1]: Entering directory '/tmp/lwp/src/lwp-2.6'
# make[2]: Entering directory '/tmp/lwp/src/lwp-2.6'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/lwp/pkg/lwp/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 lwp.pc '/tmp/lwp/pkg/lwp/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/lwp/src/lwp-2.6'
# make[1]: Leaving directory '/tmp/lwp/src/lwp-2.6'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "lwp"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: lwp 2.6-3 (Thu Apr 13 14:08:57 UTC 2017)

CMD: pacman --query --file lwp-2.6-3-x86_64.pkg.tar.xz
# lwp 2.6-3

Creating hybrid package for 'lwp'

Trying to find vanilla package 'lwp'...

CMD: pacman --query --file /mirror/perl-lwp-mediatypes-6.02-2.pkg.tar.xz
# perl-lwp-mediatypes 6.02-2

CMD: pacman --query --file /mirror/lwp-2.6-3.pkg.tar.xz
# lwp 2.6-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/liblwp.so
# /usr/lib/liblwp.so.2
# /usr/lib/liblwp.so.2.0.9
# /usr/lib/pkgconfig/lwp.pc
# /usr/include/lwp/lwp.h
# /usr/include/lwp/lock.h
# /usr/include/lwp/timer.h
# /sysroot/usr/lib/liblwp.so.2.0.9
# /sysroot/usr/lib/liblwp.so.2
# /sysroot/usr/lib/liblwp.so
# /sysroot/usr/lib/liblwp.la
# /sysroot/usr/lib/liblwp.a
# /sysroot/usr/lib/pkgconfig/lwp.pc
# /sysroot/usr/include/lwp/lock.h
# /sysroot/usr/include/lwp/lwp.h
# /sysroot/usr/include/lwp/timer.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/lwp.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/lwp.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/lwp/src/lwp-2.6/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 lwp configure 2.6, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 94d5c33fc84a
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2331: checking for a BSD-compatible install
# configure:2399: result: /usr/bin/install -c
# configure:2410: checking whether build environment is sane
# configure:2460: result: yes
# configure:2509: checking for x86_64-unknown-linux-strip
# configure:2539: result: no
# configure:2549: checking for strip
# configure:2565: found /usr/bin/strip
# configure:2576: result: strip
# configure:2601: checking for a thread-safe mkdir -p
# configure:2640: result: /usr/bin/mkdir -p
# configure:2653: checking for gawk
# configure:2669: found /usr/bin/gawk
# configure:2680: result: gawk
# configure:2691: checking whether make sets $(MAKE)
# configure:2713: result: yes
# configure:2824: checking for x86_64-unknown-linux-gcc
# configure:2851: result: clang
# configure:3120: checking for C compiler version
# configure:3129: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3140: $? = 0
# configure:3129: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3140: $? = 0
# configure:3129: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3140: $? = 1
# configure:3129: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3140: $? = 1
# configure:3160: checking whether the C compiler works
# configure:3182: clang conftest.c >&5
# configure:3186: $? = 0
# configure:3235: result: yes
# configure:3238: checking for C compiler default output file name
# configure:3240: result: a.out
# configure:3246: checking for suffix of executables
# configure:3253: clang -o conftest conftest.c >&5
# configure:3257: $? = 0
# configure:3279: result:
# configure:3301: checking whether we are cross compiling
# configure:3309: clang -o conftest conftest.c >&5
# configure:3313: $? = 0
# configure:3320: ./conftest
# configure:3324: $? = 0
# configure:3339: result: no
# configure:3344: checking for suffix of object files
# configure:3366: clang -c conftest.c >&5
# configure:3370: $? = 0
# configure:3391: result: o
# configure:3395: checking whether we are using the GNU C compiler
# configure:3414: clang -c conftest.c >&5
# configure:3414: $? = 0
# configure:3423: result: yes
# configure:3432: checking whether clang accepts -g
# configure:3452: clang -c -g conftest.c >&5
# configure:3452: $? = 0
# configure:3493: result: yes
# configure:3510: checking for clang option to accept ISO C89
# configure:3574: clang -c conftest.c >&5
# configure:3574: $? = 0
# configure:3587: result: none needed
# configure:3618: checking for style of include used by make
# configure:3646: result: GNU
# configure:3671: checking dependency style of clang
# configure:3781: result: gcc3
# configure:3801: checking how to run the C preprocessor
# configure:3832: clang -E conftest.c
# configure:3832: $? = 0
# configure:3846: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3846: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lwp"
# | #define PACKAGE_TARNAME "lwp"
# | #define PACKAGE_VERSION "2.6"
# | #define PACKAGE_STRING "lwp 2.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lwp"
# | #define VERSION "2.6"
# | /* end confdefs.h. */
# | #include
# configure:3871: result: clang -E
# configure:3891: clang -E conftest.c
# configure:3891: $? = 0
# configure:3905: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3905: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lwp"
# | #define PACKAGE_TARNAME "lwp"
# | #define PACKAGE_VERSION "2.6"
# | #define PACKAGE_STRING "lwp 2.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lwp"
# | #define VERSION "2.6"
# | /* end confdefs.h. */
# | #include
# configure:3942: checking dependency style of clang
# configure:4050: result: gcc3
# configure:4066: checking whether make sets $(MAKE)
# configure:4088: result: yes
# configure:4126: checking build system type
# configure:4140: result: x86_64-unknown-linux-gnu
# configure:4160: checking host system type
# configure:4173: result: x86_64-unknown-linux-gnu
# configure:4193: checking for a sed that does not truncate output
# configure:4257: result: /usr/bin/sed
# configure:4275: checking for grep that handles long lines and -e
# configure:4333: result: /usr/bin/grep
# configure:4338: checking for egrep
# configure:4400: result: /usr/bin/grep -E
# configure:4405: checking for fgrep
# configure:4467: result: /usr/bin/grep -F
# configure:4502: checking for ld used by clang
# configure:4569: result: /usr/bin/ld
# configure:4576: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4591: result: yes
# configure:4603: checking for BSD- or MS-compatible name lister (nm)
# configure:4652: result: /usr/bin/nm -B
# configure:4770: checking the name lister (/usr/bin/nm -B) interface
# configure:4777: clang -c conftest.c >&5
# configure:4780: /usr/bin/nm -B "conftest.o"
# configure:4783: output
# 0000000000000000 B some_variable
# configure:4790: result: BSD nm
# configure:4793: checking whether ln -s works
# configure:4797: result: yes
# configure:4805: checking the maximum length of command line arguments
# configure:4925: result: 1572864
# configure:4942: checking whether the shell understands some XSI constructs
# configure:4952: result: yes
# configure:4956: checking whether the shell understands "+="
# configure:4962: result: yes
# configure:4997: checking for /usr/bin/ld option to reload object files
# configure:5004: result: -r
# configure:5033: checking for x86_64-unknown-linux-objdump
# configure:5063: result: no
# configure:5073: checking for objdump
# configure:5089: found /usr/bin/objdump
# configure:5100: result: objdump
# configure:5132: checking how to recognize dependent libraries
# configure:5328: result: pass_all
# configure:5348: checking for x86_64-unknown-linux-ar
# configure:5378: result: no
# configure:5388: checking for ar
# configure:5404: found /usr/bin/ar
# configure:5415: result: ar
# configure:5453: checking for x86_64-unknown-linux-strip
# configure:5480: result: strip
# configure:5552: checking for x86_64-unknown-linux-ranlib
# configure:5582: result: no
# configure:5592: checking for ranlib
# configure:5608: found /usr/bin/ranlib
# configure:5619: result: ranlib
# configure:5709: checking command to parse /usr/bin/nm -B output from clang object
# configure:5827: clang -c conftest.c >&5
# configure:5830: $? = 0
# configure:5834: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:5837: $? = 0
# configure:5891: clang -o conftest conftest.c conftstm.o >&5
# configure:5894: $? = 0
# configure:5932: result: ok
# configure:6028: clang -c conftest.c >&5
# configure:6031: $? = 0
# configure:6737: checking for ANSI C header files
# configure:6757: clang -c conftest.c >&5
# configure:6757: $? = 0
# configure:6830: clang -o conftest conftest.c >&5
# configure:6830: $? = 0
# configure:6830: ./conftest
# configure:6830: $? = 0
# configure:6841: result: yes
# configure:6854: checking for sys/types.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6854: checking for sys/stat.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6854: checking for stdlib.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6854: checking for string.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6854: checking for memory.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6854: checking for strings.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6854: checking for inttypes.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6854: checking for stdint.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6854: checking for unistd.h
# configure:6854: clang -c conftest.c >&5
# configure:6854: $? = 0
# configure:6854: result: yes
# configure:6869: checking for dlfcn.h
# configure:6869: clang -c conftest.c >&5
# configure:6869: $? = 0
# configure:6869: result: yes
# configure:7053: checking for objdir
# configure:7068: result: .libs
# configure:7364: checking if clang supports -fno-rtti -fno-exceptions
# configure:7382: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7386: $? = 0
# configure:7399: result: yes
# configure:7419: checking for clang option to produce PIC
# configure:7691: result: -fPIC -DPIC
# configure:7703: checking if clang PIC flag -fPIC -DPIC works
# configure:7721: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:7725: $? = 0
# configure:7738: result: yes
# configure:7762: checking if clang static flag -static works
# configure:7790: result: yes
# configure:7805: checking if clang supports -c -o file.o
# configure:7826: clang -c -o out/conftest2.o conftest.c >&5
# configure:7830: $? = 0
# configure:7852: result: yes
# configure:7860: checking if clang supports -c -o file.o
# configure:7907: result: yes
# configure:7940: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8931: result: yes
# configure:8968: checking whether -lc should be explicitly linked in
# configure:8973: clang -c conftest.c >&5
# configure:8976: $? = 0
# configure:8991: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:8994: $? = 0
# configure:9006: result: no
# configure:9170: checking dynamic linker characteristics
# configure:9603: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:9603: $? = 0
# configure:9833: result: GNU/Linux ld.so
# configure:9935: checking how to hardcode library paths into programs
# configure:9960: result: immediate
# configure:10480: checking whether stripping libraries is possible
# configure:10485: result: yes
# configure:10520: checking if libtool supports shared libraries
# configure:10522: result: yes
# configure:10525: checking whether to build shared libraries
# configure:10546: result: yes
# configure:10549: checking whether to build static libraries
# configure:10553: result: yes
# configure:10596: checking for pthread_create in -lpthread
# configure:10621: clang -o conftest conftest.c -lpthread >&5
# configure:10621: $? = 0
# configure:10630: result: yes
# configure:10636: checking for sem_init in -lposix4
# configure:10661: clang -o conftest conftest.c -lposix4 >&5
# /usr/bin/ld: cannot find -lposix4
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:10661: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lwp"
# | #define PACKAGE_TARNAME "lwp"
# | #define PACKAGE_VERSION "2.6"
# | #define PACKAGE_STRING "lwp 2.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lwp"
# | #define VERSION "2.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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 sem_init ();
# | int
# | main ()
# | {
# | return sem_init ();
# | ;
# | return 0;
# | }
# configure:10670: result: no
# configure:10677: checking for register_t
# configure:10677: clang -c conftest.c >&5
# configure:10677: $? = 0
# configure:10677: clang -c conftest.c >&5
# conftest.c:59:25: error: expected expression
# if (sizeof ((register_t)))
# ^
# 1 error generated.
# configure:10677: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lwp"
# | #define PACKAGE_TARNAME "lwp"
# | #define PACKAGE_VERSION "2.6"
# | #define PACKAGE_STRING "lwp 2.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lwp"
# | #define VERSION "2.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((register_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10677: result: yes
# configure:10687: checking for stack_t
# configure:10687: clang -c conftest.c >&5
# configure:10687: $? = 0
# configure:10687: clang -c conftest.c >&5
# conftest.c:29:22: error: expected expression
# if (sizeof ((stack_t)))
# ^
# 1 error generated.
# configure:10687: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lwp"
# | #define PACKAGE_TARNAME "lwp"
# | #define PACKAGE_VERSION "2.6"
# | #define PACKAGE_STRING "lwp 2.6"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "lwp"
# | #define VERSION "2.6"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_REGISTER_T 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((stack_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:10687: result: yes
# configure:10699: checking whether the C compiler accepts -Wall
# configure:10722: clang -c -Wall conftest.c >&5
# configure:10722: $? = 0
# configure:10736: result: yes
# configure:10746: checking for sigaltstack
# configure:10746: clang -o conftest -Wall conftest.c >&5
# configure:10746: $? = 0
# configure:10746: result: yes
# configure:10761: checking for stdlib.h
# configure:10761: result: yes
# configure:10761: checking for unistd.h
# configure:10761: result: yes
# configure:10761: checking for sys/param.h
# configure:10761: clang -c -Wall conftest.c >&5
# configure:10761: $? = 0
# configure:10761: result: yes
# configure:10782: checking for getpagesize
# configure:10782: clang -o conftest -Wall conftest.c >&5
# configure:10782: $? = 0
# configure:10782: result: yes
# configure:10791: checking for working mmap
# configure:10938: clang -o conftest -Wall conftest.c >&5
# configure:10938: $? = 0
# configure:10938: ./conftest
# configure:10938: $? = 0
# configure:10948: result: yes
# configure:11095: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by lwp config.status 2.6, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 94d5c33fc84a
#
# config.status:1095: creating Makefile
# config.status:1095: creating include/Makefile
# config.status:1095: creating src/Makefile
# config.status:1095: creating src-pt/Makefile
# config.status:1095: creating lwp.pc
# config.status:1095: creating lwp-uninstalled.pc
# config.status:1095: creating pkgs/pkg-bsd.sh
# config.status:1095: creating pkgs/lwp.spec
# config.status:1095: creating debian/changelog
# config.status:1095: creating config.h
# config.status:1315: executing depfiles commands
# config.status:1315: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CCASFLAGS_set=
# ac_cv_env_CCASFLAGS_value=
# ac_cv_env_CCAS_set=
# ac_cv_env_CCAS_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_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_getpagesize=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_sigaltstack=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_posix4_sem_init=no
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_register_t=yes
# ac_cv_type_stack_t=yes
# am_cv_CCAS_dependencies_compiler_type=gcc3
# am_cv_CC_dependencies_compiler_type=gcc3
# coda_cv_cc_Wall=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/lwp/src/lwp-2.6/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/lwp/src/lwp-2.6/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/lwp/src/lwp-2.6/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/lwp/src/lwp-2.6/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/lwp/src/lwp-2.6/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCAS='clang'
# CCASDEPMODE='depmode=gcc3'
# CCASFLAGS=''
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall'
# CONFIG_DATE='Thu, 13 Apr 2017 14:08:18 +0000'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLL_VERSION='2-0-9'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FREEBSD_VERSION='2'
# GENERIC_VERSION='2.9'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBPTHREAD='-lpthread'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_LDFLAGS='-version-info 2:9:0 -no-undefined'
# LIBTOOL_VERSION=''
# LINUX_VERSION='2.0.9'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAJOR_VERSION='2'
# MAKEINFO='${SHELL} /tmp/lwp/src/lwp-2.6/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='lwp'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='lwp'
# PACKAGE_STRING='lwp 2.6'
# PACKAGE_TARNAME='lwp'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.6'
# PATH_SEPARATOR=':'
# PKG_CONFIG_PATH='${exec_prefix}/lib/pkgconfig:/usr/local/lib/pkgconfig'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.6'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCCAS_FALSE='#'
# am__fastdepCCAS_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_pthread_FALSE=''
# build_pthread_TRUE='#'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# 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='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/lwp/src/lwp-2.6/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# 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_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "lwp"
# #define PACKAGE_TARNAME "lwp"
# #define PACKAGE_VERSION "2.6"
# #define PACKAGE_STRING "lwp 2.6"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "lwp"
# #define VERSION "2.6"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_REGISTER_T 1
# #define HAVE_STACK_T 1
# #define HAVE_SIGALTSTACK 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
#
# configure: exit 0