Build of popt with vanilla toolchain

The build took 00h 00m 56s and was SUCCESSFUL.

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

SLOCLanguage
10,846 sh
3,007 ansic
2,127 makefile
16 sed
15,996 total

The process tree of the build process is here.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: popt 1.16-8 (Wed Aug 24 13:22:01 UTC 2016)
# ==> 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 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/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking dependency style of gcc... gcc3
# checking for gcc option to accept ISO C99... none needed
# checking for gcc option to accept ISO Standard C... (cached) none needed
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking dependency style of gcc... (cached) gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/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/sbin/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/sbin/nm -B output from gcc object... ok
# checking how to run the C preprocessor... gcc -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 gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/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 whether gcc needs -traditional... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for library containing strerror... none required
# checking for function prototypes... yes
# checking for string.h... (cached) yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking fnmatch.h usability... yes
# checking fnmatch.h presence... yes
# checking for fnmatch.h... yes
# checking glob.h usability... yes
# checking glob.h presence... yes
# checking for glob.h... yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking mcheck.h usability... yes
# checking mcheck.h presence... yes
# checking for mcheck.h... yes
# checking for unistd.h... (cached) yes
# checking for setreuid... yes
# checking for getuid... yes
# checking for geteuid... yes
# checking for iconv... yes
# checking for mtrace... yes
# checking for __secure_getenv... no
# checking for setregid... yes
# checking for stpcpy... yes
# checking for strerror... yes
# checking for vasprintf... yes
# checking for srandom... yes
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/sbin/msgfmt
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for msgmerge... /usr/sbin/msgmerge
# checking for ld used by GCC... /usr/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking for iconv... yes
# checking for working iconv... yes
# configure: creating ./config.status
# config.status: creating po/Makefile.in
# config.status: creating m4/Makefile
# config.status: creating Doxyfile
# config.status: creating Makefile
# config.status: creating popt.pc
# config.status: creating popt.spec
# config.status: creating test-poptrc
# config.status: creating auto/Makefile
# config.status: creating auto/desc
# config.status: creating auto/types
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# make all-recursive
# make[1]: Entering directory '/tmp/popt/src/popt-1.16'
# Making all in po
# make[2]: Entering directory '/tmp/popt/src/popt-1.16/po'
# make[2]: Leaving directory '/tmp/popt/src/popt-1.16/po'
# Making all in .
# make[2]: Entering directory '/tmp/popt/src/popt-1.16'
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT popt.lo -MD -MP -MF .deps/popt.Tpo -c -o popt.lo popt.c
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptparse.lo -MD -MP -MF .deps/poptparse.Tpo -c -o poptparse.lo poptparse.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptparse.lo -MD -MP -MF .deps/poptparse.Tpo -c poptparse.c -fPIC -DPIC -o .libs/poptparse.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT popt.lo -MD -MP -MF .deps/popt.Tpo -c popt.c -fPIC -DPIC -o .libs/popt.o
# popt.c: In function 'execCommand':
# popt.c:483:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
# int rc;
# ^~
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptparse.lo -MD -MP -MF .deps/poptparse.Tpo -c poptparse.c -o poptparse.o >/dev/null 2>&1
# mv -f .deps/poptparse.Tpo .deps/poptparse.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptconfig.lo -MD -MP -MF .deps/poptconfig.Tpo -c -o poptconfig.lo poptconfig.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptconfig.lo -MD -MP -MF .deps/poptconfig.Tpo -c poptconfig.c -fPIC -DPIC -o .libs/poptconfig.o
# poptconfig.c: In function 'poptReadConfigFile':
# poptconfig.c:399:9: warning: variable 'xx' set but not used [-Wunused-but-set-variable]
# int xx;
# ^~
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT popt.lo -MD -MP -MF .deps/popt.Tpo -c popt.c -o popt.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptconfig.lo -MD -MP -MF .deps/poptconfig.Tpo -c poptconfig.c -o poptconfig.o >/dev/null 2>&1
# mv -f .deps/poptconfig.Tpo .deps/poptconfig.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT popthelp.lo -MD -MP -MF .deps/popthelp.Tpo -c -o popthelp.lo popthelp.c
# mv -f .deps/popt.Tpo .deps/popt.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT popthelp.lo -MD -MP -MF .deps/popthelp.Tpo -c popthelp.c -fPIC -DPIC -o .libs/popthelp.o
# popthelp.c: In function 'singleOptionHelp':
# popthelp.c:325:9: warning: variable 'xx' set but not used [-Wunused-but-set-variable]
# int xx;
# ^~
# popthelp.c: In function 'singleTableHelp':
# popthelp.c:606:9: warning: variable 'xx' set but not used [-Wunused-but-set-variable]
# int xx;
# ^~
# popthelp.c: In function 'showHelpIntro':
# popthelp.c:647:9: warning: variable 'xx' set but not used [-Wunused-but-set-variable]
# int xx;
# ^~
# popthelp.c: In function 'poptPrintHelp':
# popthelp.c:666:9: warning: variable 'xx' set but not used [-Wunused-but-set-variable]
# int xx;
# ^~
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptint.lo -MD -MP -MF .deps/poptint.Tpo -c -o poptint.lo poptint.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT popthelp.lo -MD -MP -MF .deps/popthelp.Tpo -c popthelp.c -o popthelp.o >/dev/null 2>&1
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptint.lo -MD -MP -MF .deps/poptint.Tpo -c poptint.c -fPIC -DPIC -o .libs/poptint.o
# poptint.c:12:28: warning: 'utf8_skip_data' defined but not used [-Wunused-const-variable=]
# static const unsigned char utf8_skip_data[256] = {
# ^~~~~~~~~~~~~~
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT poptint.lo -MD -MP -MF .deps/poptint.Tpo -c poptint.c -o poptint.o >/dev/null 2>&1
# mv -f .deps/popthelp.Tpo .deps/popthelp.Plo
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT test1.o -MD -MP -MF .deps/test1.Tpo -c -o test1.o test1.c
# test1.c:164:35: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
# { "bits", '\0', POPT_ARG_BITSET|POPT_ARGFLAG_DOC_HIDDEN, &aBits, 0,
# ^
# mv -f .deps/test1.Tpo .deps/test1.Po
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT test2.o -MD -MP -MF .deps/test2.Tpo -c -o test2.o test2.c
# mv -f .deps/poptint.Tpo .deps/poptint.Plo
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -D_REENTRANT -MT tdict.o -MD -MP -MF .deps/tdict.Tpo -c -o tdict.o tdict.c
# mv -f .deps/test2.Tpo .deps/test2.Po
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -W -D_GNU_SOURCE -D_REENTRANT -no-undefined -Wl,--version-script=./libpopt.vers -o libpopt.la -rpath /usr/lib popt.lo poptparse.lo poptconfig.lo popthelp.lo poptint.lo
# mv -f .deps/tdict.Tpo .deps/tdict.Po
# libtool: link: gcc -shared .libs/popt.o .libs/poptparse.o .libs/poptconfig.o .libs/popthelp.o .libs/poptint.o -Wl,--version-script=./libpopt.vers -Wl,-soname -Wl,libpopt.so.0 -o .libs/libpopt.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libpopt.so.0" && ln -s "libpopt.so.0.0.0" "libpopt.so.0")
# libtool: link: (cd ".libs" && rm -f "libpopt.so" && ln -s "libpopt.so.0.0.0" "libpopt.so")
# libtool: link: ar cru .libs/libpopt.a popt.o poptparse.o poptconfig.o popthelp.o poptint.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libpopt.a
# libtool: link: ( cd ".libs" && rm -f "libpopt.la" && ln -s "../libpopt.la" "libpopt.la" )
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -W -D_GNU_SOURCE -D_REENTRANT -o test1 test1.o libpopt.la
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -W -D_GNU_SOURCE -D_REENTRANT -o test2 test2.o libpopt.la
# libtool: link: gcc -Wall -W -D_GNU_SOURCE -D_REENTRANT -o .libs/test2 test2.o ./.libs/libpopt.so
# libtool: link: gcc -Wall -W -D_GNU_SOURCE -D_REENTRANT -o .libs/test1 test1.o ./.libs/libpopt.so
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -W -D_GNU_SOURCE -D_REENTRANT -o tdict tdict.o libpopt.la
# libtool: link: gcc -Wall -W -D_GNU_SOURCE -D_REENTRANT -o .libs/tdict tdict.o ./.libs/libpopt.so
# make[2]: Leaving directory '/tmp/popt/src/popt-1.16'
# Making all in auto
# make[2]: Entering directory '/tmp/popt/src/popt-1.16/auto'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/popt/src/popt-1.16/auto'
# make[1]: Leaving directory '/tmp/popt/src/popt-1.16'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-recursive
# make[1]: Entering directory '/tmp/popt/src/popt-1.16'
# Making install in po
# make[2]: Entering directory '/tmp/popt/src/popt-1.16/po'
# /usr/sbin/mkdir -p /tmp/popt/pkg/popt/usr/share
# installing cs.gmo as /tmp/popt/pkg/popt/usr/share/locale/cs/LC_MESSAGES/popt.mo
# installing da.gmo as /tmp/popt/pkg/popt/usr/share/locale/da/LC_MESSAGES/popt.mo
# installing de.gmo as /tmp/popt/pkg/popt/usr/share/locale/de/LC_MESSAGES/popt.mo
# installing eo.gmo as /tmp/popt/pkg/popt/usr/share/locale/eo/LC_MESSAGES/popt.mo
# installing es.gmo as /tmp/popt/pkg/popt/usr/share/locale/es/LC_MESSAGES/popt.mo
# installing fi.gmo as /tmp/popt/pkg/popt/usr/share/locale/fi/LC_MESSAGES/popt.mo
# installing fr.gmo as /tmp/popt/pkg/popt/usr/share/locale/fr/LC_MESSAGES/popt.mo
# installing ga.gmo as /tmp/popt/pkg/popt/usr/share/locale/ga/LC_MESSAGES/popt.mo
# installing gl.gmo as /tmp/popt/pkg/popt/usr/share/locale/gl/LC_MESSAGES/popt.mo
# installing hu.gmo as /tmp/popt/pkg/popt/usr/share/locale/hu/LC_MESSAGES/popt.mo
# installing id.gmo as /tmp/popt/pkg/popt/usr/share/locale/id/LC_MESSAGES/popt.mo
# installing is.gmo as /tmp/popt/pkg/popt/usr/share/locale/is/LC_MESSAGES/popt.mo
# installing it.gmo as /tmp/popt/pkg/popt/usr/share/locale/it/LC_MESSAGES/popt.mo
# installing ja.gmo as /tmp/popt/pkg/popt/usr/share/locale/ja/LC_MESSAGES/popt.mo
# installing ko.gmo as /tmp/popt/pkg/popt/usr/share/locale/ko/LC_MESSAGES/popt.mo
# installing lv.gmo as /tmp/popt/pkg/popt/usr/share/locale/lv/LC_MESSAGES/popt.mo
# installing nb.gmo as /tmp/popt/pkg/popt/usr/share/locale/nb/LC_MESSAGES/popt.mo
# installing nl.gmo as /tmp/popt/pkg/popt/usr/share/locale/nl/LC_MESSAGES/popt.mo
# installing pl.gmo as /tmp/popt/pkg/popt/usr/share/locale/pl/LC_MESSAGES/popt.mo
# installing pt.gmo as /tmp/popt/pkg/popt/usr/share/locale/pt/LC_MESSAGES/popt.mo
# installing ro.gmo as /tmp/popt/pkg/popt/usr/share/locale/ro/LC_MESSAGES/popt.mo
# installing ru.gmo as /tmp/popt/pkg/popt/usr/share/locale/ru/LC_MESSAGES/popt.mo
# installing sk.gmo as /tmp/popt/pkg/popt/usr/share/locale/sk/LC_MESSAGES/popt.mo
# installing sl.gmo as /tmp/popt/pkg/popt/usr/share/locale/sl/LC_MESSAGES/popt.mo
# installing sv.gmo as /tmp/popt/pkg/popt/usr/share/locale/sv/LC_MESSAGES/popt.mo
# installing th.gmo as /tmp/popt/pkg/popt/usr/share/locale/th/LC_MESSAGES/popt.mo
# installing tr.gmo as /tmp/popt/pkg/popt/usr/share/locale/tr/LC_MESSAGES/popt.mo
# installing uk.gmo as /tmp/popt/pkg/popt/usr/share/locale/uk/LC_MESSAGES/popt.mo
# installing vi.gmo as /tmp/popt/pkg/popt/usr/share/locale/vi/LC_MESSAGES/popt.mo
# installing wa.gmo as /tmp/popt/pkg/popt/usr/share/locale/wa/LC_MESSAGES/popt.mo
# installing zh_TW.gmo as /tmp/popt/pkg/popt/usr/share/locale/zh_TW/LC_MESSAGES/popt.mo
# installing zh_CN.gmo as /tmp/popt/pkg/popt/usr/share/locale/zh_CN/LC_MESSAGES/popt.mo
# if test "popt" = "gettext-tools"; then \
# /usr/sbin/mkdir -p /tmp/popt/pkg/popt/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/popt/pkg/popt/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/popt/pkg/popt/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[2]: Leaving directory '/tmp/popt/src/popt-1.16/po'
# Making install in .
# make[2]: Entering directory '/tmp/popt/src/popt-1.16'
# make[3]: Entering directory '/tmp/popt/src/popt-1.16'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include" || /usr/sbin/mkdir -p "/tmp/popt/pkg/popt/usr/include"
# test -z "/usr/share/man/man3" || /usr/sbin/mkdir -p "/tmp/popt/pkg/popt/usr/share/man/man3"
# /usr/bin/install -c -m 644 popt.h '/tmp/popt/pkg/popt/usr/include'
# test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/popt/pkg/popt/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 popt.3 '/tmp/popt/pkg/popt/usr/share/man/man3'
# /usr/bin/install -c -m 644 popt.pc '/tmp/popt/pkg/popt/usr/lib/pkgconfig'
# test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/popt/pkg/popt/usr/lib"
# /bin/sh ./libtool --mode=install /usr/bin/install -c libpopt.la '/tmp/popt/pkg/popt/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libpopt.so.0.0.0 /tmp/popt/pkg/popt/usr/lib/libpopt.so.0.0.0
# libtool: install: (cd /tmp/popt/pkg/popt/usr/lib && { ln -s -f libpopt.so.0.0.0 libpopt.so.0 || { rm -f libpopt.so.0 && ln -s libpopt.so.0.0.0 libpopt.so.0; }; })
# libtool: install: (cd /tmp/popt/pkg/popt/usr/lib && { ln -s -f libpopt.so.0.0.0 libpopt.so || { rm -f libpopt.so && ln -s libpopt.so.0.0.0 libpopt.so; }; })
# libtool: install: /usr/bin/install -c .libs/libpopt.lai /tmp/popt/pkg/popt/usr/lib/libpopt.la
# libtool: install: /usr/bin/install -c .libs/libpopt.a /tmp/popt/pkg/popt/usr/lib/libpopt.a
# libtool: install: chmod 644 /tmp/popt/pkg/popt/usr/lib/libpopt.a
# libtool: install: ranlib /tmp/popt/pkg/popt/usr/lib/libpopt.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[3]: Leaving directory '/tmp/popt/src/popt-1.16'
# make[2]: Leaving directory '/tmp/popt/src/popt-1.16'
# Making install in auto
# make[2]: Entering directory '/tmp/popt/src/popt-1.16/auto'
# make[3]: Entering directory '/tmp/popt/src/popt-1.16/auto'
# 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/popt/src/popt-1.16/auto'
# make[2]: Leaving directory '/tmp/popt/src/popt-1.16/auto'
# make[1]: Leaving directory '/tmp/popt/src/popt-1.16'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "popt"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: popt 1.16-8 (Wed Aug 24 13:22:15 UTC 2016)

