Build of libcap-ng with clang_glibc toolchain

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

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

SLOCLanguage
11,464 sh
6,880 makefile
2,196 ansic
539 python
21,079 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: libcap-ng 0.7.7-1 (Thu Apr 13 19:21:40 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Configuring libcap-ng
# 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 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 whether make supports nested variables... yes
# checking how to print strings... printf
# checking for style of include used by make... GNU
# 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 whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# 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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# 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-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# 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 sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# 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... no
# .
# Checking for programs
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking for gawk... (cached) gawk
# .
# Checking for header files
# checking for ANSI C header files... (cached) yes
# checking linux/capability.h usability... yes
# checking linux/capability.h presence... yes
# checking for linux/capability.h... yes
# checking sys/xattr.h usability... yes
# checking sys/xattr.h presence... yes
# checking for sys/xattr.h... yes
# checking linux/securebits.h usability... yes
# checking linux/securebits.h presence... yes
# checking for linux/securebits.h... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking sys/syscall.h usability... yes
# checking sys/syscall.h presence... yes
# checking for sys/syscall.h... yes
# checking for swig... no
# configure: WARNING: "Swig not found - python bindings will not be made"
# checking whether to create python bindings... no
# checking whether to create python3 bindings... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating src/libcap-ng.pc
# config.status: creating src/test/Makefile
# config.status: creating bindings/Makefile
# config.status: creating bindings/python/Makefile
# config.status: creating bindings/python3/Makefile
# config.status: creating bindings/src/Makefile
# config.status: creating bindings/python/test/Makefile
# config.status: creating utils/Makefile
# config.status: creating m4/Makefile
# config.status: creating docs/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# .
#
#
# libcap-ng Version: 0.7.7
# Target: x86_64-unknown-linux-gnu
# Installation prefix: /usr
# Compiler: clang
# Compiler flags:
#
#
# make all-recursive
# make[1]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7'
# Making all in src
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# Making all in test
# make[3]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src/test'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src/test'
# make[3]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -fPIC -DPIC -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -MT cap-ng.lo -MD -MP -MF .deps/cap-ng.Tpo -c -o cap-ng.lo cap-ng.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -fPIC -DPIC -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -MT cap-ng.lo -MD -MP -MF .deps/cap-ng.Tpo -c cap-ng.c -fPIC -DPIC -o .libs/cap-ng.o
# cap-ng.c:434:7: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
# if (!cap_valid(capability)) {
# ^~~~~~~~~~~~~~~~~~~~~
# cap-ng.c:69:27: note: expanded from macro 'cap_valid'
# #define cap_valid(x) ((x) <= last_cap)
# ~ ^ ~~~~~~~~
# cap-ng.c:481:9: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
# while (cap_valid(cap)) {
# ^~~~~~~~~~~~~~
# cap-ng.c:69:27: note: expanded from macro 'cap_valid'
# #define cap_valid(x) ((x) <= last_cap)
# ~ ^ ~~~~~~~~
# cap-ng.c:642:15: warning: implicit conversion from enumeration type 'capng_type_t' to different enumeration type 'capng_select_t' [-Wenum-conversion]
# capng_clear(CAPNG_BOUNDING_SET);
# ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~
# cap-ng.c:831:7: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
# if (!cap_valid(capability))
# ^~~~~~~~~~~~~~~~~~~~~
# cap-ng.c:69:27: note: expanded from macro 'cap_valid'
# #define cap_valid(x) ((x) <= last_cap)
# ~ ^ ~~~~~~~~
# cap-ng.c:950:13: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
# for (i=0; i<=last_cap; i++) {
# ~^ ~~~~~~~~
# 5 warnings generated.
# mv -f .deps/cap-ng.Tpo .deps/cap-ng.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -fPIC -DPIC -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -MT lookup_table.lo -MD -MP -MF .deps/lookup_table.Tpo -c -o lookup_table.lo lookup_table.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I. -I.. -fPIC -DPIC -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -MT lookup_table.lo -MD -MP -MF .deps/lookup_table.Tpo -c lookup_table.c -fPIC -DPIC -o .libs/lookup_table.o
# lookup_table.c:115:6: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# ptr = capng_lookup_number(captab, captab_msgstr.str,
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lookup_table.c:112:7: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
# if (!cap_valid(capability))
# ^~~~~~~~~~~~~~~~~~~~~
# lookup_table.c:34:27: note: expanded from macro 'cap_valid'
# #define cap_valid(x) ((x) <= last_cap)
# ~ ^ ~~~~~~~~
# 2 warnings generated.
# mv -f .deps/lookup_table.Tpo .deps/lookup_table.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -fPIC -DPIC -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -Wl,-z,relro -o libcap-ng.la -rpath /usr/lib cap-ng.lo lookup_table.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/cap-ng.o .libs/lookup_table.o -Wl,-z -Wl,relro -Wl,-soname -Wl,libcap-ng.so.0 -o .libs/libcap-ng.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libcap-ng.so.0" && ln -s "libcap-ng.so.0.0.0" "libcap-ng.so.0")
# libtool: link: (cd ".libs" && rm -f "libcap-ng.so" && ln -s "libcap-ng.so.0.0.0" "libcap-ng.so")
# libtool: link: ( cd ".libs" && rm -f "libcap-ng.la" && ln -s "../libcap-ng.la" "libcap-ng.la" )
# make[3]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# Making all in utils
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/utils'
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -c -o pscap.o pscap.c
# /bin/sh ../libtool --tag=CC --mode=link clang -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -o pscap pscap.o -L../src -lcap-ng
# libtool: link: clang -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -o .libs/pscap pscap.o -L../src /tmp/libcap-ng/src/libcap-ng-0.7.7/src/.libs/libcap-ng.so
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -c -o netcap.o netcap.c
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -c -o proc-llist.o proc-llist.c
# /bin/sh ../libtool --tag=CC --mode=link clang -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -o netcap netcap.o proc-llist.o -L../src -lcap-ng
# libtool: link: clang -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -o .libs/netcap netcap.o proc-llist.o -L../src /tmp/libcap-ng/src/libcap-ng-0.7.7/src/.libs/libcap-ng.so
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -c -o filecap.o filecap.c
# /bin/sh ../libtool --tag=CC --mode=link clang -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -o filecap filecap.o -L../src -lcap-ng
# libtool: link: clang -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -o .libs/filecap filecap.o -L../src /tmp/libcap-ng/src/libcap-ng-0.7.7/src/.libs/libcap-ng.so
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -c -o captest.o captest.c
# /bin/sh ../libtool --tag=CC --mode=link clang -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -o captest captest.o -L../src -lcap-ng
# libtool: link: clang -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE -o .libs/captest captest.o -L../src /tmp/libcap-ng/src/libcap-ng-0.7.7/src/.libs/libcap-ng.so
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/utils'
# Making all in m4
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/m4'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/m4'
# Making all in docs
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/docs'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/docs'
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7'
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7'
# make[1]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# Making install in test
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src/test'
# make[3]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src/test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src/test'
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src/test'
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# make[3]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# /usr/bin/mkdir -p '/tmp/libcap-ng/pkg/libcap-ng/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libcap-ng.la '/tmp/libcap-ng/pkg/libcap-ng/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libcap-ng.so.0.0.0 /tmp/libcap-ng/pkg/libcap-ng/usr/lib/libcap-ng.so.0.0.0
# libtool: install: (cd /tmp/libcap-ng/pkg/libcap-ng/usr/lib && { ln -s -f libcap-ng.so.0.0.0 libcap-ng.so.0 || { rm -f libcap-ng.so.0 && ln -s libcap-ng.so.0.0.0 libcap-ng.so.0; }; })
# libtool: install: (cd /tmp/libcap-ng/pkg/libcap-ng/usr/lib && { ln -s -f libcap-ng.so.0.0.0 libcap-ng.so || { rm -f libcap-ng.so && ln -s libcap-ng.so.0.0.0 libcap-ng.so; }; })
# libtool: install: /usr/bin/install -c .libs/libcap-ng.lai /tmp/libcap-ng/pkg/libcap-ng/usr/lib/libcap-ng.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/libcap-ng/pkg/libcap-ng/usr/include'
# /usr/bin/install -c -m 644 cap-ng.h '/tmp/libcap-ng/pkg/libcap-ng/usr/include'
# /usr/bin/mkdir -p '/tmp/libcap-ng/pkg/libcap-ng/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libcap-ng.pc '/tmp/libcap-ng/pkg/libcap-ng/usr/lib/pkgconfig'
# make[3]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# make[1]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/src'
# Making install in utils
# make[1]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/utils'
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/utils'
# /usr/bin/mkdir -p '/tmp/libcap-ng/pkg/libcap-ng/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c pscap netcap filecap captest '/tmp/libcap-ng/pkg/libcap-ng/usr/bin'
# libtool: install: warning: `/tmp/libcap-ng/src/libcap-ng-0.7.7/src/libcap-ng.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/pscap /tmp/libcap-ng/pkg/libcap-ng/usr/bin/pscap
# libtool: install: warning: `/tmp/libcap-ng/src/libcap-ng-0.7.7/src/libcap-ng.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/netcap /tmp/libcap-ng/pkg/libcap-ng/usr/bin/netcap
# libtool: install: warning: `/tmp/libcap-ng/src/libcap-ng-0.7.7/src/libcap-ng.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/filecap /tmp/libcap-ng/pkg/libcap-ng/usr/bin/filecap
# libtool: install: warning: `/tmp/libcap-ng/src/libcap-ng-0.7.7/src/libcap-ng.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/captest /tmp/libcap-ng/pkg/libcap-ng/usr/bin/captest
# /usr/bin/mkdir -p '/tmp/libcap-ng/pkg/libcap-ng/usr/share/man/man8'
# /usr/bin/install -c -m 644 pscap.8 netcap.8 filecap.8 captest.8 '/tmp/libcap-ng/pkg/libcap-ng/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/utils'
# make[1]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/utils'
# Making install in m4
# make[1]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/m4'
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/m4'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libcap-ng/pkg/libcap-ng/usr/share/aclocal'
# /usr/bin/install -c -m 644 cap-ng.m4 '/tmp/libcap-ng/pkg/libcap-ng/usr/share/aclocal'
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/m4'
# make[1]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/m4'
# Making install in docs
# make[1]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/docs'
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/docs'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libcap-ng/pkg/libcap-ng/usr/share/man/man3'
# /usr/bin/install -c -m 644 capng_clear.3 capng_fill.3 capng_setpid.3 capng_get_caps_process.3 capng_update.3 capng_updatev.3 capng_apply.3 capng_lock.3 capng_change_id.3 capng_get_caps_fd.3 capng_set_caps_fd.3 capng_have_capabilities.3 capng_have_capability.3 capng_print_caps_numeric.3 capng_print_caps_text.3 capng_name_to_capability.3 capng_capability_to_name.3 capng_save_state.3 capng_restore_state.3 '/tmp/libcap-ng/pkg/libcap-ng/usr/share/man/man3'
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/docs'
# make[1]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7/docs'
# make[1]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7'
# make[2]: Entering directory '/tmp/libcap-ng/src/libcap-ng-0.7.7'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7'
# make[1]: Leaving directory '/tmp/libcap-ng/src/libcap-ng-0.7.7'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libcap-ng"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libcap-ng 0.7.7-1 (Thu Apr 13 19:21:53 UTC 2017)

CMD: pacman --query --file libcap-ng-0.7.7-1-x86_64.pkg.tar.xz
# libcap-ng 0.7.7-1

Creating hybrid package for 'libcap-ng'

Trying to find vanilla package 'libcap-ng'...

CMD: pacman --query --file /mirror/libcap-ng-0.7.7-1.pkg.tar.xz
# libcap-ng 0.7.7-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/filecap
# /usr/bin/netcap
# /usr/bin/captest
# /usr/bin/pscap
# /usr/share/aclocal/cap-ng.m4
# /usr/share/man/man8/filecap.8.gz
# /usr/share/man/man8/captest.8.gz
# /usr/share/man/man8/pscap.8.gz
# /usr/share/man/man8/netcap.8.gz
# /usr/share/man/man3/capng_change_id.3.gz
# /usr/share/man/man3/capng_print_caps_numeric.3.gz
# /usr/share/man/man3/capng_lock.3.gz
# /usr/share/man/man3/capng_updatev.3.gz
# /usr/share/man/man3/capng_update.3.gz
# /usr/share/man/man3/capng_have_capability.3.gz
# /usr/share/man/man3/capng_restore_state.3.gz
# /usr/share/man/man3/capng_apply.3.gz
# /usr/share/man/man3/capng_get_caps_process.3.gz
# /usr/share/man/man3/capng_save_state.3.gz
# /usr/share/man/man3/capng_print_caps_text.3.gz
# /usr/share/man/man3/capng_fill.3.gz
# /usr/share/man/man3/capng_clear.3.gz
# /usr/share/man/man3/capng_name_to_capability.3.gz
# /usr/share/man/man3/capng_setpid.3.gz
# /usr/share/man/man3/capng_set_caps_fd.3.gz
# /usr/share/man/man3/capng_have_capabilities.3.gz
# /usr/share/man/man3/capng_get_caps_fd.3.gz
# /usr/share/man/man3/capng_capability_to_name.3.gz
# /usr/include/cap-ng.h
# /usr/lib/libcap-ng.so.0
# /usr/lib/libcap-ng.so.0.0.0
# /usr/lib/libcap-ng.so
# /usr/lib/pkgconfig/libcap-ng.pc
# /sysroot/usr/lib/libcap-ng.so.0.0.0
# /sysroot/usr/lib/libcap-ng.so.0
# /sysroot/usr/lib/libcap-ng.so
# /sysroot/usr/lib/libcap-ng.la
# /sysroot/usr/lib/pkgconfig/libcap-ng.pc
# /sysroot/usr/include/cap-ng.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 libcap-ng.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libcap-ng.pkg.tar.xz

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libcap-ng.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libcap-ng.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/libcap-ng/src/libcap-ng-0.7.7/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 libcap-ng configure 0.7.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-static=no --with-python=no
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5df1799c5afb
# 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:2281: checking build system type
# configure:2295: result: x86_64-unknown-linux-gnu
# configure:2315: checking host system type
# configure:2328: result: x86_64-unknown-linux-gnu
# configure:2348: checking target system type
# configure:2361: result: x86_64-unknown-linux-gnu
# configure:2403: checking for a BSD-compatible install
# configure:2471: result: /usr/bin/install -c
# configure:2482: checking whether build environment is sane
# configure:2537: result: yes
# configure:2596: checking for x86_64-unknown-linux-strip
# configure:2626: result: no
# configure:2636: checking for strip
# configure:2652: found /usr/bin/strip
# configure:2663: result: strip
# configure:2688: checking for a thread-safe mkdir -p
# configure:2727: result: /usr/bin/mkdir -p
# configure:2734: checking for gawk
# configure:2750: found /usr/bin/gawk
# configure:2761: result: gawk
# configure:2772: checking whether make sets $(MAKE)
# configure:2794: result: yes
# configure:2823: checking whether make supports nested variables
# configure:2840: result: yes
# configure:3011: checking how to print strings
# configure:3038: result: printf
# configure:3071: checking for style of include used by make
# configure:3099: result: GNU
# configure:3130: checking for x86_64-unknown-linux-gcc
# configure:3157: result: clang
# configure:3426: checking for C compiler version
# configure:3435: 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:3446: $? = 0
# configure:3435: 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:3446: $? = 0
# configure:3435: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3446: $? = 1
# configure:3435: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3446: $? = 1
# configure:3466: checking whether the C compiler works
# configure:3488: clang conftest.c >&5
# configure:3492: $? = 0
# configure:3540: result: yes
# configure:3543: checking for C compiler default output file name
# configure:3545: result: a.out
# configure:3551: checking for suffix of executables
# configure:3558: clang -o conftest conftest.c >&5
# configure:3562: $? = 0
# configure:3584: result:
# configure:3606: checking whether we are cross compiling
# configure:3614: clang -o conftest conftest.c >&5
# configure:3618: $? = 0
# configure:3625: ./conftest
# configure:3629: $? = 0
# configure:3644: result: no
# configure:3649: checking for suffix of object files
# configure:3671: clang -c conftest.c >&5
# configure:3675: $? = 0
# configure:3696: result: o
# configure:3700: checking whether we are using the GNU C compiler
# configure:3719: clang -c conftest.c >&5
# configure:3719: $? = 0
# configure:3728: result: yes
# configure:3737: checking whether clang accepts -g
# configure:3757: clang -c -g conftest.c >&5
# configure:3757: $? = 0
# configure:3798: result: yes
# configure:3815: checking for clang option to accept ISO C89
# configure:3878: clang -c conftest.c >&5
# configure:3878: $? = 0
# configure:3891: result: none needed
# configure:3916: checking whether clang understands -c and -o together
# configure:3938: clang -c conftest.c -o conftest2.o
# configure:3941: $? = 0
# configure:3938: clang -c conftest.c -o conftest2.o
# configure:3941: $? = 0
# configure:3953: result: yes
# configure:3972: checking dependency style of clang
# configure:4083: result: gcc3
# configure:4098: checking for a sed that does not truncate output
# configure:4162: result: /usr/bin/sed
# configure:4180: checking for grep that handles long lines and -e
# configure:4238: result: /usr/bin/grep
# configure:4243: checking for egrep
# configure:4305: result: /usr/bin/grep -E
# configure:4310: checking for fgrep
# configure:4372: result: /usr/bin/grep -F
# configure:4407: checking for ld used by clang
# configure:4474: result: /usr/bin/ld
# configure:4481: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4496: result: yes
# configure:4508: checking for BSD- or MS-compatible name lister (nm)
# configure:4557: result: /usr/bin/nm -B
# configure:4687: checking the name lister (/usr/bin/nm -B) interface
# configure:4694: clang -c conftest.c >&5
# configure:4697: /usr/bin/nm -B "conftest.o"
# configure:4700: output
# 0000000000000000 B some_variable
# configure:4707: result: BSD nm
# configure:4710: checking whether ln -s works
# configure:4714: result: yes
# configure:4722: checking the maximum length of command line arguments
# configure:4852: result: 1572864
# configure:4869: checking whether the shell understands some XSI constructs
# configure:4879: result: yes
# configure:4883: checking whether the shell understands "+="
# configure:4889: result: yes
# configure:4924: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4964: result: func_convert_file_noop
# configure:4971: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4991: result: func_convert_file_noop
# configure:4998: checking for /usr/bin/ld option to reload object files
# configure:5005: result: -r
# configure:5039: checking for x86_64-unknown-linux-objdump
# configure:5069: result: no
# configure:5079: checking for objdump
# configure:5095: found /usr/bin/objdump
# configure:5106: result: objdump
# configure:5138: checking how to recognize dependent libraries
# configure:5340: result: pass_all
# configure:5385: checking for x86_64-unknown-linux-dlltool
# configure:5415: result: no
# configure:5425: checking for dlltool
# configure:5455: result: no
# configure:5485: checking how to associate runtime and link libraries
# configure:5512: result: printf %s\n
# configure:5529: checking for x86_64-unknown-linux-ar
# configure:5559: result: no
# configure:5573: checking for ar
# configure:5589: found /usr/bin/ar
# configure:5600: result: ar
# configure:5637: checking for archiver @FILE support
# configure:5654: clang -c conftest.c >&5
# configure:5654: $? = 0
# configure:5657: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5660: $? = 0
# configure:5665: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5668: $? = 1
# configure:5680: result: @
# configure:5698: checking for x86_64-unknown-linux-strip
# configure:5725: result: strip
# configure:5797: checking for x86_64-unknown-linux-ranlib
# configure:5827: result: no
# configure:5837: checking for ranlib
# configure:5853: found /usr/bin/ranlib
# configure:5864: result: ranlib
# configure:5966: checking command to parse /usr/bin/nm -B output from clang object
# configure:6086: clang -c conftest.c >&5
# configure:6089: $? = 0
# configure:6093: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6096: $? = 0
# configure:6162: clang -o conftest conftest.c conftstm.o >&5
# configure:6165: $? = 0
# configure:6203: result: ok
# configure:6240: checking for sysroot
# configure:6270: result: no
# configure:6347: clang -c conftest.c >&5
# configure:6350: $? = 0
# configure:6492: checking for x86_64-unknown-linux-mt
# configure:6522: result: no
# configure:6532: checking for mt
# configure:6562: result: no
# configure:6582: checking if : is a manifest tool
# configure:6588: : '-?'
# configure:6596: result: no
# configure:7238: checking how to run the C preprocessor
# configure:7269: clang -E conftest.c
# configure:7269: $? = 0
# configure:7283: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7283: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libcap-ng"
# | #define PACKAGE_TARNAME "libcap-ng"
# | #define PACKAGE_VERSION "0.7.7"
# | #define PACKAGE_STRING "libcap-ng 0.7.7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libcap-ng"
# | #define VERSION "0.7.7"
# | /* end confdefs.h. */
# | #include
# configure:7308: result: clang -E
# configure:7328: clang -E conftest.c
# configure:7328: $? = 0
# configure:7342: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7342: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libcap-ng"
# | #define PACKAGE_TARNAME "libcap-ng"
# | #define PACKAGE_VERSION "0.7.7"
# | #define PACKAGE_STRING "libcap-ng 0.7.7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libcap-ng"
# | #define VERSION "0.7.7"
# | /* end confdefs.h. */
# | #include
# configure:7371: checking for ANSI C header files
# configure:7391: clang -c conftest.c >&5
# configure:7391: $? = 0
# configure:7464: clang -o conftest conftest.c >&5
# configure:7464: $? = 0
# configure:7464: ./conftest
# configure:7464: $? = 0
# configure:7475: result: yes
# configure:7488: checking for sys/types.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7488: checking for sys/stat.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7488: checking for stdlib.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7488: checking for string.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7488: checking for memory.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7488: checking for strings.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7488: checking for inttypes.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7488: checking for stdint.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7488: checking for unistd.h
# configure:7488: clang -c conftest.c >&5
# configure:7488: $? = 0
# configure:7488: result: yes
# configure:7502: checking for dlfcn.h
# configure:7502: clang -c conftest.c >&5
# configure:7502: $? = 0
# configure:7502: result: yes
# configure:7708: checking for objdir
# configure:7723: result: .libs
# configure:7994: checking if clang supports -fno-rtti -fno-exceptions
# configure:8012: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8016: $? = 0
# configure:8029: result: yes
# configure:8356: checking for clang option to produce PIC
# configure:8363: result: -fPIC -DPIC
# configure:8371: checking if clang PIC flag -fPIC -DPIC works
# configure:8389: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8393: $? = 0
# configure:8406: result: yes
# configure:8435: checking if clang static flag -static works
# configure:8463: result: yes
# configure:8478: checking if clang supports -c -o file.o
# configure:8499: clang -c -o out/conftest2.o conftest.c >&5
# configure:8503: $? = 0
# configure:8525: result: yes
# configure:8533: checking if clang supports -c -o file.o
# configure:8580: result: yes
# configure:8613: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9766: result: yes
# configure:9803: checking whether -lc should be explicitly linked in
# configure:9811: clang -c conftest.c >&5
# configure:9814: $? = 0
# configure:9829: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9832: $? = 0
# configure:9846: result: no
# configure:10006: checking dynamic linker characteristics
# configure:10517: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10517: $? = 0
# configure:10743: result: GNU/Linux ld.so
# configure:10850: checking how to hardcode library paths into programs
# configure:10875: result: immediate
# configure:11415: checking whether stripping libraries is possible
# configure:11420: result: yes
# configure:11455: checking if libtool supports shared libraries
# configure:11457: result: yes
# configure:11460: checking whether to build shared libraries
# configure:11481: result: yes
# configure:11484: checking whether to build static libraries
# configure:11488: result: no
# configure:11538: checking for x86_64-unknown-linux-gcc
# configure:11565: result: clang
# configure:11834: checking for C compiler version
# configure:11843: 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:11854: $? = 0
# configure:11843: 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:11854: $? = 0
# configure:11843: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:11854: $? = 1
# configure:11843: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:11854: $? = 1
# configure:11858: checking whether we are using the GNU C compiler
# configure:11886: result: yes
# configure:11895: checking whether clang accepts -g
# configure:11956: result: yes
# configure:11973: checking for clang option to accept ISO C89
# configure:12049: result: none needed
# configure:12074: checking whether clang understands -c and -o together
# configure:12111: result: yes
# configure:12130: checking dependency style of clang
# configure:12241: result: gcc3
# configure:12261: checking for gawk
# configure:12288: result: gawk
# configure:12302: checking for ANSI C header files
# configure:12406: result: yes
# configure:12416: checking linux/capability.h usability
# configure:12416: clang -c conftest.c >&5
# configure:12416: $? = 0
# configure:12416: result: yes
# configure:12416: checking linux/capability.h presence
# configure:12416: clang -E conftest.c
# configure:12416: $? = 0
# configure:12416: result: yes
# configure:12416: checking for linux/capability.h
# configure:12416: result: yes
# configure:12430: checking sys/xattr.h usability
# configure:12430: clang -c conftest.c >&5
# configure:12430: $? = 0
# configure:12430: result: yes
# configure:12430: checking sys/xattr.h presence
# configure:12430: clang -E conftest.c
# configure:12430: $? = 0
# configure:12430: result: yes
# configure:12430: checking for sys/xattr.h
# configure:12430: result: yes
# configure:12460: checking linux/securebits.h usability
# configure:12460: clang -c conftest.c >&5
# configure:12460: $? = 0
# configure:12460: result: yes
# configure:12460: checking linux/securebits.h presence
# configure:12460: clang -E conftest.c
# configure:12460: $? = 0
# configure:12460: result: yes
# configure:12460: checking for linux/securebits.h
# configure:12460: result: yes
# configure:12471: checking for an ANSI C-conforming const
# configure:12537: clang -c conftest.c >&5
# configure:12537: $? = 0
# configure:12544: result: yes
# configure:12552: checking for inline
# configure:12568: clang -c conftest.c >&5
# configure:12568: $? = 0
# configure:12576: result: inline
# configure:12667: checking sys/syscall.h usability
# configure:12667: clang -c conftest.c >&5
# configure:12667: $? = 0
# configure:12667: result: yes
# configure:12667: checking sys/syscall.h presence
# configure:12667: clang -E conftest.c
# configure:12667: $? = 0
# configure:12667: result: yes
# configure:12667: checking for sys/syscall.h
# configure:12667: result: yes
# configure:12678: checking for swig
# configure:12706: result: no
# configure:12715: WARNING: "Swig not found - python bindings will not be made"
# configure:12727: checking whether to create python bindings
# configure:12739: result: no
# configure:12976: checking whether to create python3 bindings
# configure:12991: result: no
# configure:13184: checking that generated files are newer than configure
# configure:13190: result: done
# configure:13241: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libcap-ng config.status 0.7.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5df1799c5afb
#
# config.status:1129: creating Makefile
# config.status:1129: creating src/Makefile
# config.status:1129: creating src/libcap-ng.pc
# config.status:1129: creating src/test/Makefile
# config.status:1129: creating bindings/Makefile
# config.status:1129: creating bindings/python/Makefile
# config.status:1129: creating bindings/python3/Makefile
# config.status:1129: creating bindings/src/Makefile
# config.status:1129: creating bindings/python/test/Makefile
# config.status:1129: creating utils/Makefile
# config.status:1129: creating m4/Makefile
# config.status:1129: creating docs/Makefile
# config.status:1129: creating config.h
# config.status:1358: executing depfiles commands
# config.status:1358: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# 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_PYTHON_set=
# ac_cv_env_PYTHON_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_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_capability_h=yes
# ac_cv_header_linux_securebits_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_stat_h=yes
# ac_cv_header_sys_syscall_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_xattr_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# 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_prog_swig_found=no
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# 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_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# 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_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# 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
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libcap-ng/src/libcap-ng-0.7.7/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libcap-ng/src/libcap-ng-0.7.7/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libcap-ng/src/libcap-ng-0.7.7/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libcap-ng/src/libcap-ng-0.7.7/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEBUG='-DNDEBUG'
# DEBUG_FALSE=''
# DEBUG_TRUE='#'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_PYTHON_FALSE=''
# HAVE_PYTHON_TRUE='#'
# HAVE_SWIG_FALSE=''
# HAVE_SWIG_TRUE='#'
# 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=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='./ltmain.sh'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libcap-ng/src/libcap-ng-0.7.7/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libcap-ng'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libcap-ng'
# PACKAGE_STRING='libcap-ng 0.7.7'
# PACKAGE_TARNAME='libcap-ng'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.7.7'
# PATH_SEPARATOR=':'
# PYINCLUDEDIR=''
# PYTHON3=''
# PYTHON3_CFLAGS=''
# PYTHON3_EXEC_PREFIX=''
# PYTHON3_INCLUDES=''
# PYTHON3_LIBS=''
# PYTHON3_PREFIX=''
# PYTHON=''
# PYTHON_EXEC_PREFIX=''
# PYTHON_PLATFORM=''
# PYTHON_PREFIX=''
# PYTHON_VERSION=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_PYTHON3_FALSE=''
# USE_PYTHON3_TRUE='#'
# VERSION='0.7.7'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# 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'
# 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/libcap-ng/src/libcap-ng-0.7.7/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgpyexecdir=''
# pkgpythondir=''
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# py3execdir=''
# pyexecdir=''
# python3dir=''
# pythondir=''
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# swig_found='no'
# 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 "libcap-ng"
# #define PACKAGE_TARNAME "libcap-ng"
# #define PACKAGE_VERSION "0.7.7"
# #define PACKAGE_STRING "libcap-ng 0.7.7"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libcap-ng"
# #define VERSION "0.7.7"
# #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 STDC_HEADERS 1
# #define HAVE_LINUX_CAPABILITY_H 1
# #define HAVE_SYS_XATTR_H 1
# #define HAVE_LINUX_SECUREBITS_H 1
# #define HAVE_SYSCALL_H 1
#
# configure: exit 0