Build of libtar with vanilla toolchain

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

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

SLOCLanguage
4,643 ansic
3,592 sh
1,017 makefile
9,252 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: libtar 1.2.20-2 (Wed Aug 24 14:11:36 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autoconf'.
# libtoolize: copying file 'autoconf/ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'autoconf'.
# libtoolize: copying file 'autoconf/libtool.m4'
# libtoolize: copying file 'autoconf/ltoptions.m4'
# libtoolize: copying file 'autoconf/ltsugar.m4'
# libtoolize: copying file 'autoconf/ltversion.m4'
# libtoolize: copying file 'autoconf/lt~obsolete.m4'
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# configure.ac:19: installing 'autoconf/compile'
# configure.ac:33: installing 'autoconf/config.guess'
# configure.ac:33: installing 'autoconf/config.sub'
# configure.ac:13: installing 'autoconf/install-sh'
# configure.ac:13: installing 'autoconf/missing'
# Makefile.am: installing './INSTALL'
# 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 make supports nested variables... yes
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... none
# checking for strlcpy... no
# checking for strsep... yes
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# 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 whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) none
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# 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 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/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-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/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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... no
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for thread local storage (TLS) class... __thread
# checking for ANSI C header files... (cached) yes
# checking for unistd.h... (cached) yes
# checking whether sys/types.h defines makedev... yes
# checking for major_t... no
# checking for minor_t... no
# checking for dev_t... yes
# checking for socklen_t... yes
# checking for uint64_t... yes
# checking for mode_t... yes
# checking for off_t... yes
# checking for size_t... yes
# checking for uid_t in sys/types.h... yes
# checking for nlink_t... yes
# checking libgen.h usability... yes
# checking libgen.h presence... yes
# checking for libgen.h... yes
# checking for working basename... no
# checking for libgen.h... (cached) yes
# checking for working dirname... no
# checking fnmatch.h usability... yes
# checking fnmatch.h presence... yes
# checking for fnmatch.h... yes
# checking for working POSIX fnmatch... yes
# checking for lchown... yes
# checking whether makedev expects three arguments... no
# checking for working snprintf... yes
# checking for strdup... yes
# checking for strftime... yes
# checking for strlcpy... (cached) no
# checking for strmode... no
# checking for strsep... (cached) yes
# checking for gzread in -lz... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating listhash/libtar_listhash.h
# config.status: creating listhash/libtar_list.c
# config.status: creating listhash/libtar_hash.c
# config.status: creating listhash/libtar_list_new.3
# config.status: creating listhash/libtar_hash_new.3
# config.status: creating Makefile
# config.status: creating lib/Makefile
# config.status: creating libtar/Makefile
# config.status: creating doc/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libtar/src/libtar'
# Making all in lib
# make[2]: Entering directory '/tmp/libtar/src/libtar/lib'
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o append.lo append.c
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o block.lo block.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c append.c -fPIC -DPIC -o .libs/append.o
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c block.c -fPIC -DPIC -o .libs/block.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o decode.lo decode.c
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o encode.lo encode.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c decode.c -fPIC -DPIC -o .libs/decode.o
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c encode.c -fPIC -DPIC -o .libs/encode.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o extract.lo extract.c
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o handle.lo handle.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c extract.c -fPIC -DPIC -o .libs/extract.o
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c handle.c -fPIC -DPIC -o .libs/handle.o
# handle.c: In function 'tar_init':
# handle.c:47:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
# (*t)->pathname = pathname;
# ^
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o libtar_hash.lo ../listhash/libtar_hash.c
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o libtar_list.lo ../listhash/libtar_list.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c ../listhash/libtar_hash.c -fPIC -DPIC -o .libs/libtar_hash.o
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c ../listhash/libtar_list.c -fPIC -DPIC -o .libs/libtar_list.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o output.lo output.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c output.c -fPIC -DPIC -o .libs/output.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o util.lo util.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c util.c -fPIC -DPIC -o .libs/util.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o wrapper.lo wrapper.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c wrapper.c -fPIC -DPIC -o .libs/wrapper.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o strlcpy.lo ../compat/strlcpy.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c ../compat/strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o basename.lo ../compat/basename.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c ../compat/basename.c -fPIC -DPIC -o .libs/basename.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o dirname.lo ../compat/dirname.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c ../compat/dirname.c -fPIC -DPIC -o .libs/dirname.o
# /bin/sh ../libtool --mode=compile gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c -o strmode.lo ../compat/strmode.c
# libtool: compile: gcc -fPIC -I. -I.. -I. -I../compat -I../listhash -c ../compat/strmode.c -fPIC -DPIC -o .libs/strmode.o
# /bin/sh ../libtool --mode=link gcc -fPIC -o libtar.la append.lo block.lo decode.lo encode.lo extract.lo handle.lo libtar_hash.lo libtar_list.lo output.lo util.lo wrapper.lo strlcpy.lo basename.lo dirname.lo strmode.lo -rpath /usr/lib
# libtool: link: gcc -shared -fPIC -DPIC .libs/append.o .libs/block.o .libs/decode.o .libs/encode.o .libs/extract.o .libs/handle.o .libs/libtar_hash.o .libs/libtar_list.o .libs/output.o .libs/util.o .libs/wrapper.o .libs/strlcpy.o .libs/basename.o .libs/dirname.o .libs/strmode.o -Wl,-soname -Wl,libtar.so.0 -o .libs/libtar.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libtar.so.0" && ln -s "libtar.so.0.0.0" "libtar.so.0")
# libtool: link: (cd ".libs" && rm -f "libtar.so" && ln -s "libtar.so.0.0.0" "libtar.so")
# libtool: link: ( cd ".libs" && rm -f "libtar.la" && ln -s "../libtar.la" "libtar.la" )
# make[2]: Leaving directory '/tmp/libtar/src/libtar/lib'
# Making all in libtar
# make[2]: Entering directory '/tmp/libtar/src/libtar/libtar'
# /bin/sh ../libtool --mode=compile gcc -fPIC -I.. -I../lib -I../listhash -I../lib -I../compat -c -o libtar.lo libtar.c
# libtool: compile: gcc -fPIC -I.. -I../lib -I../listhash -I../lib -I../compat -c libtar.c -fPIC -DPIC -o .libs/libtar.o
# libtar.c: In function 'gzopen_frontend':
# libtar.c:102:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# return (int)gzf;
# ^
# /bin/sh ../libtool --mode=link gcc -fPIC -o libtar libtar.lo -L../lib -lz -ltar
# libtool: link: gcc -fPIC -o .libs/libtar .libs/libtar.o -L../lib -lz /tmp/libtar/src/libtar/lib/.libs/libtar.so
# make[2]: Leaving directory '/tmp/libtar/src/libtar/libtar'
# Making all in doc
# make[2]: Entering directory '/tmp/libtar/src/libtar/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libtar/src/libtar/doc'
# make[2]: Entering directory '/tmp/libtar/src/libtar'
# make[2]: Leaving directory '/tmp/libtar/src/libtar'
# make[1]: Leaving directory '/tmp/libtar/src/libtar'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/libtar/src/libtar/lib'
# mkdir -p -m 755 /tmp/libtar/pkg/libtar/usr/lib
# /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libtar.la /tmp/libtar/pkg/libtar/usr/lib
# libtool: install: /usr/bin/install -c -m 644 .libs/libtar.so.0.0.0 /tmp/libtar/pkg/libtar/usr/lib/libtar.so.0.0.0
# libtool: install: (cd /tmp/libtar/pkg/libtar/usr/lib && { ln -s -f libtar.so.0.0.0 libtar.so.0 || { rm -f libtar.so.0 && ln -s libtar.so.0.0.0 libtar.so.0; }; })
# libtool: install: (cd /tmp/libtar/pkg/libtar/usr/lib && { ln -s -f libtar.so.0.0.0 libtar.so || { rm -f libtar.so && ln -s libtar.so.0.0.0 libtar.so; }; })
# libtool: install: /usr/bin/install -c -m 644 .libs/libtar.lai /tmp/libtar/pkg/libtar/usr/lib/libtar.la
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# mkdir -p -m 755 /tmp/libtar/pkg/libtar/usr/include
# /usr/bin/install -c -m 644 ./libtar.h /tmp/libtar/pkg/libtar/usr/include
# /usr/bin/install -c -m 644 ../listhash/libtar_listhash.h /tmp/libtar/pkg/libtar/usr/include
# make[1]: Leaving directory '/tmp/libtar/src/libtar/lib'
# Making install in libtar
# make[1]: Entering directory '/tmp/libtar/src/libtar/libtar'
# mkdir -p -m 755 /tmp/libtar/pkg/libtar/usr/bin
# /bin/sh ../libtool --mode=install /usr/bin/install -c -s libtar /tmp/libtar/pkg/libtar/usr/bin
# libtool: warning: '/tmp/libtar/src/libtar/lib/libtar.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c -s .libs/libtar /tmp/libtar/pkg/libtar/usr/bin/libtar
# make[1]: Leaving directory '/tmp/libtar/src/libtar/libtar'
# Making install in doc
# make[1]: Entering directory '/tmp/libtar/src/libtar/doc'
# mkdir -p -m 755 /tmp/libtar/pkg/libtar/usr/share/man/man3
# /usr/bin/install -c -m 644 ./tar_open.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in tar_fdopen tar_fd tar_close; do \
# echo ".so man3/tar_open.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ./tar_append_file.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in tar_append_eof tar_append_regfile; do \
# echo ".so man3/tar_append_file.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ./tar_block_read.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in tar_block_write; do \
# echo ".so man3/tar_block_read.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ./th_read.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in th_write; do \
# echo ".so man3/th_read.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ./th_set_from_stat.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in th_finish th_set_device th_set_group th_set_link th_set_mode th_set_path th_set_type th_set_user; do \
# echo ".so man3/th_set_from_stat.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ./tar_extract_file.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in tar_extract_blockdev tar_extract_chardev tar_extract_dir tar_extract_fifo tar_extract_hardlink tar_extract_regfile tar_extract_symlink tar_skip_regfile tar_set_file_perms; do \
# echo ".so man3/tar_extract_file.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ./th_get_pathname.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in TH_ISBLK TH_ISCHR TH_ISDIR TH_ISFIFO TH_ISLNK TH_ISLONGLINK TH_ISLONGNAME TH_ISREG TH_ISSYM th_get_crc th_get_devmajor th_get_devminor th_get_gid th_get_linkname th_get_mode th_get_mtime th_get_size th_get_uid; do \
# echo ".so man3/th_get_pathname.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ./th_print_long_ls.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in th_print; do \
# echo ".so man3/th_print_long_ls.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ./tar_extract_all.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in tar_extract_glob tar_append_tree; do \
# echo ".so man3/tar_extract_all.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ../listhash/libtar_hash_new.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in libtar_hash_free libtar_hash_next libtar_hash_prev libtar_hash_search libtar_hash_add libtar_hash_getkey libtar_hash_del; do \
# echo ".so man3/libtar_hash_new.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# /usr/bin/install -c -m 644 ../listhash/libtar_list_new.3 /tmp/libtar/pkg/libtar/usr/share/man/man3
# for i in libtar_list_free libtar_list_next libtar_list_prev libtar_list_search libtar_list_add libtar_list_add_str libtar_list_del libtar_list_dup libtar_list_merge; do \
# echo ".so man3/libtar_list_new.3" > /tmp/libtar/pkg/libtar/usr/share/man/man3/${i}.3; \
# done
# make[1]: Leaving directory '/tmp/libtar/src/libtar/doc'
# make[1]: Entering directory '/tmp/libtar/src/libtar'
# make[2]: Entering directory '/tmp/libtar/src/libtar'
# 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/libtar/src/libtar'
# make[1]: Leaving directory '/tmp/libtar/src/libtar'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libtar"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libtar 1.2.20-2 (Wed Aug 24 14:11:58 UTC 2016)

CMD: pacman --query --file libtar-1.2.20-2-x86_64.pkg.tar.xz
# libtar 1.2.20-2

Creating hybrid package for 'libtar'

Trying to find vanilla package 'libtar'...

CMD: pacman --query --file /mirror/libtar-1.2.20-2.pkg.tar.xz
# libtar 1.2.20-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libtar.so.0
# /usr/lib/libtar.so
# /usr/lib/libtar.so.0.0.0
# /usr/include/libtar.h
# /usr/include/libtar_listhash.h
# /usr/bin/libtar
# /usr/share/man/man3/tar_open.3.gz
# /usr/share/man/man3/tar_fdopen.3.gz
# /usr/share/man/man3/tar_fd.3.gz
# /usr/share/man/man3/tar_close.3.gz
# /usr/share/man/man3/tar_append_file.3.gz
# /usr/share/man/man3/tar_append_eof.3.gz
# /usr/share/man/man3/tar_append_regfile.3.gz
# /usr/share/man/man3/tar_block_read.3.gz
# /usr/share/man/man3/tar_block_write.3.gz
# /usr/share/man/man3/th_read.3.gz
# /usr/share/man/man3/th_write.3.gz
# /usr/share/man/man3/th_set_from_stat.3.gz
# /usr/share/man/man3/th_finish.3.gz
# /usr/share/man/man3/th_set_device.3.gz
# /usr/share/man/man3/th_set_group.3.gz
# /usr/share/man/man3/th_set_link.3.gz
# /usr/share/man/man3/th_set_mode.3.gz
# /usr/share/man/man3/th_set_path.3.gz
# /usr/share/man/man3/th_set_type.3.gz
# /usr/share/man/man3/th_set_user.3.gz
# /usr/share/man/man3/tar_extract_file.3.gz
# /usr/share/man/man3/tar_extract_blockdev.3.gz
# /usr/share/man/man3/tar_extract_chardev.3.gz
# /usr/share/man/man3/tar_extract_dir.3.gz
# /usr/share/man/man3/tar_extract_fifo.3.gz
# /usr/share/man/man3/tar_extract_hardlink.3.gz
# /usr/share/man/man3/tar_extract_regfile.3.gz
# /usr/share/man/man3/tar_extract_symlink.3.gz
# /usr/share/man/man3/tar_skip_regfile.3.gz
# /usr/share/man/man3/tar_set_file_perms.3.gz
# /usr/share/man/man3/th_get_pathname.3.gz
# /usr/share/man/man3/TH_ISBLK.3.gz
# /usr/share/man/man3/TH_ISCHR.3.gz
# /usr/share/man/man3/TH_ISDIR.3.gz
# /usr/share/man/man3/TH_ISFIFO.3.gz
# /usr/share/man/man3/TH_ISLNK.3.gz
# /usr/share/man/man3/TH_ISLONGLINK.3.gz
# /usr/share/man/man3/TH_ISLONGNAME.3.gz
# /usr/share/man/man3/TH_ISREG.3.gz
# /usr/share/man/man3/TH_ISSYM.3.gz
# /usr/share/man/man3/th_get_crc.3.gz
# /usr/share/man/man3/th_get_devmajor.3.gz
# /usr/share/man/man3/th_get_devminor.3.gz
# /usr/share/man/man3/th_get_gid.3.gz
# /usr/share/man/man3/th_get_linkname.3.gz
# /usr/share/man/man3/th_get_mode.3.gz
# /usr/share/man/man3/th_get_mtime.3.gz
# /usr/share/man/man3/th_get_size.3.gz
# /usr/share/man/man3/th_get_uid.3.gz
# /usr/share/man/man3/th_print_long_ls.3.gz
# /usr/share/man/man3/th_print.3.gz
# /usr/share/man/man3/tar_extract_all.3.gz
# /usr/share/man/man3/tar_extract_glob.3.gz
# /usr/share/man/man3/tar_append_tree.3.gz
# /usr/share/man/man3/libtar_hash_new.3.gz
# /usr/share/man/man3/libtar_hash_free.3.gz
# /usr/share/man/man3/libtar_hash_next.3.gz
# /usr/share/man/man3/libtar_hash_prev.3.gz
# /usr/share/man/man3/libtar_hash_search.3.gz
# /usr/share/man/man3/libtar_hash_add.3.gz
# /usr/share/man/man3/libtar_hash_getkey.3.gz
# /usr/share/man/man3/libtar_hash_del.3.gz
# /usr/share/man/man3/libtar_list_new.3.gz
# /usr/share/man/man3/libtar_list_free.3.gz
# /usr/share/man/man3/libtar_list_next.3.gz
# /usr/share/man/man3/libtar_list_prev.3.gz
# /usr/share/man/man3/libtar_list_search.3.gz
# /usr/share/man/man3/libtar_list_add.3.gz
# /usr/share/man/man3/libtar_list_add_str.3.gz
# /usr/share/man/man3/libtar_list_del.3.gz
# /usr/share/man/man3/libtar_list_dup.3.gz
# /usr/share/man/man3/libtar_list_merge.3.gz
# /usr/share/licenses/libtar/LICENSE
# /sysroot/usr/lib/libtar.so.0.0.0
# /sysroot/usr/lib/libtar.so.0
# /sysroot/usr/lib/libtar.so
# /sysroot/usr/lib/libtar.la
# /sysroot/usr/include/libtar.h
# /sysroot/usr/include/libtar_listhash.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 libtar.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libtar.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libtar.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/libtar/src/libtar/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 libtar configure 1.2.20, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --disable-static --disable-encap --disable-epkg-install
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 7731274132a0
# 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:2337: checking for a BSD-compatible install
# configure:2405: result: /usr/bin/install -c
# configure:2416: checking whether build environment is sane
# configure:2471: result: yes
# configure:2530: checking for x86_64-unknown-linux-strip
# configure:2560: result: no
# configure:2570: checking for strip
# configure:2586: found /usr/sbin/strip
# configure:2597: result: strip
# configure:2622: checking for a thread-safe mkdir -p
# configure:2661: result: /usr/sbin/mkdir -p
# configure:2668: checking for gawk
# configure:2684: found /usr/sbin/gawk
# configure:2695: result: gawk
# configure:2706: checking whether make sets $(MAKE)
# configure:2728: result: yes
# configure:2757: checking whether make supports nested variables
# configure:2774: result: yes
# configure:3246: checking for style of include used by make
# configure:3274: result: GNU
# configure:3305: checking for x86_64-unknown-linux-gcc
# configure:3335: result: no
# configure:3345: checking for gcc
# configure:3361: found /usr/sbin/gcc
# configure:3372: result: gcc
# configure:3601: checking for C compiler version
# configure:3610: 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:3621: $? = 0
# configure:3610: 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:3621: $? = 0
# configure:3610: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3621: $? = 1
# configure:3610: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3621: $? = 1
# configure:3641: checking whether the C compiler works
# configure:3663: gcc -fPIC conftest.c >&5
# configure:3667: $? = 0
# configure:3715: result: yes
# configure:3718: checking for C compiler default output file name
# configure:3720: result: a.out
# configure:3726: checking for suffix of executables
# configure:3733: gcc -o conftest -fPIC conftest.c >&5
# configure:3737: $? = 0
# configure:3759: result:
# configure:3781: checking whether we are cross compiling
# configure:3789: gcc -o conftest -fPIC conftest.c >&5
# configure:3793: $? = 0
# configure:3800: ./conftest
# configure:3804: $? = 0
# configure:3819: result: no
# configure:3824: checking for suffix of object files
# configure:3846: gcc -c -fPIC conftest.c >&5
# configure:3850: $? = 0
# configure:3871: result: o
# configure:3875: checking whether we are using the GNU C compiler
# configure:3894: gcc -c -fPIC conftest.c >&5
# configure:3894: $? = 0
# configure:3903: result: yes
# configure:3912: checking whether gcc accepts -g
# configure:3932: gcc -c -g conftest.c >&5
# configure:3932: $? = 0
# configure:3973: result: yes
# configure:3990: checking for gcc option to accept ISO C89
# configure:4053: gcc -c -fPIC conftest.c >&5
# configure:4053: $? = 0
# configure:4066: result: none needed
# configure:4091: checking whether gcc understands -c and -o together
# configure:4113: gcc -c conftest.c -o conftest2.o
# configure:4116: $? = 0
# configure:4113: gcc -c conftest.c -o conftest2.o
# configure:4116: $? = 0
# configure:4128: result: yes
# configure:4147: checking dependency style of gcc
# configure:4258: result: none
# configure:4279: checking for strlcpy
# configure:4279: gcc -o conftest -fPIC conftest.c >&5
# /tmp/ccy4I8oN.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# configure:4279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* 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_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:4279: result: no
# configure:4301: checking for strsep
# configure:4301: gcc -o conftest -fPIC conftest.c >&5
# configure:4301: $? = 0
# configure:4301: result: yes
# configure:4360: checking how to run the C preprocessor
# configure:4391: gcc -E conftest.c
# configure:4391: $? = 0
# configure:4405: gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4405: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | /* end confdefs.h. */
# | #include
# configure:4430: result: gcc -E
# configure:4450: gcc -E conftest.c
# configure:4450: $? = 0
# configure:4464: gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4464: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | /* end confdefs.h. */
# | #include
# configure:4493: checking for grep that handles long lines and -e
# configure:4551: result: /usr/sbin/grep
# configure:4556: checking for egrep
# configure:4618: result: /usr/sbin/grep -E
# configure:4623: checking for ANSI C header files
# configure:4643: gcc -c -fPIC conftest.c >&5
# configure:4643: $? = 0
# configure:4716: gcc -o conftest -fPIC conftest.c >&5
# configure:4716: $? = 0
# configure:4716: ./conftest
# configure:4716: $? = 0
# configure:4727: result: yes
# configure:4740: checking for sys/types.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for sys/stat.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for stdlib.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for string.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for memory.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for strings.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for inttypes.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for stdint.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4740: checking for unistd.h
# configure:4740: gcc -c -fPIC conftest.c >&5
# configure:4740: $? = 0
# configure:4740: result: yes
# configure:4753: checking minix/config.h usability
# configure:4753: gcc -c -fPIC conftest.c >&5
# conftest.c:57:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4753: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4753: result: no
# configure:4753: checking minix/config.h presence
# configure:4753: gcc -E conftest.c
# conftest.c:24:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4753: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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
# | /* end confdefs.h. */
# | #include
# configure:4753: result: no
# configure:4753: checking for minix/config.h
# configure:4753: result: no
# configure:4774: checking whether it is safe to define __EXTENSIONS__
# configure:4792: gcc -c -fPIC conftest.c >&5
# configure:4792: $? = 0
# configure:4799: result: yes
# configure:4821: checking for x86_64-unknown-linux-gcc
# configure:4848: result: gcc
# configure:5117: checking for C compiler version
# configure:5126: 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:5137: $? = 0
# configure:5126: 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:5137: $? = 0
# configure:5126: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:5137: $? = 1
# configure:5126: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:5137: $? = 1
# configure:5141: checking whether we are using the GNU C compiler
# configure:5169: result: yes
# configure:5178: checking whether gcc accepts -g
# configure:5239: result: yes
# configure:5256: checking for gcc option to accept ISO C89
# configure:5332: result: none needed
# configure:5357: checking whether gcc understands -c and -o together
# configure:5394: result: yes
# configure:5413: checking dependency style of gcc
# configure:5524: result: none
# configure:5568: checking build system type
# configure:5582: result: x86_64-unknown-linux-gnu
# configure:5602: checking host system type
# configure:5615: result: x86_64-unknown-linux-gnu
# configure:5656: checking how to print strings
# configure:5683: result: printf
# configure:5704: checking for a sed that does not truncate output
# configure:5768: result: /usr/sbin/sed
# configure:5786: checking for fgrep
# configure:5848: result: /usr/sbin/grep -F
# configure:5883: checking for ld used by gcc
# configure:5950: result: /usr/sbin/ld
# configure:5957: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5972: result: yes
# configure:5984: checking for BSD- or MS-compatible name lister (nm)
# configure:6038: result: /usr/sbin/nm -B
# configure:6168: checking the name lister (/usr/sbin/nm -B) interface
# configure:6175: gcc -c -fPIC conftest.c >&5
# configure:6178: /usr/sbin/nm -B "conftest.o"
# configure:6181: output
# 0000000000000000 B some_variable
# configure:6188: result: BSD nm
# configure:6191: checking whether ln -s works
# configure:6195: result: yes
# configure:6203: checking the maximum length of command line arguments
# configure:6334: result: 1572864
# configure:6382: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6422: result: func_convert_file_noop
# configure:6429: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6449: result: func_convert_file_noop
# configure:6456: checking for /usr/sbin/ld option to reload object files
# configure:6463: result: -r
# configure:6497: checking for x86_64-unknown-linux-objdump
# configure:6527: result: no
# configure:6537: checking for objdump
# configure:6553: found /usr/sbin/objdump
# configure:6564: result: objdump
# configure:6596: checking how to recognize dependent libraries
# configure:6796: result: pass_all
# configure:6841: checking for x86_64-unknown-linux-dlltool
# configure:6871: result: no
# configure:6881: checking for dlltool
# configure:6911: result: no
# configure:6941: checking how to associate runtime and link libraries
# configure:6968: result: printf %s\n
# configure:6984: checking for x86_64-unknown-linux-ar
# configure:7014: result: no
# configure:7028: checking for ar
# configure:7044: found /usr/sbin/ar
# configure:7055: result: ar
# configure:7092: checking for archiver @FILE support
# configure:7109: gcc -c -fPIC conftest.c >&5
# configure:7109: $? = 0
# configure:7112: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:7115: $? = 0
# configure:7120: 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:7123: $? = 1
# configure:7135: result: @
# configure:7153: checking for x86_64-unknown-linux-strip
# configure:7180: result: strip
# configure:7252: checking for x86_64-unknown-linux-ranlib
# configure:7282: result: no
# configure:7292: checking for ranlib
# configure:7308: found /usr/sbin/ranlib
# configure:7319: result: ranlib
# configure:7421: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:7574: gcc -c -fPIC conftest.c >&5
# configure:7577: $? = 0
# configure:7581: /usr/sbin/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:7584: $? = 0
# configure:7650: gcc -o conftest -fPIC conftest.c conftstm.o >&5
# configure:7653: $? = 0
# configure:7691: result: ok
# configure:7738: checking for sysroot
# configure:7768: result: no
# configure:7775: checking for a working dd
# configure:7813: result: /usr/sbin/dd
# configure:7817: checking how to truncate binary pipes
# configure:7832: result: /usr/sbin/dd bs=4096 count=1
# configure:7968: gcc -c -fPIC conftest.c >&5
# configure:7971: $? = 0
# configure:8121: checking for x86_64-unknown-linux-mt
# configure:8151: result: no
# configure:8161: checking for mt
# configure:8191: result: no
# configure:8211: checking if : is a manifest tool
# configure:8217: : '-?'
# configure:8225: result: no
# configure:8899: checking for dlfcn.h
# configure:8899: gcc -c -fPIC conftest.c >&5
# configure:8899: $? = 0
# configure:8899: result: yes
# configure:9155: checking for objdir
# configure:9170: result: .libs
# configure:9434: checking if gcc supports -fno-rtti -fno-exceptions
# configure:9452: gcc -c -fPIC -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:9456: $? = 0
# configure:9469: result: no
# configure:9827: checking for gcc option to produce PIC
# configure:9834: result: -fPIC -DPIC
# configure:9842: checking if gcc PIC flag -fPIC -DPIC works
# configure:9860: gcc -c -fPIC -fPIC -DPIC -DPIC conftest.c >&5
# configure:9864: $? = 0
# configure:9877: result: yes
# configure:9906: checking if gcc static flag -static works
# configure:9934: result: yes
# configure:9949: checking if gcc supports -c -o file.o
# configure:9970: gcc -c -fPIC -o out/conftest2.o conftest.c >&5
# configure:9974: $? = 0
# configure:9996: result: yes
# configure:10004: checking if gcc supports -c -o file.o
# configure:10051: result: yes
# configure:10084: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:11343: result: yes
# configure:11380: checking whether -lc should be explicitly linked in
# configure:11388: gcc -c -fPIC conftest.c >&5
# configure:11391: $? = 0
# configure:11406: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:11409: $? = 0
# configure:11423: result: no
# configure:11583: checking dynamic linker characteristics
# configure:12164: gcc -o conftest -fPIC -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:12164: $? = 0
# configure:12401: result: GNU/Linux ld.so
# configure:12523: checking how to hardcode library paths into programs
# configure:12548: result: immediate
# configure:13096: checking whether stripping libraries is possible
# configure:13101: result: yes
# configure:13136: checking if libtool supports shared libraries
# configure:13138: result: yes
# configure:13141: checking whether to build shared libraries
# configure:13166: result: yes
# configure:13169: checking whether to build static libraries
# configure:13173: result: no
# configure:13211: checking whether ln -s works
# configure:13215: result: yes
# configure:13222: checking whether make sets $(MAKE)
# configure:13244: result: yes
# configure:13255: checking for an ANSI C-conforming const
# configure:13321: gcc -c -fPIC conftest.c >&5
# configure:13321: $? = 0
# configure:13328: result: yes
# configure:13337: checking for thread local storage (TLS) class
# configure:13364: gcc -c -fPIC conftest.c >&5
# configure:13364: $? = 0
# configure:13384: result: __thread
# configure:13403: checking for ANSI C header files
# configure:13507: result: yes
# configure:13517: checking for unistd.h
# configure:13517: result: yes
# configure:13527: checking whether sys/types.h defines makedev
# configure:13543: gcc -o conftest -fPIC conftest.c >&5
# configure:13543: $? = 0
# configure:13552: result: yes
# configure:13577: checking for major_t
# configure:13577: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:48:13: error: 'major_t' undeclared (first use in this function)
# if (sizeof (major_t))
# ^~~~~~~
# conftest.c:48:13: note: each undeclared identifier is reported only once for each function it appears in
# configure:13577: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef MAJOR_IN_MKDEV
# | # include
# | #else
# | # ifdef MAJOR_IN_SYSMACROS
# | # include
# | # endif
# | #endif
# |
# |
# |
# | int
# | main ()
# | {
# | if (sizeof (major_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13577: result: no
# configure:13602: checking for minor_t
# configure:13602: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:49:13: error: 'minor_t' undeclared (first use in this function)
# if (sizeof (minor_t))
# ^~~~~~~
# conftest.c:49:13: note: each undeclared identifier is reported only once for each function it appears in
# configure:13602: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | /* end confdefs.h. */
# | #include
# | #ifdef MAJOR_IN_MKDEV
# | # include
# | #else
# | # ifdef MAJOR_IN_SYSMACROS
# | # include
# | # endif
# | #endif
# |
# |
# |
# | int
# | main ()
# | {
# | if (sizeof (minor_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13602: result: no
# configure:13627: checking for dev_t
# configure:13627: gcc -c -fPIC conftest.c >&5
# configure:13627: $? = 0
# configure:13627: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:50:20: error: expected expression before ')' token
# if (sizeof ((dev_t)))
# ^
# configure:13627: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | /* end confdefs.h. */
# | #include
# | #ifdef MAJOR_IN_MKDEV
# | # include
# | #else
# | # ifdef MAJOR_IN_SYSMACROS
# | # include
# | # endif
# | #endif
# |
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((dev_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13627: result: yes
# configure:13652: checking for socklen_t
# configure:13652: gcc -c -fPIC conftest.c >&5
# configure:13652: $? = 0
# configure:13652: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:45:24: error: expected expression before ')' token
# if (sizeof ((socklen_t)))
# ^
# configure:13652: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13652: result: yes
# configure:13671: checking for uint64_t
# configure:13671: gcc -c -fPIC conftest.c >&5
# configure:13671: $? = 0
# configure:13671: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:23: error: expected expression before ')' token
# if (sizeof ((uint64_t)))
# ^
# configure:13671: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13671: result: yes
# configure:13686: checking for mode_t
# configure:13686: gcc -c -fPIC conftest.c >&5
# configure:13686: $? = 0
# configure:13686: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:21: error: expected expression before ')' token
# if (sizeof ((mode_t)))
# ^
# configure:13686: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_UINT64_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((mode_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13686: result: yes
# configure:13697: checking for off_t
# configure:13697: gcc -c -fPIC conftest.c >&5
# configure:13697: $? = 0
# configure:13697: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:20: error: expected expression before ')' token
# if (sizeof ((off_t)))
# ^
# configure:13697: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_UINT64_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13697: result: yes
# configure:13708: checking for size_t
# configure:13708: gcc -c -fPIC conftest.c >&5
# configure:13708: $? = 0
# configure:13708: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:13708: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_UINT64_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13708: result: yes
# configure:13719: checking for uid_t in sys/types.h
# configure:13738: result: yes
# configure:13749: checking for nlink_t
# configure:13749: gcc -c -fPIC conftest.c >&5
# configure:13749: $? = 0
# configure:13749: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:22: error: expected expression before ')' token
# if (sizeof ((nlink_t)))
# ^
# configure:13749: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_UINT64_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((nlink_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13749: result: yes
# configure:13772: checking libgen.h usability
# configure:13772: gcc -c -fPIC conftest.c >&5
# configure:13772: $? = 0
# configure:13772: result: yes
# configure:13772: checking libgen.h presence
# configure:13772: gcc -E conftest.c
# configure:13772: $? = 0
# configure:13772: result: yes
# configure:13772: checking for libgen.h
# configure:13772: result: yes
# configure:13782: checking for working basename
# configure:13825: gcc -o conftest -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:64:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
# strcpy(test1, tests[i].test);
# ^~~~~~
# conftest.c:64:5: warning: incompatible implicit declaration of built-in function 'strcpy'
# conftest.c:64:5: note: include '' or provide a declaration of 'strcpy'
# conftest.c:65:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
# if (strcmp(basename(test1), tests[i].result) ||
# ^~~~~~
# conftest.c:67:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:67:7: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:67:7: note: include '' or provide a declaration of 'exit'
# conftest.c:70:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:70:3: note: include '' or provide a declaration of 'exit'
# configure:13825: $? = 0
# configure:13825: ./conftest
# configure:13825: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_NLINK_T 1
# | #define NEED_BASENAME 1
# | #define HAVE_LIBGEN_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_LIBGEN_H
# | # include
# | #endif
# |
# | typedef struct {
# | char *test;
# | char *result;
# | } test_t;
# |
# | const test_t tests[] = {
# | { "/usr/local/foo", "foo" },
# | { "/usr/local/foo/", "foo" },
# | { NULL, NULL }
# | };
# |
# | int main() {
# | char test1[1024];
# | int i;
# |
# | for (i = 0; tests[i].test; i++) {
# | strcpy(test1, tests[i].test);
# | if (strcmp(basename(test1), tests[i].result) ||
# | strcmp(test1, tests[i].test))
# | exit(1);
# | }
# |
# | exit(0);
# | }
# |
# configure:13836: result: no
# configure:13857: checking for libgen.h
# configure:13857: result: yes
# configure:13867: checking for working dirname
# configure:13913: gcc -o conftest -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:69:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
# strcpy(test1, tests[i].test);
# ^~~~~~
# conftest.c:69:5: warning: incompatible implicit declaration of built-in function 'strcpy'
# conftest.c:69:5: note: include '' or provide a declaration of 'strcpy'
# conftest.c:70:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
# if (strcmp(dirname(test1), tests[i].result) ||
# ^~~~~~
# conftest.c:72:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:72:7: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:72:7: note: include '' or provide a declaration of 'exit'
# conftest.c:75:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:75:3: note: include '' or provide a declaration of 'exit'
# configure:13913: $? = 0
# configure:13913: ./conftest
# configure:13913: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_NLINK_T 1
# | #define NEED_BASENAME 1
# | #define HAVE_LIBGEN_H 1
# | #define NEED_DIRNAME 1
# | #define HAVE_LIBGEN_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_LIBGEN_H
# | # include
# | #endif
# |
# | typedef struct {
# | char *test;
# | char *result;
# | } test_t;
# |
# | const test_t tests[] = {
# | { "foobar", "." },
# | { "/usr/local/foo", "/usr/local" },
# | { "/usr/local/foo/", "/usr/local" },
# | { "/", "/" },
# | { "", "." },
# | { NULL, NULL }
# | };
# |
# | int main() {
# | char test1[1024];
# | int i;
# |
# | for (i = 0; tests[i].test; i++) {
# | strcpy(test1, tests[i].test);
# | if (strcmp(dirname(test1), tests[i].result) ||
# | strcmp(test1, tests[i].test))
# | exit(1);
# | }
# |
# | exit(0);
# | }
# |
# configure:13924: result: no
# configure:13945: checking fnmatch.h usability
# configure:13945: gcc -c -fPIC conftest.c >&5
# configure:13945: $? = 0
# configure:13945: result: yes
# configure:13945: checking fnmatch.h presence
# configure:13945: gcc -E conftest.c
# configure:13945: $? = 0
# configure:13945: result: yes
# configure:13945: checking for fnmatch.h
# configure:13945: result: yes
# configure:13956: checking for working POSIX fnmatch
# configure:13989: gcc -o conftest -fPIC conftest.c >&5
# configure:13989: $? = 0
# configure:13989: ./conftest
# configure:13989: $? = 0
# configure:13999: result: yes
# configure:14032: checking for lchown
# configure:14032: gcc -o conftest -fPIC conftest.c >&5
# configure:14032: $? = 0
# configure:14032: result: yes
# configure:14046: checking whether makedev expects three arguments
# configure:14082: gcc -c -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:68:26: error: macro "makedev" passed 3 arguments, but takes just 2
# dev = makedev(0, maj, min);
# ^
# conftest.c:68:7: error: 'makedev' undeclared (first use in this function)
# dev = makedev(0, maj, min);
# ^~~~~~~
# conftest.c:68:7: note: each undeclared identifier is reported only once for each function it appears in
# conftest.c:71:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:71:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:71:3: note: include '' or provide a declaration of 'exit'
# conftest.c:72:1: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:72:1: note: include '' or provide a declaration of 'exit'
# configure:14082: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_NLINK_T 1
# | #define NEED_BASENAME 1
# | #define HAVE_LIBGEN_H 1
# | #define NEED_DIRNAME 1
# | #define HAVE_LIBGEN_H 1
# | #define NEED_FNMATCH 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_LCHOWN 1
# | #define NEED_MAKEDEV 1
# | /* end confdefs.h. */
# |
# |
# | #include
# | #ifdef MAJOR_IN_MKDEV
# | # include
# | #else
# | # ifdef MAJOR_IN_SYSMACROS
# | # include
# | # endif
# | #endif
# |
# | int
# | main ()
# | {
# |
# | dev_t dev;
# | major_t maj = 5;
# | minor_t min = 7;
# |
# | dev = makedev(0, maj, min);
# | if (major(dev) != maj
# | || minor(dev) != min)
# | exit(1);
# | exit(0);
# |
# | ;
# | return 0;
# | }
# configure:14091: result: no
# configure:14103: checking for working snprintf
# configure:14149: gcc -o conftest -fPIC conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
# memset(test1, 'X', sizeof(test1));
# ^~~~~~
# conftest.c:74:5: warning: incompatible implicit declaration of built-in function 'memset'
# conftest.c:74:5: note: include '' or provide a declaration of 'memset'
# conftest.c:77:29: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
# (tests[i].result && strcmp(tests[i].result, test1)))
# ^~~~~~
# conftest.c:78:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:78:7: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:78:7: note: include '' or provide a declaration of 'exit'
# conftest.c:81:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:81:3: note: include '' or provide a declaration of 'exit'
# configure:14149: $? = 0
# configure:14149: ./conftest
# configure:14149: $? = 0
# configure:14160: result: yes
# configure:14180: checking for strdup
# configure:14180: gcc -o conftest -fPIC conftest.c >&5
# conftest.c:75:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:14180: $? = 0
# configure:14180: result: yes
# configure:14199: checking for strftime
# configure:14199: gcc -o conftest -fPIC conftest.c >&5
# conftest.c:76:6: warning: conflicting types for built-in function 'strftime'
# char strftime ();
# ^~~~~~~~
# configure:14199: $? = 0
# configure:14199: result: yes
# configure:14257: checking for strlcpy
# configure:14257: result: no
# configure:14279: checking for strmode
# configure:14279: gcc -o conftest -fPIC conftest.c >&5
# /tmp/ccXyHubU.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strmode'
# collect2: error: ld returned 1 exit status
# configure:14279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtar"
# | #define PACKAGE_TARNAME "libtar"
# | #define PACKAGE_VERSION "1.2.20"
# | #define PACKAGE_STRING "libtar 1.2.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtar"
# | #define VERSION "1.2.20"
# | #define NEED_STRLCPY 1
# | #define NEED_STRSEP 1
# | #define HAVE_STRSEP 1
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define TLS __thread
# | #define STDC_HEADERS 1
# | #define HAVE_UNISTD_H 1
# | #define major_t unsigned int
# | #define minor_t unsigned int
# | #define HAVE_DEV_T 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_UINT64_T 1
# | #define HAVE_NLINK_T 1
# | #define NEED_BASENAME 1
# | #define HAVE_LIBGEN_H 1
# | #define NEED_DIRNAME 1
# | #define HAVE_LIBGEN_H 1
# | #define NEED_FNMATCH 1
# | #define HAVE_FNMATCH_H 1
# | #define HAVE_FNMATCH 1
# | #define HAVE_LCHOWN 1
# | #define NEED_MAKEDEV 1
# | #define NEED_SNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define NEED_STRDUP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRFTIME 1
# | #define NEED_STRLCPY 1
# | #define NEED_STRMODE 1
# | /* end confdefs.h. */
# | /* Define strmode to an innocuous variant, in case declares strmode.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strmode innocuous_strmode
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strmode (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strmode
# |
# | /* 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 strmode ();
# | /* 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_strmode || defined __stub___strmode
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strmode ();
# | ;
# | return 0;
# | }
# configure:14279: result: no
# configure:14301: checking for strsep
# configure:14301: result: yes
# configure:14329: checking for gzread in -lz
# configure:14354: gcc -o conftest -fPIC conftest.c -lz >&5
# configure:14354: $? = 0
# configure:14363: result: yes
# configure:14488: checking that generated files are newer than configure
# configure:14494: result: done
# configure:14521: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libtar config.status 1.2.20, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 7731274132a0
#
# config.status:1135: creating listhash/libtar_listhash.h
# config.status:1135: creating listhash/libtar_list.c
# config.status:1135: creating listhash/libtar_hash.c
# config.status:1135: creating listhash/libtar_list_new.3
# config.status:1135: creating listhash/libtar_hash_new.3
# config.status:1135: creating Makefile
# config.status:1135: creating lib/Makefile
# config.status:1135: creating libtar/Makefile
# config.status:1135: creating doc/Makefile
# config.status:1135: creating config.h
# config.status:1364: executing depfiles commands
# config.status:1364: 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_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=' -fPIC'
# 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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_fnmatch_works=yes
# ac_cv_func_lchown=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strlcpy=no
# ac_cv_func_strmode=no
# ac_cv_func_strsep=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fnmatch_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libgen_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# 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_sys_types_h_makedev=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_z_gzread=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# 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_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_tls=__thread
# ac_cv_type_dev_t=yes
# ac_cv_type_major_t=no
# ac_cv_type_minor_t=no
# ac_cv_type_mode_t=yes
# ac_cv_type_nlink_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_uid_t=yes
# ac_cv_type_uint64_t=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# compat_cv_func_basename_works=no
# compat_cv_func_dirname_works=no
# compat_cv_func_makedev_three_args=no
# compat_cv_func_snprintf_works=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/sbin/ld
# lt_cv_path_NM='/usr/sbin/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=no
# 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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# 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
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libtar/src/libtar/autoconf/missing aclocal-1.15'
# 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/libtar/src/libtar/autoconf/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libtar/src/libtar/autoconf/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libtar/src/libtar/autoconf/missing automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=none'
# CFLAGS=' -fPIC'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ENCAP_DEFS=''
# ENCAP_INSTALL_RULES=''
# ENCAP_INSTALL_TARGET=''
# EPKG=''
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}basename$U.o ${LIBOBJDIR}dirname$U.o ${LIBOBJDIR}strmode$U.o'
# LIBS='-lz '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LISTHASH_DIR='listhash'
# LISTHASH_PREFIX='libtar'
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}basename$U.lo ${LIBOBJDIR}dirname$U.lo ${LIBOBJDIR}strmode$U.lo'
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/libtar/src/libtar/autoconf/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR='mkdir -p -m 755'
# MKDIR_P='/usr/sbin/mkdir -p'
# MKENCAP=''
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libtar'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libtar'
# PACKAGE_STRING='libtar 1.2.20'
# PACKAGE_TARNAME='libtar'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2.20'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.2.20'
# ac_ct_AR='ar'
# 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__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/libtar/src/libtar/autoconf/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libtar"
# #define PACKAGE_TARNAME "libtar"
# #define PACKAGE_VERSION "1.2.20"
# #define PACKAGE_STRING "libtar 1.2.20"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libtar"
# #define VERSION "1.2.20"
# #define NEED_STRLCPY 1
# #define NEED_STRSEP 1
# #define HAVE_STRSEP 1
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define TLS __thread
# #define STDC_HEADERS 1
# #define HAVE_UNISTD_H 1
# #define major_t unsigned int
# #define minor_t unsigned int
# #define HAVE_DEV_T 1
# #define HAVE_SOCKLEN_T 1
# #define HAVE_UINT64_T 1
# #define HAVE_NLINK_T 1
# #define NEED_BASENAME 1
# #define HAVE_LIBGEN_H 1
# #define NEED_DIRNAME 1
# #define HAVE_LIBGEN_H 1
# #define NEED_FNMATCH 1
# #define HAVE_FNMATCH_H 1
# #define HAVE_FNMATCH 1
# #define HAVE_LCHOWN 1
# #define NEED_MAKEDEV 1
# #define NEED_SNPRINTF 1
# #define HAVE_SNPRINTF 1
# #define NEED_STRDUP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRFTIME 1
# #define NEED_STRLCPY 1
# #define NEED_STRMODE 1
# #define NEED_STRSEP 1
# #define HAVE_STRSEP 1
# #define HAVE_LIBZ 1
#
# configure: exit 0