CMD: pacman --query --file popt-1.16-8-x86_64.pkg.tar.xz
# popt 1.16-8

Creating hybrid package for 'popt'

Trying to find vanilla package 'popt'...

CMD: pacman --query --file /mirror/popt-1.16-8.pkg.tar.xz
# popt 1.16-8

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libpopt.so.0.0.0
# /usr/lib/libpopt.a
# /usr/lib/libpopt.so
# /usr/lib/libpopt.so.0
# /usr/lib/pkgconfig/popt.pc
# /usr/include/popt.h
# /usr/share/licenses/popt/LICENSE
# /usr/share/man/man3/popt.3.gz
# /usr/share/locale/zh_CN/LC_MESSAGES/popt.mo
# /usr/share/locale/zh_TW/LC_MESSAGES/popt.mo
# /usr/share/locale/wa/LC_MESSAGES/popt.mo
# /usr/share/locale/vi/LC_MESSAGES/popt.mo
# /usr/share/locale/uk/LC_MESSAGES/popt.mo
# /usr/share/locale/tr/LC_MESSAGES/popt.mo
# /usr/share/locale/th/LC_MESSAGES/popt.mo
# /usr/share/locale/sv/LC_MESSAGES/popt.mo
# /usr/share/locale/sl/LC_MESSAGES/popt.mo
# /usr/share/locale/sk/LC_MESSAGES/popt.mo
# /usr/share/locale/ru/LC_MESSAGES/popt.mo
# /usr/share/locale/ro/LC_MESSAGES/popt.mo
# /usr/share/locale/pt/LC_MESSAGES/popt.mo
# /usr/share/locale/pl/LC_MESSAGES/popt.mo
# /usr/share/locale/nl/LC_MESSAGES/popt.mo
# /usr/share/locale/nb/LC_MESSAGES/popt.mo
# /usr/share/locale/lv/LC_MESSAGES/popt.mo
# /usr/share/locale/ko/LC_MESSAGES/popt.mo
# /usr/share/locale/ja/LC_MESSAGES/popt.mo
# /usr/share/locale/it/LC_MESSAGES/popt.mo
# /usr/share/locale/is/LC_MESSAGES/popt.mo
# /usr/share/locale/id/LC_MESSAGES/popt.mo
# /usr/share/locale/hu/LC_MESSAGES/popt.mo
# /usr/share/locale/gl/LC_MESSAGES/popt.mo
# /usr/share/locale/ga/LC_MESSAGES/popt.mo
# /usr/share/locale/fr/LC_MESSAGES/popt.mo
# /usr/share/locale/fi/LC_MESSAGES/popt.mo
# /usr/share/locale/es/LC_MESSAGES/popt.mo
# /usr/share/locale/eo/LC_MESSAGES/popt.mo
# /usr/share/locale/de/LC_MESSAGES/popt.mo
# /usr/share/locale/da/LC_MESSAGES/popt.mo
# /usr/share/locale/cs/LC_MESSAGES/popt.mo
# /sysroot/usr/lib/libpopt.so.0.0.0
# /sysroot/usr/lib/libpopt.so.0
# /sysroot/usr/lib/libpopt.so
# /sysroot/usr/lib/libpopt.la
# /sysroot/usr/lib/libpopt.a
# /sysroot/usr/lib/pkgconfig/popt.pc
# /sysroot/usr/include/popt.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/popt.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/popt.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/popt/src/popt-1.16/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 popt configure 1.16, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 7ba9c6a72517
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2121: checking build system type
# configure:2139: result: x86_64-unknown-linux-gnu
# configure:2161: checking host system type
# configure:2176: result: x86_64-unknown-linux-gnu
# configure:2198: checking target system type
# configure:2213: result: x86_64-unknown-linux-gnu
# configure:2259: checking for a BSD-compatible install
# configure:2327: result: /usr/bin/install -c
# configure:2338: checking whether build environment is sane
# configure:2398: result: yes
# configure:2447: checking for x86_64-unknown-linux-strip
# configure:2477: result: no
# configure:2487: checking for strip
# configure:2503: found /usr/sbin/strip
# configure:2514: result: strip
# configure:2539: checking for a thread-safe mkdir -p
# configure:2578: result: /usr/sbin/mkdir -p
# configure:2591: checking for gawk
# configure:2607: found /usr/sbin/gawk
# configure:2618: result: gawk
# configure:2629: checking whether make sets $(MAKE)
# configure:2651: result: yes
# configure:2734: checking whether to enable maintainer-specific portions of Makefiles
# configure:2743: result: no
# configure:2782: checking for style of include used by make
# configure:2810: result: GNU
# configure:2840: checking for x86_64-unknown-linux-gcc
# configure:2870: result: no
# configure:2880: checking for gcc
# configure:2896: found /usr/sbin/gcc
# configure:2907: result: gcc
# configure:3139: checking for C compiler version
# configure:3147: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3151: $? = 0
# configure:3158: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3162: $? = 0
# configure:3169: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3173: $? = 1
# configure:3196: checking for C compiler default output file name
# configure:3218: gcc conftest.c >&5
# configure:3222: $? = 0
# configure:3260: result: a.out
# configure:3279: checking whether the C compiler works
# configure:3289: ./a.out
# configure:3293: $? = 0
# configure:3312: result: yes
# configure:3319: checking whether we are cross compiling
# configure:3321: result: no
# configure:3324: checking for suffix of executables
# configure:3331: gcc -o conftest conftest.c >&5
# configure:3335: $? = 0
# configure:3361: result:
# configure:3367: checking for suffix of object files
# configure:3393: gcc -c conftest.c >&5
# configure:3397: $? = 0
# configure:3422: result: o
# configure:3426: checking whether we are using the GNU C compiler
# configure:3455: gcc -c conftest.c >&5
# configure:3462: $? = 0
# configure:3479: result: yes
# configure:3488: checking whether gcc accepts -g
# configure:3518: gcc -c -g conftest.c >&5
# configure:3525: $? = 0
# configure:3626: result: yes
# configure:3643: checking for gcc option to accept ISO C89
# configure:3717: gcc -c conftest.c >&5
# configure:3724: $? = 0
# configure:3747: result: none needed
# configure:3767: checking dependency style of gcc
# configure:3877: result: gcc3
# configure:3894: checking for gcc option to accept ISO C99
# configure:4053: gcc -c conftest.c >&5
# configure:4060: $? = 0
# configure:4083: result: none needed
# configure:4221: checking for gcc option to accept ISO Standard C
# configure:4230: result: none needed
# configure:4245: checking for x86_64-unknown-linux-gcc
# configure:4272: result: gcc
# configure:4544: checking for C compiler version
# configure:4552: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:4556: $? = 0
# configure:4563: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4567: $? = 0
# configure:4574: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:4578: $? = 1
# configure:4581: checking whether we are using the GNU C compiler
# configure:4634: result: yes
# configure:4643: checking whether gcc accepts -g
# configure:4781: result: yes
# configure:4798: checking for gcc option to accept ISO C89
# configure:4902: result: none needed
# configure:4922: checking dependency style of gcc
# configure:5032: result: gcc3
# configure:5062: checking for a BSD-compatible install
# configure:5130: result: /usr/bin/install -c
# configure:5166: checking for a sed that does not truncate output
# configure:5232: result: /usr/sbin/sed
# configure:5250: checking for grep that handles long lines and -e
# configure:5310: result: /usr/sbin/grep
# configure:5315: checking for egrep
# configure:5379: result: /usr/sbin/grep -E
# configure:5384: checking for fgrep
# configure:5448: result: /usr/sbin/grep -F
# configure:5483: checking for ld used by gcc
# configure:5550: result: /usr/sbin/ld
# configure:5559: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5574: result: yes
# configure:5586: checking for BSD- or MS-compatible name lister (nm)
# configure:5635: result: /usr/sbin/nm -B
# configure:5753: checking the name lister (/usr/sbin/nm -B) interface
# configure:5760: gcc -c conftest.c >&5
# configure:5763: /usr/sbin/nm -B "conftest.o"
# configure:5766: output
# 0000000000000000 B some_variable
# configure:5773: result: BSD nm
# configure:5776: checking whether ln -s works
# configure:5780: result: yes
# configure:5788: checking the maximum length of command line arguments
# configure:5908: result: 1572864
# configure:5925: checking whether the shell understands some XSI constructs
# configure:5935: result: yes
# configure:5939: checking whether the shell understands "+="
# configure:5945: result: yes
# configure:5980: checking for /usr/sbin/ld option to reload object files
# configure:5987: result: -r
# configure:6016: checking for x86_64-unknown-linux-objdump
# configure:6046: result: no
# configure:6056: checking for objdump
# configure:6072: found /usr/sbin/objdump
# configure:6083: result: objdump
# configure:6115: checking how to recognize dependent libraries
# configure:6311: result: pass_all
# configure:6331: checking for x86_64-unknown-linux-ar
# configure:6361: result: no
# configure:6371: checking for ar
# configure:6387: found /usr/sbin/ar
# configure:6398: result: ar
# configure:6436: checking for x86_64-unknown-linux-strip
# configure:6463: result: strip
# configure:6535: checking for x86_64-unknown-linux-ranlib
# configure:6565: result: no
# configure:6575: checking for ranlib
# configure:6591: found /usr/sbin/ranlib
# configure:6602: result: ranlib
# configure:6692: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6810: gcc -c conftest.c >&5
# configure:6813: $? = 0
# configure:6817: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6820: $? = 0
# configure:6874: gcc -o conftest conftest.c conftstm.o >&5
# configure:6877: $? = 0
# configure:6915: result: ok
# configure:7011: gcc -c conftest.c >&5
# configure:7014: $? = 0
# configure:7782: checking how to run the C preprocessor
# configure:7822: gcc -E conftest.c
# configure:7829: $? = 0
# configure:7860: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7867: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "popt"
# | #define PACKAGE_TARNAME "popt"
# | #define PACKAGE_VERSION "1.16"
# | #define PACKAGE_STRING "popt 1.16"
# | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org"
# | #define PACKAGE "popt"
# | #define VERSION "1.16"
# | /* end confdefs.h. */
# | #include
# configure:7900: result: gcc -E
# configure:7929: gcc -E conftest.c
# configure:7936: $? = 0
# configure:7967: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:7974: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "popt"
# | #define PACKAGE_TARNAME "popt"
# | #define PACKAGE_VERSION "1.16"
# | #define PACKAGE_STRING "popt 1.16"
# | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org"
# | #define PACKAGE "popt"
# | #define VERSION "1.16"
# | /* end confdefs.h. */
# | #include
# configure:8014: checking for ANSI C header files
# configure:8044: gcc -c conftest.c >&5
# configure:8051: $? = 0
# configure:8150: gcc -o conftest conftest.c >&5
# configure:8154: $? = 0
# configure:8160: ./conftest
# configure:8164: $? = 0
# configure:8182: result: yes
# configure:8206: checking for sys/types.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8206: checking for sys/stat.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8206: checking for stdlib.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8206: checking for string.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8206: checking for memory.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8206: checking for strings.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8206: checking for inttypes.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8206: checking for stdint.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8206: checking for unistd.h
# configure:8227: gcc -c conftest.c >&5
# configure:8234: $? = 0
# configure:8251: result: yes
# configure:8269: checking for dlfcn.h
# configure:8290: gcc -c conftest.c >&5
# configure:8297: $? = 0
# configure:8314: result: yes
# configure:8500: checking for objdir
# configure:8515: result: .libs
# configure:8811: checking if gcc supports -fno-rtti -fno-exceptions
# configure:8829: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:8833: $? = 0
# configure:8846: result: no
# configure:8866: checking for gcc option to produce PIC
# configure:9138: result: -fPIC -DPIC
# configure:9150: checking if gcc PIC flag -fPIC -DPIC works
# configure:9168: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9172: $? = 0
# configure:9185: result: yes
# configure:9209: checking if gcc static flag -static works
# configure:9237: result: yes
# configure:9252: checking if gcc supports -c -o file.o
# configure:9273: gcc -c -o out/conftest2.o conftest.c >&5
# configure:9277: $? = 0
# configure:9299: result: yes
# configure:9307: checking if gcc supports -c -o file.o
# configure:9354: result: yes
# configure:9387: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10461: result: yes
# configure:10498: checking whether -lc should be explicitly linked in
# configure:10503: gcc -c conftest.c >&5
# configure:10506: $? = 0
# configure:10521: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10524: $? = 0
# configure:10536: result: no
# configure:10700: checking dynamic linker characteristics
# configure:11143: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11150: $? = 0
# configure:11386: result: GNU/Linux ld.so
# configure:11488: checking how to hardcode library paths into programs
# configure:11513: result: immediate
# configure:12346: checking whether stripping libraries is possible
# configure:12351: result: yes
# configure:12386: checking if libtool supports shared libraries
# configure:12388: result: yes
# configure:12391: checking whether to build shared libraries
# configure:12412: result: yes
# configure:12415: checking whether to build static libraries
# configure:12419: result: yes
# configure:12467: checking whether gcc needs -traditional
# configure:12509: result: no
# configure:12523: checking for special C compiler options needed for large files
# configure:12618: result: no
# configure:12624: checking for _FILE_OFFSET_BITS value needed for large files
# configure:12659: gcc -c -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:12666: $? = 0
# configure:12735: result: no
# configure:12873: checking for library containing strerror
# configure:12914: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:12921: $? = 0
# configure:12952: result: none required
# configure:12960: checking for function prototypes
# configure:12963: result: yes
# configure:12993: checking for string.h
# configure:13000: result: yes
# configure:13163: checking float.h usability
# configure:13180: gcc -c -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13187: $? = 0
# configure:13201: result: yes
# configure:13205: checking float.h presence
# configure:13220: gcc -E conftest.c
# configure:13227: $? = 0
# configure:13241: result: yes
# configure:13274: checking for float.h
# configure:13283: result: yes
# configure:13163: checking fnmatch.h usability
# configure:13180: gcc -c -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13187: $? = 0
# configure:13201: result: yes
# configure:13205: checking fnmatch.h presence
# configure:13220: gcc -E conftest.c
# configure:13227: $? = 0
# configure:13241: result: yes
# configure:13274: checking for fnmatch.h
# configure:13283: result: yes
# configure:13163: checking glob.h usability
# configure:13180: gcc -c -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13187: $? = 0
# configure:13201: result: yes
# configure:13205: checking glob.h presence
# configure:13220: gcc -E conftest.c
# configure:13227: $? = 0
# configure:13241: result: yes
# configure:13274: checking for glob.h
# configure:13283: result: yes
# configure:13163: checking langinfo.h usability
# configure:13180: gcc -c -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13187: $? = 0
# configure:13201: result: yes
# configure:13205: checking langinfo.h presence
# configure:13220: gcc -E conftest.c
# configure:13227: $? = 0
# configure:13241: result: yes
# configure:13274: checking for langinfo.h
# configure:13283: result: yes
# configure:13163: checking libintl.h usability
# configure:13180: gcc -c -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13187: $? = 0
# configure:13201: result: yes
# configure:13205: checking libintl.h presence
# configure:13220: gcc -E conftest.c
# configure:13227: $? = 0
# configure:13241: result: yes
# configure:13274: checking for libintl.h
# configure:13283: result: yes
# configure:13163: checking mcheck.h usability
# configure:13180: gcc -c -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13187: $? = 0
# configure:13201: result: yes
# configure:13205: checking mcheck.h presence
# configure:13220: gcc -E conftest.c
# configure:13227: $? = 0
# configure:13241: result: yes
# configure:13274: checking for mcheck.h
# configure:13283: result: yes
# configure:13152: checking for unistd.h
# configure:13159: result: yes
# configure:13337: checking for setreuid
# configure:13393: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13400: $? = 0
# configure:13420: result: yes
# configure:13511: checking for getuid
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13511: checking for geteuid
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13511: checking for iconv
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13511: checking for mtrace
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13511: checking for __secure_getenv
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# /tmp/ccE2z62E.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `__secure_getenv'
# collect2: error: ld returned 1 exit status
# configure:13574: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "popt"
# | #define PACKAGE_TARNAME "popt"
# | #define PACKAGE_VERSION "1.16"
# | #define PACKAGE_STRING "popt 1.16"
# | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org"
# | #define PACKAGE "popt"
# | #define VERSION "1.16"
# | #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 PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_ICONV 1
# | #define HAVE_MTRACE 1
# | /* end confdefs.h. */
# | /* Define __secure_getenv to an innocuous variant, in case declares __secure_getenv.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __secure_getenv innocuous___secure_getenv
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __secure_getenv (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __secure_getenv
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char __secure_getenv ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub___secure_getenv || defined __stub_____secure_getenv
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __secure_getenv ();
# | ;
# | return 0;
# | }
# configure:13596: result: no
# configure:13511: checking for setregid
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13511: checking for stpcpy
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# conftest.c:60:6: warning: conflicting types for built-in function 'stpcpy'
# char stpcpy ();
# ^~~~~~
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13511: checking for strerror
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13511: checking for vasprintf
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13511: checking for srandom
# configure:13567: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:13574: $? = 0
# configure:13596: result: yes
# configure:13610: checking whether NLS is requested
# configure:13619: result: yes
# configure:13660: checking for msgfmt
# configure: trying /usr/sbin/msgfmt...
# 0 translated messages.
# configure:13692: result: /usr/sbin/msgfmt
# configure:13701: checking for gmsgfmt
# configure:13732: result: /usr/sbin/msgfmt
# configure:13783: checking for xgettext
# configure: trying /usr/sbin/xgettext...
# /usr/sbin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:13815: result: /usr/sbin/xgettext
# configure:13861: checking for msgmerge
# configure: trying /usr/sbin/msgmerge...
# configure:13892: result: /usr/sbin/msgmerge
# configure:13949: checking for ld used by GCC
# configure:14013: result: /usr/sbin/ld -m elf_x86_64
# configure:14022: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:14035: result: yes
# configure:14042: checking for shared library run path origin
# configure:14055: result: done
# configure:14556: checking for CFPreferencesCopyAppValue
# configure:14584: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:41:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14591: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "popt"
# | #define PACKAGE_TARNAME "popt"
# | #define PACKAGE_VERSION "1.16"
# | #define PACKAGE_STRING "popt 1.16"
# | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org"
# | #define PACKAGE "popt"
# | #define VERSION "1.16"
# | #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 PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_ICONV 1
# | #define HAVE_MTRACE 1
# | #define HAVE_SETREGID 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRERROR 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_SRANDOM 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:14612: result: no
# configure:14621: checking for CFLocaleCopyCurrent
# configure:14649: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:41:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14656: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "popt"
# | #define PACKAGE_TARNAME "popt"
# | #define PACKAGE_VERSION "1.16"
# | #define PACKAGE_STRING "popt 1.16"
# | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org"
# | #define PACKAGE "popt"
# | #define VERSION "1.16"
# | #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 PROTOTYPES 1
# | #define __PROTOTYPES 1
# | #define HAVE_STRING_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETEUID 1
# | #define HAVE_ICONV 1
# | #define HAVE_MTRACE 1
# | #define HAVE_SETREGID 1
# | #define HAVE_STPCPY 1
# | #define HAVE_STRERROR 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_SRANDOM 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:14677: result: no
# configure:14728: checking for GNU gettext in libc
# configure:14758: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:14765: $? = 0
# configure:14787: result: yes
# configure:15691: checking whether to use NLS
# configure:15693: result: yes
# configure:15696: checking where the gettext function comes from
# configure:15707: result: libc
# configure:15797: checking for iconv
# configure:15829: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:15836: $? = 0
# configure:15913: result: yes
# configure:15916: checking for working iconv
# configure:16002: gcc -o conftest -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5
# configure:16006: $? = 0
# configure:16012: ./conftest
# configure:16016: $? = 0
# configure:16035: result: yes
# configure:16264: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by popt config.status 1.16, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 7ba9c6a72517
#
# config.status:1060: creating po/Makefile.in
# config.status:1060: creating m4/Makefile
# config.status:1060: creating Doxyfile
# config.status:1060: creating Makefile
# config.status:1060: creating popt.pc
# config.status:1060: creating popt.spec
# config.status:1060: creating test-poptrc
# config.status:1060: creating auto/Makefile
# config.status:1060: creating auto/desc
# config.status:1060: creating auto/types
# config.status:1060: creating config.h
# config.status:1334: executing depfiles commands
# config.status:1334: executing libtool commands
# config.status:1334: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func___secure_getenv=no
# ac_cv_func_geteuid=yes
# ac_cv_func_getuid=yes
# ac_cv_func_iconv=yes
# ac_cv_func_mtrace=yes
# ac_cv_func_setregid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_srandom=yes
# ac_cv_func_stpcpy=yes
# ac_cv_func_strerror=yes
# ac_cv_func_vasprintf=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_fnmatch_h=yes
# ac_cv_header_glob_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_mcheck_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_types_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/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MSGFMT=/usr/sbin/msgfmt
# ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_XGETTEXT=/usr/sbin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# 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_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_strerror='none required'
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/sbin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_lib_iconv=no
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=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/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# 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/popt/src/popt-1.16/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/popt/src/popt-1.16/missing --run tar'
# ANSI2KNR=''
# AR='ar'
# AUTOCONF='${SHELL} /tmp/popt/src/popt-1.16/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/popt/src/popt-1.16/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/popt/src/popt-1.16/missing --run automake-1.11'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -W -D_GNU_SOURCE -D_REENTRANT'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GETTEXT_MACRO_VERSION='0.17'
# GMSGFMT='/usr/sbin/msgfmt'
# GMSGFMT_015='/usr/sbin/msgfmt'
# GREP='/usr/sbin/grep'
# HAVE_LD_VERSION_SCRIPT_FALSE='#'
# HAVE_LD_VERSION_SCRIPT_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# LT_AGE='8'
# LT_CURRENT='0'
# LT_REVISION='0'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/popt/src/popt-1.16/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# MSGFMT='/usr/sbin/msgfmt'
# MSGFMT_015='/usr/sbin/msgfmt'
# MSGMERGE='/usr/sbin/msgmerge'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='popt'
# PACKAGE_BUGREPORT='popt-devel@rpm5.org'
# PACKAGE_NAME='popt'
# PACKAGE_STRING='popt 1.16'
# PACKAGE_TARNAME='popt'
# PACKAGE_VERSION='1.16'
# PATH_SEPARATOR=':'
# POPT_PKGCONFIG_LIBS='-L${libdir} -lpopt'
# POPT_SOURCE_PATH='/tmp/popt/src/popt-1.16'
# POSUB='po'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TARGET='depend allprogs'
# U=''
# USE_NLS='yes'
# VERSION='1.16'
# XGETTEXT='/usr/sbin/xgettext'
# XGETTEXT_015='/usr/sbin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_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_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/popt/src/popt-1.16/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/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' '
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "popt"
# #define PACKAGE_TARNAME "popt"
# #define PACKAGE_VERSION "1.16"
# #define PACKAGE_STRING "popt 1.16"
# #define PACKAGE_BUGREPORT "popt-devel@rpm5.org"
# #define PACKAGE "popt"
# #define VERSION "1.16"
# #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 PROTOTYPES 1
# #define __PROTOTYPES 1
# #define HAVE_STRING_H 1
# #define HAVE_FLOAT_H 1
# #define HAVE_FNMATCH_H 1
# #define HAVE_GLOB_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_MCHECK_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETUID 1
# #define HAVE_GETEUID 1
# #define HAVE_ICONV 1
# #define HAVE_MTRACE 1
# #define HAVE_SETREGID 1
# #define HAVE_STPCPY 1
# #define HAVE_STRERROR 1
# #define HAVE_VASPRINTF 1
# #define HAVE_SRANDOM 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_ICONV 1
# #define POPT_SYSCONFDIR "/usr/etc"
# #define POPT_SOURCE_PATH "/tmp/popt/src/popt-1.16"
#
# configure: exit 0