## ------------------------ ## ## GNU tar 1.24 test suite. ## ## ------------------------ ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2010-10-25 Sergey Poznyakoff | | Version 1.24 | * configure.ac, NEWS: Version 1.24 | * bootstrap: Restore tar-specific code lost during last | sync from gnulib (241b72ffad). | * src/misc.c (chdir_do): Remove unused automatic variable. | | 2010-10-16 Paul Eggert | ## --------- ## ## Platform. ## ## --------- ## hostname = halo uname -m = x86_64 uname -r = 2.6.36-gentoo uname -s = Linux uname -v = #3 SMP PREEMPT Thu Oct 21 22:00:11 CST 2010 /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/tests PATH: /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/src PATH: /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux PATH: /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24 PATH: /usr/lib/ccache/bin PATH: /usr/lib64/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/x86_64-unknown-linux-gnu/gcc-bin/4.5.1 testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/tests' | at_srcdir='.' | abs_srcdir='/var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/tests' | at_top_srcdir='..' | abs_top_srcdir='/var/tmp/portage/app-arch/tar-1.24/work/tar-1.24' | at_top_build_prefix='../' | abs_top_builddir='/var/tmp/portage/app-arch/tar-1.24/work/tar-1.24' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | 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/app-arch/tar-1.24/work/tar-1.24/tests:/var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/src:/var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/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=ftp://ftp.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 - >/dev/null 2>&1 | } | | decho() { | echo $* | echo >&2 $* | } ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:104: /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/src/tar --version tar (GNU tar) 1.24 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Mon Oct 25 18:57:24 CST 2010 1. tar version (version.at:19): ok (0m0.000s 0m0.003s) 2. decompressing from stdin (pipe.at:30): ok (0m0.018s 0m0.072s) 3. mixing options (options.at:24): ok (0m0.001s 0m0.003s) 4. interspersed options (options02.at:26): ok (0m0.002s 0m0.003s) 5. files-from: empty entries (T-empty.at:26): ok (0m0.002s 0m0.010s) 6. files-from: 0-separated file without -0 (T-null.at:21): ok (0m0.005s 0m0.009s) 7. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.012s 0m0.032s) 8. tar cvf - (verbose.at:26): ok (0m0.010s 0m0.030s) 9. append (append.at:21): ok (0m0.014s 0m0.033s) 10. appending files with long names (append01.at:29): ok (0m0.011s 0m0.030s) 11. append vs. create (append02.at:54): ok (0m0.012s 0m0.049s) 12. transforming hard links on create (xform-h.at:30): ok (0m0.009s 0m0.063s) 13. transformations and GNU volume labels (xform01.at:26): ok (0m0.001s 0m0.006s) 14. exclude (exclude.at:23): ok (0m0.010s 0m0.041s) 15. exclude wildcards (exclude01.at:17): ok (0m0.038s 0m0.116s) 16. exclude: anchoring (exclude02.at:17): ok (0m0.025s 0m0.126s) 17. exclude: wildcards match slash (exclude03.at:17): ok (0m0.030s 0m0.114s) 18. exclude: case insensitive (exclude04.at:17): ok (0m0.048s 0m0.112s) 19. exclude: lots of excludes (exclude05.at:19): ok (0m15.217s 0m1.447s) 21. deleting a member after a big one (delete01.at:23): ok (0m0.014s 0m0.037s) 22. deleting a member from stdin archive (delete02.at:23): ok (0m0.017s 0m0.050s) 23. deleting members with long names (delete03.at:21): ok (0m0.011s 0m0.052s) 24. deleting a large last member (delete04.at:23): ok (0m0.022s 0m0.084s) 25. deleting non-existing member (delete05.at:27): ok (0m0.009s 0m0.047s) 26. extract over an existing directory (extrac01.at:23): ok (0m0.006s 0m0.032s) 27. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.007s 0m0.045s) 28. extraction loops (extrac03.at:23): ok (0m0.004s 0m0.032s) 29. extract + fnmatch (extrac04.at:23): ok (0m0.017s 0m0.068s) 30. extracting selected members from pax (extrac05.at:30): ok (0m0.006s 0m0.009s) 31. mode of extracted directories (extrac06.at:33): ok (0m0.013s 0m0.048s) 33. restoring mode on existing directory (extrac08.at:33): ok (0m0.015s 0m0.041s) 34. no need to save dir with unreadable . and .. (extrac09.at:22): ok (0m0.007s 0m0.013s) 36. scarce file descriptors (extrac11.at:23): skipped (extrac11.at:26) 37. extract dot permissions (extrac12.at:23): ok (0m0.001s 0m0.012s) 38. extract over symlinks (extrac13.at:24): ok (0m0.003s 0m0.021s) 39. extract -C symlink (extrac14.at:23): ok (0m0.004s 0m0.007s) 40. extract parent mkdir failure (extrac15.at:23): ok (0m0.004s 0m0.012s) 41. single-volume label (label01.at:19): ok (0m0.004s 0m0.022s) 42. multi-volume label (label02.at:19): ok (0m0.007s 0m0.027s) 43. test-label option (label03.at:25): ok (0m0.013s 0m0.048s) 44. label with non-create option (label04.at:25): ok (0m0.006s 0m0.025s) 45. label with non-create option (label05.at:22): ok (0m0.008s 0m0.023s) 46. extracting existing dir with --backup (backup01.at:33): ok (0m0.016s 0m0.028s) 47. gzip (gzip.at:23): ok (0m0.002s 0m0.004s) 48. incremental (incremental.at:23): ok (0m0.009s 0m0.035s) 49. restore broken symlinks from incremental (incr01.at:27): ok (0m0.020s 0m0.029s) 50. restoring timestamps from incremental (incr02.at:32): ok (0m0.010s 0m0.041s) 51. --listed for individual files (listed01.at:26): ok (0m0.005s 0m0.029s) 52. working --listed (listed02.at:28): ok (0m0.019s 0m0.069s) 53. incremental dump when the parent directory is unreadable (listed03.at:22): ok (0m0.003s 0m0.016s) 54. renamed files in incrementals (incr03.at:28): ok (0m0.028s 0m0.067s) 55. proper icontents initialization (incr04.at:29): ok (0m0.028s 0m0.078s) 56. incremental dumps with -C (incr05.at:19): ok (0m0.006s 0m0.036s) 57. incremental dumps of nested directories (incr06.at:19): ok (0m0.017s 0m0.057s) 58. file removed as we read it (ca. 22 seconds) (filerem01.at:34): ok (0m0.001s 0m0.029s) 59. toplevel file removed (ca. 24 seconds) (filerem02.at:24): ok (0m0.012s 0m0.029s) 60. renamed dirs in incrementals (rename01.at:24): ok (0m0.015s 0m0.069s) 61. move between hierarchies (rename02.at:24): ok (0m0.019s 0m0.080s) 62. cyclic renames (rename03.at:23): ok (0m0.020s 0m0.100s) 63. renamed directory containing subdirectories (rename04.at:27): ok (0m0.017s 0m0.066s) 64. renamed subdirectories (rename05.at:24): ok (0m0.022s 0m0.069s) 65. changed file types in incrementals (chtype.at:27): ok (0m0.028s 0m0.081s) 66. ignfail (ignfail.at:23): ok (0m0.030s 0m0.100s) 67. link count gt 2 (link01.at:33): ok (0m0.023s 0m0.050s) 68. preserve hard links with --remove-files (link02.at:32): ok (0m0.015s 0m0.050s) 69. working -l with --remove-files (link03.at:24): ok (0m0.020s 0m0.079s) 70. link count is 1 but multiple occurrences (link04.at:29): ok (0m0.017s 0m0.065s) 71. long names in V7 archives (longv7.at:24): ok (0m0.002s 0m0.009s) 72. long file names divisible by block size (long01.at:28): ok (0m0.012s 0m0.032s) 73. ustar: unsplittable file name (lustar01.at:21): ok (0m0.002s 0m0.005s) 74. ustar: unsplittable path name (lustar02.at:21): ok (0m0.006s 0m0.011s) 75. ustar: splitting long names (lustar03.at:21): ok (0m0.004s 0m0.015s) 76. multivolume dumps from pipes (multiv01.at:23): ok (0m0.011s 0m0.033s) 77. skipping a straddling member (multiv02.at:28): ok (0m0.012s 0m0.029s) 78. MV archive & long filenames (multiv03.at:30): ok (0m0.011s 0m0.035s) 79. split directory members in a MV archive (multiv04.at:36): ok (0m0.030s 0m0.150s) 80. Restoring after an out of sync volume (multiv05.at:26): ok (0m0.010s 0m0.028s) 81. Multivolumes with L=record_size (multiv06.at:27): ok (0m0.004s 0m0.016s) 82. volumes split at an extended header (multiv07.at:26): skipped (multiv07.at:29) 83. multivolume header creation (multiv08.at:23): ok (0m0.001s 0m0.012s) 84. old archives (old.at:23): ok (0m0.002s 0m0.003s) 85. recurse (recurse.at:21): ok (0m0.005s 0m0.039s) 86. working -C with --same-order (same-order01.at:26): ok (0m0.025s 0m0.043s) 87. multiple -C options (same-order02.at:25): ok (0m0.014s 0m0.060s) 88. short records (shortrec.at:25): ok (0m0.024s 0m0.063s) 89. sparse files (sparse01.at:21): ok (0m0.040s 0m0.069s) 90. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.032s 0m0.070s) 91. storing sparse files > 8G (sparse03.at:21): ok (0m24.167s 0m25.958s) 92. sparse files in MV archives (sparsemv.at:21): ok (0m0.011s 0m0.036s) 93. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.007s 0m0.019s) 94. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.005s 0m0.020s) 95. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.003s 0m0.021s) 96. update unchanged directories (update.at:28): ok (0m0.013s 0m0.054s) 97. update directories (update01.at:29): ok (0m0.015s 0m0.061s) 98. update changed files (update02.at:26): ok (0m0.016s 0m0.061s) 99. volume (volume.at:23): ok (0m0.008s 0m0.017s) 100. volume header size (volsize.at:29): skipped (volsize.at:32) 101. compressed format recognition (comprec.at:21): ok (0m0.015s 0m0.049s) 102. short input files (shortfile.at:26): ok (0m0.002s 0m0.005s) 103. updating short archives (shortupd.at:29): ok (0m0.007s 0m0.019s) 104. truncate (truncate.at:29): ok (0m1.102s 0m0.913s) 105. grow (grow.at:24): ok (0m0.728s 0m0.676s) 106. remove-files with compression (remfiles01.at:28): ok (0m0.001s 0m0.021s) 107. remove-files with compression: grand-child (remfiles02.at:28): ok (0m0.004s 0m0.013s) 108. remove-files with symbolic links (remfiles03.at:28): ok (0m0.001s 0m0.007s) 109. sigpipe handling (sigpipe.at:19): ok (0m0.002s 0m0.004s) 110. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26) 111. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26) 112. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26) 113. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26) 114. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26) 115. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26) testsuite: ending at: Mon Oct 25 19:01:24 CST 2010 testsuite: test suite duration: 0h 4m 0s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 106 tests were run, 3 failed unexpectedly. 9 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.24 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 20: exclude06.at:24 exclude: long files in pax archives exclude exclude06 32: extrac07.at:27 extracting symlinks to a read-only dir extract extract07 read-only symlink 35: extrac10.at:27 -C and delayed setting of metadata extract extrac10 Skipped tests: GNU tar 1.24 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 36: extrac11.at:23 scarce file descriptors extract extrac11 82: multiv07.at:26 volumes split at an extended header multivolume multiv multiv07 xsplit 100: volsize.at:29 volume header size volume volsize 110: gtarfail.at:21 gtarfail star gtarfail 111: gtarfail2.at:21 gtarfail2 star gtarfail2 112: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 113: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 114: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 115: pax-big-10g.at:21 pax-big-10g star pax-big-10g ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 20. exclude06.at:24: testing ... ./exclude06.at:29: mkdir pax (cd pax TEST_TAR_FORMAT=pax export TEST_TAR_FORMAT TAR_OPTIONS="-H pax" export TAR_OPTIONS rm -rf * install-sh -d one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen >/dev/null || exit 77 genfile --length 20 -f one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.txt genfile --length 20 -f one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.c tar cf archive.tar one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen mkdir out tar -C out -xf archive.tar --exclude='*.txt' --warning=no-timestamp find out -type f ) Not enabling shell tracing (command contains an embedded newline) --- /dev/null 2010-10-21 22:03:38.426999837 -0600 +++ /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/tests/testsuite.dir/at-groups/20/stderr 2010-10-25 18:57:42.981000110 -0600 @@ -0,0 +1,4 @@ +tar: one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.c: Cannot open: No such file or directory +tar: one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen: Cannot utime: No such file or directory +tar: one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen: Cannot stat: No such file or directory +tar: Exiting with failure status due to previous errors --- - 2010-10-25 18:57:42.987085665 -0600 +++ /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/tests/testsuite.dir/at-groups/20/stdout 2010-10-25 18:57:42.985000110 -0600 @@ -1,2 +1 @@ -out/one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen/1.c 20. exclude06.at:24: 20. exclude: long files in pax archives (exclude06.at:24): FAILED (exclude06.at:29) # -*- compilation -*- 32. extrac07.at:27: testing ... ./extrac07.at:30: mkdir ustar (cd ustar TEST_TAR_FORMAT=ustar export TEST_TAR_FORMAT TAR_OPTIONS="-H ustar" export TAR_OPTIONS rm -rf * echo test > 32302 chmod 0 32302 cat 32302 > /dev/null 2>&1 result=0 rm -f 32302 test -eq 0 && exit 77 echo Prepare the directory mkdir dir genfile -f foo cd dir ln -s ../foo . cd .. chmod a-w dir echo Create the archive tar cf archive dir || exit 1 chmod +w dir echo Extract mkdir out tar -C out -xvf archive ) Not enabling shell tracing (command contains an embedded newline) --- /dev/null 2010-10-21 22:03:38.426999837 -0600 +++ /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/tests/testsuite.dir/at-groups/32/stderr 2010-10-25 18:57:44.138000110 -0600 @@ -0,0 +1,4 @@ +tar: dir/foo: Cannot open: No such file or directory +tar: dir: Cannot utime: No such file or directory +tar: dir: Cannot stat: No such file or directory +tar: Exiting with failure status due to previous errors ./extrac07.at:30: exit code was 2, expected 0 32. extrac07.at:27: 32. extracting symlinks to a read-only dir (extrac07.at:27): FAILED (extrac07.at:30) # -*- compilation -*- 35. extrac10.at:27: testing ... ./extrac10.at:30: mkdir gnu (cd gnu TEST_TAR_FORMAT=gnu export TEST_TAR_FORMAT TAR_OPTIONS="-H gnu" export TAR_OPTIONS rm -rf * mkdir d x x/y echo foo >d/d1 echo bar >e tar -cf archive.tar d e && tar -xf archive.tar -C x d -C y e && diff -r d x/d && diff e x/y/e ) Not enabling shell tracing (command contains an embedded newline) --- /dev/null 2010-10-21 22:03:38.426999837 -0600 +++ /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/tests/testsuite.dir/at-groups/35/stderr 2010-10-25 18:57:44.305000110 -0600 @@ -0,0 +1,4 @@ +tar: d/d1: Cannot open: No such file or directory +tar: d: Cannot utime: No such file or directory +tar: d: Cannot stat: No such file or directory +tar: Exiting with failure status due to previous errors ./extrac10.at:30: exit code was 2, expected 0 35. extrac10.at:27: 35. -C and delayed setting of metadata (extrac10.at:27): FAILED (extrac10.at:30) ## ------------- ## ## ../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.24, which was | generated by GNU Autoconf 2.63. Invocation command line was | | $ ./configure --prefix=/usr --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-backup-scripts --bindir=/bin --libexecdir=/usr/sbin --disable-nls | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = halo | uname -m = x86_64 | uname -r = 2.6.36-gentoo | uname -s = Linux | uname -v = #3 SMP PREEMPT Thu Oct 21 22:00:11 CST 2010 | | /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/lib/ccache/bin | PATH: /usr/lib64/portage/bin/ebuild-helpers | PATH: /usr/local/sbin | PATH: /usr/local/bin | PATH: /usr/sbin | PATH: /usr/bin | PATH: /sbin | PATH: /bin | PATH: /opt/bin | PATH: /usr/x86_64-unknown-linux-gnu/gcc-bin/4.5.1 | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2675: checking for a BSD-compatible install | configure:2743: result: /usr/bin/install -c | configure:2754: checking whether build environment is sane | configure:2814: result: yes | configure:2955: checking for a thread-safe mkdir -p | configure:2994: result: /bin/mkdir -p | configure:3008: checking for gawk | configure:3024: found /usr/bin/gawk | configure:3035: result: gawk | configure:3046: checking whether make sets $(MAKE) | configure:3068: result: yes | configure:3157: checking how to create a ustar tar archive | configure:3170: tar --version | tar (GNU tar) 1.23 | Copyright (C) 2010 Free Software Foundation, Inc. | License GPLv3+: GNU GPL version 3 or later . | This is free software: you are free to change and redistribute it. | There is NO WARRANTY, to the extent permitted by law. | | Written by John Gilmore and Jay Fenlason. | configure:3173: $? = 0 | configure:3213: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | configure:3216: $? = 0 | configure:3220: tar -xf - &5 | x86_64-unknown-linux-gnu-gcc (Gentoo 4.5.1 p1.1, pie-0.4.5) 4.5.1 | Copyright (C) 2010 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:3577: $? = 0 | configure:3584: x86_64-unknown-linux-gnu-gcc -v >&5 | Using built-in specs. | COLLECT_GCC=/usr/x86_64-unknown-linux-gnu/gcc-bin/4.5.1/x86_64-unknown-linux-gnu-gcc | COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/4.5.1/lto-wrapper | Target: x86_64-unknown-linux-gnu | Configured with: /var/tmp/portage/sys-devel/gcc-4.5.1/work/gcc-4.5.1/configure --prefix=/usr --bindir=/usr/x86_64-unknown-linux-gnu/gcc-bin/4.5.1 --includedir=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/include --datadir=/usr/share/gcc-data/x86_64-unknown-linux-gnu/4.5.1 --mandir=/usr/share/gcc-data/x86_64-unknown-linux-gnu/4.5.1/man --infodir=/usr/share/gcc-data/x86_64-unknown-linux-gnu/4.5.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/include/g++-v4 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --enable-lto --disable-nls --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --disable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-unknown-linux-gnu/4.5.1/python --enable-checking=release --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.1 p1.1, pie-0.4.5' | Thread model: posix | gcc version 4.5.1 (Gentoo 4.5.1 p1.1, pie-0.4.5) | configure:3588: $? = 0 | configure:3595: x86_64-unknown-linux-gnu-gcc -V >&5 | x86_64-unknown-linux-gnu-gcc: '-V' option must have argument | configure:3599: $? = 1 | configure:3622: checking for C compiler default output file name | configure:3644: x86_64-unknown-linux-gnu-gcc -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:3648: $? = 0 | configure:3686: result: a.out | configure:3705: checking whether the C compiler works | configure:3715: ./a.out | configure:3719: $? = 0 | configure:3738: result: yes | configure:3745: checking whether we are cross compiling | configure:3747: result: no | configure:3750: checking for suffix of executables | configure:3757: x86_64-unknown-linux-gnu-gcc -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:3761: $? = 0 | configure:3787: result: | configure:3793: checking for suffix of object files | configure:3819: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:3823: $? = 0 | configure:3848: result: o | configure:3852: checking whether we are using the GNU C compiler | configure:3881: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:3888: $? = 0 | configure:3905: result: yes | configure:3914: checking whether x86_64-unknown-linux-gnu-gcc accepts -g | configure:3944: x86_64-unknown-linux-gnu-gcc -c -g conftest.c >&5 | configure:3951: $? = 0 | configure:4052: result: yes | configure:4069: checking for x86_64-unknown-linux-gnu-gcc option to accept ISO C89 | configure:4143: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:4150: $? = 0 | configure:4173: result: none needed | configure:4202: checking for style of include used by make | configure:4230: result: GNU | configure:4255: checking dependency style of x86_64-unknown-linux-gnu-gcc | configure:4365: result: gcc3 | configure:4384: checking for x86_64-unknown-linux-gnu-ranlib | configure:4400: found /usr/bin/x86_64-unknown-linux-gnu-ranlib | configure:4411: result: x86_64-unknown-linux-gnu-ranlib | configure:4477: checking for bison | configure:4493: found /usr/bin/bison | configure:4504: result: bison -y | configure:4517: checking whether x86_64-unknown-linux-gnu-gcc and cc understand -c and -o together | configure:4552: x86_64-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 | configure:4556: $? = 0 | configure:4562: x86_64-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 | configure:4566: $? = 0 | configure:4577: cc -c conftest.c >&5 | configure:4581: $? = 0 | configure:4589: cc -c conftest.c -o conftest2.o >&5 | configure:4593: $? = 0 | configure:4599: cc -c conftest.c -o conftest2.o >&5 | configure:4603: $? = 0 | configure:4621: result: yes | configure:4654: checking build system type | configure:4672: result: x86_64-unknown-linux-gnu | configure:4694: checking host system type | configure:4709: result: x86_64-unknown-linux-gnu | configure:4737: checking how to run the C preprocessor | configure:4777: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:4784: $? = 0 | configure:4815: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:4822: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | /* end confdefs.h. */ | | #include | configure:4855: result: x86_64-unknown-linux-gnu-gcc -E | configure:4884: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:4891: $? = 0 | configure:4922: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory | compilation terminated. | configure:4929: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | /* end confdefs.h. */ | | #include | configure:4969: checking for grep that handles long lines and -e | configure:5029: result: /bin/grep | configure:5034: checking for egrep | configure:5098: result: /bin/grep -E | configure:5103: checking for ANSI C header files | configure:5133: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5140: $? = 0 | configure:5239: x86_64-unknown-linux-gnu-gcc -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:5243: $? = 0 | configure:5249: ./conftest | configure:5253: $? = 0 | configure:5271: result: yes | configure:5295: checking for sys/types.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5295: checking for sys/stat.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5295: checking for stdlib.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5295: checking for string.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5295: checking for memory.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5295: checking for strings.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5295: checking for inttypes.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5295: checking for stdint.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5295: checking for unistd.h | configure:5316: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5323: $? = 0 | configure:5340: result: yes | configure:5367: checking minix/config.h usability | configure:5384: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:53:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:5391: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5405: result: no | configure:5409: checking minix/config.h presence | configure:5424: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:20:26: fatal error: minix/config.h: No such file or directory | compilation terminated. | configure:5431: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #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:5445: result: no | configure:5478: checking for minix/config.h | configure:5485: result: no | configure:5526: checking whether it is safe to define __EXTENSIONS__ | configure:5554: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5561: $? = 0 | configure:5576: result: yes | configure:5607: checking for _LARGEFILE_SOURCE value needed for large files | configure:5636: x86_64-unknown-linux-gnu-gcc -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:5643: $? = 0 | configure:5716: result: no | configure:5741: checking for x86_64-unknown-linux-gnu-gcc option to accept ISO C99 | configure:5900: x86_64-unknown-linux-gnu-gcc -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:76:29: error: expected ';', ',' or ')' before 'text' | conftest.c: In function 'main': | conftest.c:130:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' | conftest.c:130:18: error: 'newvar' undeclared (first use in this function) | conftest.c:130:18: note: each undeclared identifier is reported only once for each function it appears in | conftest.c:140:3: error: 'for' loop initial declarations are only allowed in C99 mode | conftest.c:140:3: note: use option -std=c99 or -std=gnu99 to compile your code | configure:5907: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | /* end confdefs.h. */ | | #include | | #include | | #include | | #include | | #include | | | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | | #define debug(...) fprintf (stderr, __VA_ARGS__) | | #define showlist(...) puts (#__VA_ARGS__) | | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | | static void | | test_varargs_macros (void) | | { | | int x = 1234; | | int y = 5678; | | debug ("Flag"); | | debug ("X = %d\n", x); | | showlist (The first, second, and third items.); | | report (x>y, "x is %d but y is %d", x, y); | | } | | | | // Check long long types. | | #define BIG64 18446744073709551615ull | | #define BIG32 4294967295ul | | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | | #if !BIG_OK | | your preprocessor is broken; | | #endif | | #if BIG_OK | | #else | | your preprocessor is broken; | | #endif | | static long long int bignum = -9223372036854775807LL; | | static unsigned long long int ubignum = BIG64; | | | | struct incomplete_array | | { | | int datasize; | | double data[]; | | }; | | | | struct named_init { | | int number; | | const wchar_t *name; | | double average; | | }; | | | | typedef const char *ccp; | | | | static inline int | | test_restrict (ccp restrict text) | | { | | // See if C++-style comments work. | | // Iterate through items via the restricted pointer. | | // Also check for declarations in for loops. | | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | | continue; | | return 0; | | } | | | | // Check varargs and va_copy. | | static void | | test_varargs (const char *format, ...) | | { | | va_list args; | | va_start (args, format); | | va_list args_copy; | | va_copy (args_copy, args); | | | | const char *str; | | int number; | | float fnumber; | | | | while (*format) | | { | | switch (*format++) | | { | | case 's': // string | | str = va_arg (args_copy, const char *); | | break; | | case 'd': // int | | number = va_arg (args_copy, int); | | break; | | case 'f': // float | | fnumber = va_arg (args_copy, double); | | break; | | default: | | break; | | } | | } | | va_end (args_copy); | | va_end (args); | | } | | | | int | | main () | | { | | | | // Check bool. | | _Bool success = false; | | | | // Check restrict. | | if (test_restrict ("String literal") == 0) | | success = true; | | char *restrict newvar = "Another string"; | | | | // Check varargs. | | test_varargs ("s, d' f .", "string", 65, 34.234); | | test_varargs_macros (); | | | | // Check flexible array members. | | struct incomplete_array *ia = | | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | | ia->datasize = 10; | | for (int i = 0; i < ia->datasize; ++i) | | ia->data[i] = i * 1.234; | | | | // Check named initializers. | | struct named_init ni = { | | .number = 34, | | .name = L"Test wide string", | | .average = 543.34343, | | }; | | | | ni.number = 58; | | | | int dynamic_array[ni.number]; | | dynamic_array[ni.number - 1] = 543; | | | | // work around unused variable warnings | | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | | || dynamic_array[ni.number - 1] != 543); | | | | ; | | return 0; | | } | configure:5900: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:5907: $? = 0 | configure:5937: result: -std=gnu99 | configure:6068: checking for x86_64-unknown-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C | configure:6079: result: -std=gnu99 | configure:6296: checking for special C compiler options needed for large files | configure:6391: result: no | configure:6397: checking for _FILE_OFFSET_BITS value needed for large files | configure:6432: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6439: $? = 0 | configure:6508: result: no | configure:6645: checking for library containing strerror | configure:6686: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:6693: $? = 0 | configure:6724: result: none required | configure:6732: checking for inline | configure:6758: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6765: $? = 0 | configure:6783: result: inline | configure:6822: checking fcntl.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking fcntl.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for fcntl.h | configure:6942: result: yes | configure:6822: checking linux/fd.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking linux/fd.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for linux/fd.h | configure:6942: result: yes | configure:6811: checking for memory.h | configure:6818: result: yes | configure:6822: checking net/errno.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:62:23: fatal error: net/errno.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking net/errno.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:29:23: fatal error: net/errno.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | configure:6900: result: no | configure:6933: checking for net/errno.h | configure:6942: result: no | configure:6822: checking sgtty.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking sgtty.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for sgtty.h | configure:6942: result: yes | configure:6811: checking for string.h | configure:6818: result: yes | configure:6822: checking sys/param.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking sys/param.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for sys/param.h | configure:6942: result: yes | configure:6822: checking sys/device.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:65:24: fatal error: sys/device.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking sys/device.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:32:24: fatal error: sys/device.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6900: result: no | configure:6933: checking for sys/device.h | configure:6942: result: no | configure:6822: checking sys/gentape.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:65:25: fatal error: sys/gentape.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking sys/gentape.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:32:25: fatal error: sys/gentape.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6900: result: no | configure:6933: checking for sys/gentape.h | configure:6942: result: no | configure:6822: checking sys/inet.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:65:22: fatal error: sys/inet.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking sys/inet.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:32:22: fatal error: sys/inet.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6900: result: no | configure:6933: checking for sys/inet.h | configure:6942: result: no | configure:6822: checking sys/io/trioctl.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:65:28: fatal error: sys/io/trioctl.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking sys/io/trioctl.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:32:28: fatal error: sys/io/trioctl.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6900: result: no | configure:6933: checking for sys/io/trioctl.h | configure:6942: result: no | configure:6822: checking sys/mtio.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking sys/mtio.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for sys/mtio.h | configure:6942: result: yes | configure:6822: checking sys/time.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking sys/time.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for sys/time.h | configure:6942: result: yes | configure:6822: checking sys/tprintf.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:67:25: fatal error: sys/tprintf.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking sys/tprintf.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:34:25: fatal error: sys/tprintf.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6900: result: no | configure:6933: checking for sys/tprintf.h | configure:6942: result: no | configure:6822: checking sys/tape.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:67:22: fatal error: sys/tape.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking sys/tape.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:34:22: fatal error: sys/tape.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6900: result: no | configure:6933: checking for sys/tape.h | configure:6942: result: no | configure:6811: checking for unistd.h | configure:6818: result: yes | configure:6822: checking locale.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking locale.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for locale.h | configure:6942: result: yes | configure:6822: checking features.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking features.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for features.h | configure:6942: result: yes | configure:6822: checking linewrap.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:70:22: fatal error: linewrap.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking linewrap.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:37:22: fatal error: linewrap.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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:6900: result: no | configure:6933: checking for linewrap.h | configure:6942: result: no | configure:6822: checking dirent.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking dirent.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for dirent.h | configure:6942: result: yes | configure:6822: checking errno.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking errno.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for errno.h | configure:6942: result: yes | configure:6822: checking float.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking float.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for float.h | configure:6942: result: yes | configure:6822: checking wctype.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking wctype.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for wctype.h | configure:6942: result: yes | configure:6822: checking stdio_ext.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking stdio_ext.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for stdio_ext.h | configure:6942: result: yes | configure:6822: checking getopt.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking getopt.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for getopt.h | configure:6942: result: yes | configure:6811: checking for stdint.h | configure:6818: result: yes | configure:6822: checking wchar.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking wchar.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for wchar.h | configure:6942: result: yes | configure:6811: checking for inttypes.h | configure:6818: result: yes | configure:6822: checking langinfo.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking langinfo.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for langinfo.h | configure:6942: result: yes | configure:6822: checking sys/mman.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking sys/mman.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for sys/mman.h | configure:6942: result: yes | configure:6822: checking priv.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:81:18: fatal error: priv.h: No such file or directory | compilation terminated. | configure:6846: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6860: result: no | configure:6864: checking priv.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | conftest.c:48:18: fatal error: priv.h: No such file or directory | compilation terminated. | configure:6886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | /* end confdefs.h. */ | | #include | configure:6900: result: no | configure:6933: checking for priv.h | configure:6942: result: no | configure:6822: checking stdarg.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking stdarg.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for stdarg.h | configure:6942: result: yes | configure:6822: checking stddef.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking stddef.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for stddef.h | configure:6942: result: yes | configure:6822: checking stdio.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking stdio.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for stdio.h | configure:6942: result: yes | configure:6811: checking for stdlib.h | configure:6818: result: yes | configure:6822: checking sys/socket.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking sys/socket.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for sys/socket.h | configure:6942: result: yes | configure:6811: checking for strings.h | configure:6818: result: yes | configure:6811: checking for sys/stat.h | configure:6818: result: yes | configure:6822: checking sysexits.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking sysexits.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for sysexits.h | configure:6942: result: yes | configure:6822: checking time.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking time.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for time.h | configure:6942: result: yes | configure:6822: checking utime.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking utime.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for utime.h | configure:6942: result: yes | configure:6822: checking netdb.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking netdb.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for netdb.h | configure:6942: result: yes | configure:6822: checking sys/wait.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking sys/wait.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for sys/wait.h | configure:6942: result: yes | configure:6822: checking pwd.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking pwd.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for pwd.h | configure:6942: result: yes | configure:6822: checking grp.h usability | configure:6839: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:6846: $? = 0 | configure:6860: result: yes | configure:6864: checking grp.h presence | configure:6879: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:6886: $? = 0 | configure:6900: result: yes | configure:6933: checking for grp.h | configure:6942: result: yes | configure:7034: checking for sys/buf.h | configure:7057: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:66:21: fatal error: sys/buf.h: No such file or directory | compilation terminated. | configure:7064: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | /* end confdefs.h. */ | | #if HAVE_SYS_PARAM_H | | #include | | #endif | | | | #include | configure:7081: result: no | configure:7095: checking for sys/wait.h that is POSIX.1 compatible | configure:7153: result: yes | configure:7172: checking for dirent.h that defines DIR | configure:7201: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:7208: $? = 0 | configure:7225: result: yes | configure:7240: checking for library containing opendir | configure:7281: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:7288: $? = 0 | configure:7319: result: none required | configure:7417: checking whether sys/types.h defines makedev | configure:7443: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:7450: $? = 0 | configure:7471: result: yes | configure:7762: checking whether stat file-mode macros are broken | configure:7799: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:7806: $? = 0 | configure:7821: result: no | configure:7831: checking for ANSI C header files | configure:7999: result: yes | configure:8010: checking for st_fstype string in struct stat | configure:8037: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:70:17: error: 'struct stat' has no member named 'st_fstype' | configure:8044: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_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:8060: result: no | configure:8070: checking return type of signal handlers | configure:8098: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:71:1: error: void value not ignored as it ought to be | configure:8105: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | return *(signal (0, 0)) (0) == 1; | | ; | | return 0; | | } | configure:8120: result: void | configure:8128: checking for mode_t | configure:8156: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:8163: $? = 0 | configure:8190: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:102:21: error: expected expression before ')' token | configure:8197: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((mode_t))) | | return 0; | | ; | | return 0; | | } | configure:8220: result: yes | configure:8232: checking for pid_t | configure:8260: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:8267: $? = 0 | configure:8294: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:102:20: error: expected expression before ')' token | configure:8301: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((pid_t))) | | return 0; | | ; | | return 0; | | } | configure:8324: result: yes | configure:8336: checking for off_t | configure:8364: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:8371: $? = 0 | configure:8398: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:102:20: error: expected expression before ')' token | configure:8405: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((off_t))) | | return 0; | | ; | | return 0; | | } | configure:8428: result: yes | configure:8440: checking for size_t | configure:8468: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:8475: $? = 0 | configure:8502: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:102:21: error: expected expression before ')' token | configure:8509: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:8532: result: yes | configure:8544: checking for uid_t in sys/types.h | configure:8567: result: yes | configure:8582: checking for major_t | configure:8610: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:102:13: error: 'major_t' undeclared (first use in this function) | conftest.c:102:13: note: each undeclared identifier is reported only once for each function it appears in | configure:8617: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof (major_t)) | | return 0; | | ; | | return 0; | | } | configure:8674: result: no | configure:8686: checking for minor_t | configure:8714: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:103:13: error: 'minor_t' undeclared (first use in this function) | conftest.c:103:13: note: each undeclared identifier is reported only once for each function it appears in | configure:8721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof (minor_t)) | | return 0; | | ; | | return 0; | | } | configure:8778: result: no | configure:8790: checking for dev_t | configure:8818: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:8825: $? = 0 | configure:8852: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:104:20: error: expected expression before ')' token | configure:8859: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((dev_t))) | | return 0; | | ; | | return 0; | | } | configure:8882: result: yes | configure:8894: checking for ino_t | configure:8922: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:8929: $? = 0 | configure:8956: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:104:20: error: expected expression before ')' token | configure:8963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((ino_t))) | | return 0; | | ; | | return 0; | | } | configure:8986: result: yes | configure:9000: checking for ssize_t | configure:9027: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9034: $? = 0 | configure:9049: result: yes | configure:9072: checking for working alloca.h | configure:9099: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:9106: $? = 0 | configure:9126: result: yes | configure:9136: checking for alloca | configure:9183: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:9190: $? = 0 | configure:9210: result: yes | configure:9451: checking for C/C++ restrict keyword | configure:9486: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9493: $? = 0 | configure:9511: result: __restrict | configure:9527: checking whether getenv is declared | configure:9556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9563: $? = 0 | configure:9578: result: yes | configure:9596: checking whether clearerr_unlocked is declared | configure:9625: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9632: $? = 0 | configure:9647: result: yes | configure:9665: checking whether feof_unlocked is declared | configure:9694: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9701: $? = 0 | configure:9716: result: yes | configure:9734: checking whether ferror_unlocked is declared | configure:9763: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9770: $? = 0 | configure:9785: result: yes | configure:9803: checking whether fflush_unlocked is declared | configure:9832: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9839: $? = 0 | configure:9854: result: yes | configure:9872: checking whether fgets_unlocked is declared | configure:9901: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9908: $? = 0 | configure:9923: result: yes | configure:9941: checking whether fputc_unlocked is declared | configure:9970: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:9977: $? = 0 | configure:9992: result: yes | configure:10010: checking whether fputs_unlocked is declared | configure:10039: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10046: $? = 0 | configure:10061: result: yes | configure:10079: checking whether fread_unlocked is declared | configure:10108: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10115: $? = 0 | configure:10130: result: yes | configure:10148: checking whether fwrite_unlocked is declared | configure:10177: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10184: $? = 0 | configure:10199: result: yes | configure:10217: checking whether getc_unlocked is declared | configure:10246: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10253: $? = 0 | configure:10268: result: yes | configure:10286: checking whether getchar_unlocked is declared | configure:10315: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10322: $? = 0 | configure:10337: result: yes | configure:10355: checking whether putc_unlocked is declared | configure:10384: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10391: $? = 0 | configure:10406: result: yes | configure:10424: checking whether putchar_unlocked is declared | configure:10453: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10460: $? = 0 | configure:10475: result: yes | configure:10500: checking for flockfile | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for funlockfile | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for pathconf | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for btowc | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for canonicalize_file_name | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for getcwd | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for readlink | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for realpath | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for chown | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for fchown | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for fdopendir | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for dup2 | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for fchdir | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for fcntl | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mempcpy | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:122:6: warning: conflicting types for built-in function 'mempcpy' | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for isblank | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:123:6: warning: conflicting types for built-in function 'isblank' | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for iswctype | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mbsrtowcs | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for wmemchr | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for wmemcpy | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for wmempcpy | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for __fpending | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for futimens | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for getdelim | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for getdtablesize | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for gettimeofday | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for nanotime | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | /var/tmp/portage/app-arch/tar-1.24/temp/ccORp7ev.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `nanotime' | collect2: ld returned 1 exit status | configure:10563: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 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 GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char 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 | | #endif | | | | int | | main () | | { | | return nanotime (); | | ; | | return 0; | | } | configure:10585: result: no | configure:10500: checking for lchmod | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:139:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:10563: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | /* end confdefs.h. */ | | /* Define lchmod to an innocuous variant, in case declares lchmod. | | For example, HP-UX 11i declares gettimeofday. */ | | #define lchmod innocuous_lchmod | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char lchmod (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef lchmod | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char lchmod (); | | /* 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_lchmod || defined __stub___lchmod | | choke me | | #endif | | | | int | | main () | | { | | return lchmod (); | | ; | | return 0; | | } | configure:10585: result: no | configure:10500: checking for link | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for linkat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for symlink | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for lstat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mbsinit | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mbrtowc | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mprotect | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for memchr | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:141:6: warning: conflicting types for built-in function 'memchr' | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mkfifo | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mkfifoat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mknodat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for mknod | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for alarm | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for nl_langinfo | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for readlinkat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for wcscoll | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for renameat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for setenv | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for sleep | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for strdup | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:153:6: warning: conflicting types for built-in function 'strdup' | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for strndup | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:154:6: warning: conflicting types for built-in function 'strndup' | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for symlinkat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for localtime_r | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for pipe | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for futimes | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for futimesat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for utimensat | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for lutimes | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for vasnprintf | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | /var/tmp/portage/app-arch/tar-1.24/temp/ccFtj7wm.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `vasnprintf' | collect2: ld returned 1 exit status | configure:10563: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 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 GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char 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 | | #endif | | | | int | | main () | | { | | return vasnprintf (); | | ; | | return 0; | | } | configure:10585: result: no | configure:10500: checking for wcrtomb | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for iswcntrl | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:163:6: warning: conflicting types for built-in function 'iswcntrl' | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for iswblank | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:164:6: warning: conflicting types for built-in function 'iswblank' | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for wcwidth | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for setlocale | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for fchmod | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10500: checking for fsync | configure:10556: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10563: $? = 0 | configure:10585: result: yes | configure:10608: checking for d_ino member in directory struct | configure:10648: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:10652: $? = 0 | configure:10658: ./conftest | configure:10662: $? = 0 | configure:10679: result: yes | configure:10691: checking whether system is Windows or MSDOS | configure:10721: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:153:1: error: 'neither' undeclared (first use in this function) | conftest.c:153:1: note: each undeclared identifier is reported only once for each function it appears in | conftest.c:153:9: error: expected ';' before 'MSDOS' | configure:10728: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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:10744: result: no | configure:10837: checking for long file names | configure:10869: result: yes | configure:10918: checking whether uses 'inline' correctly | configure:10937: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10940: $? = 0 | configure:10955: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:10958: $? = 0 | configure:10971: result: yes | configure:10998: checking for nl_langinfo and CODESET | configure:11024: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:11031: $? = 0 | configure:11052: result: yes | configure:11065: checking for a traditional french locale | configure:11125: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:11128: $? = 0 | configure:11165: result: none | configure:11178: checking whether // is distinct from / | configure:11207: result: no | configure:11226: checking whether realpath works | configure:11266: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:11270: $? = 0 | configure:11276: ./conftest | configure:11280: $? = 0 | configure:11298: result: yes | configure:11498: checking for unistd.h | configure:11505: result: yes | configure:11644: checking for working chown | configure:11687: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:11691: $? = 0 | configure:11697: ./conftest | configure:11701: $? = 0 | configure:11720: result: yes | configure:11731: checking whether chown dereferences symlinks | configure:11807: result: yes | configure:11883: checking whether chown honors trailing slash | configure:11919: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:11923: $? = 0 | configure:11929: ./conftest | configure:11933: $? = 0 | configure:11951: result: yes | configure:11972: checking whether chown always updates ctime | configure:12014: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:12018: $? = 0 | configure:12024: ./conftest | configure:12028: $? = 0 | configure:12046: result: yes | configure:12098: checking whether the preprocessor supports include_next | configure:12141: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Iconftestd1b -Iconftestd2 conftest.c >&5 | configure:12148: $? = 0 | configure:12197: result: yes | configure:12218: checking whether system header files limit the line length | configure:12245: result: no | configure:12301: checking if environ is properly declared | configure:12329: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:156:39: error: conflicting types for 'environ' | /usr/include/unistd.h:542:15: note: previous declaration of 'environ' was here | configure:12336: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | /* end confdefs.h. */ | | #include | | extern struct { int foo; } environ; | | int | | main () | | { | | environ.foo = 1; | | ; | | return 0; | | } | configure:12352: result: yes | configure:12371: checking for complete errno.h | configure:12430: result: yes | configure:13767: checking whether strerror_r is declared | configure:13796: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:13803: $? = 0 | configure:13818: result: yes | configure:13840: checking for strerror_r | configure:13896: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:13903: $? = 0 | configure:13925: result: yes | configure:13937: checking whether strerror_r returns char * | configure:13971: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:13978: $? = 0 | configure:14057: result: yes | configure:14115: checking for promoted mode_t type | configure:14142: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:163:13: error: size of array 'array' is negative | configure:14149: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | | ; | | return 0; | | } | configure:14165: result: mode_t | configure:14262: checking for working fcntl.h | configure:14329: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:14333: $? = 0 | configure:14339: ./conftest | configure:14343: $? = 0 | configure:14365: result: yes | configure:14394: checking for mbstate_t | configure:14421: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:14428: $? = 0 | configure:14443: result: yes | configure:14482: checking for fseeko | configure:14510: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:14517: $? = 0 | configure:14538: result: yes | configure:14542: checking whether stdin defaults to large file offsets | configure:14576: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:14583: $? = 0 | configure:14603: result: yes | configure:14609: checking whether getcwd (NULL, 0) allocates memory for result | configure:14666: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:14670: $? = 0 | configure:14676: ./conftest | configure:14680: $? = 0 | configure:14697: result: yes | configure:14700: checking whether getcwd is declared | configure:14729: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:14736: $? = 0 | configure:14751: result: yes | configure:14769: checking whether getdelim is declared | configure:14798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:14805: $? = 0 | configure:14820: result: yes | configure:14842: checking whether getline is declared | configure:14871: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:14878: $? = 0 | configure:14893: result: yes | configure:15000: checking for getopt.h | configure:15007: result: yes | configure:15155: checking for getopt_long_only | configure:15211: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:15218: $? = 0 | configure:15240: result: yes | configure:15257: checking whether optreset is declared | configure:15287: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:174:10: error: 'optreset' undeclared (first use in this function) | conftest.c:174:10: note: each undeclared identifier is reported only once for each function it appears in | configure:15294: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef optreset | | (void) optreset; | | #endif | | | | ; | | return 0; | | } | configure:15309: result: no | configure:15323: checking whether getopt_clip is declared | configure:15353: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:175:10: error: 'getopt_clip' undeclared (first use in this function) | conftest.c:175:10: note: each undeclared identifier is reported only once for each function it appears in | configure:15360: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef getopt_clip | | (void) getopt_clip; | | #endif | | | | ; | | return 0; | | } | configure:15375: result: no | configure:15400: checking whether getopt is POSIX compatible | configure:15518: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:15522: $? = 0 | configure:15528: ./conftest | configure:15532: $? = 0 | configure:15550: result: yes | configure:15558: checking for working GNU getopt function | configure:15657: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:15661: $? = 0 | configure:15667: ./conftest | configure:15671: $? = 0 | configure:15694: result: yes | configure:15841: checking for struct timeval | configure:15871: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:15878: $? = 0 | configure:15893: result: yes | configure:15903: checking whether gettimeofday is declared without a macro | configure:15935: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:15942: $? = 0 | configure:15959: result: yes | configure:15977: checking for stdbool.h that conforms to C99 | configure:16054: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:16061: $? = 0 | configure:16076: result: yes | configure:16078: checking for _Bool | configure:16106: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:16113: $? = 0 | configure:16140: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:207:20: error: expected expression before ')' token | configure:16147: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((_Bool))) | | return 0; | | ; | | return 0; | | } | configure:16170: result: yes | configure:16208: checking for long long int | configure:16255: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:16262: $? = 0 | configure:16309: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:16313: $? = 0 | configure:16319: ./conftest | configure:16323: $? = 0 | configure:16350: result: yes | configure:16361: checking for unsigned long long int | configure:16408: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:16415: $? = 0 | configure:16435: result: yes | configure:16469: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:176:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' | configure:16476: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:16625: checking whether stdint.h conforms to C99 | configure:16804: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:16811: $? = 0 | configure:16907: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:16911: $? = 0 | configure:16917: ./conftest | configure:16921: $? = 0 | configure:16946: result: yes | configure:18262: checking for inttypes.h | configure:18269: result: yes | configure:18409: checking whether the inttypes.h PRIxNN macros are broken | configure:18441: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:18448: $? = 0 | configure:18464: result: no | configure:18481: checking whether imaxabs is declared | configure:18510: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:18517: $? = 0 | configure:18532: result: yes | configure:18550: checking whether imaxdiv is declared | configure:18579: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:18586: $? = 0 | configure:18601: result: yes | configure:18619: checking whether strtoimax is declared | configure:18648: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:18655: $? = 0 | configure:18670: result: yes | configure:18688: checking whether strtoumax is declared | configure:18717: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:18724: $? = 0 | configure:18739: result: yes | configure:18779: checking whether lstat correctly handles trailing slash | configure:18820: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:18824: $? = 0 | configure:18830: ./conftest | configure:18834: $? = 0 | configure:18858: result: yes | configure:18883: checking whether unlink honors trailing slashes | configure:18923: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:18927: $? = 0 | configure:18933: ./conftest | configure:18937: $? = 0 | configure:18955: result: yes | configure:18957: checking whether unlink of a parent directory fails is it should | configure:19050: result: guessing yes | configure:19154: checking for fchmodat | configure:19210: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19217: $? = 0 | configure:19239: result: yes | configure:19154: checking for fstatat | configure:19210: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19217: $? = 0 | configure:19239: result: yes | configure:19154: checking for mkdirat | configure:19210: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19217: $? = 0 | configure:19239: result: yes | configure:19154: checking for openat | configure:19210: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19217: $? = 0 | configure:19239: result: yes | configure:19154: checking for unlinkat | configure:19210: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19217: $? = 0 | configure:19239: result: yes | configure:19329: checking for fchownat | configure:19385: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19392: $? = 0 | configure:19412: result: yes | configure:19416: checking whether fchownat works with AT_SYMLINK_NOFOLLOW | configure:19458: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19462: $? = 0 | configure:19468: ./conftest | configure:19472: $? = 0 | configure:19490: result: yes | configure:19529: checking whether we are using the GNU C Library 2.1 or newer | configure:19560: result: yes | configure:19569: checking whether malloc, realloc, calloc are POSIX compliant | configure:19599: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:19606: $? = 0 | configure:19622: result: yes | configure:19631: checking for stdlib.h | configure:19638: result: yes | configure:19777: checking for GNU libc compatible malloc | configure:19811: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19815: $? = 0 | configure:19821: ./conftest | configure:19825: $? = 0 | configure:19842: result: yes | configure:19864: checking for a traditional japanese locale | configure:19928: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:19931: $? = 0 | configure:19973: result: none | configure:19981: checking for a transitional chinese locale | configure:20046: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:20049: $? = 0 | configure:20075: result: none | configure:20082: checking for a french Unicode locale | configure:20146: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:20149: $? = 0 | configure:20176: result: none | configure:20249: checking whether mbrtowc and mbstate_t are properly declared | configure:20306: result: yes | configure:20332: checking for mmap | configure:20388: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:20395: $? = 0 | configure:20415: result: yes | configure:20427: checking for MAP_ANONYMOUS | configure:20474: result: yes | configure:20513: checking whether memchr works | configure:20585: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:20589: $? = 0 | configure:20595: ./conftest | configure:20599: $? = 0 | configure:20616: result: yes | configure:20790: checking whether memrchr is declared | configure:20819: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:20826: $? = 0 | configure:20841: result: yes | configure:20891: checking for compound literals | configure:20918: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:20925: $? = 0 | configure:20940: result: yes | configure:20950: checking whether struct tm is in sys/time.h or time.h | configure:20980: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:20987: $? = 0 | configure:21002: result: time.h | configure:21013: checking for struct tm.tm_gmtoff | configure:21042: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:21049: $? = 0 | configure:21108: result: yes | configure:21140: checking whether setenv validates arguments | configure:21178: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:21182: $? = 0 | configure:21188: ./conftest | configure:21192: $? = 0 | configure:21209: result: yes | configure:21250: checking search.h usability | configure:21267: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:21274: $? = 0 | configure:21288: result: yes | configure:21292: checking search.h presence | configure:21307: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:21314: $? = 0 | configure:21328: result: yes | configure:21361: checking for search.h | configure:21370: result: yes | configure:21389: checking for tsearch | configure:21445: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:21452: $? = 0 | configure:21474: result: yes | configure:21490: checking whether snprintf is declared | configure:21519: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:21526: $? = 0 | configure:21541: result: yes | configure:21567: checking for wchar_t | configure:21594: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:21601: $? = 0 | configure:21616: result: yes | configure:21629: checking whether C symbols are prefixed with underscore at the linker level | configure:21642: x86_64-unknown-linux-gnu-gcc -std=gnu99 -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -S conftest.c | configure:21645: $? = 0 | configure:21655: result: no | configure:21680: checking whether strdup is declared | configure:21709: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:21716: $? = 0 | configure:21731: result: yes | configure:21755: checking for working strerror function | configure:21828: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:21832: $? = 0 | configure:21838: ./conftest | configure:21842: $? = 0 | configure:21860: result: yes | configure:22187: checking whether memmem is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether mempcpy is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether memrchr is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether rawmemchr is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether stpcpy is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether stpncpy is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strchrnul is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strdup is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strncat is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strndup is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strnlen is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strpbrk is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strsep is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strcasestr is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strtok_r is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strsignal is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22187: checking whether strverscmp is declared without a macro | configure:22215: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22222: $? = 0 | configure:22239: result: yes | configure:22326: checking whether strcasecmp is declared without a macro | configure:22354: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22361: $? = 0 | configure:22378: result: yes | configure:22326: checking whether strncasecmp is declared without a macro | configure:22354: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22361: $? = 0 | configure:22378: result: yes | configure:22393: checking whether strndup is declared | configure:22444: result: yes | configure:22464: checking whether strnlen is declared | configure:22515: result: yes | configure:22548: checking for struct timespec in | configure:22575: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22582: $? = 0 | configure:22597: result: yes | configure:22821: checking whether the utimes function works | configure:22894: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:22898: $? = 0 | configure:22904: ./conftest | configure:22908: $? = 0 | configure:22925: result: yes | configure:22947: checking for struct utimbuf | configure:22980: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:22987: $? = 0 | configure:23002: result: yes | configure:23024: checking for wint_t | configure:23059: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:23066: $? = 0 | configure:23081: result: yes | configure:23092: checking for inttypes.h | configure:23121: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:23128: $? = 0 | configure:23143: result: yes | configure:23154: checking for stdint.h | configure:23181: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:23188: $? = 0 | configure:23203: result: yes | configure:23216: checking for intmax_t | configure:23251: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:23258: $? = 0 | configure:23273: result: yes | configure:23295: checking whether snprintf returns a byte count as in C99 | configure:23357: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:23361: $? = 0 | configure:23367: ./conftest | configure:23371: $? = 0 | configure:23389: result: yes | configure:23408: checking for snprintf | configure:23464: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:249:6: warning: conflicting types for built-in function 'snprintf' | configure:23471: $? = 0 | configure:23493: result: yes | configure:23408: checking for strnlen | configure:23464: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:23471: $? = 0 | configure:23493: result: yes | configure:23408: checking for wcslen | configure:23464: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:23471: $? = 0 | configure:23493: result: yes | configure:23408: checking for wcsnlen | configure:23464: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:23471: $? = 0 | configure:23493: result: yes | configure:23408: checking for mbrtowc | configure:23493: result: yes | configure:23408: checking for wcrtomb | configure:23493: result: yes | configure:23505: checking whether _snprintf is declared | configure:23535: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:238:10: error: '_snprintf' undeclared (first use in this function) | conftest.c:238:10: note: each undeclared identifier is reported only once for each function it appears in | configure:23542: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef _snprintf | | (void) _snprintf; | | #endif | | | | ; | | return 0; | | } | configure:23557: result: no | configure:23586: checking whether vsnprintf is declared | configure:23615: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:23622: $? = 0 | configure:23637: result: yes | configure:23661: checking whether iswblank is declared | configure:23690: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:272:10: error: 'iswblank' undeclared (first use in this function) | conftest.c:272:10: note: each undeclared identifier is reported only once for each function it appears in | configure:23697: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef iswblank | | (void) iswblank; | | #endif | | | | ; | | return 0; | | } | configure:23712: result: no | configure:23768: checking for alloca as a compiler built-in | configure:23796: result: yes | configure:23880: checking whether program_invocation_name is declared | configure:23910: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:23917: $? = 0 | configure:23932: result: yes | configure:23948: checking whether program_invocation_short_name is declared | configure:23978: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:23985: $? = 0 | configure:24000: result: yes | configure:24021: checking whether program_invocation_name is defined | configure:24044: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:24051: $? = 0 | configure:24064: result: yes | configure:24078: checking whether program_invocation_short_name is defined | configure:24101: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:24108: $? = 0 | configure:24121: result: yes | configure:24257: checking whether btowc(0) is correct | configure:24296: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:24300: $? = 0 | configure:24306: ./conftest | configure:24310: $? = 0 | configure:24328: result: yes | configure:24331: checking whether btowc(EOF) is correct | configure:24407: result: guessing yes | configure:24523: checking whether this system has an arbitrary file name length limit | configure:24549: result: yes | configure:24597: checking for library containing clock_gettime | configure:24638: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | /var/tmp/portage/app-arch/tar-1.24/temp/ccSXKz3D.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `clock_gettime' | collect2: ld returned 1 exit status | configure:24645: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char clock_gettime (); | | int | | main () | | { | | return clock_gettime (); | | ; | | return 0; | | } | configure:24638: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c -lrt >&5 | configure:24645: $? = 0 | configure:24676: result: -lrt | configure:24690: checking for clock_gettime | configure:24746: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c -lrt >&5 | configure:24753: $? = 0 | configure:24775: result: yes | configure:24690: checking for clock_settime | configure:24746: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c -lrt >&5 | configure:24753: $? = 0 | configure:24775: result: yes | configure:24866: checking for d_ino member in directory struct | configure:24937: result: yes | configure:25022: checking whether alphasort is declared without a macro | configure:25050: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:25057: $? = 0 | configure:25074: result: yes | configure:25022: checking whether dirfd is declared without a macro | configure:25050: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:25057: $? = 0 | configure:25074: result: yes | configure:25022: checking whether fdopendir is declared without a macro | configure:25050: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:25057: $? = 0 | configure:25074: result: yes | configure:25022: checking whether scandir is declared without a macro | configure:25050: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:25057: $? = 0 | configure:25074: result: yes | configure:25131: checking for dirfd | configure:25187: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:25194: $? = 0 | configure:25216: result: yes | configure:25228: checking whether dirfd is declared | configure:25281: result: yes | configure:25303: checking whether dirfd is a macro | configure:25330: result: no | configure:25510: checking whether // is distinct from / | configure:25539: result: no | configure:25572: checking whether dup2 works | configure:25624: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:25628: $? = 0 | configure:25634: ./conftest | configure:25638: $? = 0 | configure:25656: result: yes | configure:25723: checking for error_at_line | configure:25749: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:25756: $? = 0 | configure:25776: result: yes | configure:26081: checking whether fcntl handles F_DUPFD correctly | configure:26117: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:26121: $? = 0 | configure:26127: ./conftest | configure:26131: $? = 0 | configure:26148: result: yes | configure:26183: checking whether fcntl understands F_DUPFD_CLOEXEC | configure:26214: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:26221: $? = 0 | configure:26253: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:271:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:26260: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | /* end confdefs.h. */ | | | | #ifdef __linux__ | | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace | | it to support the semantics on older kernels that failed with EINVAL. */ | | choke me | | #endif | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:26283: result: needs runtime check | configure:26398: checking whether fcntl is declared without a macro | configure:26426: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:26433: $? = 0 | configure:26450: result: yes | configure:26398: checking whether openat is declared without a macro | configure:26426: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:26433: $? = 0 | configure:26450: result: yes | configure:26468: checking whether fdopendir is declared | configure:26522: result: yes | configure:26572: checking whether fdopendir works | configure:26609: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:26613: $? = 0 | configure:26619: ./conftest | configure:26623: $? = 0 | configure:26640: result: yes | configure:26690: checking for struct stat.st_blocks | configure:26718: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:26725: $? = 0 | configure:26783: result: yes | configure:26927: checking for working GNU fnmatch | configure:27009: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:27013: $? = 0 | configure:27019: ./conftest | configure:27023: $? = 0 | configure:27043: result: yes | configure:27191: checking whether __fpending is declared | configure:27221: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:27228: $? = 0 | configure:27243: result: yes | configure:27459: checking whether futimens works | configure:27507: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:27511: $? = 0 | configure:27517: ./conftest | configure:27521: $? = 0 | configure:27551: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:283:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:27558: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | /* end confdefs.h. */ | | | | #ifdef __linux__ | | /* The Linux kernel added futimens in 2.6.22, but has bugs with UTIME_OMIT | | in several file systems as recently as 2.6.32. Always replace futimens | | to support older kernels. */ | | choke me | | #endif | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:27587: result: needs runtime check | configure:27633: checking whether getcwd handles long file names properly | configure:27805: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:27809: $? = 0 | configure:27815: ./conftest | configure:27819: $? = 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.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 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 () | | { | | #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; | | | | /* Try rmdir first, in case the chdir failed. */ | | rmdir (DIR_NAME); | | for (i = 0; i <= n_chdirs; i++) | | { | | if (chdir ("..") < 0) | | break; | | if (rmdir (DIR_NAME) != 0) | | break; | | } | | } | | | | exit (fail); | | #endif | | } | | | configure:27840: result: no, but it is partly working | configure:27860: checking for getpagesize | configure:27916: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:27923: $? = 0 | configure:27945: result: yes | configure:27957: checking whether getcwd aborts when 4k < cwd_length < 16k | configure:28057: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:28061: $? = 0 | configure:28067: ./conftest | configure:28071: $? = 0 | configure:28089: result: no | configure:28150: checking for working getdelim function | configure:28224: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:28228: $? = 0 | configure:28234: ./conftest | configure:28238: $? = 0 | configure:28255: result: yes | configure:28515: checking for getline | configure:28571: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:28578: $? = 0 | configure:28598: result: yes | configure:28607: checking for working getline function | configure:28681: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:28685: $? = 0 | configure:28691: ./conftest | configure:28695: $? = 0 | configure:28712: result: yes | configure:29143: checking for getpagesize | configure:29228: result: yes | configure:29566: checking whether getpagesize is declared | configure:29595: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:29602: $? = 0 | configure:29617: result: yes | configure:29951: checking whether gettimeofday clobbers localtime buffer | configure:29993: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:29997: $? = 0 | configure:30003: ./conftest | configure:30007: $? = 0 | configure:30024: result: no | configure:30312: checking for gettimeofday with POSIX signature | configure:30350: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:290:19: error: conflicting types for 'gettimeofday' | /usr/include/sys/time.h:73:12: note: previous declaration of 'gettimeofday' was here | configure:30357: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | /* end confdefs.h. */ | | #include | | struct timeval c; | | int gettimeofday (struct timeval *restrict, void *restrict); | | | | int | | main () | | { | | /* glibc uses struct timezone * rather than the POSIX void * | | if _GNU_SOURCE is defined. However, since the only portable | | use of gettimeofday uses NULL as the second parameter, and | | since the glibc definition is actually more typesafe, it is | | not worth wrapping this to get a compliant signature. */ | | int (*f) (struct timeval *restrict, void *restrict) | | = gettimeofday; | | int x = f (&c, 0); | | return !(x | c.tv_sec | c.tv_usec); | | | | ; | | return 0; | | } | configure:30390: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:30397: $? = 0 | configure:30415: result: almost | configure:30742: checking whether the compiler generally respects inline | configure:30773: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:30780: $? = 0 | configure:30797: result: yes | configure:30846: checking whether inttypes.h conforms to C99 | configure:30979: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:30986: $? = 0 | configure:31002: result: yes | configure:31113: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:294:23: error: conflicting types for 'foo' | conftest.c:293:28: note: previous declaration of 'foo' was here | configure:31120: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | /* end confdefs.h. */ | | #include | | extern intptr_t foo; | | extern int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:31113: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31120: $? = 0 | configure:31164: checking whether INT32_MAX < INTMAX_MAX | configure:31208: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31215: $? = 0 | configure:31230: result: yes | configure:31241: checking whether INT64_MAX == LONG_MAX | configure:31285: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31292: $? = 0 | configure:31307: result: yes | configure:31320: checking whether UINT32_MAX < UINTMAX_MAX | configure:31364: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31371: $? = 0 | configure:31386: result: yes | configure:31397: checking whether UINT64_MAX == ULONG_MAX | configure:31441: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31448: $? = 0 | configure:31463: result: yes | configure:31483: checking whether imaxabs is declared without a macro | configure:31511: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31518: $? = 0 | configure:31535: result: yes | configure:31483: checking whether imaxdiv is declared without a macro | configure:31511: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31518: $? = 0 | configure:31535: result: yes | configure:31483: checking whether strtoimax is declared without a macro | configure:31511: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31518: $? = 0 | configure:31535: result: yes | configure:31483: checking whether strtoumax is declared without a macro | configure:31511: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31518: $? = 0 | configure:31535: result: yes | configure:31631: checking whether langinfo.h defines CODESET | configure:31659: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31666: $? = 0 | configure:31682: result: yes | configure:31687: checking whether langinfo.h defines T_FMT_AMPM | configure:31715: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31722: $? = 0 | configure:31738: result: yes | configure:31743: checking whether langinfo.h defines ERA | configure:31771: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31778: $? = 0 | configure:31794: result: yes | configure:31799: checking whether langinfo.h defines YESEXPR | configure:31827: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31834: $? = 0 | configure:31850: result: yes | configure:31868: checking whether nl_langinfo is declared without a macro | configure:31896: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:31903: $? = 0 | configure:31920: result: yes | configure:31957: checking for lchown | configure:32013: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:32020: $? = 0 | configure:32042: result: yes | configure:32111: checking whether link handles trailing slash correctly | configure:32150: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:32154: $? = 0 | configure:32160: ./conftest | configure:32164: $? = 0 | configure:32182: result: yes | configure:32221: checking whether link(2) dereferences a symlink | configure:32281: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:32285: $? = 0 | configure:32291: ./conftest | configure:32295: $? = 0 | configure:32314: result: no | configure:32372: checking whether linkat(,AT_SYMLINK_FOLLOW) works | configure:32409: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:307:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:32416: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | /* end confdefs.h. */ | | | | #include | | #include | | #ifdef __linux__ | | /* Linux added linkat in 2.6.16, but did not add AT_SYMLINK_FOLLOW | | until 2.6.18. Always replace linkat to support older kernels. */ | | choke me | | #endif | | | | int | | main () | | { | | return linkat (AT_FDCWD, "conftest.f1", AT_FDCWD, "conftest.f2", | | AT_SYMLINK_FOLLOW); | | ; | | return 0; | | } | configure:32432: result: need runtime check | configure:32434: checking whether linkat handles trailing slash correctly | configure:32497: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:32501: $? = 0 | configure:32507: ./conftest | configure:32511: $? = 0 | configure:32529: result: yes | configure:32587: checking whether lseek detects pipes | configure:32620: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:32627: $? = 0 | configure:32695: result: yes | configure:32773: checking for stdlib.h | configure:32780: result: yes | configure:32919: checking for GNU libc compatible malloc | configure:32984: result: yes | configure:33096: checking whether mbrtowc handles incomplete characters | configure:33177: result: guessing yes | configure:33183: checking whether mbrtowc works as well as mbtowc | configure:33268: result: guessing yes | configure:33305: checking whether mbrtowc handles a NULL string argument | configure:33388: result: guessing yes | configure:33395: checking whether mbrtowc has a correct return value | configure:33495: result: guessing yes | configure:33501: checking whether mbrtowc returns 0 when parsing a NUL character | configure:33581: result: guessing yes | configure:33687: checking whether mbrtowc handles incomplete characters | configure:33768: result: guessing yes | configure:33774: checking whether mbrtowc works as well as mbtowc | configure:33859: result: guessing yes | configure:33951: checking whether mbrtowc handles incomplete characters | configure:34032: result: guessing yes | configure:34038: checking whether mbrtowc works as well as mbtowc | configure:34123: result: guessing yes | configure:34162: checking whether mbsrtowcs works | configure:34276: result: guessing yes | configure:34368: checking for mempcpy | configure:34453: result: yes | configure:34515: checking for memrchr | configure:34571: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:34578: $? = 0 | configure:34600: result: yes | configure:34642: checking whether mkdir handles trailing slash | configure:34675: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:34679: $? = 0 | configure:34685: ./conftest | configure:34689: $? = 0 | configure:34709: result: yes | configure:34725: checking whether mkdir handles trailing dot | configure:34758: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:34762: $? = 0 | configure:34768: ./conftest | configure:34772: $? = 0 | configure:34792: result: yes | configure:34828: checking for mkdtemp | configure:34884: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:34891: $? = 0 | configure:34913: result: yes | configure:34977: checking whether mkfifo rejects trailing slashes | configure:35015: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:35019: $? = 0 | configure:35025: ./conftest | configure:35029: $? = 0 | configure:35047: result: yes | configure:35171: checking whether mknod can create fifo without root privileges | configure:35205: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:35209: $? = 0 | configure:35215: ./conftest | configure:35219: $? = 0 | configure:35246: result: yes | configure:35305: checking for working mktime | configure:35507: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:35511: $? = 0 | configure:35517: ./conftest | configure:35521: $? = 0 | configure:35538: result: yes | configure:35661: checking for obstacks | configure:35692: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:35699: $? = 0 | configure:35719: result: yes | configure:35772: checking whether open recognizes a trailing slash | configure:35817: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:35821: $? = 0 | configure:35827: ./conftest | configure:35831: $? = 0 | configure:35850: result: yes | configure:35971: checking for fchmodat | configure:36056: result: yes | configure:35971: checking for fstatat | configure:36056: result: yes | configure:35971: checking for mkdirat | configure:36056: result: yes | configure:35971: checking for openat | configure:36056: result: yes | configure:35971: checking for unlinkat | configure:36056: result: yes | configure:36146: checking for fchownat | configure:36229: result: yes | configure:36233: checking whether fchownat works with AT_SYMLINK_NOFOLLOW | configure:36307: result: yes | configure:36349: checking for struct tm.tm_zone | configure:36380: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:36387: $? = 0 | configure:36448: result: yes | configure:36629: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:36636: $? = 0 | configure:36678: checking for getppriv | configure:36734: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | /var/tmp/portage/app-arch/tar-1.24/temp/ccMmarDb.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `getppriv' | collect2: ld returned 1 exit status | configure:36741: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | /* end confdefs.h. */ | | /* Define getppriv to an innocuous variant, in case declares getppriv. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getppriv innocuous_getppriv | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getppriv (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getppriv | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char getppriv (); | | /* 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_getppriv || defined __stub___getppriv | | choke me | | #endif | | | | int | | main () | | { | | return getppriv (); | | ; | | return 0; | | } | configure:36763: result: no | configure:36783: checking whether program_invocation_name is declared | configure:36835: result: yes | configure:36853: checking whether program_invocation_short_name is declared | configure:36905: result: yes | configure:36968: checking for rawmemchr | configure:37024: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:37031: $? = 0 | configure:37053: result: yes | configure:37113: checking whether readlink signature is correct | configure:37141: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:37148: $? = 0 | configure:37163: result: yes | configure:37165: checking whether readlink handles trailing slash correctly | configure:37199: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:37203: $? = 0 | configure:37209: ./conftest | configure:37213: $? = 0 | configure:37231: result: yes | configure:37379: checking for working re_compile_pattern | configure:37543: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:37547: $? = 0 | configure:37553: ./conftest | configure:37557: $? = 0 | configure:37574: result: yes | configure:37928: checking whether rename honors trailing slash on destination | configure:37974: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:37978: $? = 0 | configure:37984: ./conftest | configure:37988: $? = 0 | configure:38007: result: yes | configure:38028: checking whether rename honors trailing slash on source | configure:38074: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:38078: $? = 0 | configure:38084: ./conftest | configure:38088: $? = 0 | configure:38107: result: yes | configure:38128: checking whether rename manages hard links correctly | configure:38167: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:38171: $? = 0 | configure:38177: ./conftest | configure:38181: $? = 0 | configure:38203: result: yes | configure:38224: checking whether rename manages existing destinations correctly | configure:38262: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:38266: $? = 0 | configure:38272: ./conftest | configure:38276: $? = 0 | configure:38295: result: yes | configure:38404: checking whether rmdir works | configure:38439: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:38443: $? = 0 | configure:38449: ./conftest | configure:38453: $? = 0 | configure:38471: result: yes | configure:38517: checking for rpmatch | configure:38573: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:38580: $? = 0 | configure:38602: result: yes | configure:38806: checking for stdint.h | configure:38813: result: yes | configure:38952: checking for SIZE_MAX | configure:39685: result: yes | configure:39700: checking whether sleep is declared | configure:39730: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:39737: $? = 0 | configure:39752: result: yes | configure:39789: checking for working sleep | configure:39836: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:39840: $? = 0 | configure:39846: ./conftest | configure:39850: $? = 0 | configure:39867: result: yes | configure:39905: checking for snprintf | configure:39990: result: yes | configure:40005: checking whether snprintf respects a size of 1 | configure:40035: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:40039: $? = 0 | configure:40045: ./conftest | configure:40049: $? = 0 | configure:40067: result: yes | configure:40118: checking for ssize_t | configure:40167: result: yes | configure:40187: checking whether stat handles trailing slashes on directories | configure:40220: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:40224: $? = 0 | configure:40230: ./conftest | configure:40234: $? = 0 | configure:40251: result: yes | configure:40253: checking whether stat handles trailing slashes on files | configure:40293: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:40297: $? = 0 | configure:40303: ./conftest | configure:40307: $? = 0 | configure:40325: result: yes | configure:40382: checking for struct stat.st_atim.tv_nsec | configure:40412: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:40419: $? = 0 | configure:40479: result: yes | configure:40487: checking whether struct stat.st_atim is of type struct timespec | configure:40524: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:40531: $? = 0 | configure:40546: result: yes | configure:40894: checking for struct stat.st_birthtimespec.tv_nsec | configure:40924: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:366:12: error: 'struct stat' has no member named 'st_birthtimespec' | configure:40931: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:40966: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:366:19: error: 'struct stat' has no member named 'st_birthtimespec' | configure:40973: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:40991: result: no | configure:41001: checking for struct stat.st_birthtimensec | configure:41031: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:366:12: error: 'struct stat' has no member named 'st_birthtimensec' | configure:41038: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:41073: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:366:19: error: 'struct stat' has no member named 'st_birthtimensec' | configure:41080: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:41098: result: no | configure:41108: checking for struct stat.st_birthtim.tv_nsec | configure:41138: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:366:12: error: 'struct stat' has no member named 'st_birthtim' | configure:41145: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:41180: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:366:19: error: 'struct stat' has no member named 'st_birthtim' | configure:41187: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:41205: result: no | configure:41225: checking for va_copy | configure:41256: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:41263: $? = 0 | configure:41279: result: yes | configure:41473: checking whether NULL can be used in arbitrary expressions | configure:41501: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:41508: $? = 0 | configure:41523: result: yes | configure:41696: checking whether stdint.h conforms to C99 | configure:42017: result: yes | configure:43421: checking whether dprintf is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether fpurge is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:366:10: error: 'fpurge' undeclared (first use in this function) | conftest.c:366:10: note: each undeclared identifier is reported only once for each function it appears in | configure:43456: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef fpurge | | (void) fpurge; | | ; | | return 0; | | } | configure:43473: result: no | configure:43421: checking whether fseeko is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether ftello is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether getdelim is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether getline is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether popen is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether renameat is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether snprintf is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether tmpfile is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether vdprintf is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43421: checking whether vsnprintf is declared without a macro | configure:43449: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43456: $? = 0 | configure:43473: result: yes | configure:43557: checking for random.h | configure:43578: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:404:20: fatal error: random.h: No such file or directory | compilation terminated. | configure:43585: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:43602: result: no | configure:43621: checking for struct random_data | configure:43654: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43661: $? = 0 | configure:43693: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:379:33: error: expected expression before ')' token | configure:43700: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_RANDOM_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((struct random_data))) | | return 0; | | ; | | return 0; | | } | configure:43723: result: yes | configure:43764: checking whether _Exit is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether atoll is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether canonicalize_file_name is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether getloadavg is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether getsubopt is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether grantpt is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether mkdtemp is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether mkostemp is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether mkostemps is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether mkstemp is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether mkstemps is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether ptsname is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether random_r is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether initstat_r is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:396:10: error: 'initstat_r' undeclared (first use in this function) | conftest.c:396:10: note: each undeclared identifier is reported only once for each function it appears in | configure:43805: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef initstat_r | | (void) initstat_r; | | ; | | return 0; | | } | configure:43822: result: no | configure:43764: checking whether srandom_r is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether setstate_r is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether realpath is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether rpmatch is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether setenv is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether strtod is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether strtoll is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether strtoull is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether unlockpt is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43764: checking whether unsetenv is declared without a macro | configure:43798: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:43805: $? = 0 | configure:43822: result: yes | configure:43856: checking for stpcpy | configure:43912: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:417:6: warning: conflicting types for built-in function 'stpcpy' | configure:43919: $? = 0 | configure:43941: result: yes | configure:43994: checking for strcasecmp | configure:44050: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:419:6: warning: conflicting types for built-in function 'strcasecmp' | configure:44057: $? = 0 | configure:44079: result: yes | configure:44117: checking for strncasecmp | configure:44173: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:420:6: warning: conflicting types for built-in function 'strncasecmp' | configure:44180: $? = 0 | configure:44202: result: yes | configure:44224: checking whether strncasecmp is declared | configure:44275: result: yes | configure:44315: checking for strchrnul | configure:44371: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:44378: $? = 0 | configure:44400: result: yes | configure:44558: checking for working strndup | configure:44602: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:44606: $? = 0 | configure:44612: ./conftest | configure:44616: $? = 0 | configure:44633: result: yes | configure:44689: checking for working strnlen | configure:44733: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:44737: $? = 0 | configure:44743: ./conftest | configure:44747: $? = 0 | configure:44764: result: yes | configure:44814: checking whether defines strtoimax as a macro | configure:44839: result: no | configure:44855: checking for strtoimax | configure:44911: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:44918: $? = 0 | configure:44940: result: yes | configure:45053: checking for strtol | configure:45109: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:45116: $? = 0 | configure:45138: result: yes | configure:45173: checking for strtoll | configure:45229: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:45236: $? = 0 | configure:45258: result: yes | configure:45310: checking for strtoul | configure:45366: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:45373: $? = 0 | configure:45395: result: yes | configure:45430: checking for strtoull | configure:45486: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:45493: $? = 0 | configure:45515: result: yes | configure:45558: checking whether defines strtoumax as a macro | configure:45583: result: no | configure:45599: checking for strtoumax | configure:45655: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:45662: $? = 0 | configure:45684: result: yes | configure:45805: checking whether symlink handles trailing slash correctly | configure:45837: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:45841: $? = 0 | configure:45847: ./conftest | configure:45851: $? = 0 | configure:45869: result: yes | configure:46008: checking for nlink_t | configure:46038: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46045: $? = 0 | configure:46074: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:421:22: error: expected expression before ')' token | configure:46081: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | if (sizeof ((nlink_t))) | | return 0; | | ; | | return 0; | | } | configure:46104: result: yes | configure:46132: checking whether fchmodat is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether fstatat is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether futimens is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether lchmod is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether lstat is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether mkdirat is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether mkfifo is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether mkfifoat is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether mknod is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether mknodat is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether stat is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46132: checking whether utimensat is declared without a macro | configure:46160: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46167: $? = 0 | configure:46184: result: yes | configure:46199: checking for a thread-safe mkdir -p | configure:46238: result: /bin/mkdir -p | configure:46246: checking for a thread-safe mkdir -p | configure:46285: result: /bin/mkdir -p | configure:46402: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46409: $? = 0 | configure:46466: checking whether localtime_r is compatible with its POSIX signature | configure:46500: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46507: $? = 0 | configure:46523: result: yes | configure:46688: checking whether chown is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether dup2 is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether dup3 is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether environ is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether euidaccess is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether faccessat is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether fchdir is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether fchownat is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether fsync is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether ftruncate is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether getcwd is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether getdomainname is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether getdtablesize is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether getgroups is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether gethostname is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether getlogin is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether getlogin_r is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether getpagesize is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether getusershell is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether setusershell is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether endusershell is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether lchown is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether link is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether linkat is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether lseek is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether pipe2 is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether pread is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether pwrite is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether readlink is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether readlinkat is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether rmdir is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether sleep is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether symlink is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether symlinkat is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether ttyname_r is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether unlink is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether unlinkat is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46688: checking whether usleep is declared without a macro | configure:46725: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:46732: $? = 0 | configure:46749: result: yes | configure:46894: checking whether unlink honors trailing slashes | configure:46966: result: yes | configure:46968: checking whether unlink of a parent directory fails is it should | configure:47061: result: guessing yes | configure:47215: checking for unsetenv | configure:47271: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:47278: $? = 0 | configure:47300: result: yes | configure:47334: checking for unsetenv() return type | configure:47371: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:47378: $? = 0 | configure:47393: result: int | configure:47414: checking whether unsetenv obeys POSIX | configure:47454: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:47458: $? = 0 | configure:47464: ./conftest | configure:47468: $? = 0 | configure:47485: result: yes | configure:47649: checking whether utimensat works | configure:47693: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:47697: $? = 0 | configure:47703: ./conftest | configure:47707: $? = 0 | configure:47737: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c:476:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:47744: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | /* end confdefs.h. */ | | | | #ifdef __linux__ | | /* The Linux kernel added utimensat in 2.6.22, but has bugs with UTIME_OMIT | | in several file systems as recently as 2.6.32. Always replace utimensat | | to support older kernels. */ | | choke me | | #endif | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:47772: result: needs runtime check | configure:47875: checking for ptrdiff_t | configure:47903: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:47910: $? = 0 | configure:47937: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:508:24: error: expected expression before ')' token | configure:47944: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((ptrdiff_t))) | | return 0; | | ; | | return 0; | | } | configure:47967: result: yes | configure:47994: checking for vasprintf | configure:48050: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:48057: $? = 0 | configure:48079: result: yes | configure:48214: checking for vsnprintf | configure:48270: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | conftest.c:497:6: warning: conflicting types for built-in function 'vsnprintf' | configure:48277: $? = 0 | configure:48299: result: yes | configure:48314: checking whether snprintf respects a size of 1 | configure:48376: result: yes | configure:48527: checking whether btowc is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether wctob is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether mbsinit is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether mbrtowc is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether mbrlen is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether mbsrtowcs is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether mbsnrtowcs is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether wcrtomb is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether wcsrtombs is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether wcsnrtombs is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48527: checking whether wcwidth is declared without a macro | configure:48562: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:48569: $? = 0 | configure:48586: result: yes | configure:48626: checking whether mbrtowc handles incomplete characters | configure:48707: result: guessing yes | configure:48713: checking whether mbrtowc works as well as mbtowc | configure:48798: result: guessing yes | configure:48837: checking whether wcrtomb return value is correct | configure:48928: result: guessing yes | configure:49026: checking whether iswcntrl works | configure:49100: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:49104: $? = 0 | configure:49110: ./conftest | configure:49114: $? = 0 | configure:49132: result: yes | configure:49232: checking whether wcwidth is declared | configure:49295: result: yes | configure:49318: checking whether wcwidth works reasonably in UTF-8 locales | configure:49372: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:49376: $? = 0 | configure:49382: ./conftest | configure:49386: $? = 0 | configure:49404: result: yes | configure:49507: checking for stdint.h | configure:49514: result: yes | configure:49750: checking whether time.h and sys/time.h may both be included | configure:49780: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:49787: $? = 0 | configure:49802: result: yes | configure:49812: checking for struct stat.st_blksize | configure:49840: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:49847: $? = 0 | configure:49905: result: yes | configure:49928: checking for library containing setsockopt | configure:49969: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:49976: $? = 0 | configure:50007: result: none required | configure:50103: checking for library containing setsockopt | configure:50182: result: none required | configure:50255: checking for sys/mtio.h | configure:50262: result: yes | configure:50401: checking which ioctl field to test for reversed bytes | configure:50424: result: mt_type | configure:50440: checking whether to build rmt | configure:50457: result: yes | configure:50199: checking for remote tape header files | configure:50221: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:50228: $? = 0 | configure:50243: result: yes | configure:50530: checking for sys/buf.h | configure:50577: result: no | configure:50593: checking for struct stat.st_blksize | configure:50686: result: yes | configure:50712: checking for library containing gethostbyname | configure:50753: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:50760: $? = 0 | configure:50791: result: none required | configure:50824: checking whether getgrgid is declared | configure:50854: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:50861: $? = 0 | configure:50876: result: yes | configure:50894: checking whether getpwuid is declared | configure:50924: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:50931: $? = 0 | configure:50946: result: yes | configure:50964: checking whether time is declared | configure:50994: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:51001: $? = 0 | configure:51016: result: yes | configure:51039: checking for waitpid | configure:51095: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:51102: $? = 0 | configure:51124: result: yes | configure:51145: checking for remote shell | configure:51171: result: no | configure:51179: checking for netdb.h | configure:51186: result: yes | configure:51446: checking for default archive format | configure:51465: result: GNU | configure:51468: checking for default archive | configure:51513: result: - | configure:51517: checking for default blocking | configure:51525: result: 20 | configure:51528: checking for default quoting style | configure:51541: result: escape | configure:51590: checking for ld used by GCC | configure:51654: result: /usr/x86_64-unknown-linux-gnu/bin/ld | configure:51663: checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld | configure:51676: result: yes | configure:51683: checking for shared library run path origin | configure:51696: result: done | configure:52278: checking for iconv | configure:52312: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:52319: $? = 0 | configure:52398: result: yes | configure:52401: checking for working iconv | configure:52526: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c >&5 | configure:52530: $? = 0 | configure:52536: ./conftest | configure:52540: $? = 0 | configure:52559: result: yes | configure:52589: checking for iconv declaration | configure:52628: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:52635: $? = 0 | configure:52654: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:52681: checking iconv.h usability | configure:52698: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:52705: $? = 0 | configure:52719: result: yes | configure:52723: checking iconv.h presence | configure:52738: x86_64-unknown-linux-gnu-gcc -E conftest.c | configure:52745: $? = 0 | configure:52759: result: yes | configure:52792: checking for iconv.h | configure:52801: result: yes | configure:52816: checking for iconv_t | configure:52849: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | configure:52856: $? = 0 | configure:52888: x86_64-unknown-linux-gnu-gcc -std=gnu99 -c -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize conftest.c >&5 | conftest.c: In function 'main': | conftest.c:526:22: error: expected expression before ')' token | configure:52895: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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 COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #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. */ | | | | #ifdef HAVE_ICONV_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((iconv_t))) | | return 0; | | ; | | return 0; | | } | configure:52918: result: yes | configure:52933: checking whether NLS is requested | configure:52942: result: no | configure:52982: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:53014: result: /usr/bin/msgfmt | configure:53023: checking for gmsgfmt | configure:53041: found /usr/bin/gmsgfmt | configure:53054: result: /usr/bin/gmsgfmt | configure:53104: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C | configure:53136: result: /usr/bin/xgettext | configure:53181: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:53212: result: /usr/bin/msgmerge | configure:53253: checking for CFPreferencesCopyAppValue | configure:53281: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:517:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory | compilation terminated. | configure:53288: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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 COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #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:53309: result: no | configure:53318: checking for CFLocaleCopyCurrent | configure:53346: x86_64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:517:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory | compilation terminated. | configure:53353: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.24" | | #define PACKAGE_STRING "GNU tar 1.24" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.24" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LINK 1 | | #define HAVE_LINKAT 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKFIFOAT 1 | | #define HAVE_MKNODAT 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINKAT 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_RENAMEAT 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_SYMLINKAT 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_DECL_GETOPT_CLIP 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define USER_LABEL_PREFIX | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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 GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define HAVE_DECL_FDOPENDIR 1 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETCWD 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 0 | | #define LINKAT_TRAILING_SLASH_BUG 0 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMPS 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMPS 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_DUP3 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PIPE2 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_PWRITE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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 COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #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:53374: result: no | configure:54469: checking whether to use NLS | configure:54471: result: no | configure:54749: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.24, which was | generated by GNU Autoconf 2.63. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on halo | | config.status:1895: creating tests/Makefile | config.status:1895: creating tests/atlocal | config.status:1895: creating Makefile | config.status:1895: creating doc/Makefile | config.status:1895: creating gnu/Makefile | config.status:1895: creating lib/Makefile | config.status:1895: creating po/Makefile.in | config.status:1895: creating scripts/Makefile | config.status:1895: creating rmt/Makefile | config.status:1895: creating src/Makefile | config.status:1895: creating config.h | config.status:2169: executing depfiles commands | config.status:2169: executing po-directories commands | config.status:2169: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-unknown-linux-gnu | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value='-O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize' | 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=set | ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_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-unknown-linux-gnu | ac_cv_env_host_alias_set=set | ac_cv_env_host_alias_value=x86_64-unknown-linux-gnu | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_func___fpending=yes | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_btowc=yes | ac_cv_func_canonicalize_file_name=yes | ac_cv_func_chown=yes | ac_cv_func_chown_works=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_clock_settime=yes | ac_cv_func_dirfd=yes | ac_cv_func_dup2=yes | ac_cv_func_fchdir=yes | ac_cv_func_fchmod=yes | ac_cv_func_fchmodat=yes | ac_cv_func_fchown=yes | ac_cv_func_fchownat=yes | ac_cv_func_fcntl=yes | ac_cv_func_fdopendir=yes | ac_cv_func_flockfile=yes | ac_cv_func_fstatat=yes | ac_cv_func_fsync=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimens=yes | ac_cv_func_futimes=yes | ac_cv_func_futimesat=yes | ac_cv_func_getcwd=yes | ac_cv_func_getdelim=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getline=yes | ac_cv_func_getopt_long_only=yes | ac_cv_func_getpagesize=yes | ac_cv_func_getppriv=no | ac_cv_func_gettimeofday=yes | ac_cv_func_isblank=yes | ac_cv_func_iswblank=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswctype=yes | ac_cv_func_lchmod=no | ac_cv_func_lchown=yes | ac_cv_func_link=yes | ac_cv_func_linkat=yes | ac_cv_func_localtime_r=yes | ac_cv_func_lstat=yes | ac_cv_func_lstat_dereferences_slashed_symlink=yes | ac_cv_func_lutimes=yes | ac_cv_func_malloc_0_nonnull=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_mbsinit=yes | ac_cv_func_mbsrtowcs=yes | ac_cv_func_memchr=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memrchr=yes | ac_cv_func_mkdirat=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_mkfifoat=yes | ac_cv_func_mknod=yes | ac_cv_func_mknodat=yes | ac_cv_func_mmap=yes | ac_cv_func_mprotect=yes | ac_cv_func_nanotime=no | ac_cv_func_nl_langinfo=yes | ac_cv_func_obstack=yes | ac_cv_func_openat=yes | ac_cv_func_pathconf=yes | ac_cv_func_pipe=yes | ac_cv_func_rawmemchr=yes | ac_cv_func_readlink=yes | ac_cv_func_readlinkat=yes | ac_cv_func_realpath=yes | ac_cv_func_renameat=yes | ac_cv_func_rpmatch=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_sleep=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchrnul=yes | ac_cv_func_strdup=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=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_symlinkat=yes | ac_cv_func_tsearch=yes | ac_cv_func_unlinkat=yes | ac_cv_func_unsetenv=yes | ac_cv_func_utimensat=yes | ac_cv_func_vasnprintf=no | ac_cv_func_vasprintf=yes | 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_wcsnlen=yes | ac_cv_func_wcwidth=yes | ac_cv_func_wmemchr=yes | ac_cv_func_wmemcpy=yes | ac_cv_func_wmempcpy=yes | ac_cv_func_working_mktime=yes | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl__Exit=yes | ac_cv_have_decl___fpending=yes | ac_cv_have_decl__snprintf=no | ac_cv_have_decl_alphasort=yes | ac_cv_have_decl_atoll=yes | ac_cv_have_decl_btowc=yes | ac_cv_have_decl_canonicalize_file_name=yes | ac_cv_have_decl_chown=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_dirfd=yes | ac_cv_have_decl_dprintf=yes | ac_cv_have_decl_dup2=yes | ac_cv_have_decl_dup3=yes | ac_cv_have_decl_endusershell=yes | ac_cv_have_decl_environ=yes | ac_cv_have_decl_euidaccess=yes | ac_cv_have_decl_faccessat=yes | ac_cv_have_decl_fchdir=yes | ac_cv_have_decl_fchmodat=yes | ac_cv_have_decl_fchownat=yes | ac_cv_have_decl_fcntl=yes | ac_cv_have_decl_fdopendir=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_fseeko=yes | ac_cv_have_decl_fstatat=yes | ac_cv_have_decl_fsync=yes | ac_cv_have_decl_ftello=yes | ac_cv_have_decl_ftruncate=yes | ac_cv_have_decl_futimens=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_getdomainname=yes | ac_cv_have_decl_getdtablesize=yes | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_getgrgid=yes | ac_cv_have_decl_getgroups=yes | ac_cv_have_decl_gethostname=yes | ac_cv_have_decl_getline=yes | ac_cv_have_decl_getloadavg=yes | ac_cv_have_decl_getlogin=yes | ac_cv_have_decl_getlogin_r=yes | ac_cv_have_decl_getopt_clip=no | ac_cv_have_decl_getpagesize=yes | ac_cv_have_decl_getpwuid=yes | ac_cv_have_decl_getsubopt=yes | ac_cv_have_decl_gettimeofday=yes | ac_cv_have_decl_getusershell=yes | ac_cv_have_decl_grantpt=yes | ac_cv_have_decl_imaxabs=yes | ac_cv_have_decl_imaxdiv=yes | ac_cv_have_decl_iswblank=no | ac_cv_have_decl_lchmod=yes | ac_cv_have_decl_lchown=yes | ac_cv_have_decl_link=yes | ac_cv_have_decl_linkat=yes | ac_cv_have_decl_lseek=yes | ac_cv_have_decl_lstat=yes | ac_cv_have_decl_mbrlen=yes | ac_cv_have_decl_mbrtowc=yes | ac_cv_have_decl_mbsinit=yes | ac_cv_have_decl_mbsnrtowcs=yes | ac_cv_have_decl_mbsrtowcs=yes | ac_cv_have_decl_memmem=yes | ac_cv_have_decl_mempcpy=yes | ac_cv_have_decl_memrchr=yes | ac_cv_have_decl_mkdirat=yes | ac_cv_have_decl_mkdtemp=yes | ac_cv_have_decl_mkfifo=yes | ac_cv_have_decl_mkfifoat=yes | ac_cv_have_decl_mknod=yes | ac_cv_have_decl_mknodat=yes | ac_cv_have_decl_mkostemp=yes | ac_cv_have_decl_mkostemps=yes | ac_cv_have_decl_mkstemp=yes | ac_cv_have_decl_mkstemps=yes | ac_cv_have_decl_nl_langinfo=yes | ac_cv_have_decl_openat=yes | ac_cv_have_decl_optreset=no | ac_cv_have_decl_pipe2=yes | ac_cv_have_decl_popen=yes | ac_cv_have_decl_pread=yes | ac_cv_have_decl_program_invocation_name=yes | ac_cv_have_decl_program_invocation_short_name=yes | ac_cv_have_decl_ptsname=yes | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_pwrite=yes | ac_cv_have_decl_random_r=yes | ac_cv_have_decl_rawmemchr=yes | ac_cv_have_decl_readlink=yes | ac_cv_have_decl_readlinkat=yes | ac_cv_have_decl_realpath=yes | ac_cv_have_decl_renameat=yes | ac_cv_have_decl_rmdir=yes | ac_cv_have_decl_rpmatch=yes | ac_cv_have_decl_scandir=yes | ac_cv_have_decl_setenv=yes | ac_cv_have_decl_setstate_r=yes | ac_cv_have_decl_setusershell=yes | ac_cv_have_decl_sleep=yes | ac_cv_have_decl_snprintf=yes | ac_cv_have_decl_srandom_r=yes | ac_cv_have_decl_stat=yes | ac_cv_have_decl_stpcpy=yes | ac_cv_have_decl_stpncpy=yes | ac_cv_have_decl_strcasecmp=yes | ac_cv_have_decl_strcasestr=yes | ac_cv_have_decl_strchrnul=yes | ac_cv_have_decl_strdup=yes | ac_cv_have_decl_strerror_r=yes | ac_cv_have_decl_strncasecmp=yes | ac_cv_have_decl_strncat=yes | ac_cv_have_decl_strndup=yes | ac_cv_have_decl_strnlen=yes | ac_cv_have_decl_strpbrk=yes | ac_cv_have_decl_strsep=yes | ac_cv_have_decl_strsignal=yes | ac_cv_have_decl_strtod=yes | ac_cv_have_decl_strtoimax=yes | ac_cv_have_decl_strtok_r=yes | ac_cv_have_decl_strtoll=yes | ac_cv_have_decl_strtoull=yes | ac_cv_have_decl_strtoumax=yes | ac_cv_have_decl_strverscmp=yes | ac_cv_have_decl_symlink=yes | ac_cv_have_decl_symlinkat=yes | ac_cv_have_decl_time=yes | ac_cv_have_decl_tmpfile=yes | ac_cv_have_decl_ttyname_r=yes | ac_cv_have_decl_unlink=yes | ac_cv_have_decl_unlinkat=yes | ac_cv_have_decl_unlockpt=yes | ac_cv_have_decl_unsetenv=yes | ac_cv_have_decl_usleep=yes | ac_cv_have_decl_utimensat=yes | ac_cv_have_decl_vdprintf=yes | ac_cv_have_decl_vsnprintf=yes | ac_cv_have_decl_wcrtomb=yes | ac_cv_have_decl_wcsnrtombs=yes | ac_cv_have_decl_wcsrtombs=yes | ac_cv_have_decl_wctob=yes | ac_cv_have_decl_wcwidth=yes | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_dirent_h=yes | ac_cv_header_errno_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=yes | ac_cv_header_float_h=yes | ac_cv_header_getopt_h=yes | ac_cv_header_grp_h=yes | ac_cv_header_iconv_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_langinfo_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_pwd_h=yes | ac_cv_header_random_h=no | ac_cv_header_search_h=yes | ac_cv_header_sgtty_h=yes | ac_cv_header_stat_broken=no | ac_cv_header_stdarg_h=yes | 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_stdio_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_buf_h=no | ac_cv_header_sys_device_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_mman_h=yes | ac_cv_header_sys_mtio_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_socket_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_time_h=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-unknown-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_birthtim_tv_nsec=no | ac_cv_member_struct_stat_st_birthtimensec=no | ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no | 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_EGREP='/bin/grep -E' | ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt | ac_cv_path_GREP=/bin/grep | 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='/usr/bin/install -c' | ac_cv_path_mkdir=/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CC=x86_64-unknown-linux-gnu-gcc | ac_cv_prog_CPP='x86_64-unknown-linux-gnu-gcc -E' | ac_cv_prog_RANLIB=x86_64-unknown-linux-gnu-ranlib | ac_cv_prog_YACC='bison -y' | ac_cv_prog_cc_c89= | ac_cv_prog_cc_c99=-std=gnu99 | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc=-std=gnu99 | ac_cv_prog_cc_x86_64_unknown_linux_gnu_gcc_c_o=yes | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_clock_gettime=-lrt | ac_cv_search_gethostbyname='none required' | 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_largefile_CC=no | ac_cv_sys_largefile_source=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_int=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_nlink_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_struct_random_data=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=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_libname_spec='lib$name' | acl_cv_library_names_spec='$libname$shrext' | acl_cv_path_LD=/usr/x86_64-unknown-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_iconv_works=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= | diff_cv_st_fstype_string=no | gl_cv_c_inline_effective=yes | gl_cv_c_multiarch=no | gl_cv_compound_literals=yes | gl_cv_decl_null_works=yes | gl_cv_decl_readlink_works=yes | gl_cv_double_slash_root=no | gl_cv_func_btowc_eof='guessing yes' | gl_cv_func_btowc_nul=yes | gl_cv_func_chown_ctime_works=yes | gl_cv_func_chown_follows_symlink=yes | gl_cv_func_chown_slash_works=yes | gl_cv_func_dirfd_macro=no | gl_cv_func_dup2_works=yes | gl_cv_func_fchownat_nofollow_works=yes | gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check' | gl_cv_func_fcntl_f_dupfd_works=yes | gl_cv_func_fdopendir_works=yes | gl_cv_func_fnmatch_gnu=yes | gl_cv_func_fseeko=yes | gl_cv_func_futimens_works='needs runtime check' | gl_cv_func_getcwd_abort_bug=no | gl_cv_func_getcwd_null=yes | gl_cv_func_getcwd_path_max='no, but it is partly working' | gl_cv_func_getopt_gnu=yes | gl_cv_func_getopt_posix=yes | gl_cv_func_gettimeofday_clobber=no | gl_cv_func_gettimeofday_posix_signature=almost | gl_cv_func_iswcntrl_works=yes | gl_cv_func_link_follows_symlink=no | gl_cv_func_link_works=yes | gl_cv_func_linkat_follow='need runtime check' | gl_cv_func_linkat_slash=yes | gl_cv_func_lseek_pipe=yes | gl_cv_func_malloc_0_nonnull=1 | gl_cv_func_malloc_posix=yes | gl_cv_func_mbrtowc_incomplete_state='guessing yes' | gl_cv_func_mbrtowc_nul_retval='guessing yes' | gl_cv_func_mbrtowc_null_arg='guessing yes' | gl_cv_func_mbrtowc_retval='guessing yes' | gl_cv_func_mbrtowc_sanitycheck='guessing yes' | gl_cv_func_mbsrtowcs_works='guessing yes' | gl_cv_func_memchr_works=yes | gl_cv_func_mkdir_trailing_dot_works=yes | gl_cv_func_mkdir_trailing_slash_works=yes | gl_cv_func_mkfifo_works=yes | gl_cv_func_mknod_works=yes | gl_cv_func_open_slash=yes | gl_cv_func_re_compile_pattern_working=yes | gl_cv_func_readlink_works=yes | gl_cv_func_realpath_works=yes | gl_cv_func_rename_dest_works=yes | gl_cv_func_rename_link_works=yes | gl_cv_func_rename_slash_dst_works=yes | gl_cv_func_rename_slash_src_works=yes | gl_cv_func_rmdir_works=yes | gl_cv_func_setenv_works=yes | gl_cv_func_sleep_works=yes | gl_cv_func_snprintf_retval_c99=yes | gl_cv_func_snprintf_size1=yes | gl_cv_func_snprintf_usable=yes | gl_cv_func_stat_dir_slash=yes | gl_cv_func_stat_file_slash=yes | gl_cv_func_strndup_works=yes | gl_cv_func_strtoimax_macro=no | gl_cv_func_strtoumax_macro=no | gl_cv_func_symlink_works=yes | gl_cv_func_unlink_honors_slashes=yes | gl_cv_func_unlink_parent_fails='guessing yes' | gl_cv_func_unsetenv_works=yes | gl_cv_func_utimensat_works='needs runtime check' | gl_cv_func_va_copy=yes | gl_cv_func_vsnprintf_usable=yes | gl_cv_func_wcrtomb_retval='guessing yes' | gl_cv_func_wcwidth_works=yes | gl_cv_func_working_getdelim=yes | gl_cv_func_working_strerror=yes | gl_cv_func_working_utimes=yes | gl_cv_have_arbitrary_file_name_length_limit=yes | gl_cv_have_include_next=yes | gl_cv_have_raw_decl__Exit=yes | gl_cv_have_raw_decl_alphasort=yes | gl_cv_have_raw_decl_atoll=yes | gl_cv_have_raw_decl_btowc=yes | gl_cv_have_raw_decl_canonicalize_file_name=yes | gl_cv_have_raw_decl_chown=yes | gl_cv_have_raw_decl_dirfd=yes | gl_cv_have_raw_decl_dprintf=yes | gl_cv_have_raw_decl_dup2=yes | gl_cv_have_raw_decl_dup3=yes | gl_cv_have_raw_decl_endusershell=yes | gl_cv_have_raw_decl_environ=yes | gl_cv_have_raw_decl_euidaccess=yes | gl_cv_have_raw_decl_faccessat=yes | gl_cv_have_raw_decl_fchdir=yes | gl_cv_have_raw_decl_fchmodat=yes | gl_cv_have_raw_decl_fchownat=yes | gl_cv_have_raw_decl_fcntl=yes | gl_cv_have_raw_decl_fdopendir=yes | gl_cv_have_raw_decl_fpurge=no | gl_cv_have_raw_decl_fseeko=yes | gl_cv_have_raw_decl_fstatat=yes | gl_cv_have_raw_decl_fsync=yes | gl_cv_have_raw_decl_ftello=yes | gl_cv_have_raw_decl_ftruncate=yes | gl_cv_have_raw_decl_futimens=yes | gl_cv_have_raw_decl_getcwd=yes | gl_cv_have_raw_decl_getdelim=yes | gl_cv_have_raw_decl_getdomainname=yes | gl_cv_have_raw_decl_getdtablesize=yes | gl_cv_have_raw_decl_getgroups=yes | gl_cv_have_raw_decl_gethostname=yes | gl_cv_have_raw_decl_getline=yes | gl_cv_have_raw_decl_getloadavg=yes | gl_cv_have_raw_decl_getlogin=yes | gl_cv_have_raw_decl_getlogin_r=yes | gl_cv_have_raw_decl_getpagesize=yes | gl_cv_have_raw_decl_getsubopt=yes | gl_cv_have_raw_decl_gettimeofday=yes | gl_cv_have_raw_decl_getusershell=yes | gl_cv_have_raw_decl_grantpt=yes | gl_cv_have_raw_decl_imaxabs=yes | gl_cv_have_raw_decl_imaxdiv=yes | gl_cv_have_raw_decl_initstat_r=no | gl_cv_have_raw_decl_lchmod=yes | gl_cv_have_raw_decl_lchown=yes | gl_cv_have_raw_decl_link=yes | gl_cv_have_raw_decl_linkat=yes | gl_cv_have_raw_decl_lseek=yes | gl_cv_have_raw_decl_lstat=yes | gl_cv_have_raw_decl_mbrlen=yes | gl_cv_have_raw_decl_mbrtowc=yes | gl_cv_have_raw_decl_mbsinit=yes | gl_cv_have_raw_decl_mbsnrtowcs=yes | gl_cv_have_raw_decl_mbsrtowcs=yes | gl_cv_have_raw_decl_memmem=yes | gl_cv_have_raw_decl_mempcpy=yes | gl_cv_have_raw_decl_memrchr=yes | gl_cv_have_raw_decl_mkdirat=yes | gl_cv_have_raw_decl_mkdtemp=yes | gl_cv_have_raw_decl_mkfifo=yes | gl_cv_have_raw_decl_mkfifoat=yes | gl_cv_have_raw_decl_mknod=yes | gl_cv_have_raw_decl_mknodat=yes | gl_cv_have_raw_decl_mkostemp=yes | gl_cv_have_raw_decl_mkostemps=yes | gl_cv_have_raw_decl_mkstemp=yes | gl_cv_have_raw_decl_mkstemps=yes | gl_cv_have_raw_decl_nl_langinfo=yes | gl_cv_have_raw_decl_openat=yes | gl_cv_have_raw_decl_pipe2=yes | gl_cv_have_raw_decl_popen=yes | gl_cv_have_raw_decl_pread=yes | gl_cv_have_raw_decl_ptsname=yes | gl_cv_have_raw_decl_pwrite=yes | gl_cv_have_raw_decl_random_r=yes | gl_cv_have_raw_decl_rawmemchr=yes | gl_cv_have_raw_decl_readlink=yes | gl_cv_have_raw_decl_readlinkat=yes | gl_cv_have_raw_decl_realpath=yes | gl_cv_have_raw_decl_renameat=yes | gl_cv_have_raw_decl_rmdir=yes | gl_cv_have_raw_decl_rpmatch=yes | gl_cv_have_raw_decl_scandir=yes | gl_cv_have_raw_decl_setenv=yes | gl_cv_have_raw_decl_setstate_r=yes | gl_cv_have_raw_decl_setusershell=yes | gl_cv_have_raw_decl_sleep=yes | gl_cv_have_raw_decl_snprintf=yes | gl_cv_have_raw_decl_srandom_r=yes | gl_cv_have_raw_decl_stat=yes | gl_cv_have_raw_decl_stpcpy=yes | gl_cv_have_raw_decl_stpncpy=yes | gl_cv_have_raw_decl_strcasecmp=yes | gl_cv_have_raw_decl_strcasestr=yes | gl_cv_have_raw_decl_strchrnul=yes | gl_cv_have_raw_decl_strdup=yes | gl_cv_have_raw_decl_strncasecmp=yes | gl_cv_have_raw_decl_strncat=yes | gl_cv_have_raw_decl_strndup=yes | gl_cv_have_raw_decl_strnlen=yes | gl_cv_have_raw_decl_strpbrk=yes | gl_cv_have_raw_decl_strsep=yes | gl_cv_have_raw_decl_strsignal=yes | gl_cv_have_raw_decl_strtod=yes | gl_cv_have_raw_decl_strtoimax=yes | gl_cv_have_raw_decl_strtok_r=yes | gl_cv_have_raw_decl_strtoll=yes | gl_cv_have_raw_decl_strtoull=yes | gl_cv_have_raw_decl_strtoumax=yes | gl_cv_have_raw_decl_strverscmp=yes | gl_cv_have_raw_decl_symlink=yes | gl_cv_have_raw_decl_symlinkat=yes | gl_cv_have_raw_decl_tmpfile=yes | gl_cv_have_raw_decl_ttyname_r=yes | gl_cv_have_raw_decl_unlink=yes | gl_cv_have_raw_decl_unlinkat=yes | gl_cv_have_raw_decl_unlockpt=yes | gl_cv_have_raw_decl_unsetenv=yes | gl_cv_have_raw_decl_usleep=yes | gl_cv_have_raw_decl_utimensat=yes | gl_cv_have_raw_decl_vdprintf=yes | gl_cv_have_raw_decl_vsnprintf=yes | gl_cv_have_raw_decl_wcrtomb=yes | gl_cv_have_raw_decl_wcsnrtombs=yes | gl_cv_have_raw_decl_wcsrtombs=yes | gl_cv_have_raw_decl_wctob=yes | gl_cv_have_raw_decl_wcwidth=yes | gl_cv_header_errno_h_complete=yes | gl_cv_header_inttypes_h=yes | gl_cv_header_langinfo_codeset=yes | gl_cv_header_langinfo_era=yes | gl_cv_header_langinfo_t_fmt_ampm=yes | gl_cv_header_langinfo_yesexpr=yes | gl_cv_header_stdint_h=yes | gl_cv_header_wchar_h_correct_inline=yes | gl_cv_header_working_fcntl_h=yes | gl_cv_header_working_inttypes_h=yes | gl_cv_header_working_stdint_h=yes | gl_cv_next_dirent_h='' | gl_cv_next_fcntl_h='' | gl_cv_next_getopt_h='' | gl_cv_next_inttypes_h='' | gl_cv_next_langinfo_h='' | gl_cv_next_stdint_h='' | gl_cv_next_stdio_h='' | gl_cv_next_stdlib_h='' | gl_cv_next_string_h='' | gl_cv_next_strings_h='' | gl_cv_next_sys_stat_h='' | gl_cv_next_sys_time_h='' | gl_cv_next_sysexits_h='' | gl_cv_next_time_h='' | gl_cv_next_unistd_h='' | gl_cv_next_wchar_h='' | gl_cv_next_wctype_h='' | gl_cv_pragma_columns=no | gl_cv_prog_as_underscore=no | gl_cv_promoted_mode_t=mode_t | gl_cv_rpl_alloca=yes | gl_cv_size_max=yes | gl_cv_struct_dirent_d_ino=yes | gl_cv_sys_struct_timespec_in_time_h=yes | gl_cv_sys_struct_timeval=yes | gl_cv_sys_struct_utimbuf=yes | gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes | gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes | gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes | gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes | gl_cv_time_r_posix=yes | gl_cv_var_stdin_large_offset=yes | gt_cv_c_intmax_t=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_unsetenv_ret=int | gt_cv_inttypes_pri_broken=no | gt_cv_locale_fr=none | gt_cv_locale_fr_utf8=none | gt_cv_locale_ja=none | gt_cv_locale_zh_CN=none | gt_cv_ssize_t=yes | gt_cv_var_environ_declaration=yes | pu_cv_header_mtio_check_field=mt_type | pu_cv_header_rmt=yes | tar_cv_compressor_bzip2=bzip2 | tar_cv_compressor_compress=compress | tar_cv_compressor_gzip=gzip | tar_cv_compressor_lzip=lzip | tar_cv_compressor_lzma=lzma | tar_cv_compressor_lzop=lzop | tar_cv_compressor_xz=xz | tar_cv_path_RSH=no | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux/missing --run aclocal-1.11' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux/missing --run tar' | AM_BACKSLASH='\' | AM_DEFAULT_VERBOSITY='0' | APPLE_UNIVERSAL_BUILD='0' | ASM_SYMBOL_PREFIX='""' | AUTOCONF='${SHELL} /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux/missing --run automake-1.11' | 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' | BITSIZEOF_PTRDIFF_T='' | BITSIZEOF_SIG_ATOMIC_T='' | BITSIZEOF_SIZE_T='' | BITSIZEOF_WCHAR_T='' | BITSIZEOF_WINT_T='' | CC='x86_64-unknown-linux-gnu-gcc -std=gnu99' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O2 -march=core2 -msse4.1 -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144 -mtune=generic -pipe -ftree-vectorize' | CPP='x86_64-unknown-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='/bin/grep -E' | EMULTIHOP_HIDDEN='' | EMULTIHOP_VALUE='' | ENOLINK_HIDDEN='' | ENOLINK_VALUE='' | EOVERFLOW_HIDDEN='' | EOVERFLOW_VALUE='' | ERRNO_H='' | EXEEXT='' | FLOAT_H='' | FNMATCH_H='' | GETOPT_H='getopt.h' | GETTEXT_MACRO_VERSION='0.18' | GLIBC21='yes' | GL_COND_LIBTOOL_FALSE='' | GL_COND_LIBTOOL_TRUE='#' | GMSGFMT='/usr/bin/gmsgfmt' | GMSGFMT_015='/usr/bin/gmsgfmt' | GNULIB_ALPHASORT='0' | GNULIB_ATOLL='0' | GNULIB_BTOWC='1' | GNULIB_CALLOC_POSIX='0' | GNULIB_CANONICALIZE_FILE_NAME='1' | GNULIB_CHOWN='1' | GNULIB_CLOSE='1' | GNULIB_DIRFD='1' | GNULIB_DPRINTF='0' | GNULIB_DUP2='1' | GNULIB_DUP3='0' | GNULIB_ENVIRON='1' | GNULIB_EUIDACCESS='0' | GNULIB_FACCESSAT='0' | GNULIB_FCHDIR='1' | GNULIB_FCHMODAT='1' | GNULIB_FCHOWNAT='1' | GNULIB_FCLOSE='1' | GNULIB_FCNTL='1' | GNULIB_FDOPENDIR='1' | GNULIB_FFLUSH='0' | GNULIB_FOPEN='0' | GNULIB_FPRINTF='1' | GNULIB_FPRINTF_POSIX='0' | GNULIB_FPURGE='0' | GNULIB_FPUTC='1' | GNULIB_FPUTS='1' | GNULIB_FREOPEN='0' | GNULIB_FSEEK='0' | GNULIB_FSEEKO='1' | GNULIB_FSTATAT='1' | GNULIB_FSYNC='0' | GNULIB_FTELL='0' | GNULIB_FTELLO='0' | GNULIB_FTRUNCATE='0' | GNULIB_FUTIMENS='1' | GNULIB_FWRITE='1' | GNULIB_GETCWD='1' | GNULIB_GETDELIM='1' | GNULIB_GETDOMAINNAME='0' | GNULIB_GETDTABLESIZE='1' | GNULIB_GETGROUPS='0' | GNULIB_GETHOSTNAME='0' | GNULIB_GETLINE='1' | GNULIB_GETLOADAVG='0' | GNULIB_GETLOGIN='0' | GNULIB_GETLOGIN_R='0' | GNULIB_GETPAGESIZE='1' | GNULIB_GETSUBOPT='0' | GNULIB_GETTIMEOFDAY='1' | GNULIB_GETUSERSHELL='0' | GNULIB_GRANTPT='0' | GNULIB_IMAXABS='0' | GNULIB_IMAXDIV='0' | GNULIB_LCHMOD='0' | GNULIB_LCHOWN='1' | GNULIB_LINK='1' | GNULIB_LINKAT='1' | GNULIB_LSEEK='1' | GNULIB_LSTAT='1' | GNULIB_MALLOC_POSIX='1' | GNULIB_MBRLEN='0' | GNULIB_MBRTOWC='1' | GNULIB_MBSCASECMP='1' | GNULIB_MBSCASESTR='0' | GNULIB_MBSCHR='0' | GNULIB_MBSCSPN='0' | GNULIB_MBSINIT='1' | GNULIB_MBSLEN='0' | GNULIB_MBSNCASECMP='0' | GNULIB_MBSNLEN='0' | GNULIB_MBSNRTOWCS='0' | GNULIB_MBSPBRK='0' | GNULIB_MBSPCASECMP='0' | GNULIB_MBSRCHR='0' | GNULIB_MBSRTOWCS='1' | GNULIB_MBSSEP='0' | GNULIB_MBSSPN='0' | GNULIB_MBSSTR='0' | GNULIB_MBSTOK_R='0' | GNULIB_MEMCHR='1' | GNULIB_MEMMEM='0' | GNULIB_MEMPCPY='1' | GNULIB_MEMRCHR='1' | GNULIB_MKDIRAT='1' | GNULIB_MKDTEMP='1' | GNULIB_MKFIFO='1' | GNULIB_MKFIFOAT='1' | GNULIB_MKNOD='1' | GNULIB_MKNODAT='1' | GNULIB_MKOSTEMP='0' | GNULIB_MKOSTEMPS='0' | GNULIB_MKSTEMP='0' | GNULIB_MKSTEMPS='0' | GNULIB_MKTIME='1' | GNULIB_NANOSLEEP='0' | GNULIB_NL_LANGINFO='1' | GNULIB_OBSTACK_PRINTF='0' | GNULIB_OBSTACK_PRINTF_POSIX='0' | GNULIB_OPEN='1' | GNULIB_OPENAT='1' | GNULIB_PERROR='0' | GNULIB_PIPE2='0' | GNULIB_POPEN='0' | GNULIB_PREAD='0' | GNULIB_PRINTF='1' | GNULIB_PRINTF_POSIX='0' | GNULIB_PTSNAME='0' | GNULIB_PUTC='1' | GNULIB_PUTCHAR='1' | GNULIB_PUTENV='0' | GNULIB_PUTS='1' | GNULIB_PWRITE='0' | GNULIB_RANDOM_R='0' | GNULIB_RAWMEMCHR='1' | GNULIB_READLINK='1' | GNULIB_READLINKAT='1' | GNULIB_REALLOC_POSIX='1' | GNULIB_REALPATH='1' | GNULIB_REMOVE='0' | GNULIB_RENAME='1' | GNULIB_RENAMEAT='1' | GNULIB_RMDIR='1' | GNULIB_RPMATCH='1' | GNULIB_SCANDIR='0' | GNULIB_SETENV='1' | GNULIB_SLEEP='1' | GNULIB_SNPRINTF='1' | GNULIB_SPRINTF_POSIX='0' | GNULIB_STAT='1' | GNULIB_STDIO_H_SIGPIPE='0' | GNULIB_STPCPY='1' | GNULIB_STPNCPY='0' | GNULIB_STRCASESTR='0' | GNULIB_STRCHRNUL='1' | GNULIB_STRDUP='1' | GNULIB_STRERROR='1' | GNULIB_STRNCAT='0' | GNULIB_STRNDUP='1' | GNULIB_STRNLEN='1' | GNULIB_STRPBRK='0' | GNULIB_STRPTIME='0' | GNULIB_STRSEP='0' | GNULIB_STRSIGNAL='0' | GNULIB_STRSTR='0' | GNULIB_STRTOD='0' | GNULIB_STRTOIMAX='1' | GNULIB_STRTOK_R='0' | GNULIB_STRTOLL='1' | GNULIB_STRTOULL='1' | GNULIB_STRTOUMAX='1' | GNULIB_STRVERSCMP='0' | GNULIB_SYMLINK='1' | GNULIB_SYMLINKAT='1' | GNULIB_SYSTEM_POSIX='0' | GNULIB_TIMEGM='0' | GNULIB_TIME_R='1' | GNULIB_TMPFILE='0' | GNULIB_TTYNAME_R='0' | GNULIB_UNISTD_H_GETOPT='1' | GNULIB_UNISTD_H_SIGPIPE='0' | GNULIB_UNLINK='1' | GNULIB_UNLINKAT='1' | GNULIB_UNLOCKPT='0' | GNULIB_UNSETENV='1' | GNULIB_USLEEP='0' | GNULIB_UTIMENSAT='1' | GNULIB_VASPRINTF='1' | GNULIB_VDPRINTF='0' | GNULIB_VFPRINTF='1' | GNULIB_VFPRINTF_POSIX='0' | GNULIB_VPRINTF='1' | GNULIB_VPRINTF_POSIX='0' | GNULIB_VSNPRINTF='1' | GNULIB_VSPRINTF_POSIX='0' | GNULIB_WCRTOMB='1' | GNULIB_WCSNRTOMBS='0' | GNULIB_WCSRTOMBS='0' | GNULIB_WCTOB='0' | GNULIB_WCWIDTH='1' | GNULIB_WRITE='1' | GNULIB__EXIT='0' | GREP='/bin/grep' | HAVE_ALPHASORT='1' | HAVE_ATOLL='1' | HAVE_BTOWC='1' | HAVE_CANONICALIZE_FILE_NAME='1' | HAVE_CHOWN='1' | HAVE_DECL_DIRFD='1' | HAVE_DECL_ENVIRON='1' | HAVE_DECL_FDOPENDIR='1' | HAVE_DECL_FPURGE='1' | HAVE_DECL_GETDELIM='1' | HAVE_DECL_GETLINE='1' | HAVE_DECL_GETLOADAVG='1' | HAVE_DECL_GETLOGIN_R='1' | HAVE_DECL_GETPAGESIZE='1' | HAVE_DECL_GETUSERSHELL='1' | HAVE_DECL_IMAXABS='1' | HAVE_DECL_IMAXDIV='1' | HAVE_DECL_MEMMEM='1' | HAVE_DECL_MEMRCHR='1' | HAVE_DECL_OBSTACK_PRINTF='1' | HAVE_DECL_SNPRINTF='1' | HAVE_DECL_STRDUP='1' | HAVE_DECL_STRNCASECMP='1' | HAVE_DECL_STRNDUP='1' | HAVE_DECL_STRNLEN='1' | HAVE_DECL_STRSIGNAL='1' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOK_R='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_DECL_VSNPRINTF='1' | HAVE_DECL_WCTOB='1' | HAVE_DECL_WCWIDTH='1' | HAVE_DPRINTF='1' | HAVE_DUP2='1' | HAVE_DUP3='1' | HAVE_EUIDACCESS='1' | HAVE_FACCESSAT='1' | HAVE_FCHDIR='1' | HAVE_FCHMODAT='1' | HAVE_FCHOWNAT='1' | HAVE_FCNTL='1' | HAVE_FDOPENDIR='1' | HAVE_FSEEKO='1' | HAVE_FSTATAT='1' | HAVE_FSYNC='1' | HAVE_FTELLO='1' | HAVE_FTRUNCATE='1' | HAVE_FUTIMENS='1' | HAVE_GETDOMAINNAME='1' | HAVE_GETDTABLESIZE='1' | HAVE_GETGROUPS='1' | HAVE_GETHOSTNAME='1' | HAVE_GETLOGIN='1' | HAVE_GETOPT_H='1' | HAVE_GETPAGESIZE='1' | HAVE_GETSUBOPT='1' | HAVE_GETTIMEOFDAY='1' | HAVE_GRANTPT='1' | HAVE_INTTYPES_H='1' | HAVE_ISWBLANK='1' | HAVE_ISWCNTRL='1' | HAVE_LANGINFO_CODESET='1' | HAVE_LANGINFO_ERA='1' | HAVE_LANGINFO_H='1' | HAVE_LANGINFO_T_FMT_AMPM='1' | HAVE_LANGINFO_YESEXPR='1' | HAVE_LCHMOD='1' | HAVE_LCHOWN='1' | HAVE_LINK='1' | HAVE_LINKAT='1' | HAVE_LOCALTIME_R='1' | HAVE_LONG_LONG_INT='1' | HAVE_LSTAT='1' | HAVE_MBRLEN='1' | HAVE_MBRTOWC='1' | HAVE_MBSINIT='1' | HAVE_MBSLEN='0' | HAVE_MBSNRTOWCS='1' | HAVE_MBSRTOWCS='1' | HAVE_MEMCHR='1' | HAVE_MEMPCPY='1' | HAVE_MKDIRAT='1' | HAVE_MKDTEMP='1' | HAVE_MKFIFO='1' | HAVE_MKFIFOAT='1' | HAVE_MKNOD='1' | HAVE_MKNODAT='1' | HAVE_MKOSTEMP='1' | HAVE_MKOSTEMPS='1' | HAVE_MKSTEMP='1' | HAVE_MKSTEMPS='1' | HAVE_NANOSLEEP='1' | HAVE_NL_LANGINFO='1' | HAVE_OPENAT='1' | HAVE_OS_H='0' | HAVE_PIPE2='1' | HAVE_PREAD='1' | HAVE_PTSNAME='1' | HAVE_PWRITE='1' | HAVE_RANDOM_H='0' | HAVE_RANDOM_R='1' | HAVE_RAWMEMCHR='1' | HAVE_READLINK='1' | HAVE_READLINKAT='1' | HAVE_REALPATH='1' | HAVE_RENAMEAT='1' | HAVE_RPMATCH='1' | HAVE_SCANDIR='1' | HAVE_SETENV='1' | HAVE_SIGNED_SIG_ATOMIC_T='' | HAVE_SIGNED_WCHAR_T='' | HAVE_SIGNED_WINT_T='' | HAVE_SLEEP='1' | HAVE_STDINT_H='1' | HAVE_STPCPY='1' | HAVE_STPNCPY='1' | HAVE_STRCASECMP='1' | HAVE_STRCASESTR='1' | HAVE_STRCHRNUL='1' | HAVE_STRPBRK='1' | HAVE_STRPTIME='1' | HAVE_STRSEP='1' | HAVE_STRTOD='1' | HAVE_STRTOLL='1' | HAVE_STRTOULL='1' | HAVE_STRUCT_RANDOM_DATA='1' | HAVE_STRUCT_TIMEVAL='1' | HAVE_STRVERSCMP='1' | HAVE_SYMLINK='1' | HAVE_SYMLINKAT='1' | HAVE_SYSEXITS_H='1' | HAVE_SYS_BITYPES_H='' | HAVE_SYS_INTTYPES_H='' | HAVE_SYS_LOADAVG_H='0' | HAVE_SYS_PARAM_H='0' | HAVE_SYS_TIME_H='1' | HAVE_SYS_TYPES_H='1' | HAVE_TIMEGM='1' | HAVE_TTYNAME_R='1' | HAVE_UNISTD_H='1' | HAVE_UNLINKAT='1' | HAVE_UNLOCKPT='1' | HAVE_UNSETENV='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_USLEEP='1' | HAVE_UTIMENSAT='1' | HAVE_VASPRINTF='1' | HAVE_VDPRINTF='1' | HAVE_WCHAR_H='1' | HAVE_WCHAR_T='1' | HAVE_WCRTOMB='1' | HAVE_WCSNRTOMBS='1' | HAVE_WCSRTOMBS='1' | HAVE_WCTYPE_H='1' | HAVE_WINT_T='1' | HAVE__BOOL='1' | HAVE__EXIT='1' | INCLUDE_NEXT='include_next' | INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INT32_MAX_LT_INTMAX_MAX='1' | INT64_MAX_EQ_LONG_MAX='1' | INTLLIBS='' | INTL_MACOSX_LIBS='' | LDFLAGS='-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed' | LIBGNU_LIBDEPS='' | LIBGNU_LTLIBDEPS='' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' | LIBUNISTRING_UNITYPES_H='unitypes.h' | LIBUNISTRING_UNIWIDTH_H='uniwidth.h' | LIB_CLOCK_GETTIME='-lrt' | LIB_SETSOCKOPT='' | LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/gnu"' | LOCALE_FR='none' | LOCALE_FR_UTF8='none' | LOCALE_JA='none' | LOCALE_ZH_CN='none' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAKEINFO='${SHELL} /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux/missing --run makeinfo' | MKDIR_P='/bin/mkdir -p' | MSGFMT='/usr/bin/msgfmt' | MSGFMT_015='/usr/bin/msgfmt' | MSGMERGE='/usr/bin/msgmerge' | NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' | NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' | NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' | NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' | NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' | NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' | NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' | NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' | NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' | NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' | NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' | NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' | NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' | NEXT_AS_FIRST_DIRECTIVE_STRING_H='' | NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' | NEXT_AS_FIRST_DIRECTIVE_TIME_H='' | NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' | NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' | NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' | NEXT_DIRENT_H='' | NEXT_ERRNO_H='' | NEXT_FCNTL_H='' | NEXT_FLOAT_H='' | NEXT_GETOPT_H='' | NEXT_INTTYPES_H='' | NEXT_LANGINFO_H='' | NEXT_STDARG_H='' | NEXT_STDDEF_H='' | NEXT_STDINT_H='' | NEXT_STDIO_H='' | NEXT_STDLIB_H='' | NEXT_STRINGS_H='' | NEXT_STRING_H='' | NEXT_SYSEXITS_H='' | NEXT_SYS_STAT_H='' | NEXT_SYS_TIME_H='' | NEXT_TIME_H='' | NEXT_UNISTD_H='' | NEXT_WCHAR_H='' | NEXT_WCTYPE_H='' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='bug-tar@gnu.org' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.24' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.24' | PATH_SEPARATOR=':' | POSUB='' | PRAGMA_COLUMNS='' | PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' | PRIPTR_PREFIX='"l"' | PRI_MACROS_BROKEN='0' | PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' | PTRDIFF_T_SUFFIX='' | PU_RMT_PROG='rmt$(EXEEXT)' | RANLIB='x86_64-unknown-linux-gnu-ranlib' | REPLACE_BTOWC='0' | REPLACE_CALLOC='0' | REPLACE_CANONICALIZE_FILE_NAME='0' | REPLACE_CHOWN='0' | REPLACE_CLOSE='0' | REPLACE_CLOSEDIR='0' | REPLACE_DIRFD='0' | REPLACE_DPRINTF='0' | REPLACE_DUP2='0' | REPLACE_DUP='0' | REPLACE_FCHOWNAT='0' | REPLACE_FCLOSE='0' | REPLACE_FCNTL='1' | REPLACE_FDOPENDIR='0' | REPLACE_FFLUSH='0' | REPLACE_FOPEN='0' | REPLACE_FPRINTF='0' | REPLACE_FPURGE='0' | REPLACE_FREOPEN='0' | REPLACE_FSEEK='0' | REPLACE_FSEEKO='0' | REPLACE_FSTAT='0' | REPLACE_FSTATAT='0' | REPLACE_FTELL='0' | REPLACE_FTELLO='0' | REPLACE_FUTIMENS='1' | REPLACE_GETCWD='1' | REPLACE_GETDELIM='0' | REPLACE_GETGROUPS='0' | REPLACE_GETLINE='0' | REPLACE_GETPAGESIZE='0' | REPLACE_GETTIMEOFDAY='0' | REPLACE_ISWBLANK='0' | REPLACE_ISWCNTRL='0' | REPLACE_LCHOWN='0' | REPLACE_LINK='0' | REPLACE_LINKAT='1' | REPLACE_LOCALTIME_R='0' | REPLACE_LSEEK='0' | REPLACE_LSTAT='0' | REPLACE_MALLOC='0' | REPLACE_MBRLEN='0' | REPLACE_MBRTOWC='0' | REPLACE_MBSINIT='0' | REPLACE_MBSNRTOWCS='0' | REPLACE_MBSRTOWCS='0' | REPLACE_MBSTATE_T='0' | REPLACE_MEMCHR='0' | REPLACE_MEMMEM='0' | REPLACE_MKDIR='0' | REPLACE_MKFIFO='0' | REPLACE_MKNOD='0' | REPLACE_MKSTEMP='0' | REPLACE_MKTIME='0' | REPLACE_NANOSLEEP='GNULIB_PORTCHECK' | REPLACE_NL_LANGINFO='0' | REPLACE_NULL='0' | REPLACE_OBSTACK_PRINTF='0' | REPLACE_OPEN='0' | REPLACE_OPENAT='0' | REPLACE_OPENDIR='0' | REPLACE_PERROR='0' | REPLACE_POPEN='0' | REPLACE_PREAD='0' | REPLACE_PRINTF='0' | REPLACE_PUTENV='0' | REPLACE_PWRITE='0' | REPLACE_READLINK='0' | REPLACE_REALLOC='0' | REPLACE_REALPATH='0' | REPLACE_REMOVE='0' | REPLACE_RENAME='0' | REPLACE_RENAMEAT='0' | REPLACE_RMDIR='0' | REPLACE_SETENV='0' | REPLACE_SLEEP='0' | REPLACE_SNPRINTF='0' | REPLACE_SPRINTF='0' | REPLACE_STAT='0' | REPLACE_STDIO_WRITE_FUNCS='0' | REPLACE_STPNCPY='0' | REPLACE_STRCASESTR='0' | REPLACE_STRDUP='0' | REPLACE_STRERROR='0' | REPLACE_STRNCAT='0' | REPLACE_STRNDUP='0' | REPLACE_STRNLEN='0' | REPLACE_STRSIGNAL='0' | REPLACE_STRSTR='0' | REPLACE_STRTOD='0' | REPLACE_STRTOK_R='0' | REPLACE_SYMLINK='0' | REPLACE_TIMEGM='GNULIB_PORTCHECK' | REPLACE_TMPFILE='0' | REPLACE_TTYNAME_R='0' | REPLACE_UNLINK='0' | REPLACE_UNLINKAT='0' | REPLACE_UNSETENV='0' | REPLACE_USLEEP='0' | REPLACE_UTIMENSAT='1' | REPLACE_VASPRINTF='0' | REPLACE_VDPRINTF='0' | REPLACE_VFPRINTF='0' | REPLACE_VPRINTF='0' | REPLACE_VSNPRINTF='0' | REPLACE_VSPRINTF='0' | REPLACE_WCRTOMB='0' | REPLACE_WCSNRTOMBS='0' | REPLACE_WCSRTOMBS='0' | REPLACE_WCTOB='0' | REPLACE_WCWIDTH='0' | REPLACE_WRITE='0' | SET_MAKE='' | SHELL='/bin/sh' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='' | STDARG_H='' | STDBOOL_H='' | STDDEF_H='' | STDINT_H='' | STRIP='' | SYSEXITS_H='' | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' | TIME_H_DEFINES_STRUCT_TIMESPEC='1' | UINT32_MAX_LT_UINTMAX_MAX='1' | UINT64_MAX_EQ_ULONG_MAX='1' | UNDEFINE_STRTOK_R='0' | UNISTD_H_HAVE_WINSOCK2_H='0' | UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' | USE_NLS='no' | VERSION='1.24' | WCHAR_T_SUFFIX='' | WINT_T_SUFFIX='' | XGETTEXT='/usr/bin/xgettext' | XGETTEXT_015='/usr/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS=' --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xasprintf:1:c-format' | YACC='bison -y' | YFLAGS='' | ac_ct_CC='' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__quote='' | am__tar='tar --format=ustar -chf - "$$tardir"' | am__untar='tar -xf -' | bindir='/bin' | build='x86_64-unknown-linux-gnu' | build_alias='x86_64-unknown-linux-gnu' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='unknown' | datadir='/usr/share' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' argmatch.o asnprintf.o backupfile.o basename.o basename-lgpl.o chdir-long.o cloexec.o close-stream.o closeout.o dirname.o dirname-lgpl.o dup-safer.o exclude.o fcntl.o fd-safer.o filenamecat-lgpl.o futimens.o getcwd.o getopt.o getopt1.o gettime.o hash.o human.o linkat.o modechange.o openat-proc.o opendir-safer.o pipe-safer.o printf-args.o printf-parse.o quote.o quotearg.o safe-read.o safe-write.o save-cwd.o savedir.o stripslash.o tempname.o unlinkdir.o utimens.o utimensat.o vasnprintf.o xgetcwd.o xmalloc.o xstrtol.o xstrtol-error.o xstrtoul.o' | gl_LTLIBOBJS=' argmatch.lo asnprintf.lo backupfile.lo basename.lo basename-lgpl.lo chdir-long.lo cloexec.lo close-stream.lo closeout.lo dirname.lo dirname-lgpl.lo dup-safer.lo exclude.lo fcntl.lo fd-safer.lo filenamecat-lgpl.lo futimens.lo getcwd.lo getopt.lo getopt1.lo gettime.lo hash.lo human.lo linkat.lo modechange.lo openat-proc.lo opendir-safer.lo pipe-safer.lo printf-args.lo printf-parse.lo quote.lo quotearg.lo safe-read.lo safe-write.lo save-cwd.lo savedir.lo stripslash.lo tempname.lo unlinkdir.lo utimens.lo utimensat.lo vasnprintf.lo xgetcwd.lo xmalloc.lo xstrtol.lo xstrtol-error.lo xstrtoul.lo' | gltests_LIBOBJS='' | gltests_LTLIBOBJS='' | gltests_WITNESS='IN_TAR_GNULIB_TESTS' | host='x86_64-unknown-linux-gnu' | host_alias='x86_64-unknown-linux-gnu' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='/usr/share/info' | install_sh='${SHELL} /var/tmp/portage/app-arch/tar-1.24/work/tar-1.24/build-aux/install-sh' | libdir='/usr/lib64' | libexecdir='/usr/sbin' | localedir='${datarootdir}/locale' | localstatedir='/var/lib' | mandir='/usr/share/man' | mkdir_p='/bin/mkdir -p' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define PACKAGE_NAME "GNU tar" | #define PACKAGE_TARNAME "tar" | #define PACKAGE_VERSION "1.24" | #define PACKAGE_STRING "GNU tar 1.24" | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | #define PACKAGE "tar" | #define VERSION "1.24" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 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_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_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define major_t int | #define minor_t int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_DECL_GETENV 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_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_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHOWN 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_WMEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_FUTIMENS 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LINKAT 1 | #define HAVE_SYMLINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKFIFOAT 1 | #define HAVE_MKNODAT 1 | #define HAVE_MKNOD 1 | #define HAVE_ALARM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_READLINKAT 1 | #define HAVE_WCSCOLL 1 | #define HAVE_RENAMEAT 1 | #define HAVE_SETENV 1 | #define HAVE_SLEEP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_SYMLINKAT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_ISWBLANK 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SETLOCALE 1 | #define HAVE_FCHMOD 1 | #define HAVE_FSYNC 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 FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_OPTRESET 0 | #define HAVE_DECL_GETOPT_CLIP 0 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_MKDIRAT 1 | #define HAVE_OPENAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_WCHAR_T 1 | #define USER_LABEL_PREFIX | #define HAVE_DECL_STRDUP 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_DECL_ISWBLANK 0 | #define HAVE_ALLOCA 1 | #define GNULIB_AREADLINKAT 1 | #define __GETOPT_PREFIX rpl_ | #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 GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHOWN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_RAW_DECL_ALPHASORT 1 | #define HAVE_RAW_DECL_DIRFD 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_SCANDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_DECL_FDOPENDIR 1 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FDUTIMENSAT 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_DECL___FPENDING 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FUTIMENS 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define GNULIB_TEST_GETCWD 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define HAVE_GETPAGESIZE 1 | #define GNULIB_TEST_GETPAGESIZE 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_RAW_DECL_IMAXABS 1 | #define HAVE_RAW_DECL_IMAXDIV 1 | #define HAVE_RAW_DECL_STRTOIMAX 1 | #define HAVE_RAW_DECL_STRTOUMAX 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_LCHOWN 1 | #define GNULIB_TEST_LCHOWN 1 | #define GNULIB_TEST_LINK 1 | #define LINK_FOLLOWS_SYMLINKS 0 | #define LINKAT_TRAILING_SLASH_BUG 0 | #define GNULIB_TEST_LINKAT 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSCASECMP 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBSRTOWCS 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_TEST_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_TEST_MEMRCHR 1 | #define HAVE_MKDTEMP 1 | #define GNULIB_TEST_MKDTEMP 1 | #define GNULIB_TEST_MKFIFO 1 | #define GNULIB_TEST_MKFIFOAT 1 | #define GNULIB_TEST_MKNODAT 1 | #define GNULIB_TEST_MKNOD 1 | #define GNULIB_TEST_MKTIME 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_MKDIRAT 1 | #define HAVE_OPENAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_READLINKAT 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RENAMEAT 1 | #define GNULIB_TEST_RMDIR 1 | #define HAVE_RPMATCH 1 | #define GNULIB_TEST_RPMATCH 1 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_DECL_SLEEP 1 | #define GNULIB_TEST_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STPCPY 1 | #define GNULIB_TEST_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_TEST_STRDUP 1 | #define GNULIB_TEST_STRERROR 1 | #define GNULIB_TEST_STRNDUP 1 | #define GNULIB_TEST_STRNLEN 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define GNULIB_TEST_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define GNULIB_TEST_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define GNULIB_TEST_SYMLINK 1 | #define GNULIB_TEST_SYMLINKAT 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_TEST_UNLINK 1 | #define UNLINK_CANNOT_UNLINK_DIR 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define GNULIB_TEST_UTIMENSAT 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_DECL_WCWIDTH 1 | #define GNULIB_TEST_WCWIDTH 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_SYS_MTIO_H 1 | #define MTIO_CHECK_FIELD mt_type | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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 COMPRESS_PROGRAM "compress" | #define GZIP_PROGRAM "gzip" | #define BZIP2_PROGRAM "bzip2" | #define LZIP_PROGRAM "lzip" | #define LZMA_PROGRAM "lzma" | #define LZOP_PROGRAM "lzop" | #define XZ_PROGRAM "xz" | #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 | | configure: exit 0