## --------------------------- ## ## GNU tar 1.15.91 test suite. ## ## --------------------------- ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2006-06-13 Sergey Poznyakoff | | * doc/Makefile.am (check-options): Expand macros before grepping | in $(info_TEXINFOS) | * doc/rendition.texi (FIXME) [!PROOF_FOOTNOTED]: Enclose in a | cartouche | * doc/tar.texi: Define op as codeindex. Use special macros to | populate it | Consequently prefer @dfn{long options} over @dfn{mnemonic | options}. ## --------- ## ## Platform. ## ## --------- ## hostname = arilinn uname -m = x86_64 uname -r = 2.6.17-gentoo uname -s = Linux uname -v = #1 SMP Mon Jun 26 20:26:57 CEST 2006 /usr/bin/uname -p = AMD Athlon(tm) 64 Processor 3500+ /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests PATH: /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/src PATH: /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux PATH: /var/tmp/portage/tar-1.15.91/work/tar-1.15.91 PATH: /usr/local/sbin PATH: /sbin PATH: /usr/sbin PATH: /usr/lib/portage/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /opt/bin PATH: /opt/blackdown-jdk-1.4.2.03/bin PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin PATH: /usr/kde/3.5/bin PATH: /usr/qt/3/bin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests' | at_srcdir='.' | abs_srcdir='/var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests' | at_top_srcdir='..' | abs_top_srcdir='/var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests/..' | at_top_builddir='../' | abs_top_builddir='/var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests/../.' | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*- | # Configurable variable values for tar test suite. | # Copyright (C) 2004, 2006 Free Software Foundation, Inc. | | PATH=/var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests:/var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests/.././src:/var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests/../build-aux:$top_srcdir:$srcdir:$PATH | | XFAILFILE=$abs_builddir/.badversion | | trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 | | TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar | if test -z "$TEST_DATA_DIR"; then | TEST_DATA_DIR=$abs_builddir | fi | | STAR_DATA_URL=http://download.berlios.de/pub/star/testscripts | if test -z "$STAR_TESTSCRIPTS"; then | STAR_TESTSCRIPTS=$TEST_DATA_DIR | fi | | # tarball_prereq file sum dir url | tarball_prereq() { | if test -d "$3"; then | if test -r $3/$1; then | : | elif test -n "$FULL_TEST"; then | wget -q --directory-prefix=$3 $4/$1 | fi | fi | echo "$2 $3/$1" | md5sum --status --check - | } | | ## ---------------- ## ## Tested programs. ## ## ---------------- ## testsuite.at:90: /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/src/tar --version tar (GNU tar) 1.15.91 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Tue Jul 4 20:38:23 CEST 2006 1. tar version (version.at:19): ok (0m0.000s 0m0.012s) 2. decompressing from stdin (pipe.at:29): ok (0m0.056s 0m0.124s) 3. mixing options (options.at:24): ok (0m0.004s 0m0.008s) 4. interspersed options (options02.at:26): ok (0m0.008s 0m0.004s) 5. append (append.at:21): ok (0m0.032s 0m0.064s) 6. appending files with long names (append01.at:29): ok (0m0.020s 0m0.076s) 7. deleting a member after a big one (delete01.at:23): ok (0m0.052s 0m0.060s) 8. deleting a member from stdin archive (delete02.at:23): ok (0m0.032s 0m0.096s) 9. deleting members with long names (delete03.at:21): ok (0m0.024s 0m0.084s) 10. deleting a large last member (delete04.at:23): ok (0m0.052s 0m0.140s) 11. deleting non-existing member (delete05.at:27): ok (0m0.024s 0m0.088s) 12. extract over an existing directory (extrac01.at:23): ok (0m0.024s 0m0.068s) 13. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.036s 0m0.080s) 14. extraction loops (extrac03.at:23): ok (0m0.048s 0m0.040s) 15. extract + fnmatch (extrac04.at:23): ok (0m0.032s 0m0.136s) 16. extracting selected members from pax (extrac05.at:30): ok (0m0.004s 0m0.024s) 17. mode of extracted directories (extrac06.at:33): ok (0m0.036s 0m0.116s) 18. gzip (gzip.at:23): ok (0m0.000s 0m0.004s) 19. incremental (incremental.at:23): ok (0m0.036s 0m0.068s) 20. restore broken symlinks from incremental (incr01.at:27): ok (0m0.024s 0m0.060s) 21. restoring timestamps from incremental (incr02.at:32): ok (0m0.028s 0m0.124s) 22. --listed for individual files (listed01.at:26): ok (0m0.008s 0m0.052s) 23. working --listed (listed02.at:28): ok (0m0.044s 0m0.108s) 24. renamed files in incrementals (incr03.at:28): ok (0m0.040s 0m0.132s) 25. proper icontents initialization (incr04.at:29): ok (0m0.040s 0m0.064s) 26. renamed dirs in incrementals (rename01.at:24): ok (0m0.024s 0m0.112s) 27. move between hierarchies (rename02.at:24): ok (0m0.020s 0m0.140s) 29. changed file types in incrementals (chtype.at:27): ok (0m0.056s 0m0.128s) 30. ignfail (ignfail.at:23): ok (0m0.080s 0m0.128s) 31. link count gt 2 (link01.at:33): ok (0m0.044s 0m0.096s) 32. long names in V7 archives (longv7.at:24): ok (0m0.004s 0m0.024s) 33. long file names divisible by block size (long01.at:28): ok (0m0.012s 0m0.036s) 34. ustar: unsplittable file name (lustar01.at:21): ok (0m0.000s 0m0.012s) 35. ustar: unsplittable path name (lustar02.at:21): ok (0m0.008s 0m0.020s) 36. ustar: splitting long names (lustar03.at:21): ok (0m0.008s 0m0.012s) 37. multivolume dumps from pipes (multiv01.at:23): ok (0m0.016s 0m0.060s) 38. skipping a straddling member (multiv02.at:28): ok (0m0.016s 0m0.060s) 39. MV archive & long filenames (multiv03.at:30): ok (0m0.024s 0m0.052s) 40. split directory members in a MV archive (multiv04.at:36): ok (0m0.032s 0m0.072s) 41. old archives (old.at:23): ok (0m0.004s 0m0.012s) 42. recurse (recurse.at:21): ok (0m0.028s 0m0.076s) 43. working -C with --same-order (same-order01.at:26): ok (0m0.044s 0m0.108s) 44. multiple -C options (same-order02.at:25): ok (0m0.028s 0m0.112s) 45. short records (shortrec.at:25): ok (0m0.032s 0m0.124s) 46. sparse files (sparse01.at:21): ok (0m0.060s 0m0.104s) 47. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.052s 0m0.100s) 48. storing sparse files > 8G (sparse03.at:21): ok (0m31.206s 0m16.125s) 49. sparse files in MV archives (sparsemv.at:21): ok (0m0.032s 0m0.060s) 50. sparse files in PAX MV archives (sparsemvp.at:21): ok (0m0.020s 0m0.024s) 51. update unchanged directories (update.at:27): ok (0m0.024s 0m0.132s) 52. volume (volume.at:23): ok (0m0.016s 0m0.036s) 53. volume header size (volsize.at:29): skipped (volsize.at:54) 54. compressed format recognition (comprec.at:21): ok (0m0.044s 0m0.084s) 55. truncate (truncate.at:28): ok (0m1.232s 0m1.172s) 56. gtarfail (gtarfail.at:21): skipped (gtarfail.at:38) 57. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:41) 58. multi-fail (multi-fail.at:21): skipped (multi-fail.at:86) 59. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:36) 60. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:36) 61. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:36) testsuite: ending at: Tue Jul 4 20:41:20 CEST 2006 testsuite: test suite duration: 0h 2m 57s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 54 tests were run, 1 failed unexpectedly. 7 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.15.91 test suite test groups: NUM: FILENAME:LINE TEST-GROUP-NAME KEYWORDS 28: rename03.at:23 cyclic renames incremental rename rename03 cyclic-rename Skipped tests: GNU tar 1.15.91 test suite test groups: NUM: FILENAME:LINE TEST-GROUP-NAME KEYWORDS 53: volsize.at:29 volume header size volume volsize 56: gtarfail.at:21 gtarfail star gtarfail 57: gtarfail2.at:21 gtarfail2 star gtarfail2 58: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 59: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 60: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 61: pax-big-10g.at:21 pax-big-10g star pax-big-10g ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## 28. rename03.at:23: testing ... rename03.at:122: mkdir gnu (cd gnu TEST_TAR_FORMAT=gnu export TEST_TAR_FORMAT TAR_OPTIONS="-H gnu" export TAR_OPTIONS rm -rf * test -z || exit 77 mkdir foo genfile --file foo/file1 genfile --file foo/file2 mkdir foo/a genfile --file foo/a/filea mkdir foo/b genfile --file foo/b/fileb mkdir foo/c genfile --file foo/c/filec echo "First dump" echo "First dump">&2 tar -g incr -cf arch.1 -v foo 2>tmperr sort tmperr >&2 # Shuffle directories: (cd foo mv a $$ mv c a mv b c mv $$ b) echo "Second dump" echo "Second dump" >&2 tar -g incr -cf arch.2 -v foo 2>tmperr sort tmperr >&2 tar xfg arch.1 /dev/null echo "Begin directory listing 1" find foo | sort echo "End directory listing 1" tar xfgv arch.2 /dev/null echo Begin directory listing 2 find foo | sort echo End directory listing 2 ) rename03.at:122: mkdir oldgnu (cd oldgnu TEST_TAR_FORMAT=oldgnu export TEST_TAR_FORMAT TAR_OPTIONS="-H oldgnu" export TAR_OPTIONS rm -rf * test -z || exit 77 mkdir foo genfile --file foo/file1 genfile --file foo/file2 mkdir foo/a genfile --file foo/a/filea mkdir foo/b genfile --file foo/b/fileb mkdir foo/c genfile --file foo/c/filec echo "First dump" echo "First dump">&2 tar -g incr -cf arch.1 -v foo 2>tmperr sort tmperr >&2 # Shuffle directories: (cd foo mv a $$ mv c a mv b c mv $$ b) echo "Second dump" echo "Second dump" >&2 tar -g incr -cf arch.2 -v foo 2>tmperr sort tmperr >&2 tar xfg arch.1 /dev/null echo "Begin directory listing 1" find foo | sort echo "End directory listing 1" tar xfgv arch.2 /dev/null echo Begin directory listing 2 find foo | sort echo End directory listing 2 ) rename03.at:122: mkdir posix (cd posix TEST_TAR_FORMAT=posix export TEST_TAR_FORMAT TAR_OPTIONS="-H posix" export TAR_OPTIONS rm -rf * test -z || exit 77 mkdir foo genfile --file foo/file1 genfile --file foo/file2 mkdir foo/a genfile --file foo/a/filea mkdir foo/b genfile --file foo/b/fileb mkdir foo/c genfile --file foo/c/filec echo "First dump" echo "First dump">&2 tar -g incr -cf arch.1 -v foo 2>tmperr sort tmperr >&2 # Shuffle directories: (cd foo mv a $$ mv c a mv b c mv $$ b) echo "Second dump" echo "Second dump" >&2 tar -g incr -cf arch.2 -v foo 2>tmperr sort tmperr >&2 tar xfg arch.1 /dev/null echo "Begin directory listing 1" find foo | sort echo "End directory listing 1" tar xfgv arch.2 /dev/null echo Begin directory listing 2 find foo | sort echo End directory listing 2 ) --- - 2006-07-04 20:39:18.821693000 +0200 +++ /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/tests/testsuite.dir/at-stdout 2006-07-04 20:39:18.816904250 +0200 @@ -25,17 +25,17 @@ foo/file2 End directory listing 1 foo/ +tar: Deleting `foo/b' +tar: Deleting `foo/c' +tar: Deleting `foo/a' foo/a/ foo/b/ foo/c/ Begin directory listing 2 foo foo/a -foo/a/filec foo/b -foo/b/filea foo/c -foo/c/fileb foo/file1 foo/file2 End directory listing 2 28. rename03.at:23: 28. cyclic renames (rename03.at:23): FAILED (rename03.at:122) ## -------------- ## ## ..//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 GNU tar configure 1.15.91, which was | generated by GNU Autoconf 2.59. Invocation command line was | | $ ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-backup-scripts --bindir=/bin --libexecdir=/usr/sbin --enable-nls --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = arilinn | uname -m = x86_64 | uname -r = 2.6.17-gentoo | uname -s = Linux | uname -v = #1 SMP Mon Jun 26 20:26:57 CEST 2006 | | /usr/bin/uname -p = AMD Athlon(tm) 64 Processor 3500+ | /bin/uname -X = unknown | | /bin/arch = x86_64 | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/sbin | PATH: /sbin | PATH: /usr/sbin | PATH: /usr/lib/portage/bin | PATH: /usr/local/bin | PATH: /bin | PATH: /usr/bin | PATH: /opt/bin | PATH: /opt/blackdown-jdk-1.4.2.03/bin | PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin | PATH: /usr/kde/3.5/sbin | PATH: /usr/kde/3.5/bin | PATH: /usr/qt/3/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1482: checking for a BSD-compatible install | configure:1537: result: /bin/install -c | configure:1548: checking whether build environment is sane | configure:1591: result: yes | configure:1656: checking for gawk | configure:1672: found /bin/gawk | configure:1682: result: gawk | configure:1692: checking whether make sets $(MAKE) | configure:1712: result: yes | configure:1875: checking how to create a ustar tar archive | configure:1888: tar --version | tar (GNU tar) 1.15.1 | configure:1891: $? = 0 | configure:1931: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | configure:1934: $? = 0 | configure:1938: tar -xf - &5 | x86_64-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1) | Copyright (C) 2006 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:2355: $? = 0 | configure:2357: x86_64-pc-linux-gnu-gcc -v &5 | Using built-in specs. | Target: x86_64-pc-linux-gnu | Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-multilib --disable-libmudflap --disable-libssp --enable-java-awt=gtk --enable-languages=c,c++,java --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu | Thread model: posix | gcc version 4.1.1 (Gentoo 4.1.1) | configure:2360: $? = 0 | configure:2362: x86_64-pc-linux-gnu-gcc -V &5 | x86_64-pc-linux-gnu-gcc: '-V' option must have argument | configure:2365: $? = 1 | configure:2388: checking for C compiler default output file name | configure:2391: x86_64-pc-linux-gnu-gcc -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:2394: $? = 0 | configure:2440: result: a.out | configure:2445: checking whether the C compiler works | configure:2451: ./a.out | configure:2454: $? = 0 | configure:2471: result: yes | configure:2478: checking whether we are cross compiling | configure:2480: result: no | configure:2483: checking for suffix of executables | configure:2485: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:2488: $? = 0 | configure:2513: result: | configure:2519: checking for suffix of object files | configure:2540: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:2543: $? = 0 | configure:2565: result: o | configure:2569: checking whether we are using the GNU C compiler | configure:2593: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:2599: $? = 0 | configure:2603: test -z | || test ! -s conftest.err | configure:2606: $? = 0 | configure:2609: test -s conftest.o | configure:2612: $? = 0 | configure:2625: result: yes | configure:2631: checking whether x86_64-pc-linux-gnu-gcc accepts -g | configure:2652: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 | configure:2658: $? = 0 | configure:2662: test -z | || test ! -s conftest.err | configure:2665: $? = 0 | configure:2668: test -s conftest.o | configure:2671: $? = 0 | configure:2682: result: yes | configure:2699: checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C | configure:2769: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:2775: $? = 0 | configure:2779: test -z | || test ! -s conftest.err | configure:2782: $? = 0 | configure:2785: test -s conftest.o | configure:2788: $? = 0 | configure:2806: result: none needed | configure:2824: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:2830: $? = 1 | configure: failed program was: | | #ifndef __cplusplus | | choke me | | #endif | configure:2965: checking dependency style of x86_64-pc-linux-gnu-gcc | configure:3055: result: gcc3 | configure:3078: checking how to run the C preprocessor | configure:3113: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:3119: $? = 0 | configure:3151: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:12:28: error: ac_nonexistent.h: No such file or directory | configure:3157: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:3196: result: x86_64-pc-linux-gnu-gcc -E | configure:3220: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:3226: $? = 0 | configure:3258: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:12:28: error: ac_nonexistent.h: No such file or directory | configure:3264: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:3308: checking for egrep | configure:3318: result: grep -E | configure:3324: checking for AIX | configure:3346: result: no | configure:3352: checking for ANSI C header files | configure:3377: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3383: $? = 0 | configure:3387: test -z | || test ! -s conftest.err | configure:3390: $? = 0 | configure:3393: test -s conftest.o | configure:3396: $? = 0 | configure:3485: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c: In function 'main': | conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit' | configure:3488: $? = 0 | configure:3490: ./conftest | configure:3493: $? = 0 | configure:3508: result: yes | configure:3532: checking for sys/types.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3532: checking for sys/stat.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3532: checking for stdlib.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3532: checking for string.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3532: checking for memory.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3532: checking for strings.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3532: checking for inttypes.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3532: checking for stdint.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3532: checking for unistd.h | configure:3548: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3554: $? = 0 | configure:3558: test -z | || test ! -s conftest.err | configure:3561: $? = 0 | configure:3564: test -s conftest.o | configure:3567: $? = 0 | configure:3578: result: yes | configure:3600: checking minix/config.h usability | configure:3612: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:56:26: error: minix/config.h: No such file or directory | configure:3618: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:3641: result: no | configure:3645: checking minix/config.h presence | configure:3655: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:22:26: error: minix/config.h: No such file or directory | configure:3661: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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:3681: result: no | configure:3716: checking for minix/config.h | configure:3723: result: no | configure:3762: checking whether it is safe to define __EXTENSIONS__ | configure:3785: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:3791: $? = 0 | configure:3795: test -z | || test ! -s conftest.err | configure:3798: $? = 0 | configure:3801: test -s conftest.o | configure:3804: $? = 0 | configure:3815: result: yes | configure:3835: checking for x86_64-pc-linux-gnu-gcc | configure:3861: result: x86_64-pc-linux-gnu-gcc | configure:4143: checking for C compiler version | configure:4146: x86_64-pc-linux-gnu-gcc --version &5 | x86_64-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1) | Copyright (C) 2006 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:4149: $? = 0 | configure:4151: x86_64-pc-linux-gnu-gcc -v &5 | Using built-in specs. | Target: x86_64-pc-linux-gnu | Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-multilib --disable-libmudflap --disable-libssp --enable-java-awt=gtk --enable-languages=c,c++,java --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu | Thread model: posix | gcc version 4.1.1 (Gentoo 4.1.1) | configure:4154: $? = 0 | configure:4156: x86_64-pc-linux-gnu-gcc -V &5 | x86_64-pc-linux-gnu-gcc: '-V' option must have argument | configure:4159: $? = 1 | configure:4162: checking whether we are using the GNU C compiler | configure:4218: result: yes | configure:4224: checking whether x86_64-pc-linux-gnu-gcc accepts -g | configure:4275: result: yes | configure:4292: checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C | configure:4399: result: none needed | configure:4417: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:4423: $? = 1 | configure: failed program was: | | #ifndef __cplusplus | | choke me | | #endif | configure:4558: checking dependency style of x86_64-pc-linux-gnu-gcc | configure:4648: result: gcc3 | configure:4669: checking for x86_64-pc-linux-gnu-ranlib | configure:4685: found /usr/bin/x86_64-pc-linux-gnu-ranlib | configure:4695: result: x86_64-pc-linux-gnu-ranlib | configure:4750: checking for bison | configure:4766: found /usr/bin/bison | configure:4776: result: bison -y | configure:4794: checking for special C compiler options needed for large files | configure:4893: result: no | configure:4899: checking for _FILE_OFFSET_BITS value needed for large files | configure:4930: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:4936: $? = 0 | configure:4940: test -z | || test ! -s conftest.err | configure:4943: $? = 0 | configure:4946: test -s conftest.o | configure:4949: $? = 0 | configure:5014: result: no | configure:5024: checking for _LARGE_FILES value needed for large files | configure:5055: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5061: $? = 0 | configure:5065: test -z | || test ! -s conftest.err | configure:5068: $? = 0 | configure:5071: test -s conftest.o | configure:5074: $? = 0 | configure:5139: result: no | configure:5151: checking for library containing strerror | configure:5181: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5187: $? = 0 | configure:5191: test -z | || test ! -s conftest.err | configure:5194: $? = 0 | configure:5197: test -s conftest | configure:5200: $? = 0 | configure:5270: result: none required | configure:5277: checking for inline | configure:5298: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5304: $? = 0 | configure:5308: test -z | || test ! -s conftest.err | configure:5311: $? = 0 | configure:5314: test -s conftest.o | configure:5317: $? = 0 | configure:5329: result: inline | configure:5367: checking fcntl.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking fcntl.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for fcntl.h | configure:5490: result: yes | configure:5367: checking linux/fd.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking linux/fd.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for linux/fd.h | configure:5490: result: yes | configure:5358: checking for memory.h | configure:5363: result: yes | configure:5367: checking net/errno.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:61:23: error: net/errno.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking net/errno.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:27:23: error: net/errno.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for net/errno.h | configure:5490: result: no | configure:5367: checking sgtty.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking sgtty.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for sgtty.h | configure:5490: result: yes | configure:5358: checking for string.h | configure:5363: result: yes | configure:5367: checking stropts.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking stropts.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for stropts.h | configure:5490: result: yes | configure:5367: checking sys/param.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking sys/param.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for sys/param.h | configure:5490: result: yes | configure:5367: checking sys/device.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:65:24: error: sys/device.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking sys/device.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:31:24: error: sys/device.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for sys/device.h | configure:5490: result: no | configure:5367: checking sys/filio.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:65:23: error: sys/filio.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking sys/filio.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:31:23: error: sys/filio.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for sys/filio.h | configure:5490: result: no | configure:5367: checking sys/gentape.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:65:25: error: sys/gentape.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking sys/gentape.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:31:25: error: sys/gentape.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for sys/gentape.h | configure:5490: result: no | configure:5367: checking sys/inet.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:65:22: error: sys/inet.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking sys/inet.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:31:22: error: sys/inet.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for sys/inet.h | configure:5490: result: no | configure:5367: checking sys/io/trioctl.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:65:28: error: sys/io/trioctl.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking sys/io/trioctl.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:31:28: error: sys/io/trioctl.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for sys/io/trioctl.h | configure:5490: result: no | configure:5367: checking sys/mtio.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking sys/mtio.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for sys/mtio.h | configure:5490: result: yes | configure:5367: checking sys/time.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking sys/time.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for sys/time.h | configure:5490: result: yes | configure:5367: checking sys/tprintf.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:67:25: error: sys/tprintf.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking sys/tprintf.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:33:25: error: sys/tprintf.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for sys/tprintf.h | configure:5490: result: no | configure:5367: checking sys/tape.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:67:22: error: sys/tape.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking sys/tape.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:33:22: error: sys/tape.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for sys/tape.h | configure:5490: result: no | configure:5358: checking for unistd.h | configure:5363: result: yes | configure:5367: checking locale.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking locale.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for locale.h | configure:5490: result: yes | configure:5367: checking features.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking features.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for features.h | configure:5490: result: yes | configure:5367: checking linewrap.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:70:22: error: linewrap.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking linewrap.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:36:22: error: linewrap.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for linewrap.h | configure:5490: result: no | configure:5367: checking stddef.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking stddef.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for stddef.h | configure:5490: result: yes | configure:5358: checking for stdlib.h | configure:5363: result: yes | configure:5367: checking wchar.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking wchar.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for wchar.h | configure:5490: result: yes | configure:5367: checking wctype.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking wctype.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for wctype.h | configure:5490: result: yes | configure:5367: checking priv.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:74:18: error: priv.h: No such file or directory | configure:5385: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5408: result: no | configure:5412: checking priv.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:40:18: error: priv.h: No such file or directory | configure:5428: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | /* end confdefs.h. */ | | #include | configure:5448: result: no | configure:5483: checking for priv.h | configure:5490: result: no | configure:5367: checking utime.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking utime.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for utime.h | configure:5490: result: yes | configure:5367: checking netdb.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking netdb.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for netdb.h | configure:5490: result: yes | configure:5367: checking sys/wait.h usability | configure:5379: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5385: $? = 0 | configure:5389: test -z | || test ! -s conftest.err | configure:5392: $? = 0 | configure:5395: test -s conftest.o | configure:5398: $? = 0 | configure:5408: result: yes | configure:5412: checking sys/wait.h presence | configure:5422: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:5428: $? = 0 | configure:5448: result: yes | configure:5483: checking for sys/wait.h | configure:5490: result: yes | configure:5358: checking for inttypes.h | configure:5363: result: yes | configure:5682: checking for sys/buf.h | configure:5700: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:48:21: error: sys/buf.h: No such file or directory | configure:5706: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | /* end confdefs.h. */ | | #if HAVE_SYS_PARAM_H | | #include | | #endif | | | | #include | configure:5730: result: no | configure:5742: checking for sys/wait.h that is POSIX.1 compatible | configure:5803: result: yes | configure:5813: checking for stdbool.h that conforms to C99 | configure:5901: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5907: $? = 0 | configure:5911: test -z | || test ! -s conftest.err | configure:5914: $? = 0 | configure:5917: test -s conftest.o | configure:5920: $? = 0 | configure:5931: result: yes | configure:5933: checking for _Bool | configure:5957: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:5963: $? = 0 | configure:5967: test -z | || test ! -s conftest.err | configure:5970: $? = 0 | configure:5973: test -s conftest.o | configure:5976: $? = 0 | configure:5987: result: yes | configure:6033: checking for dirent.h that defines DIR | configure:6057: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:6063: $? = 0 | configure:6067: test -z | || test ! -s conftest.err | configure:6070: $? = 0 | configure:6073: test -s conftest.o | configure:6076: $? = 0 | configure:6087: result: yes | configure:6100: checking for library containing opendir | configure:6130: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:6136: $? = 0 | configure:6140: test -z | || test ! -s conftest.err | configure:6143: $? = 0 | configure:6146: test -s conftest | configure:6149: $? = 0 | configure:6219: result: none required | configure:6355: checking whether sys/types.h defines makedev | configure:6376: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:6382: $? = 0 | configure:6386: test -z | || test ! -s conftest.err | configure:6389: $? = 0 | configure:6392: test -s conftest | configure:6395: $? = 0 | configure:6408: result: yes | configure:6709: checking whether stat file-mode macros are broken | configure:6757: result: no | configure:6767: checking for ANSI C header files | configure:6923: result: yes | configure:6934: checking for st_fstype string in struct stat | configure:6956: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c: In function 'main': | conftest.c:54: error: 'struct stat' has no member named 'st_fstype' | configure:6962: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | /* end confdefs.h. */ | | #include | | #include | | int | | main () | | { | | struct stat s; s.st_fstype[0] = 'x'; | | ; | | return 0; | | } | configure:6987: result: no | configure:6997: checking return type of signal handlers | configure:7028: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7034: $? = 0 | configure:7038: test -z | || test ! -s conftest.err | configure:7041: $? = 0 | configure:7044: test -s conftest.o | configure:7047: $? = 0 | configure:7058: result: void | configure:7066: checking for mode_t | configure:7090: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7096: $? = 0 | configure:7100: test -z | || test ! -s conftest.err | configure:7103: $? = 0 | configure:7106: test -s conftest.o | configure:7109: $? = 0 | configure:7120: result: yes | configure:7132: checking for pid_t | configure:7156: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7162: $? = 0 | configure:7166: test -z | || test ! -s conftest.err | configure:7169: $? = 0 | configure:7172: test -s conftest.o | configure:7175: $? = 0 | configure:7186: result: yes | configure:7198: checking for off_t | configure:7222: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7228: $? = 0 | configure:7232: test -z | || test ! -s conftest.err | configure:7235: $? = 0 | configure:7238: test -s conftest.o | configure:7241: $? = 0 | configure:7252: result: yes | configure:7264: checking for size_t | configure:7288: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7294: $? = 0 | configure:7298: test -z | || test ! -s conftest.err | configure:7301: $? = 0 | configure:7304: test -s conftest.o | configure:7307: $? = 0 | configure:7318: result: yes | configure:7330: checking for uid_t in sys/types.h | configure:7353: result: yes | configure:7368: checking for major_t | configure:7392: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c: In function 'main': | conftest.c:87: error: 'major_t' undeclared (first use in this function) | conftest.c:87: error: (Each undeclared identifier is reported only once | conftest.c:87: error: for each function it appears in.) | conftest.c:87: error: expected expression before ')' token | configure:7398: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if ((major_t *) 0) | | return 0; | | if (sizeof (major_t)) | | return 0; | | ; | | return 0; | | } | configure:7422: result: no | configure:7434: checking for minor_t | configure:7458: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c: In function 'main': | conftest.c:88: error: 'minor_t' undeclared (first use in this function) | conftest.c:88: error: (Each undeclared identifier is reported only once | conftest.c:88: error: for each function it appears in.) | conftest.c:88: error: expected expression before ')' token | configure:7464: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if ((minor_t *) 0) | | return 0; | | if (sizeof (minor_t)) | | return 0; | | ; | | return 0; | | } | configure:7488: result: no | configure:7500: checking for dev_t | configure:7524: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7530: $? = 0 | configure:7534: test -z | || test ! -s conftest.err | configure:7537: $? = 0 | configure:7540: test -s conftest.o | configure:7543: $? = 0 | configure:7554: result: yes | configure:7566: checking for ino_t | configure:7590: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7596: $? = 0 | configure:7600: test -z | || test ! -s conftest.err | configure:7603: $? = 0 | configure:7606: test -s conftest.o | configure:7609: $? = 0 | configure:7620: result: yes | configure:7634: checking for ssize_t | configure:7655: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7661: $? = 0 | configure:7665: test -z | || test ! -s conftest.err | configure:7668: $? = 0 | configure:7671: test -s conftest.o | configure:7674: $? = 0 | configure:7685: result: yes | configure:7696: checking for inttypes.h | configure:7718: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7724: $? = 0 | configure:7728: test -z | || test ! -s conftest.err | configure:7731: $? = 0 | configure:7734: test -s conftest.o | configure:7737: $? = 0 | configure:7748: result: yes | configure:7759: checking for stdint.h | configure:7781: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7787: $? = 0 | configure:7791: test -z | || test ! -s conftest.err | configure:7794: $? = 0 | configure:7797: test -s conftest.o | configure:7800: $? = 0 | configure:7811: result: yes | configure:7822: checking for long long | configure:7844: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7850: $? = 0 | configure:7854: test -z | || test ! -s conftest.err | configure:7857: $? = 0 | configure:7860: test -s conftest | configure:7863: $? = 0 | configure:7875: result: yes | configure:7907: checking for inttypes.h | configure:7929: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7935: $? = 0 | configure:7939: test -z | || test ! -s conftest.err | configure:7942: $? = 0 | configure:7945: test -s conftest.o | configure:7948: $? = 0 | configure:7959: result: yes | configure:7970: checking for stdint.h | configure:7992: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:7998: $? = 0 | configure:8002: test -z | || test ! -s conftest.err | configure:8005: $? = 0 | configure:8008: test -s conftest.o | configure:8011: $? = 0 | configure:8022: result: yes | configure:8033: checking for unsigned long long | configure:8055: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:8061: $? = 0 | configure:8065: test -z | || test ! -s conftest.err | configure:8068: $? = 0 | configure:8071: test -s conftest | configure:8074: $? = 0 | configure:8086: result: yes | configure:8121: checking for working alloca.h | configure:8142: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:8148: $? = 0 | configure:8152: test -z | || test ! -s conftest.err | configure:8155: $? = 0 | configure:8158: test -s conftest | configure:8161: $? = 0 | configure:8173: result: yes | configure:8183: checking for alloca | configure:8224: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:8230: $? = 0 | configure:8234: test -z | || test ! -s conftest.err | configure:8237: $? = 0 | configure:8240: test -s conftest | configure:8243: $? = 0 | configure:8255: result: yes | configure:8484: checking for stdlib.h | configure:8489: result: yes | configure:8629: checking for GNU libc compatible malloc | configure:8658: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:8661: $? = 0 | configure:8663: ./conftest | configure:8666: $? = 0 | configure:8680: result: yes | configure:8696: checking for long double | configure:8756: result: yes | configure:8767: checking whether getenv is declared | configure:8791: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:8797: $? = 0 | configure:8801: test -z | || test ! -s conftest.err | configure:8804: $? = 0 | configure:8807: test -s conftest.o | configure:8810: $? = 0 | configure:8821: result: yes | configure:8877: checking whether clearerr_unlocked is declared | configure:8901: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:8907: $? = 0 | configure:8911: test -z | || test ! -s conftest.err | configure:8914: $? = 0 | configure:8917: test -s conftest.o | configure:8920: $? = 0 | configure:8931: result: yes | configure:8951: checking whether feof_unlocked is declared | configure:8975: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:8981: $? = 0 | configure:8985: test -z | || test ! -s conftest.err | configure:8988: $? = 0 | configure:8991: test -s conftest.o | configure:8994: $? = 0 | configure:9005: result: yes | configure:9025: checking whether ferror_unlocked is declared | configure:9049: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9055: $? = 0 | configure:9059: test -z | || test ! -s conftest.err | configure:9062: $? = 0 | configure:9065: test -s conftest.o | configure:9068: $? = 0 | configure:9079: result: yes | configure:9099: checking whether fflush_unlocked is declared | configure:9123: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9129: $? = 0 | configure:9133: test -z | || test ! -s conftest.err | configure:9136: $? = 0 | configure:9139: test -s conftest.o | configure:9142: $? = 0 | configure:9153: result: yes | configure:9173: checking whether fgets_unlocked is declared | configure:9197: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9203: $? = 0 | configure:9207: test -z | || test ! -s conftest.err | configure:9210: $? = 0 | configure:9213: test -s conftest.o | configure:9216: $? = 0 | configure:9227: result: yes | configure:9247: checking whether fputc_unlocked is declared | configure:9271: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9277: $? = 0 | configure:9281: test -z | || test ! -s conftest.err | configure:9284: $? = 0 | configure:9287: test -s conftest.o | configure:9290: $? = 0 | configure:9301: result: yes | configure:9321: checking whether fputs_unlocked is declared | configure:9345: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9351: $? = 0 | configure:9355: test -z | || test ! -s conftest.err | configure:9358: $? = 0 | configure:9361: test -s conftest.o | configure:9364: $? = 0 | configure:9375: result: yes | configure:9395: checking whether fread_unlocked is declared | configure:9419: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9425: $? = 0 | configure:9429: test -z | || test ! -s conftest.err | configure:9432: $? = 0 | configure:9435: test -s conftest.o | configure:9438: $? = 0 | configure:9449: result: yes | configure:9469: checking whether fwrite_unlocked is declared | configure:9493: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9499: $? = 0 | configure:9503: test -z | || test ! -s conftest.err | configure:9506: $? = 0 | configure:9509: test -s conftest.o | configure:9512: $? = 0 | configure:9523: result: yes | configure:9543: checking whether getc_unlocked is declared | configure:9567: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9573: $? = 0 | configure:9577: test -z | || test ! -s conftest.err | configure:9580: $? = 0 | configure:9583: test -s conftest.o | configure:9586: $? = 0 | configure:9597: result: yes | configure:9617: checking whether getchar_unlocked is declared | configure:9641: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9647: $? = 0 | configure:9651: test -z | || test ! -s conftest.err | configure:9654: $? = 0 | configure:9657: test -s conftest.o | configure:9660: $? = 0 | configure:9671: result: yes | configure:9691: checking whether putc_unlocked is declared | configure:9715: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9721: $? = 0 | configure:9725: test -z | || test ! -s conftest.err | configure:9728: $? = 0 | configure:9731: test -s conftest.o | configure:9734: $? = 0 | configure:9745: result: yes | configure:9765: checking whether putchar_unlocked is declared | configure:9789: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9795: $? = 0 | configure:9799: test -z | || test ! -s conftest.err | configure:9802: $? = 0 | configure:9805: test -s conftest.o | configure:9808: $? = 0 | configure:9819: result: yes | configure:9846: checking for flockfile | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for funlockfile | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for pathconf | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for fdopendir | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for fchdir | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for isascii | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:109: warning: conflicting types for built-in function 'isascii' | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for gettimeofday | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for nanotime | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | /var/tmp/portage/tar-1.15.91/temp/ccYqiiZt.o: In function `main': | conftest.c:(.text+0x9): undefined reference to `nanotime' | /var/tmp/portage/tar-1.15.91/temp/ccYqiiZt.o:(.data+0x0): undefined reference to `nanotime' | collect2: ld returned 1 exit status | configure:9909: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | /* end confdefs.h. */ | | /* Define nanotime to an innocuous variant, in case declares nanotime. | | For example, HP-UX 11i declares gettimeofday. */ | | #define nanotime innocuous_nanotime | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char nanotime (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef nanotime | | | | /* Override any gcc2 internal prototype to avoid an error. */ | | #ifdef __cplusplus | | extern "C" | | { | | #endif | | /* We use char because int might match the return type of a gcc2 | | builtin and then its argument prototype would still apply. */ | | char nanotime (); | | /* 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_nanotime) || defined (__stub___nanotime) | | choke me | | #else | | char (*f) () = nanotime; | | #endif | | #ifdef __cplusplus | | } | | #endif | | | | int | | main () | | { | | return f != nanotime; | | ; | | return 0; | | } | configure:9934: result: no | configure:9846: checking for setlocale | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for alarm | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for iswprint | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:113: warning: conflicting types for built-in function 'iswprint' | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for mbsinit | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for isblank | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:115: warning: conflicting types for built-in function 'isblank' | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for mbrtowc | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for mempcpy | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:117: warning: conflicting types for built-in function 'mempcpy' | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for wcrtomb | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for wcscoll | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for futimes | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for futimesat | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for strerror | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for lstat | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9846: checking for mkfifo | configure:9903: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:9909: $? = 0 | configure:9913: test -z | || test ! -s conftest.err | configure:9916: $? = 0 | configure:9919: test -s conftest | configure:9922: $? = 0 | configure:9934: result: yes | configure:9967: checking for d_ino member in directory struct | configure:10004: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:10010: $? = 0 | configure:10014: test -z | || test ! -s conftest.err | configure:10017: $? = 0 | configure:10020: test -s conftest | configure:10023: $? = 0 | configure:10037: result: yes | configure:10049: checking whether system is Windows or MSDOS | configure:10073: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c: In function 'main': | conftest.c:107: error: 'neither' undeclared (first use in this function) | conftest.c:107: error: (Each undeclared identifier is reported only once | conftest.c:107: error: for each function it appears in.) | conftest.c:107: error: expected ';' before 'MSDOS' | configure:10079: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__ | | neither MSDOS nor Windows | | #endif | | ; | | return 0; | | } | configure:10104: result: no | configure:10133: checking for long file names | configure:10172: result: yes | configure:10219: checking whether memrchr is declared | configure:10243: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:10249: $? = 0 | configure:10253: test -z | || test ! -s conftest.err | configure:10256: $? = 0 | configure:10259: test -s conftest.o | configure:10262: $? = 0 | configure:10273: result: yes | configure:10297: checking for unistd.h | configure:10302: result: yes | configure:10442: checking for working chown | configure:10481: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:10484: $? = 0 | configure:10486: ./conftest | configure:10489: $? = 0 | configure:10505: result: yes | configure:10516: checking whether chown(2) dereferences symlinks | configure:10578: result: yes | configure:10589: checking whether strerror_r is declared | configure:10613: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:10619: $? = 0 | configure:10623: test -z | || test ! -s conftest.err | configure:10626: $? = 0 | configure:10629: test -s conftest.o | configure:10632: $? = 0 | configure:10643: result: yes | configure:10665: checking for strerror_r | configure:10722: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:10728: $? = 0 | configure:10732: test -z | || test ! -s conftest.err | configure:10735: $? = 0 | configure:10738: test -s conftest | configure:10741: $? = 0 | configure:10753: result: yes | configure:10763: checking whether strerror_r returns char * | configure:10791: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:10797: $? = 0 | configure:10801: test -z | || test ! -s conftest.err | configure:10804: $? = 0 | configure:10807: test -s conftest.o | configure:10810: $? = 0 | configure:10870: result: yes | configure:10886: checking for an ANSI C-conforming const | configure:10953: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:10959: $? = 0 | configure:10963: test -z | || test ! -s conftest.err | configure:10966: $? = 0 | configure:10969: test -s conftest.o | configure:10972: $? = 0 | configure:10983: result: yes | configure:10993: checking for mbstate_t | configure:11015: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11021: $? = 0 | configure:11025: test -z | || test ! -s conftest.err | configure:11028: $? = 0 | configure:11031: test -s conftest.o | configure:11034: $? = 0 | configure:11045: result: yes | configure:11063: checking whether getcwd (NULL, 0) allocates memory for result | configure:11096: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11099: $? = 0 | configure:11101: ./conftest | configure:11104: $? = 0 | configure:11118: result: yes | configure:11122: checking whether getcwd is declared | configure:11146: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11152: $? = 0 | configure:11156: test -z | || test ! -s conftest.err | configure:11159: $? = 0 | configure:11162: test -s conftest.o | configure:11165: $? = 0 | configure:11176: result: yes | configure:11195: checking whether time.h and sys/time.h may both be included | configure:11220: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11226: $? = 0 | configure:11230: test -z | || test ! -s conftest.err | configure:11233: $? = 0 | configure:11236: test -s conftest.o | configure:11239: $? = 0 | configure:11250: result: yes | configure:11283: checking for struct timespec | configure:11315: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11321: $? = 0 | configure:11325: test -z | || test ! -s conftest.err | configure:11328: $? = 0 | configure:11331: test -s conftest.o | configure:11334: $? = 0 | configure:11346: result: yes | configure:11360: checking whether nanosleep is declared | configure:11385: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11391: $? = 0 | configure:11395: test -z | || test ! -s conftest.err | configure:11398: $? = 0 | configure:11401: test -s conftest.o | configure:11404: $? = 0 | configure:11415: result: yes | configure:11439: checking for compound literals | configure:11460: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11466: $? = 0 | configure:11470: test -z | || test ! -s conftest.err | configure:11473: $? = 0 | configure:11476: test -s conftest.o | configure:11479: $? = 0 | configure:11490: result: yes | configure:11500: checking whether struct tm is in sys/time.h or time.h | configure:11523: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11529: $? = 0 | configure:11533: test -z | || test ! -s conftest.err | configure:11536: $? = 0 | configure:11539: test -s conftest.o | configure:11542: $? = 0 | configure:11553: result: time.h | configure:11573: checking for library containing clock_gettime | configure:11603: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | /var/tmp/portage/tar-1.15.91/temp/ccPb69qc.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `clock_gettime' | collect2: ld returned 1 exit status | configure:11609: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | /* end confdefs.h. */ | | | | /* Override any gcc2 internal prototype to avoid an error. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | /* We use char because int might match the return type of a gcc2 | | builtin and then its argument prototype would still apply. */ | | char clock_gettime (); | | int | | main () | | { | | clock_gettime (); | | ; | | return 0; | | } | configure:11658: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c -lrt >&5 | configure:11664: $? = 0 | configure:11668: test -z | || test ! -s conftest.err | configure:11671: $? = 0 | configure:11674: test -s conftest | configure:11677: $? = 0 | configure:11692: result: -lrt | configure:11706: checking for clock_gettime | configure:11763: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c -lrt >&5 | configure:11769: $? = 0 | configure:11773: test -z | || test ! -s conftest.err | configure:11776: $? = 0 | configure:11779: test -s conftest | configure:11782: $? = 0 | configure:11794: result: yes | configure:11706: checking for clock_settime | configure:11763: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c -lrt >&5 | configure:11769: $? = 0 | configure:11773: test -z | || test ! -s conftest.err | configure:11776: $? = 0 | configure:11779: test -s conftest | configure:11782: $? = 0 | configure:11794: result: yes | configure:11807: checking for struct tm.tm_gmtoff | configure:11831: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11837: $? = 0 | configure:11841: test -z | || test ! -s conftest.err | configure:11844: $? = 0 | configure:11847: test -s conftest.o | configure:11850: $? = 0 | configure:11908: result: yes | configure:11920: checking whether getdelim is declared | configure:11944: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:11950: $? = 0 | configure:11954: test -z | || test ! -s conftest.err | configure:11957: $? = 0 | configure:11960: test -s conftest.o | configure:11963: $? = 0 | configure:11974: result: yes | configure:12455: checking for unsigned long long | configure:12508: result: yes | configure:12557: checking for nl_langinfo and CODESET | configure:12578: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:12584: $? = 0 | configure:12588: test -z | || test ! -s conftest.err | configure:12591: $? = 0 | configure:12594: test -s conftest | configure:12597: $? = 0 | configure:12610: result: yes | configure:12632: checking build system type | configure:12650: result: x86_64-pc-linux-gnu | configure:12658: checking host system type | configure:12672: result: x86_64-pc-linux-gnu | configure:12681: checking whether we are using the GNU C Library 2.1 or newer | configure:12712: result: yes | configure:12731: checking whether mbrtowc and mbstate_t are properly declared | configure:12756: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:12762: $? = 0 | configure:12766: test -z | || test ! -s conftest.err | configure:12769: $? = 0 | configure:12772: test -s conftest | configure:12775: $? = 0 | configure:12787: result: yes | configure:12801: checking whether defines MIN and MAX | configure:12823: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:126: error: initializer element is not constant | configure:12829: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | /* end confdefs.h. */ | | #include | | int x = MIN (42, 17); | | int | | main () | | { | | | | ; | | return 0; | | } | configure:12853: result: no | configure:12868: checking whether defines MIN and MAX | configure:12890: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:12896: $? = 0 | configure:12900: test -z | || test ! -s conftest.err | configure:12903: $? = 0 | configure:12906: test -s conftest.o | configure:12909: $? = 0 | configure:12920: result: yes | configure:12953: checking for working mktime | configure:13124: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:13127: $? = 0 | configure:13129: ./conftest | configure:13132: $? = 0 | configure:13146: result: yes | configure:13171: checking for C/C++ restrict keyword | configure:13189: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:126: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'x' | configure:13195: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | float * restrict x; | configure:13189: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:13195: $? = 0 | configure:13199: test -z | || test ! -s conftest.err | configure:13202: $? = 0 | configure:13205: test -s conftest.o | configure:13208: $? = 0 | configure:13220: result: __restrict | configure:13265: checking whether closedir returns void | configure:13294: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:13297: $? = 0 | configure:13299: ./conftest | configure:13302: $? = 0 | configure:13316: result: no | configure:13327: checking whether strdup is declared | configure:13351: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:13357: $? = 0 | configure:13361: test -z | || test ! -s conftest.err | configure:13364: $? = 0 | configure:13367: test -s conftest.o | configure:13370: $? = 0 | configure:13381: result: yes | configure:13401: checking whether strnlen is declared | configure:13425: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:13431: $? = 0 | configure:13435: test -z | || test ! -s conftest.err | configure:13438: $? = 0 | configure:13441: test -s conftest.o | configure:13444: $? = 0 | configure:13455: result: yes | configure:13480: checking whether utime accepts a null argument | configure:13511: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:13514: $? = 0 | configure:13516: ./conftest | configure:13519: $? = 0 | configure:13534: result: yes | configure:13563: checking for struct utimbuf | configure:13598: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:13604: $? = 0 | configure:13608: test -z | || test ! -s conftest.err | configure:13611: $? = 0 | configure:13614: test -s conftest.o | configure:13617: $? = 0 | configure:13629: result: yes | configure:13641: checking determine whether the utimes function works | configure:13709: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:13712: $? = 0 | configure:13714: ./conftest | configure:13717: $? = 0 | configure:13731: result: yes | configure:13756: checking for EOVERFLOW | configure:14173: result: yes | configure:14186: checking for signed | configure:14207: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14213: $? = 0 | configure:14217: test -z | || test ! -s conftest.err | configure:14220: $? = 0 | configure:14223: test -s conftest.o | configure:14226: $? = 0 | configure:14237: result: yes | configure:14248: checking for wchar_t | configure:14270: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14276: $? = 0 | configure:14280: test -z | || test ! -s conftest.err | configure:14283: $? = 0 | configure:14286: test -s conftest.o | configure:14289: $? = 0 | configure:14300: result: yes | configure:14311: checking for wint_t | configure:14333: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14339: $? = 0 | configure:14343: test -z | || test ! -s conftest.err | configure:14346: $? = 0 | configure:14349: test -s conftest.o | configure:14352: $? = 0 | configure:14363: result: yes | configure:14376: checking for intmax_t | configure:14406: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14412: $? = 0 | configure:14416: test -z | || test ! -s conftest.err | configure:14419: $? = 0 | configure:14422: test -s conftest.o | configure:14425: $? = 0 | configure:14436: result: yes | configure:14457: checking whether vsnprintf is declared | configure:14481: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14487: $? = 0 | configure:14491: test -z | || test ! -s conftest.err | configure:14494: $? = 0 | configure:14497: test -s conftest.o | configure:14500: $? = 0 | configure:14511: result: yes | configure:14544: checking whether strtoimax is declared | configure:14568: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14574: $? = 0 | configure:14578: test -z | || test ! -s conftest.err | configure:14581: $? = 0 | configure:14584: test -s conftest.o | configure:14587: $? = 0 | configure:14598: result: yes | configure:14614: checking whether strtoumax is declared | configure:14638: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14644: $? = 0 | configure:14648: test -z | || test ! -s conftest.err | configure:14651: $? = 0 | configure:14654: test -s conftest.o | configure:14657: $? = 0 | configure:14668: result: yes | configure:14758: checking whether program_invocation_name is declared | configure:14783: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14789: $? = 0 | configure:14793: test -z | || test ! -s conftest.err | configure:14796: $? = 0 | configure:14799: test -s conftest.o | configure:14802: $? = 0 | configure:14813: result: yes | configure:14829: checking whether program_invocation_short_name is declared | configure:14854: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14860: $? = 0 | configure:14864: test -z | || test ! -s conftest.err | configure:14867: $? = 0 | configure:14870: test -s conftest.o | configure:14873: $? = 0 | configure:14884: result: yes | configure:14905: checking whether program_invocation_name is defined | configure:14923: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14929: $? = 0 | configure:14933: test -z | || test ! -s conftest.err | configure:14936: $? = 0 | configure:14939: test -s conftest.o | configure:14942: $? = 0 | configure:14949: result: yes | configure:14960: checking whether program_invocation_short_name is defined | configure:14978: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:14984: $? = 0 | configure:14988: test -z | || test ! -s conftest.err | configure:14991: $? = 0 | configure:14994: test -s conftest.o | configure:14997: $? = 0 | configure:15004: result: yes | configure:15108: checking whether this system has an arbitrary file name length limit | configure:15134: result: yes | configure:15175: checking for mempcpy | configure:15263: result: yes | configure:15324: checking for openat | configure:15381: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:15387: $? = 0 | configure:15391: test -z | || test ! -s conftest.err | configure:15394: $? = 0 | configure:15397: test -s conftest | configure:15400: $? = 0 | configure:15412: result: yes | configure:15462: checking for memrchr | configure:15519: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:15525: $? = 0 | configure:15529: test -z | || test ! -s conftest.err | configure:15532: $? = 0 | configure:15535: test -s conftest | configure:15538: $? = 0 | configure:15550: result: yes | configure:15750: checking for error_at_line | configure:15771: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:15777: $? = 0 | configure:15781: test -z | || test ! -s conftest.err | configure:15784: $? = 0 | configure:15787: test -s conftest | configure:15790: $? = 0 | configure:15802: result: yes | configure:15886: checking for struct stat.st_blocks | configure:15909: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:15915: $? = 0 | configure:15919: test -z | || test ! -s conftest.err | configure:15922: $? = 0 | configure:15925: test -s conftest.o | configure:15928: $? = 0 | configure:15985: result: yes | configure:16031: checking for working GNU fnmatch | configure:16078: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c: In function 'main': | conftest.c:164: warning: the address of 'fnm', will always evaluate as 'true' | configure:16081: $? = 0 | configure:16083: ./conftest | configure:16086: $? = 0 | configure:16100: result: yes | configure:16476: checking stdio_ext.h usability | configure:16488: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:16494: $? = 0 | configure:16498: test -z | || test ! -s conftest.err | configure:16501: $? = 0 | configure:16504: test -s conftest.o | configure:16507: $? = 0 | configure:16517: result: yes | configure:16521: checking stdio_ext.h presence | configure:16531: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:16537: $? = 0 | configure:16557: result: yes | configure:16592: checking for stdio_ext.h | configure:16599: result: yes | configure:16616: checking for __fpending | configure:16673: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:16679: $? = 0 | configure:16683: test -z | || test ! -s conftest.err | configure:16686: $? = 0 | configure:16689: test -s conftest | configure:16692: $? = 0 | configure:16704: result: yes | configure:16730: checking whether __fpending is declared | configure:16755: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:16761: $? = 0 | configure:16765: test -z | || test ! -s conftest.err | configure:16768: $? = 0 | configure:16771: test -s conftest.o | configure:16774: $? = 0 | configure:16785: result: yes | configure:16909: checking for ftruncate | configure:16966: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:16972: $? = 0 | configure:16976: test -z | || test ! -s conftest.err | configure:16979: $? = 0 | configure:16982: test -s conftest | configure:16985: $? = 0 | configure:16997: result: yes | configure:17141: checking whether getcwd handles long file names properly | configure:17307: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:17310: $? = 0 | configure:17312: ./conftest | configure:17315: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define restrict __restrict | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | /* end confdefs.h. */ | | | | #include | | #include | | #include | | #include | | #include | | #include | | #include | | #include | | | | #ifndef AT_FDCWD | | # define AT_FDCWD 0 | | #endif | | #ifdef ENAMETOOLONG | | # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG) | | #else | | # define is_ENAMETOOLONG(x) 0 | | #endif | | | | /* Don't get link errors because mkdir is redefined to rpl_mkdir. */ | | #undef mkdir | | | | #ifndef S_IRWXU | | # define S_IRWXU 0700 | | #endif | | | | /* The length of this name must be 8. */ | | #define DIR_NAME "confdir3" | | #define DIR_NAME_LEN 8 | | #define DIR_NAME_SIZE (DIR_NAME_LEN + 1) | | | | /* The length of "../". */ | | #define DOTDOTSLASH_LEN 3 | | | | /* Leftover bytes in the buffer, to work around library or OS bugs. */ | | #define BUF_SLOP 20 | | | | int | | main (void) | | { | | #ifndef PATH_MAX | | /* The Hurd doesn't define this, so getcwd can't exhibit the bug -- | | at least not on a local file system. And if we were to start worrying | | about remote file systems, we'd have to enable the wrapper function | | all of the time, just to be safe. That's not worth the cost. */ | | exit (0); | | #elif ((INT_MAX / (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1) - DIR_NAME_SIZE - BUF_SLOP) <= PATH_MAX) | | /* FIXME: Assuming there's a system for which this is true, | | this should be done in a compile test. */ | | exit (0); | | #else | | char buf[PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1) | | + DIR_NAME_SIZE + BUF_SLOP]; | | char *cwd = getcwd (buf, PATH_MAX); | | size_t initial_cwd_len; | | size_t cwd_len; | | int fail = 0; | | size_t n_chdirs = 0; | | | | if (cwd == NULL) | | exit (1); | | | | cwd_len = initial_cwd_len = strlen (cwd); | | | | while (1) | | { | | size_t dotdot_max = PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN); | | char *c = NULL; | | | | cwd_len += DIR_NAME_SIZE; | | /* If mkdir or chdir fails, it could be that this system cannot create | | any file with an absolute name longer than PATH_MAX, such as cygwin. | | If so, leave fail as 0, because the current working directory can't | | be too long for getcwd if it can't even be created. For other | | errors, be pessimistic and consider that as a failure, too. */ | | if (mkdir (DIR_NAME, S_IRWXU) < 0 || chdir (DIR_NAME) < 0) | | { | | if (! (errno == ERANGE || is_ENAMETOOLONG (errno))) | | fail = 2; | | break; | | } | | | | if (PATH_MAX <= cwd_len && cwd_len < PATH_MAX + DIR_NAME_SIZE) | | { | | c = getcwd (buf, PATH_MAX); | | if (!c && errno == ENOENT) | | { | | fail = 1; | | break; | | } | | if (c || ! (errno == ERANGE || is_ENAMETOOLONG (errno))) | | { | | fail = 2; | | break; | | } | | } | | | | if (dotdot_max <= cwd_len - initial_cwd_len) | | { | | if (dotdot_max + DIR_NAME_SIZE < cwd_len - initial_cwd_len) | | break; | | c = getcwd (buf, cwd_len + 1); | | if (!c) | | { | | if (! (errno == ERANGE || errno == ENOENT | | || is_ENAMETOOLONG (errno))) | | { | | fail = 2; | | break; | | } | | if (AT_FDCWD || errno == ERANGE || errno == ENOENT) | | { | | fail = 1; | | break; | | } | | } | | } | | | | if (c && strlen (c) != cwd_len) | | { | | fail = 2; | | break; | | } | | ++n_chdirs; | | } | | | | /* Leaving behind such a deep directory is not polite. | | So clean up here, right away, even though the driving | | shell script would also clean up. */ | | { | | size_t i; | | | | /* Unlink first, in case the chdir failed. */ | | unlink (DIR_NAME); | | for (i = 0; i <= n_chdirs; i++) | | { | | if (chdir ("..") < 0) | | break; | | rmdir (DIR_NAME); | | } | | } | | | | exit (fail); | | #endif | | } | | | configure:17333: result: no, but it is partly working | configure:17396: checking for struct tm.tm_zone | configure:17422: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:17428: $? = 0 | configure:17432: test -z | || test ! -s conftest.err | configure:17435: $? = 0 | configure:17438: test -s conftest.o | configure:17441: $? = 0 | configure:17501: result: yes | configure:17600: checking for getdelim | configure:17657: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:17663: $? = 0 | configure:17667: test -z | || test ! -s conftest.err | configure:17670: $? = 0 | configure:17673: test -s conftest | configure:17676: $? = 0 | configure:17688: result: yes | configure:17831: checking whether getline is declared | configure:17855: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:17861: $? = 0 | configure:17865: test -z | || test ! -s conftest.err | configure:17868: $? = 0 | configure:17871: test -s conftest.o | configure:17874: $? = 0 | configure:17885: result: yes | configure:17905: checking for getline | configure:17962: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:17968: $? = 0 | configure:17972: test -z | || test ! -s conftest.err | configure:17975: $? = 0 | configure:17978: test -s conftest | configure:17981: $? = 0 | configure:17993: result: yes | configure:18002: checking for working getline function | configure:18035: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:18038: $? = 0 | configure:18040: ./conftest | configure:18043: $? = 0 | configure:18057: result: yes | configure:18383: checking OS.h usability | configure:18395: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:194:16: error: OS.h: No such file or directory | configure:18401: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define restrict __restrict | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define __GETCWD_PREFIX rpl_ | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:18424: result: no | configure:18428: checking OS.h presence | configure:18438: x86_64-pc-linux-gnu-gcc -E conftest.c | conftest.c:160:16: error: OS.h: No such file or directory | configure:18444: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define restrict __restrict | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define __GETCWD_PREFIX rpl_ | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | configure:18464: result: no | configure:18499: checking for OS.h | configure:18506: result: no | configure:18523: checking for getpagesize | configure:18580: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:18586: $? = 0 | configure:18590: test -z | || test ! -s conftest.err | configure:18593: $? = 0 | configure:18596: test -s conftest | configure:18599: $? = 0 | configure:18611: result: yes | configure:18656: checking whether gettimeofday clobbers localtime buffer | configure:18705: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:18708: $? = 0 | configure:18710: ./conftest | configure:18713: $? = 0 | configure:18728: result: no | configure:18852: checking for lchown | configure:18909: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:18915: $? = 0 | configure:18919: test -z | || test ! -s conftest.err | configure:18922: $? = 0 | configure:18925: test -s conftest | configure:18928: $? = 0 | configure:18940: result: yes | configure:19003: checking for stdlib.h | configure:19008: result: yes | configure:19148: checking for GNU libc compatible malloc | configure:19199: result: yes | configure:19268: checking for memchr | configure:19325: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:19331: $? = 0 | configure:19335: test -z | || test ! -s conftest.err | configure:19338: $? = 0 | configure:19341: test -s conftest | configure:19344: $? = 0 | configure:19356: result: yes | configure:19542: checking for mempcpy | configure:19630: result: yes | configure:19675: checking for memrchr | configure:19763: result: yes | configure:19794: checking for memset | configure:19851: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:191: warning: conflicting types for built-in function 'memset' | configure:19857: $? = 0 | configure:19861: test -z | || test ! -s conftest.err | configure:19864: $? = 0 | configure:19867: test -s conftest | configure:19870: $? = 0 | configure:19882: result: yes | configure:19920: checking for mkdtemp | configure:19977: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:19983: $? = 0 | configure:19987: test -z | || test ! -s conftest.err | configure:19990: $? = 0 | configure:19993: test -s conftest | configure:19996: $? = 0 | configure:20008: result: yes | configure:20326: checking for obstacks | configure:20347: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:20353: $? = 0 | configure:20357: test -z | || test ! -s conftest.err | configure:20360: $? = 0 | configure:20363: test -s conftest | configure:20366: $? = 0 | configure:20378: result: yes | configure:20443: checking for openat | configure:20531: result: yes | configure:20611: checking for mbstate_t | configure:20663: result: yes | configure:20679: checking whether mbrtowc and mbstate_t are properly declared | configure:20735: result: yes | configure:20750: checking whether off_t can be used in a switch statement | configure:20781: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:20787: $? = 0 | configure:20791: test -z | || test ! -s conftest.err | configure:20794: $? = 0 | configure:20797: test -s conftest.o | configure:20800: $? = 0 | configure:20811: result: yes | configure:20839: checking for working re_compile_pattern | configure:20929: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c: In function 'main': | conftest.c:218: error: 'REG_SYNTAX_POSIX_EGREP' undeclared (first use in this function) | conftest.c:218: error: (Each undeclared identifier is reported only once | conftest.c:218: error: for each function it appears in.) | conftest.c:257: error: 'REG_SYNTAX_EMACS' undeclared (first use in this function) | conftest.c:257: error: 'REG_IGNORE_CASE' undeclared (first use in this function) | configure:20932: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define restrict __restrict | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define __GETCWD_PREFIX rpl_ | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #else | | # if HAVE_STDINT_H | | # include | | # endif | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | | int | | main () | | { | | static struct re_pattern_buffer regex; | | const char *s; | | struct re_registers regs; | | /* Use the POSIX-compliant spelling with leading REG_, | | rather than the traditional GNU spelling with leading RE_, | | so that we reject older libc implementations. */ | | re_set_syntax (REG_SYNTAX_POSIX_EGREP); | | memset (®ex, 0, sizeof (regex)); | | s = re_compile_pattern ("a[:]:]b\n", 9, ®ex); | | /* This should fail with _Invalid character class name_ error. */ | | if (!s) | | exit (1); | | | | /* This should succeed, but does not for e.g. glibc-2.1.3. */ | | memset (®ex, 0, sizeof (regex)); | | s = re_compile_pattern ("{1", 2, ®ex); | | | | if (s) | | exit (1); | | | | /* The following example is derived from a problem report | | against gawk from Jorge Stolfi . */ | | memset (®ex, 0, sizeof (regex)); | | s = re_compile_pattern ("[an\371]*n", 7, ®ex); | | if (s) | | exit (1); | | | | /* This should match, but does not for e.g. glibc-2.2.1. */ | | if (re_match (®ex, "an", 2, 0, ®s) != 2) | | exit (1); | | | | memset (®ex, 0, sizeof (regex)); | | s = re_compile_pattern ("x", 1, ®ex); | | if (s) | | exit (1); | | | | /* The version of regex.c in e.g. GNU libc-2.2.93 did not | | work with a negative RANGE argument. */ | | if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) | | exit (1); | | | | /* The version of regex.c in older versions of gnulib | | ignored REG_IGNORE_CASE (which was then called RE_ICASE). | | Detect that problem too. */ | | memset (®ex, 0, sizeof (regex)); | | re_set_syntax (REG_SYNTAX_EMACS | REG_IGNORE_CASE); | | s = re_compile_pattern ("x", 1, ®ex); | | if (s) | | exit (1); | | | | if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0) | | exit (1); | | | | /* REG_STARTEND was added to glibc on 2004-01-15. | | Reject older versions. */ | | if (! REG_STARTEND) | | exit (1); | | | | /* Reject hosts whose regoff_t values are too narrow. | | These include glibc 2.3.5 on hosts with 64-bit off_t | | and 32-bit int, and Solaris 10 on hosts with 32-bit int | | and _FILE_OFFSET_BITS=64. */ | | if (sizeof (regoff_t) < sizeof (off_t)) | | exit (1); | | | | exit (0); | | ; | | return 0; | | } | configure:20951: result: yes | configure:21086: checking for C/C++ restrict keyword | configure:21135: result: __restrict | configure:21157: checking for rmdir | configure:21214: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:21220: $? = 0 | configure:21224: test -z | || test ! -s conftest.err | configure:21227: $? = 0 | configure:21230: test -s conftest | configure:21233: $? = 0 | configure:21245: result: yes | configure:21273: checking for rpmatch | configure:21330: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:21336: $? = 0 | configure:21340: test -z | || test ! -s conftest.err | configure:21343: $? = 0 | configure:21346: test -s conftest | configure:21349: $? = 0 | configure:21361: result: yes | configure:21465: checking for setenv | configure:21522: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:21528: $? = 0 | configure:21532: test -z | || test ! -s conftest.err | configure:21535: $? = 0 | configure:21538: test -s conftest | configure:21541: $? = 0 | configure:21553: result: yes | configure:21465: checking for unsetenv | configure:21522: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:21528: $? = 0 | configure:21532: test -z | || test ! -s conftest.err | configure:21535: $? = 0 | configure:21538: test -s conftest | configure:21541: $? = 0 | configure:21553: result: yes | configure:22112: checking for unsetenv() return type | configure:22143: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:22149: $? = 0 | configure:22153: test -z | || test ! -s conftest.err | configure:22156: $? = 0 | configure:22159: test -s conftest.o | configure:22162: $? = 0 | configure:22173: result: int | configure:22192: checking for stdint.h | configure:22197: result: yes | configure:22337: checking for SIZE_MAX | configure:23406: result: yes | configure:23419: checking for ssize_t | configure:23470: result: yes | configure:23495: checking for struct stat.st_atim.tv_nsec | configure:23520: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:23526: $? = 0 | configure:23530: test -z | || test ! -s conftest.err | configure:23533: $? = 0 | configure:23536: test -s conftest.o | configure:23539: $? = 0 | configure:23598: result: yes | configure:23606: checking whether struct stat.st_atim is of type struct timespec | configure:23644: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:23650: $? = 0 | configure:23654: test -z | || test ! -s conftest.err | configure:23657: $? = 0 | configure:23660: test -s conftest.o | configure:23663: $? = 0 | configure:23674: result: yes | configure:24176: checking for stpcpy | configure:24233: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:221: warning: conflicting types for built-in function 'stpcpy' | configure:24239: $? = 0 | configure:24243: test -z | || test ! -s conftest.err | configure:24246: $? = 0 | configure:24249: test -s conftest | configure:24252: $? = 0 | configure:24264: result: yes | configure:24317: checking for strncasecmp | configure:24374: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:223: warning: conflicting types for built-in function 'strncasecmp' | configure:24380: $? = 0 | configure:24384: test -z | || test ! -s conftest.err | configure:24387: $? = 0 | configure:24390: test -s conftest | configure:24393: $? = 0 | configure:24405: result: yes | configure:24441: checking for strchrnul | configure:24498: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:24504: $? = 0 | configure:24508: test -z | || test ! -s conftest.err | configure:24511: $? = 0 | configure:24514: test -s conftest | configure:24517: $? = 0 | configure:24529: result: yes | configure:24562: checking for strdup | configure:24619: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:225: warning: conflicting types for built-in function 'strdup' | configure:24625: $? = 0 | configure:24629: test -z | || test ! -s conftest.err | configure:24632: $? = 0 | configure:24635: test -s conftest | configure:24638: $? = 0 | configure:24650: result: yes | configure:24690: checking for strndup | configure:24747: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:226: warning: conflicting types for built-in function 'strndup' | configure:24753: $? = 0 | configure:24757: test -z | || test ! -s conftest.err | configure:24760: $? = 0 | configure:24763: test -s conftest | configure:24766: $? = 0 | configure:24778: result: yes | configure:24809: checking for working strnlen | configure:24848: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:24851: $? = 0 | configure:24853: ./conftest | configure:24856: $? = 0 | configure:24870: result: yes | configure:24910: checking whether defines strtoimax as a macro | configure:24935: result: no | configure:24943: checking for strtoimax | configure:25000: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:25006: $? = 0 | configure:25010: test -z | || test ! -s conftest.err | configure:25013: $? = 0 | configure:25016: test -s conftest | configure:25019: $? = 0 | configure:25031: result: yes | configure:25158: checking for strtol | configure:25215: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:25221: $? = 0 | configure:25225: test -z | || test ! -s conftest.err | configure:25228: $? = 0 | configure:25231: test -s conftest | configure:25234: $? = 0 | configure:25246: result: yes | configure:25288: checking for strtoll | configure:25345: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:25351: $? = 0 | configure:25355: test -z | || test ! -s conftest.err | configure:25358: $? = 0 | configure:25361: test -s conftest | configure:25364: $? = 0 | configure:25376: result: yes | configure:25410: checking for strtoul | configure:25467: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:25473: $? = 0 | configure:25477: test -z | || test ! -s conftest.err | configure:25480: $? = 0 | configure:25483: test -s conftest | configure:25486: $? = 0 | configure:25498: result: yes | configure:25542: checking for strtoull | configure:25599: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:25605: $? = 0 | configure:25609: test -z | || test ! -s conftest.err | configure:25612: $? = 0 | configure:25615: test -s conftest | configure:25618: $? = 0 | configure:25630: result: yes | configure:25663: checking whether defines strtoumax as a macro | configure:25688: result: no | configure:25696: checking for strtoumax | configure:25753: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:25759: $? = 0 | configure:25763: test -z | || test ! -s conftest.err | configure:25766: $? = 0 | configure:25769: test -s conftest | configure:25772: $? = 0 | configure:25784: result: yes | configure:25921: checking sysexits.h usability | configure:25933: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:25939: $? = 0 | configure:25943: test -z | || test ! -s conftest.err | configure:25946: $? = 0 | configure:25949: test -s conftest.o | configure:25952: $? = 0 | configure:25962: result: yes | configure:25966: checking sysexits.h presence | configure:25976: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:25982: $? = 0 | configure:26002: result: yes | configure:26037: checking for sysexits.h | configure:26044: result: yes | configure:26067: checking whether localtime_r is compatible with its POSIX signature | configure:26091: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:26097: $? = 0 | configure:26101: test -z | || test ! -s conftest.err | configure:26104: $? = 0 | configure:26107: test -s conftest.o | configure:26110: $? = 0 | configure:26121: result: yes | configure:26168: checking for struct timespec | configure:26231: result: yes | configure:26245: checking whether nanosleep is declared | configure:26300: result: yes | configure:26327: checking for unistd.h | configure:26332: result: yes | configure:26738: checking for vasnprintf | configure:26795: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | /var/tmp/portage/tar-1.15.91/temp/ccVYGwsu.o: In function `main': | conftest.c:(.text+0x9): undefined reference to `vasnprintf' | /var/tmp/portage/tar-1.15.91/temp/ccVYGwsu.o:(.data+0x0): undefined reference to `vasnprintf' | collect2: ld returned 1 exit status | configure:26801: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define restrict __restrict | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define __GETCWD_PREFIX rpl_ | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define restrict __restrict | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_STPCPY 1 | | #define strcasecmp rpl_strcasecmp | | #define HAVE_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | /* end confdefs.h. */ | | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | | For example, HP-UX 11i declares gettimeofday. */ | | #define vasnprintf innocuous_vasnprintf | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char vasnprintf (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef vasnprintf | | | | /* Override any gcc2 internal prototype to avoid an error. */ | | #ifdef __cplusplus | | extern "C" | | { | | #endif | | /* We use char because int might match the return type of a gcc2 | | builtin and then its argument prototype would still apply. */ | | char vasnprintf (); | | /* 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_vasnprintf) || defined (__stub___vasnprintf) | | choke me | | #else | | char (*f) () = vasnprintf; | | #endif | | #ifdef __cplusplus | | } | | #endif | | | | int | | main () | | { | | return f != vasnprintf; | | ; | | return 0; | | } | configure:26826: result: no | configure:26884: checking for ptrdiff_t | configure:26908: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:26914: $? = 0 | configure:26918: test -z | || test ! -s conftest.err | configure:26921: $? = 0 | configure:26924: test -s conftest.o | configure:26927: $? = 0 | configure:26938: result: yes | configure:26962: checking for snprintf | configure:27019: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:241: warning: conflicting types for built-in function 'snprintf' | configure:27025: $? = 0 | configure:27029: test -z | || test ! -s conftest.err | configure:27032: $? = 0 | configure:27035: test -s conftest | configure:27038: $? = 0 | configure:27050: result: yes | configure:26962: checking for wcslen | configure:27019: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:27025: $? = 0 | configure:27029: test -z | || test ! -s conftest.err | configure:27032: $? = 0 | configure:27035: test -s conftest | configure:27038: $? = 0 | configure:27050: result: yes | configure:27078: checking for vsnprintf | configure:27135: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | conftest.c:243: warning: conflicting types for built-in function 'vsnprintf' | configure:27141: $? = 0 | configure:27145: test -z | || test ! -s conftest.err | configure:27148: $? = 0 | configure:27151: test -s conftest | configure:27154: $? = 0 | configure:27166: result: yes | configure:27243: checking for stdint.h | configure:27248: result: yes | configure:27463: checking for library containing setsockopt | configure:27493: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:27499: $? = 0 | configure:27503: test -z | || test ! -s conftest.err | configure:27506: $? = 0 | configure:27509: test -s conftest | configure:27512: $? = 0 | configure:27582: result: none required | configure:27716: checking for library containing setsockopt | configure:27835: result: none required | configure:27914: checking for sys/mtio.h | configure:27919: result: yes | configure:28059: checking which ioctl field to test for reversed bytes | configure:28082: result: mt_type | configure:28098: checking whether to build rmt | configure:28116: result: yes | configure:27858: checking for remote tape header files | configure:27875: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:27881: $? = 0 | configure:27902: result: yes | configure:28150: checking for ANSI C header files | configure:28306: result: yes | configure:28368: checking for sys/buf.h | configure:28416: result: no | configure:28428: checking whether time.h and sys/time.h may both be included | configure:28483: result: yes | configure:28494: checking for struct stat.st_blksize | configure:28517: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:28523: $? = 0 | configure:28527: test -z | || test ! -s conftest.err | configure:28530: $? = 0 | configure:28533: test -s conftest.o | configure:28536: $? = 0 | configure:28593: result: yes | configure:28603: checking for struct stat.st_blocks | configure:28702: result: yes | configure:28728: checking for struct stat.st_blksize | configure:28827: result: yes | configure:28872: checking for fsync | configure:28929: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:28935: $? = 0 | configure:28939: test -z | || test ! -s conftest.err | configure:28942: $? = 0 | configure:28945: test -s conftest | configure:28948: $? = 0 | configure:28960: result: yes | configure:28872: checking for lstat | configure:28960: result: yes | configure:28872: checking for mkfifo | configure:28960: result: yes | configure:28872: checking for readlink | configure:28929: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:28935: $? = 0 | configure:28939: test -z | || test ! -s conftest.err | configure:28942: $? = 0 | configure:28945: test -s conftest | configure:28948: $? = 0 | configure:28960: result: yes | configure:28872: checking for strerror | configure:28960: result: yes | configure:28872: checking for symlink | configure:28929: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:28935: $? = 0 | configure:28939: test -z | || test ! -s conftest.err | configure:28942: $? = 0 | configure:28945: test -s conftest | configure:28948: $? = 0 | configure:28960: result: yes | configure:28872: checking for setlocale | configure:28960: result: yes | configure:28872: checking for utimes | configure:28929: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:28935: $? = 0 | configure:28939: test -z | || test ! -s conftest.err | configure:28942: $? = 0 | configure:28945: test -s conftest | configure:28948: $? = 0 | configure:28960: result: yes | configure:28970: checking whether getgrgid is declared | configure:28995: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:29001: $? = 0 | configure:29005: test -z | || test ! -s conftest.err | configure:29008: $? = 0 | configure:29011: test -s conftest.o | configure:29014: $? = 0 | configure:29025: result: yes | configure:29043: checking whether getpwuid is declared | configure:29068: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:29074: $? = 0 | configure:29078: test -z | || test ! -s conftest.err | configure:29081: $? = 0 | configure:29084: test -s conftest.o | configure:29087: $? = 0 | configure:29098: result: yes | configure:29116: checking whether time is declared | configure:29141: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:29147: $? = 0 | configure:29151: test -z | || test ! -s conftest.err | configure:29154: $? = 0 | configure:29157: test -s conftest.o | configure:29160: $? = 0 | configure:29171: result: yes | configure:29194: checking for waitpid | configure:29251: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:29257: $? = 0 | configure:29261: test -z | || test ! -s conftest.err | configure:29264: $? = 0 | configure:29267: test -s conftest | configure:29270: $? = 0 | configure:29282: result: yes | configure:29303: checking for remote shell | configure:29329: result: no | configure:29337: checking for netdb.h | configure:29342: result: yes | configure:29490: checking for default archive format | configure:29509: result: GNU | configure:29512: checking for default archive | configure:29557: result: - | configure:29561: checking for default blocking | configure:29569: result: 20 | configure:29572: checking for default quoting style | configure:29585: result: escape | configure:29635: checking for ld used by GCC | configure:29699: result: /usr/x86_64-pc-linux-gnu/bin/ld | configure:29708: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld | configure:29721: result: yes | configure:29727: checking for shared library run path origin | configure:29740: result: done | configure:30170: checking for iconv | configure:30197: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:30203: $? = 0 | configure:30207: test -z | || test ! -s conftest.err | configure:30210: $? = 0 | configure:30213: test -s conftest | configure:30216: $? = 0 | configure:30282: result: yes | configure:30305: checking for iconv declaration | configure:30339: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:30345: $? = 0 | configure:30349: test -z | || test ! -s conftest.err | configure:30352: $? = 0 | configure:30355: test -s conftest.o | configure:30358: $? = 0 | configure:30373: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:30397: checking iconv.h usability | configure:30409: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:30415: $? = 0 | configure:30419: test -z | || test ! -s conftest.err | configure:30422: $? = 0 | configure:30425: test -s conftest.o | configure:30428: $? = 0 | configure:30438: result: yes | configure:30442: checking iconv.h presence | configure:30452: x86_64-pc-linux-gnu-gcc -E conftest.c | configure:30458: $? = 0 | configure:30478: result: yes | configure:30513: checking for iconv.h | configure:30520: result: yes | configure:30533: checking for iconv_t | configure:30562: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:30568: $? = 0 | configure:30572: test -z | || test ! -s conftest.err | configure:30575: $? = 0 | configure:30578: test -s conftest.o | configure:30581: $? = 0 | configure:30592: result: yes | configure:30620: checking whether NLS is requested | configure:30629: result: yes | configure:30667: checking for msgfmt | 0 translated messages. | configure:30698: result: /usr/bin/msgfmt | configure:30707: checking for gmsgfmt | configure:30725: found /usr/bin/gmsgfmt | configure:30738: result: /usr/bin/gmsgfmt | configure:30777: checking for xgettext | /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C | configure:30808: result: /usr/bin/xgettext | configure:30848: checking for msgmerge | configure:30878: result: /usr/bin/msgmerge | configure:30929: checking for CFPreferencesCopyAppValue | configure:30954: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5 | x86_64-pc-linux-gnu-gcc: CoreFoundation: No such file or directory | cc1: error: unrecognized command line option "-framework" | configure:30960: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define restrict __restrict | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define __GETCWD_PREFIX rpl_ | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define restrict __restrict | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_STPCPY 1 | | #define strcasecmp rpl_strcasecmp | | #define HAVE_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define STDC_HEADERS 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_STRERROR 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define HAVE_NETDB_H 1 | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:30987: result: no | configure:30996: checking for CFLocaleCopyCurrent | configure:31021: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -I/System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c -framework CoreFoundation >&5 | x86_64-pc-linux-gnu-gcc: CoreFoundation: No such file or directory | cc1: error: unrecognized command line option "-framework" | configure:31027: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.15.91" | | #define PACKAGE_STRING "GNU tar 1.15.91" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.15.91" | | #define _GNU_SOURCE 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 _POSIX_PTHREAD_SEMANTICS 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_DOUBLE 1 | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISASCII 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define restrict __restrict | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define __GETCWD_PREFIX rpl_ | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define restrict __restrict | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_STPCPY 1 | | #define strcasecmp rpl_strcasecmp | | #define HAVE_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define STDC_HEADERS 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_STRERROR 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define HAVE_NETDB_H 1 | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:31054: result: no | configure:31071: checking whether NLS is requested | configure:31080: result: yes | configure:31098: checking for GNU gettext in libc | configure:31122: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow conftest.c >&5 | configure:31128: $? = 0 | configure:31132: test -z | || test ! -s conftest.err | configure:31135: $? = 0 | configure:31138: test -s conftest | configure:31141: $? = 0 | configure:31153: result: yes | configure:31860: checking whether to use NLS | configure:31862: result: yes | configure:31865: checking where the gettext function comes from | configure:31876: result: libc | configure:32086: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.15.91, which was | generated by GNU Autoconf 2.59. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on arilinn | | config.status:754: creating tests/Makefile | config.status:754: creating tests/atlocal | config.status:754: creating Makefile | config.status:754: creating doc/Makefile | config.status:754: creating lib/Makefile | config.status:754: creating po/Makefile.in | config.status:754: creating scripts/Makefile | config.status:754: creating rmt/Makefile | config.status:754: creating src/Makefile | config.status:858: creating config.h | config.status:1716: executing depfiles commands | config.status:1716: executing default-1 commands | config.status:1716: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-pc-linux-gnu | ac_cv_build_alias=x86_64-pc-linux-gnu | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=yes | ac_cv_c_inline=inline | ac_cv_decl_EOVERFLOW=yes | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value=' -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow ' | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_DEFAULT_ARCHIVE_FORMAT_set= | ac_cv_env_DEFAULT_ARCHIVE_FORMAT_value= | ac_cv_env_DEFAULT_ARCHIVE_set= | ac_cv_env_DEFAULT_ARCHIVE_value= | ac_cv_env_DEFAULT_BLOCKING_set= | ac_cv_env_DEFAULT_BLOCKING_value= | ac_cv_env_DEFAULT_QUOTING_STYLE_set= | ac_cv_env_DEFAULT_QUOTING_STYLE_value= | ac_cv_env_DEFAULT_RMT_DIR_set= | ac_cv_env_DEFAULT_RMT_DIR_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_value= | ac_cv_env_build_alias_set=set | ac_cv_env_build_alias_value=x86_64-pc-linux-gnu | ac_cv_env_host_alias_set=set | ac_cv_env_host_alias_value=x86_64-pc-linux-gnu | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_exeext= | ac_cv_func___fpending=yes | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_chown_works=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_clock_settime=yes | ac_cv_func_closedir_void=no | ac_cv_func_fchdir=yes | ac_cv_func_fdopendir=yes | ac_cv_func_flockfile=yes | ac_cv_func_fnmatch_gnu=yes | ac_cv_func_fsync=yes | ac_cv_func_ftruncate=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimes=yes | ac_cv_func_futimesat=yes | ac_cv_func_getdelim=yes | ac_cv_func_getline=yes | ac_cv_func_getpagesize=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_isascii=yes | ac_cv_func_isblank=yes | ac_cv_func_iswprint=yes | ac_cv_func_lchown=yes | ac_cv_func_lstat=yes | ac_cv_func_malloc_0_nonnull=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_mbsinit=yes | ac_cv_func_memchr=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memrchr=yes | ac_cv_func_memset=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_nanotime=no | ac_cv_func_obstack=yes | ac_cv_func_openat=yes | ac_cv_func_pathconf=yes | ac_cv_func_readlink=yes | ac_cv_func_rmdir=yes | ac_cv_func_rpmatch=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strchrnul=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strerror_r=yes | ac_cv_func_strerror_r_char_p=yes | ac_cv_func_strncasecmp=yes | ac_cv_func_strndup=yes | ac_cv_func_strnlen_working=yes | ac_cv_func_strtoimax=yes | ac_cv_func_strtol=yes | ac_cv_func_strtoll=yes | ac_cv_func_strtoul=yes | ac_cv_func_strtoull=yes | ac_cv_func_strtoumax=yes | ac_cv_func_symlink=yes | ac_cv_func_unsetenv=yes | ac_cv_func_utime_null=yes | ac_cv_func_utimes=yes | ac_cv_func_vasnprintf=no | ac_cv_func_vsnprintf=yes | ac_cv_func_waitpid=yes | ac_cv_func_wcrtomb=yes | ac_cv_func_wcscoll=yes | ac_cv_func_wcslen=yes | ac_cv_func_working_mktime=yes | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl___fpending=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_feof_unlocked=yes | ac_cv_have_decl_ferror_unlocked=yes | ac_cv_have_decl_fflush_unlocked=yes | ac_cv_have_decl_fgets_unlocked=yes | ac_cv_have_decl_fputc_unlocked=yes | ac_cv_have_decl_fputs_unlocked=yes | ac_cv_have_decl_fread_unlocked=yes | ac_cv_have_decl_fwrite_unlocked=yes | ac_cv_have_decl_getc_unlocked=yes | ac_cv_have_decl_getchar_unlocked=yes | ac_cv_have_decl_getcwd=yes | ac_cv_have_decl_getdelim=yes | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_getgrgid=yes | ac_cv_have_decl_getline=yes | ac_cv_have_decl_getpwuid=yes | ac_cv_have_decl_memrchr=yes | ac_cv_have_decl_nanosleep=yes | ac_cv_have_decl_program_invocation_name=yes | ac_cv_have_decl_program_invocation_short_name=yes | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_strdup=yes | ac_cv_have_decl_strerror_r=yes | ac_cv_have_decl_strnlen=yes | ac_cv_have_decl_strtoimax=yes | ac_cv_have_decl_strtoumax=yes | ac_cv_have_decl_time=yes | ac_cv_have_decl_vsnprintf=yes | ac_cv_header_OS_h=no | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=yes | ac_cv_header_iconv_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_linewrap_h=no | ac_cv_header_linux_fd_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_net_errno_h=no | ac_cv_header_netdb_h=yes | ac_cv_header_priv_h=no | ac_cv_header_sgtty_h=yes | ac_cv_header_stat_broken=no | ac_cv_header_stdbool_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdio_ext_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_stropts_h=yes | ac_cv_header_sys_buf_h=no | ac_cv_header_sys_device_h=no | ac_cv_header_sys_filio_h=no | ac_cv_header_sys_gentape_h=no | ac_cv_header_sys_inet_h=no | ac_cv_header_sys_io_trioctl_h=no | ac_cv_header_sys_mtio_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_tape_h=no | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_tprintf_h=no | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_types_h_makedev=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_sysexits_h=yes | ac_cv_header_time=yes | ac_cv_header_unistd_h=yes | ac_cv_header_utime_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=x86_64-pc-linux-gnu | ac_cv_host_alias=x86_64-pc-linux-gnu | ac_cv_lib_error_at_line=yes | ac_cv_member_struct_stat_st_atim_tv_nsec=yes | ac_cv_member_struct_stat_st_blksize=yes | ac_cv_member_struct_stat_st_blocks=yes | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_objext=o | ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt | ac_cv_path_MSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGMERGE=/usr/bin/msgmerge | ac_cv_path_XGETTEXT=/usr/bin/xgettext | ac_cv_path_install='/bin/install -c' | ac_cv_prog_AWK=gawk | ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc | ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' | ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib | ac_cv_prog_YACC='bison -y' | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc= | ac_cv_prog_egrep='grep -E' | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_clock_gettime=-lrt | ac_cv_search_opendir='none required' | ac_cv_search_setsockopt='none required' | ac_cv_search_strerror='none required' | ac_cv_struct_tm=time.h | ac_cv_sys_file_offset_bits=no | ac_cv_sys_large_files=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_long_file_names=yes | ac_cv_type__Bool=yes | ac_cv_type_dev_t=yes | ac_cv_type_iconv_t=yes | ac_cv_type_ino_t=yes | ac_cv_type_long_long=yes | ac_cv_type_major_t=no | ac_cv_type_mbstate_t=yes | ac_cv_type_minor_t=no | ac_cv_type_mode_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long=yes | ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes | ac_cv_win_or_dos=no | ac_cv_working_alloca_h=yes | 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_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld | 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_working_getline=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_prog_tar_ustar=gnutar | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | bh_cv_c_signed=yes | diff_cv_st_fstype_string=no | fu_cv_sys_struct_timespec=yes | fu_cv_sys_struct_utimbuf=yes | gl_cv_c_restrict=__restrict | gl_cv_compound_literals=yes | gl_cv_func_chown_follows_symlink=yes | gl_cv_func_getcwd_null=yes | gl_cv_func_getcwd_path_max='no, but it is partly working' | gl_cv_func_malloc_0_nonnull=1 | gl_cv_func_mbrtowc=yes | gl_cv_func_re_compile_pattern_broken=yes | gl_cv_func_working_utimes=yes | gl_cv_header_inttypes_h=yes | gl_cv_header_stdint_h=yes | gl_cv_minmax_in_limits_h=no | gl_cv_minmax_in_sys_param_h=yes | gl_cv_time_r_posix=yes | gl_cv_type_off_t_switch=yes | gt_cv_c_intmax_t=yes | gt_cv_c_long_double=yes | gt_cv_c_wchar_t=yes | gt_cv_c_wint_t=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_gnugettext2_libc=yes | gt_cv_func_unsetenv_ret=int | gt_cv_ssize_t=yes | jm_ac_cv_header_inttypes_h=yes | jm_ac_cv_header_stdint_h=yes | jm_cv_func_gettimeofday_clobber=no | jm_cv_func_strtoimax_macro=no | jm_cv_func_strtoumax_macro=no | jm_cv_struct_dirent_d_ino=yes | pu_cv_header_mtio_check_field=mt_type | pu_cv_header_rmt=yes | tar_cv_path_RSH=no | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux/missing --run aclocal-1.9' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux/missing --run tar' | AUTOCONF='${SHELL} /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux/missing --run automake-1.9' | AWK='gawk' | BACKUP_LIBEXEC_SCRIPTS='$(BACKUP_LIBEXEC_SCRIPTS_LIST)' | BACKUP_SBIN_SCRIPTS='$(BACKUP_SBIN_SCRIPTS_LIST)' | BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d' | CC='x86_64-pc-linux-gnu-gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS=' -march=athlon64 -Os -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow ' | CPP='x86_64-pc-linux-gnu-gcc -E' | CPPFLAGS='' | CYGPATH_W='echo' | DEFAULT_ARCHIVE='-' | DEFAULT_ARCHIVE_FORMAT='GNU' | DEFAULT_BLOCKING='20' | DEFAULT_QUOTING_STYLE='escape_quoting_style' | DEFAULT_RMT_COMMAND='' | DEFAULT_RMT_DIR='$(libexecdir)' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='grep -E' | EOVERFLOW='' | EXEEXT='' | FNMATCH_H='' | GETOPT_H='getopt.h' | GLIBC21='yes' | GMSGFMT='/usr/bin/gmsgfmt' | HAVE__BOOL='1' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | INTLLIBS='' | INTL_MACOSX_LIBS='' | LDFLAGS='' | LIBICONV='' | LIBINTL='' | LIBOBJS=' getopt$U.o getopt1$U.o save-cwd$U.o backupfile$U.o chdir-long$U.o mkdirat$U.o openat-die$U.o closeout$U.o dirname$U.o exclude$U.o exitfail$U.o open-safer$U.o creat-safer$U.o getcwd$U.o getdate$U.o gettime$U.o hash$U.o human$U.o imaxtostr$U.o offtostr$U.o umaxtostr$U.o mbchar$U.o modechange$U.o quote$U.o quotearg$U.o regex$U.o safe-read$U.o safe-write$U.o savedir$U.o strcasecmp$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o unlinkdir$U.o utimens$U.o vasnprintf$U.o printf-args$U.o printf-parse$U.o asnprintf$U.o xmalloc$U.o xgetcwd$U.o xstrtol$U.o xstrtoul$U.o' | LIBS='' | LIB_CLOCK_GETTIME='-lrt' | LIB_SETSOCKOPT='' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS=' getopt$U.lo getopt1$U.lo save-cwd$U.lo backupfile$U.lo chdir-long$U.lo mkdirat$U.lo openat-die$U.lo closeout$U.lo dirname$U.lo exclude$U.lo exitfail$U.lo open-safer$U.lo creat-safer$U.lo getcwd$U.lo getdate$U.lo gettime$U.lo hash$U.lo human$U.lo imaxtostr$U.lo offtostr$U.lo umaxtostr$U.lo mbchar$U.lo modechange$U.lo quote$U.lo quotearg$U.lo regex$U.lo safe-read$U.lo safe-write$U.lo savedir$U.lo strcasecmp$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo unlinkdir$U.lo utimens$U.lo vasnprintf$U.lo printf-args$U.lo printf-parse$U.lo asnprintf$U.lo xmalloc$U.lo xgetcwd$U.lo xstrtol$U.lo xstrtoul$U.lo' | MAKEINFO='${SHELL} /var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux/missing --run makeinfo' | MKINSTALLDIRS='$(top_builddir)/build-aux/mkinstalldirs' | MSGFMT='/usr/bin/msgfmt' | MSGMERGE='/usr/bin/msgmerge' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='bug-tar@gnu.org' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.15.91' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.15.91' | PATH_SEPARATOR=':' | POSUB='po' | PU_RMT_PROG='rmt$(EXEEXT)' | RANLIB='x86_64-pc-linux-gnu-ranlib' | SET_MAKE='' | SHELL='/bin/sh' | STDBOOL_H='' | STRIP='' | SYSEXITS_H='' | UNISTD_H='' | USE_NLS='yes' | VERSION='1.15.91' | XGETTEXT='/usr/bin/xgettext' | YACC='bison -y' | YFLAGS='' | ac_ct_CC='' | ac_ct_RANLIB='' | ac_ct_STRIP='' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__leading_dot='.' | am__quote='' | am__tar='tar --format=ustar -chf - "$$tardir"' | am__untar='tar -xf -' | bindir='/bin' | build='x86_64-pc-linux-gnu' | build_alias='x86_64-pc-linux-gnu' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='pc' | datadir='/usr/share' | exec_prefix='${prefix}' | host='x86_64-pc-linux-gnu' | host_alias='x86_64-pc-linux-gnu' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='pc' | includedir='${prefix}/include' | infodir='/usr/share/info' | install_sh='/var/tmp/portage/tar-1.15.91/work/tar-1.15.91/build-aux/install-sh' | libdir='/usr/lib64' | libexecdir='/usr/sbin' | localstatedir='/var/lib' | mandir='/usr/share/man' | mkdir_p='mkdir -p --' | oldincludedir='/usr/include' | prefix='/usr' | program_transform_name='s,x,x,' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define DEFAULT_ARCHIVE "-" | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | #define DEFAULT_BLOCKING 20 | #define DEFAULT_QUOTING_STYLE escape_quoting_style | #define D_INO_IN_DIRENT 1 | #define ENABLE_NLS 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define HAVE_ALARM 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_CHOWN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_TIME 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCHDIR 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FSYNC 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTEXT 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define HAVE_ICONV_H 1 | #define HAVE_INTMAX_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWPRINT 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LCHOWN 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_MALLOC 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMORY_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMSET 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFO 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_OBSTACK 1 | #define HAVE_OPENAT 1 | #define HAVE_OPENAT 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_PATHCONF 1 | #define HAVE_PROGRAM_INVOCATION_NAME 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_READLINK 1 | #define HAVE_RMDIR 1 | #define HAVE_RPMATCH 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCHRNUL 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRINGS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STROPTS_H 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_MTIO_H 1 | #define HAVE_SYS_MTIO_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_R_POSIX 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_TM_ZONE 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNSETENV 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIME_H 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_WAITPID 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WINT_T 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE__BOOL 1 | #define HAVE___FPENDING 1 | #define ICONV_CONST | #define MALLOC_0_IS_NONNULL 1 | #define MTIO_CHECK_FIELD mt_type | #define PACKAGE "tar" | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | #define PACKAGE_NAME "GNU tar" | #define PACKAGE_STRING "GNU tar 1.15.91" | #define PACKAGE_TARNAME "tar" | #define PACKAGE_VERSION "1.15.91" | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define STDC_HEADERS 1 | #define STDC_HEADERS 1 | #define STRERROR_R_CHAR_P 1 | #define TIME_WITH_SYS_TIME 1 | #define TIME_WITH_SYS_TIME 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define UNLINK_CANNOT_UNLINK_DIR 1 | #define USE_UNLOCKED_IO 1 | #define VERSION "1.15.91" | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _REGEX_LARGE_OFFSETS 1 | #define __EXTENSIONS__ 1 | #define __GETCWD_PREFIX rpl_ | #define __GETOPT_PREFIX rpl_ | #define __GETOPT_PREFIX rpl_ | #define major_t int | #define minor_t int | #define re_comp rpl_re_comp | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_compile_pattern rpl_re_compile_pattern | #define re_exec rpl_re_exec | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_set_registers rpl_re_set_registers | #define re_set_syntax rpl_re_set_syntax | #define re_syntax_options rpl_re_syntax_options | #define regcomp rpl_regcomp | #define regerror rpl_regerror | #define regexec rpl_regexec | #define regfree rpl_regfree | #define restrict __restrict | #define restrict __restrict | #define strcasecmp rpl_strcasecmp | | configure: exit 0