## ------------------------ ## ## GNU tar 1.16 test suite. ## ## ------------------------ ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2006-10-17 Sergey Poznyakoff | | * src/tar.c: Fix help output formatting. Thanks Benno | Schulenberg. | | 2006-10-16 Sergey Poznyakoff | | * Makefile.am (dist-hook): Create a cpio archive. | * NEWS: Update | ## --------- ## ## Platform. ## ## --------- ## hostname = horton uname -m = i686 uname -r = 2.6.18.1 uname -s = Linux uname -v = #1 PREEMPT Sun Oct 15 09:33:44 BST 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /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/src/tar/tar-1.16/tests PATH: /usr/src/tar/tar-1.16/src PATH: /usr/src/tar/tar-1.16/build-aux PATH: /usr/src/tar/tar-1.16 PATH: /usr/lib/pkgusr PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /opt/bin PATH: /opt/jdk/jdk/bin PATH: /opt/ant/bin 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='/usr/src/tar/tar-1.16/tests' | at_srcdir='.' | abs_srcdir='/usr/src/tar/tar-1.16/tests' | at_top_srcdir='..' | abs_top_srcdir='/usr/src/tar/tar-1.16' | at_top_build_prefix='../' | abs_top_builddir='/usr/src/tar/tar-1.16' | | # 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=/usr/src/tar/tar-1.16/tests:/usr/src/tar/tar-1.16/src:/usr/src/tar/tar-1.16/build-aux:$top_srcdir:$srcdir:$PATH | | XFAILFILE=$abs_builddir/.badversion | | trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 | | TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar | if test -z "$TEST_DATA_DIR"; then | TEST_DATA_DIR=$abs_builddir | fi | | STAR_DATA_URL=http://download.berlios.de/pub/star/testscripts | if test -z "$STAR_TESTSCRIPTS"; then | STAR_TESTSCRIPTS=$TEST_DATA_DIR | fi | | # tarball_prereq file sum dir url | tarball_prereq() { | if test -d "$3"; then | if test -r $3/$1; then | : | elif test -n "$FULL_TEST"; then | wget -q --directory-prefix=$3 $4/$1 | fi | fi | echo "$2 $3/$1" | md5sum --status --check - | } | | ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:92: /usr/src/tar/tar-1.16/src/tar --version tar (GNU tar) 1.16 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Sat Nov 11 16:29:29 GMT 2006 1. tar version (version.at:19): ok (0m0.000s 0m0.008s) 2. decompressing from stdin (pipe.at:29): ok (0m0.036s 0m0.108s) 3. mixing options (options.at:24): ok (0m0.004s 0m0.004s) 4. interspersed options (options02.at:26): ok (0m0.004s 0m0.004s) 5. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.036s 0m0.048s) 6. tar cvf - (verbose.at:26): ok (0m0.024s 0m0.056s) 7. append (append.at:21): ok (0m0.032s 0m0.048s) 8. appending files with long names (append01.at:29): ok (0m0.040s 0m0.052s) 9. append vs. create (append02.at:40): ok (0m0.044s 0m0.056s) 10. deleting a member after a big one (delete01.at:23): ok (0m0.020s 0m0.064s) 11. deleting a member from stdin archive (delete02.at:23): ok (0m0.044s 0m0.048s) 12. deleting members with long names (delete03.at:21): ok (0m0.036s 0m0.056s) 13. deleting a large last member (delete04.at:23): ok (0m0.056s 0m0.076s) 14. deleting non-existing member (delete05.at:27): ok (0m0.016s 0m0.064s) 15. extract over an existing directory (extrac01.at:23): ok (0m0.052s 0m0.032s) 16. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.016s 0m0.056s) 17. extraction loops (extrac03.at:23): ok (0m0.028s 0m0.040s) 18. extract + fnmatch (extrac04.at:23): ok (0m0.096s 0m0.052s) 19. extracting selected members from pax (extrac05.at:30): ok (0m0.016s 0m0.008s) 20. mode of extracted directories (extrac06.at:33): ok (0m0.068s 0m0.080s) 21. gzip (gzip.at:23): ok (0m0.000s 0m0.004s) 22. incremental (incremental.at:23): ok (0m0.032s 0m0.028s) 23. restore broken symlinks from incremental (incr01.at:27): ok (0m0.028s 0m0.036s) 24. restoring timestamps from incremental (incr02.at:32): ok (0m0.036s 0m0.052s) 25. --listed for individual files (listed01.at:26): ok (0m0.008s 0m0.044s) 26. working --listed (listed02.at:28): ok (0m0.036s 0m0.064s) 27. renamed files in incrementals (incr03.at:28): ok (0m0.024s 0m0.080s) 28. proper icontents initialization (incr04.at:29): ok (0m0.076s 0m0.068s) 29. renamed dirs in incrementals (rename01.at:24): ok (0m0.044s 0m0.072s) 30. move between hierarchies (rename02.at:24): ok (0m0.060s 0m0.084s) 31. cyclic renames (rename03.at:23): ok (0m0.068s 0m0.104s) 32. changed file types in incrementals (chtype.at:27): ok (0m0.072s 0m0.104s) 33. ignfail (ignfail.at:23): ok (0m0.120s 0m0.152s) 34. link count gt 2 (link01.at:33): ok (0m0.064s 0m0.080s) 35. long names in V7 archives (longv7.at:24): ok (0m0.012s 0m0.008s) 36. long file names divisible by block size (long01.at:28): ok (0m0.168s 0m0.152s) 37. ustar: unsplittable file name (lustar01.at:21): ok (0m0.004s 0m0.004s) 38. ustar: unsplittable path name (lustar02.at:21): ok (0m0.008s 0m0.016s) 39. ustar: splitting long names (lustar03.at:21): ok (0m0.016s 0m0.012s) 40. multivolume dumps from pipes (multiv01.at:23): ok (0m0.020s 0m0.056s) 41. skipping a straddling member (multiv02.at:28): ok (0m0.036s 0m0.020s) 42. MV archive & long filenames (multiv03.at:30): ok (0m0.012s 0m0.040s) 43. split directory members in a MV archive (multiv04.at:36): ok (0m0.016s 0m0.116s) 44. Restoring after an out of sync folume (multiv05.at:26): ok (0m0.028s 0m0.040s) 45. old archives (old.at:23): ok (0m0.000s 0m0.008s) 46. recurse (recurse.at:21): ok (0m0.040s 0m0.044s) 47. working -C with --same-order (same-order01.at:26): ok (0m0.056s 0m0.064s) 48. multiple -C options (same-order02.at:25): ok (0m0.068s 0m0.072s) 49. short records (shortrec.at:25): ok (0m0.036s 0m0.096s) 50. sparse files (sparse01.at:21): ok (0m0.112s 0m0.100s) 51. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.076s 0m0.116s) 52. storing sparse files > 8G (sparse03.at:21): ok (0m43.127s 1m4.840s) 53. sparse files in MV archives (sparsemv.at:21): ok (0m0.036s 0m0.044s) 54. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.028s 0m0.032s) 55. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.032s 0m0.032s) 56. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.032s 0m0.028s) 57. update unchanged directories (update.at:27): ok (0m0.056s 0m0.056s) 58. volume (volume.at:23): ok (0m0.020s 0m0.016s) 59. volume header size (volsize.at:29): skipped (volsize.at:54) 60. compressed format recognition (comprec.at:21): ok (0m0.044s 0m0.060s) 62. grow (grow.at:24): ok (0m1.144s 0m1.344s) 63. gtarfail (gtarfail.at:21): skipped (gtarfail.at:38) 64. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:41) 65. multi-fail (multi-fail.at:21): skipped (multi-fail.at:86) 66. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:36) 67. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:36) 68. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:36) testsuite: ending at: Sat Nov 11 16:33:48 GMT 2006 testsuite: test suite duration: 0h 4m 19s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 61 tests were run, 1 failed unexpectedly. 7 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.16 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 61: truncate.at:29 truncate truncate filechange Skipped tests: GNU tar 1.16 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 59: volsize.at:29 volume header size volume volsize 63: gtarfail.at:21 gtarfail star gtarfail 64: gtarfail2.at:21 gtarfail2 star gtarfail2 65: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 66: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 67: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 68: pax-big-10g.at:21 pax-big-10g star pax-big-10g ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 61. truncate.at:29: testing ... ./truncate.at:51: mkdir v7 (cd v7 TEST_TAR_FORMAT=v7 export TEST_TAR_FORMAT TAR_OPTIONS="-H v7" export TAR_OPTIONS rm -rf * genfile --file foo --length 50000k genfile --file baz genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo echo Exit status: $? echo separator sleep 1 dd if=/dev/zero of=foo bs=1k seek=49995 count=5 >/dev/null 2>&1 tar dvf bar) --- - 2006-11-11 16:32:53.757817853 +0000 +++ /usr/src/tar/tar-1.16/tests/testsuite.dir/at-stderr 2006-11-11 16:32:53.000000000 +0000 @@ -1,2 +1 @@ -tar: foo: File shrank by 5120 bytes; padding with zeros --- - 2006-11-11 16:32:53.759988329 +0000 +++ /usr/src/tar/tar-1.16/tests/testsuite.dir/at-stdout 2006-11-11 16:32:53.000000000 +0000 @@ -1,8 +1,9 @@ foo baz -Exit status: 1 +Exit status: 0 separator foo foo: Mod time differs +foo: Contents differ baz 61. truncate.at:29: 61. truncate (truncate.at:29): FAILED (truncate.at:51) ## ------------- ## ## ../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.16, which was | generated by GNU Autoconf 2.60. Invocation command line was | | $ ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/bin --disable-nls | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = horton | uname -m = i686 | uname -r = 2.6.18.1 | uname -s = Linux | uname -v = #1 PREEMPT Sun Oct 15 09:33:44 BST 2006 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = i686 | /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/pkgusr | PATH: /bin | PATH: /usr/bin | PATH: /usr/X11R6/bin | PATH: /opt/bin | PATH: /opt/jdk/jdk/bin | PATH: /opt/ant/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1942: checking for a BSD-compatible install | configure:1998: result: /usr/lib/pkgusr/install -c | configure:2009: checking whether build environment is sane | configure:2052: result: yes | configure:2117: checking for gawk | configure:2133: found /usr/bin/gawk | configure:2144: result: gawk | configure:2155: checking whether make sets $(MAKE) | configure:2176: result: yes | configure:2355: checking how to create a ustar tar archive | configure:2368: tar --version | tar (GNU tar) 1.15.1 | configure:2371: $? = 0 | configure:2411: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | configure:2414: $? = 0 | configure:2418: tar -xf - &5 | gcc (GCC) 4.0.2 | Copyright (C) 2005 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:2836: $? = 0 | configure:2843: gcc -s -v >&5 | Using built-in specs. | Target: i686-pc-linux-gnu | Configured with: ../gcc-4.0.2/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,fortran | Thread model: posix | gcc version 4.0.2 | configure:2846: $? = 0 | configure:2853: gcc -s -V >&5 | gcc: '-V' must come at the start of the command line | configure:2856: $? = 1 | configure:2879: checking for C compiler default output file name | configure:2906: gcc -s -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:2909: $? = 0 | configure:2955: result: a.out | configure:2960: checking whether the C compiler works | configure:2970: ./a.out | configure:2973: $? = 0 | configure:2990: result: yes | configure:2997: checking whether we are cross compiling | configure:2999: result: no | configure:3002: checking for suffix of executables | configure:3009: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:3012: $? = 0 | configure:3036: result: | configure:3042: checking for suffix of object files | configure:3068: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:3071: $? = 0 | configure:3094: result: o | configure:3098: checking whether we are using the GNU C compiler | configure:3127: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:3133: $? = 0 | configure:3140: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3143: $? = 0 | configure:3150: test -s conftest.o | configure:3153: $? = 0 | configure:3167: result: yes | configure:3172: checking whether gcc -s accepts -g | configure:3202: gcc -s -c -g conftest.c >&5 | configure:3208: $? = 0 | configure:3215: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3218: $? = 0 | configure:3225: test -s conftest.o | configure:3228: $? = 0 | configure:3358: result: yes | configure:3375: checking for gcc -s option to accept ISO C89 | configure:3449: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:3455: $? = 0 | configure:3462: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3465: $? = 0 | configure:3472: test -s conftest.o | configure:3475: $? = 0 | configure:3495: result: none needed | configure:3515: checking dependency style of gcc -s | configure:3605: result: gcc3 | configure:3628: checking how to run the C preprocessor | configure:3668: gcc -s -E conftest.c | configure:3674: $? = 0 | configure:3712: gcc -s -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:3718: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:3758: result: gcc -s -E | configure:3787: gcc -s -E conftest.c | configure:3793: $? = 0 | configure:3831: gcc -s -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:3837: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:3882: checking for grep that handles long lines and -e | configure:3956: result: /bin/grep | configure:3961: checking for egrep | configure:4039: result: /bin/grep -E | configure:4045: checking for AIX | configure:4067: result: no | configure:4073: checking for ANSI C header files | configure:4103: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4109: $? = 0 | configure:4116: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4119: $? = 0 | configure:4126: test -s conftest.o | configure:4129: $? = 0 | configure:4225: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:4228: $? = 0 | configure:4234: ./conftest | configure:4237: $? = 0 | configure:4254: result: yes | configure:4278: checking for sys/types.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4278: checking for sys/stat.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4278: checking for stdlib.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4278: checking for string.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4278: checking for memory.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4278: checking for strings.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4278: checking for inttypes.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4278: checking for stdint.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4278: checking for unistd.h | configure:4299: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4305: $? = 0 | configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4315: $? = 0 | configure:4322: test -s conftest.o | configure:4325: $? = 0 | configure:4338: result: yes | configure:4360: checking minix/config.h usability | configure:4377: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:54:26: error: minix/config.h: No such file or directory | configure:4383: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:4414: result: no | configure:4418: checking minix/config.h presence | configure:4433: gcc -s -E conftest.c | conftest.c:21:26: error: minix/config.h: No such file or directory | configure:4439: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:4460: result: no | configure:4493: checking for minix/config.h | configure:4500: result: no | configure:4539: checking whether it is safe to define __EXTENSIONS__ | configure:4567: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:4573: $? = 0 | configure:4580: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4583: $? = 0 | configure:4590: test -s conftest.o | configure:4593: $? = 0 | configure:4605: result: yes | configure:4665: checking for gcc | configure:4692: result: gcc -s | configure:4930: checking for C compiler version | configure:4937: gcc -s --version >&5 | gcc (GCC) 4.0.2 | Copyright (C) 2005 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:4940: $? = 0 | configure:4947: gcc -s -v >&5 | Using built-in specs. | Target: i686-pc-linux-gnu | Configured with: ../gcc-4.0.2/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,fortran | Thread model: posix | gcc version 4.0.2 | configure:4950: $? = 0 | configure:4957: gcc -s -V >&5 | gcc: '-V' must come at the start of the command line | configure:4960: $? = 1 | configure:4963: checking whether we are using the GNU C compiler | configure:5032: result: yes | configure:5037: checking whether gcc -s accepts -g | configure:5223: result: yes | configure:5240: checking for gcc -s option to accept ISO C89 | configure:5360: result: none needed | configure:5380: checking dependency style of gcc -s | configure:5470: result: gcc3 | configure:5531: checking for ranlib | configure:5547: found /usr/bin/ranlib | configure:5558: result: ranlib | configure:5588: checking for bison | configure:5604: found /usr/bin/bison | configure:5615: result: bison -y | configure:5634: checking for special C compiler options needed for large files | configure:5761: result: no | configure:5767: checking for _FILE_OFFSET_BITS value needed for large files | configure:5803: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:29: warning: left shift count >= width of type | conftest.c:29: warning: left shift count >= width of type | conftest.c:31: error: size of array 'off_t_is_large' is negative | configure:5809: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | /* end confdefs.h. */ | | #include | | /* Check that off_t can represent 2**63 - 1 correctly. | | We can't simply define LARGE_OFF_T to be 9223372036854775807, | | since some C++ compilers masquerading as C compilers | | incorrectly reject 9223372036854775807. */ | | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | | && LARGE_OFF_T % 2147483647 == 1) | | ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:5870: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:5876: $? = 0 | configure:5883: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5886: $? = 0 | configure:5893: test -s conftest.o | configure:5896: $? = 0 | configure:5910: result: 64 | configure:5920: checking for _LARGE_FILES value needed for large files | configure:5956: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:5962: $? = 0 | configure:5969: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5972: $? = 0 | configure:5979: test -s conftest.o | configure:5982: $? = 0 | configure:6063: result: no | configure:6075: checking for library containing strerror | configure:6116: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:6122: $? = 0 | configure:6129: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6132: $? = 0 | configure:6139: test -s conftest | configure:6142: $? = 0 | configure:6166: result: none required | configure:6174: checking for inline | configure:6200: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6206: $? = 0 | configure:6213: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6216: $? = 0 | configure:6223: test -s conftest.o | configure:6226: $? = 0 | configure:6241: result: inline | configure:6280: checking fcntl.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking fcntl.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for fcntl.h | configure:6421: result: yes | configure:6280: checking linux/fd.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking linux/fd.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for linux/fd.h | configure:6421: result: yes | configure:6270: checking for memory.h | configure:6276: result: yes | configure:6280: checking net/errno.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:60:23: error: net/errno.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking net/errno.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:27:23: error: net/errno.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for net/errno.h | configure:6421: result: no | configure:6280: checking sgtty.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking sgtty.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for sgtty.h | configure:6421: result: yes | configure:6270: checking for string.h | configure:6276: result: yes | configure:6280: checking stropts.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking stropts.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for stropts.h | configure:6421: result: yes | configure:6280: checking sys/param.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking sys/param.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for sys/param.h | configure:6421: result: yes | configure:6280: checking sys/device.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:64:24: error: sys/device.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking sys/device.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:31:24: error: sys/device.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for sys/device.h | configure:6421: result: no | configure:6280: checking sys/filio.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:64:23: error: sys/filio.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking sys/filio.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:31:23: error: sys/filio.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for sys/filio.h | configure:6421: result: no | configure:6280: checking sys/gentape.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:64:25: error: sys/gentape.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking sys/gentape.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:31:25: error: sys/gentape.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for sys/gentape.h | configure:6421: result: no | configure:6280: checking sys/inet.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:64:22: error: sys/inet.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking sys/inet.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:31:22: error: sys/inet.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for sys/inet.h | configure:6421: result: no | configure:6280: checking sys/io/trioctl.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:64:28: error: sys/io/trioctl.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking sys/io/trioctl.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:31:28: error: sys/io/trioctl.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for sys/io/trioctl.h | configure:6421: result: no | configure:6280: checking sys/mtio.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking sys/mtio.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for sys/mtio.h | configure:6421: result: yes | configure:6280: checking sys/time.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking sys/time.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for sys/time.h | configure:6421: result: yes | configure:6280: checking sys/tprintf.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:66:25: error: sys/tprintf.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking sys/tprintf.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:33:25: error: sys/tprintf.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for sys/tprintf.h | configure:6421: result: no | configure:6280: checking sys/tape.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:66:22: error: sys/tape.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking sys/tape.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:33:22: error: sys/tape.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for sys/tape.h | configure:6421: result: no | configure:6270: checking for unistd.h | configure:6276: result: yes | configure:6280: checking locale.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking locale.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for locale.h | configure:6421: result: yes | configure:6280: checking features.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking features.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for features.h | configure:6421: result: yes | configure:6280: checking linewrap.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:69:22: error: linewrap.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking linewrap.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:36:22: error: linewrap.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for linewrap.h | configure:6421: result: no | configure:6280: checking wchar.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking wchar.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for wchar.h | configure:6421: result: yes | configure:6270: checking for stdint.h | configure:6276: result: yes | configure:6270: checking for inttypes.h | configure:6276: result: yes | configure:6280: checking wctype.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking wctype.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for wctype.h | configure:6421: result: yes | configure:6280: checking priv.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:73:18: error: priv.h: No such file or directory | configure:6303: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6334: result: no | configure:6338: checking priv.h presence | configure:6353: gcc -s -E conftest.c | conftest.c:40:18: error: priv.h: No such file or directory | configure:6359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | /* end confdefs.h. */ | | #include | configure:6380: result: no | configure:6413: checking for priv.h | configure:6421: result: no | configure:6280: checking utime.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking utime.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for utime.h | configure:6421: result: yes | configure:6280: checking netdb.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking netdb.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for netdb.h | configure:6421: result: yes | configure:6280: checking sys/wait.h usability | configure:6297: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6303: $? = 0 | configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6313: $? = 0 | configure:6320: test -s conftest.o | configure:6323: $? = 0 | configure:6334: result: yes | configure:6338: checking sys/wait.h presence | configure:6353: gcc -s -E conftest.c | configure:6359: $? = 0 | configure:6380: result: yes | configure:6413: checking for sys/wait.h | configure:6421: result: yes | configure:6613: checking for sys/buf.h | configure:6636: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:47:21: error: sys/buf.h: No such file or directory | configure:6642: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | /* end confdefs.h. */ | | #if HAVE_SYS_PARAM_H | | #include | | #endif | | | | #include | configure:6675: result: no | configure:6687: checking for sys/wait.h that is POSIX.1 compatible | configure:6761: result: yes | configure:6771: checking for stdbool.h that conforms to C99 | configure:6864: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6870: $? = 0 | configure:6877: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6880: $? = 0 | configure:6887: test -s conftest.o | configure:6890: $? = 0 | configure:6902: result: yes | configure:6904: checking for _Bool | configure:6934: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:6940: $? = 0 | configure:6947: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6950: $? = 0 | configure:6957: test -s conftest.o | configure:6960: $? = 0 | configure:6972: result: yes | configure:7018: checking for dirent.h that defines DIR | configure:7047: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:7053: $? = 0 | configure:7060: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7063: $? = 0 | configure:7070: test -s conftest.o | configure:7073: $? = 0 | configure:7086: result: yes | configure:7099: checking for library containing opendir | configure:7140: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:7146: $? = 0 | configure:7153: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7156: $? = 0 | configure:7163: test -s conftest | configure:7166: $? = 0 | configure:7190: result: none required | configure:7300: checking whether sys/types.h defines makedev | configure:7326: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:7332: $? = 0 | configure:7339: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7342: $? = 0 | configure:7349: test -s conftest | configure:7352: $? = 0 | configure:7366: result: yes | configure:7701: checking whether stat file-mode macros are broken | configure:7749: result: no | configure:7759: checking for ANSI C header files | configure:7940: result: yes | configure:7951: checking for st_fstype string in struct stat | configure:7978: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:53: error: 'struct stat' has no member named 'st_fstype' | configure:7984: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | /* end confdefs.h. */ | | #include | | #include | | int | | main () | | { | | struct stat s; s.st_fstype[0] = 'x'; | | ; | | return 0; | | } | configure:8017: result: no | configure:8027: checking return type of signal handlers | configure:8055: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:54: error: void value not ignored as it ought to be | configure:8061: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | return *(signal (0, 0)) (0) == 1; | | ; | | return 0; | | } | configure:8093: result: void | configure:8101: checking for mode_t | configure:8131: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:8137: $? = 0 | configure:8144: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8147: $? = 0 | configure:8154: test -s conftest.o | configure:8157: $? = 0 | configure:8169: result: yes | configure:8181: checking for pid_t | configure:8211: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:8217: $? = 0 | configure:8224: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8227: $? = 0 | configure:8234: test -s conftest.o | configure:8237: $? = 0 | configure:8249: result: yes | configure:8261: checking for off_t | configure:8291: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:8297: $? = 0 | configure:8304: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8307: $? = 0 | configure:8314: test -s conftest.o | configure:8317: $? = 0 | configure:8329: result: yes | configure:8341: checking for size_t | configure:8371: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:8377: $? = 0 | configure:8384: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8387: $? = 0 | configure:8394: test -s conftest.o | configure:8397: $? = 0 | configure:8409: result: yes | configure:8421: checking for uid_t in sys/types.h | configure:8444: result: yes | configure:8459: checking for major_t | configure:8489: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:82: error: syntax error before 'ac__type_new_' | conftest.c:82: warning: data definition has no type or storage class | conftest.c: In function 'main': | conftest.c:86: error: syntax error before ')' token | configure:8495: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | typedef major_t ac__type_new_; | | int | | main () | | { | | if ((ac__type_new_ *) 0) | | return 0; | | if (sizeof (ac__type_new_)) | | return 0; | | ; | | return 0; | | } | configure:8527: result: no | configure:8539: checking for minor_t | configure:8569: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:83: error: syntax error before 'ac__type_new_' | conftest.c:83: warning: data definition has no type or storage class | conftest.c: In function 'main': | conftest.c:87: error: syntax error before ')' token | configure:8575: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | typedef minor_t ac__type_new_; | | int | | main () | | { | | if ((ac__type_new_ *) 0) | | return 0; | | if (sizeof (ac__type_new_)) | | return 0; | | ; | | return 0; | | } | configure:8607: result: no | configure:8619: checking for dev_t | configure:8649: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:8655: $? = 0 | configure:8662: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8665: $? = 0 | configure:8672: test -s conftest.o | configure:8675: $? = 0 | configure:8687: result: yes | configure:8699: checking for ino_t | configure:8729: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:8735: $? = 0 | configure:8742: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8745: $? = 0 | configure:8752: test -s conftest.o | configure:8755: $? = 0 | configure:8767: result: yes | configure:8781: checking for ssize_t | configure:8808: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:8814: $? = 0 | configure:8821: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8824: $? = 0 | configure:8831: test -s conftest.o | configure:8834: $? = 0 | configure:8846: result: yes | configure:8860: checking for working alloca.h | configure:8887: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:8893: $? = 0 | configure:8900: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8903: $? = 0 | configure:8910: test -s conftest | configure:8913: $? = 0 | configure:8926: result: yes | configure:8936: checking for alloca | configure:8983: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:8989: $? = 0 | configure:8996: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8999: $? = 0 | configure:9006: test -s conftest | configure:9009: $? = 0 | configure:9022: result: yes | configure:9271: checking for stdlib.h | configure:9277: result: yes | configure:9435: checking for GNU libc compatible malloc | configure:9469: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:9472: $? = 0 | configure:9478: ./conftest | configure:9481: $? = 0 | configure:9497: result: yes | configure:9513: checking for long long int | configure:9546: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:9552: $? = 0 | configure:9559: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9562: $? = 0 | configure:9569: test -s conftest | configure:9572: $? = 0 | configure:9585: result: yes | configure:9607: checking for long double | configure:9680: result: yes | configure:9690: checking for C/C++ restrict keyword | configure:9726: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:59: error: syntax error before 'ip' | conftest.c: In function 'foo': | conftest.c:60: error: 'ip' undeclared (first use in this function) | conftest.c:60: error: (Each undeclared identifier is reported only once | conftest.c:60: error: for each function it appears in.) | conftest.c: In function 'main': | conftest.c:66: error: syntax error before 't' | conftest.c:67: error: 't' undeclared (first use in this function) | configure:9732: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | /* end confdefs.h. */ | | typedef int * int_ptr; | | int foo (int_ptr restrict ip) { | | return ip[0]; | | } | | int | | main () | | { | | int s[1]; | | int * restrict t = s; | | t[0] = 0; | | return foo(t) | | ; | | return 0; | | } | configure:9726: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:9732: $? = 0 | configure:9739: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9742: $? = 0 | configure:9749: test -s conftest.o | configure:9752: $? = 0 | configure:9767: result: __restrict | configure:9783: checking whether getenv is declared | configure:9813: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:9819: $? = 0 | configure:9826: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9829: $? = 0 | configure:9836: test -s conftest.o | configure:9839: $? = 0 | configure:9851: result: yes | configure:9903: checking whether clearerr_unlocked is declared | configure:9933: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:9939: $? = 0 | configure:9946: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9949: $? = 0 | configure:9956: test -s conftest.o | configure:9959: $? = 0 | configure:9971: result: yes | configure:9991: checking whether feof_unlocked is declared | configure:10021: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10027: $? = 0 | configure:10034: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10037: $? = 0 | configure:10044: test -s conftest.o | configure:10047: $? = 0 | configure:10059: result: yes | configure:10079: checking whether ferror_unlocked is declared | configure:10109: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10115: $? = 0 | configure:10122: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10125: $? = 0 | configure:10132: test -s conftest.o | configure:10135: $? = 0 | configure:10147: result: yes | configure:10167: checking whether fflush_unlocked is declared | configure:10197: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10203: $? = 0 | configure:10210: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10213: $? = 0 | configure:10220: test -s conftest.o | configure:10223: $? = 0 | configure:10235: result: yes | configure:10255: checking whether fgets_unlocked is declared | configure:10285: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10291: $? = 0 | configure:10298: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10301: $? = 0 | configure:10308: test -s conftest.o | configure:10311: $? = 0 | configure:10323: result: yes | configure:10343: checking whether fputc_unlocked is declared | configure:10373: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10379: $? = 0 | configure:10386: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10389: $? = 0 | configure:10396: test -s conftest.o | configure:10399: $? = 0 | configure:10411: result: yes | configure:10431: checking whether fputs_unlocked is declared | configure:10461: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10467: $? = 0 | configure:10474: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10477: $? = 0 | configure:10484: test -s conftest.o | configure:10487: $? = 0 | configure:10499: result: yes | configure:10519: checking whether fread_unlocked is declared | configure:10549: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10555: $? = 0 | configure:10562: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10565: $? = 0 | configure:10572: test -s conftest.o | configure:10575: $? = 0 | configure:10587: result: yes | configure:10607: checking whether fwrite_unlocked is declared | configure:10637: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10643: $? = 0 | configure:10650: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10653: $? = 0 | configure:10660: test -s conftest.o | configure:10663: $? = 0 | configure:10675: result: yes | configure:10695: checking whether getc_unlocked is declared | configure:10725: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10731: $? = 0 | configure:10738: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10741: $? = 0 | configure:10748: test -s conftest.o | configure:10751: $? = 0 | configure:10763: result: yes | configure:10783: checking whether getchar_unlocked is declared | configure:10813: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10819: $? = 0 | configure:10826: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10829: $? = 0 | configure:10836: test -s conftest.o | configure:10839: $? = 0 | configure:10851: result: yes | configure:10871: checking whether putc_unlocked is declared | configure:10901: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10907: $? = 0 | configure:10914: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10917: $? = 0 | configure:10924: test -s conftest.o | configure:10927: $? = 0 | configure:10939: result: yes | configure:10959: checking whether putchar_unlocked is declared | configure:10989: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:10995: $? = 0 | configure:11002: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11005: $? = 0 | configure:11012: test -s conftest.o | configure:11015: $? = 0 | configure:11027: result: yes | configure:11054: checking for flockfile | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for funlockfile | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for pathconf | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for lchmod | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:105: error: syntax error before 'me' | conftest.c:108: error: syntax error before 'int' | configure:11116: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | /* 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:11150: result: no | configure:11054: checking for fdopendir | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | /tmp/cci3eJUI.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `fdopendir' | collect2: ld returned 1 exit status | configure:11116: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | /* end confdefs.h. */ | | /* Define fdopendir to an innocuous variant, in case declares fdopendir. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fdopendir innocuous_fdopendir | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fdopendir (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fdopendir | | | | /* 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 fdopendir (); | | /* 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_fdopendir || defined __stub___fdopendir | | choke me | | #endif | | | | int | | main () | | { | | return fdopendir (); | | ; | | return 0; | | } | configure:11150: result: no | configure:11054: checking for fchdir | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for gettimeofday | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for nanotime | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | /tmp/ccKw6cVd.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `nanotime' | collect2: ld returned 1 exit status | configure:11116: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 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:11150: result: no | configure:11054: checking for setlocale | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for alarm | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for iswprint | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:104: warning: conflicting types for built-in function 'iswprint' | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for mbsinit | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for mbrtowc | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for mempcpy | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:107: warning: conflicting types for built-in function 'mempcpy' | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for wcrtomb | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for wcscoll | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for pipe | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for futimes | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for futimesat | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | /tmp/ccMCHKBD.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `futimesat' | collect2: ld returned 1 exit status | configure:11116: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | /* end confdefs.h. */ | | /* Define futimesat to an innocuous variant, in case declares futimesat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define futimesat innocuous_futimesat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char futimesat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef futimesat | | | | /* 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 futimesat (); | | /* 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_futimesat || defined __stub___futimesat | | choke me | | #endif | | | | int | | main () | | { | | return futimesat (); | | ; | | return 0; | | } | configure:11150: result: no | configure:11054: checking for wcwidth | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for strerror | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for lstat | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11054: checking for mkfifo | configure:11110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11116: $? = 0 | configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11126: $? = 0 | configure:11133: test -s conftest | configure:11136: $? = 0 | configure:11150: result: yes | configure:11183: checking for d_ino member in directory struct | configure:11212: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11218: $? = 0 | configure:11225: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11228: $? = 0 | configure:11235: test -s conftest | configure:11238: $? = 0 | configure:11253: result: yes | configure:11265: checking whether system is Windows or MSDOS | configure:11294: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:99: error: 'neither' undeclared (first use in this function) | conftest.c:99: error: (Each undeclared identifier is reported only once | conftest.c:99: error: for each function it appears in.) | conftest.c:99: error: syntax error before 'MSDOS' | configure:11300: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__ | | neither MSDOS nor Windows | | #endif | | ; | | return 0; | | } | configure:11333: result: no | configure:11441: checking for long file names | configure:11473: result: yes | configure:11523: checking whether memrchr is declared | configure:11553: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:11559: $? = 0 | configure:11566: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11569: $? = 0 | configure:11576: test -s conftest.o | configure:11579: $? = 0 | configure:11591: result: yes | configure:11615: checking for unistd.h | configure:11621: result: yes | configure:11779: checking for working chown | configure:11822: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11825: $? = 0 | configure:11831: ./conftest | configure:11834: $? = 0 | configure:11852: result: yes | configure:11863: checking whether chown(2) dereferences symlinks | configure:11906: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:11909: $? = 0 | configure:11915: ./conftest | configure:11918: $? = 0 | configure:11936: result: yes | configure:11953: checking build system type | configure:11971: result: i686-pc-linux-gnu | configure:11993: checking host system type | configure:12008: result: i686-pc-linux-gnu | configure:12032: checking whether // is distinct from / | configure:12061: result: no | configure:12075: checking whether strerror_r is declared | configure:12105: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:12111: $? = 0 | configure:12118: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12121: $? = 0 | configure:12128: test -s conftest.o | configure:12131: $? = 0 | configure:12143: result: yes | configure:12165: checking for strerror_r | configure:12221: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:12227: $? = 0 | configure:12234: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12237: $? = 0 | configure:12244: test -s conftest | configure:12247: $? = 0 | configure:12261: result: yes | configure:12271: checking whether strerror_r returns char * | configure:12305: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:12311: $? = 0 | configure:12318: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12321: $? = 0 | configure:12328: test -s conftest.o | configure:12331: $? = 0 | configure:12404: result: yes | configure:12414: checking for mbstate_t | configure:12441: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:12447: $? = 0 | configure:12454: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12457: $? = 0 | configure:12464: test -s conftest.o | configure:12467: $? = 0 | configure:12479: result: yes | configure:12495: checking whether getcwd (NULL, 0) allocates memory for result | configure:12533: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:12536: $? = 0 | configure:12542: ./conftest | configure:12545: $? = 0 | configure:12561: result: yes | configure:12565: checking whether getcwd is declared | configure:12595: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:12601: $? = 0 | configure:12608: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12611: $? = 0 | configure:12618: test -s conftest.o | configure:12621: $? = 0 | configure:12633: result: yes | configure:12652: checking whether time.h and sys/time.h may both be included | configure:12682: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:12688: $? = 0 | configure:12695: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12698: $? = 0 | configure:12705: test -s conftest.o | configure:12708: $? = 0 | configure:12720: result: yes | configure:12751: checking for struct timespec | configure:12788: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:12794: $? = 0 | configure:12801: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12804: $? = 0 | configure:12811: test -s conftest.o | configure:12814: $? = 0 | configure:12827: result: yes | configure:12841: checking whether nanosleep is declared | configure:12872: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:12878: $? = 0 | configure:12885: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12888: $? = 0 | configure:12895: test -s conftest.o | configure:12898: $? = 0 | configure:12910: result: yes | configure:12934: checking for compound literals | configure:12961: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:12967: $? = 0 | configure:12974: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12977: $? = 0 | configure:12984: test -s conftest.o | configure:12987: $? = 0 | configure:12999: result: yes | configure:13009: checking whether struct tm is in sys/time.h or time.h | configure:13037: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:13043: $? = 0 | configure:13050: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13053: $? = 0 | configure:13060: test -s conftest.o | configure:13063: $? = 0 | configure:13075: result: time.h | configure:13086: checking for struct tm.tm_gmtoff | configure:13115: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:13121: $? = 0 | configure:13128: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13131: $? = 0 | configure:13138: test -s conftest.o | configure:13141: $? = 0 | configure:13213: result: yes | configure:13225: checking whether getdelim is declared | configure:13255: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:13261: $? = 0 | configure:13268: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13271: $? = 0 | configure:13278: test -s conftest.o | configure:13281: $? = 0 | configure:13293: result: yes | configure:13890: checking absolute name of | configure:13915: result: ///usr/include/stdint.h | configure:13932: checking whether stdint.h conforms to C99 | configure:14074: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:200: error: negative width in bit-field 'check_UINT8_C' | conftest.c:202: error: negative width in bit-field 'check_UINT16_C' | configure:14080: $? = 1 | configure: failed program was: | | | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | /* end confdefs.h. */ | | | | #include | | #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */ | | #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */ | | #include ABSOLUTE_STDINT_H | | #ifdef INT8_MAX | | int8_t a1 = INT8_MAX; | | int8_t a1min = INT8_MIN; | | #endif | | #ifdef INT16_MAX | | int16_t a2 = INT16_MAX; | | int16_t a2min = INT16_MIN; | | #endif | | #ifdef INT32_MAX | | int32_t a3 = INT32_MAX; | | int32_t a3min = INT32_MIN; | | #endif | | #ifdef INT64_MAX | | int64_t a4 = INT64_MAX; | | int64_t a4min = INT64_MIN; | | #endif | | #ifdef UINT8_MAX | | uint8_t b1 = UINT8_MAX; | | #else | | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; | | #endif | | #ifdef UINT16_MAX | | uint16_t b2 = UINT16_MAX; | | #endif | | #ifdef UINT32_MAX | | uint32_t b3 = UINT32_MAX; | | #endif | | #ifdef UINT64_MAX | | uint64_t b4 = UINT64_MAX; | | #endif | | int_least8_t c1 = INT8_C (0x7f); | | int_least8_t c1max = INT_LEAST8_MAX; | | int_least8_t c1min = INT_LEAST8_MIN; | | int_least16_t c2 = INT16_C (0x7fff); | | int_least16_t c2max = INT_LEAST16_MAX; | | int_least16_t c2min = INT_LEAST16_MIN; | | int_least32_t c3 = INT32_C (0x7fffffff); | | int_least32_t c3max = INT_LEAST32_MAX; | | int_least32_t c3min = INT_LEAST32_MIN; | | int_least64_t c4 = INT64_C (0x7fffffffffffffff); | | int_least64_t c4max = INT_LEAST64_MAX; | | int_least64_t c4min = INT_LEAST64_MIN; | | uint_least8_t d1 = UINT8_C (0xff); | | uint_least8_t d1max = UINT_LEAST8_MAX; | | uint_least16_t d2 = UINT16_C (0xffff); | | uint_least16_t d2max = UINT_LEAST16_MAX; | | uint_least32_t d3 = UINT32_C (0xffffffff); | | uint_least32_t d3max = UINT_LEAST32_MAX; | | uint_least64_t d4 = UINT64_C (0xffffffffffffffff); | | uint_least64_t d4max = UINT_LEAST64_MAX; | | int_fast8_t e1 = INT_FAST8_MAX; | | int_fast8_t e1min = INT_FAST8_MIN; | | int_fast16_t e2 = INT_FAST16_MAX; | | int_fast16_t e2min = INT_FAST16_MIN; | | int_fast32_t e3 = INT_FAST32_MAX; | | int_fast32_t e3min = INT_FAST32_MIN; | | int_fast64_t e4 = INT_FAST64_MAX; | | int_fast64_t e4min = INT_FAST64_MIN; | | uint_fast8_t f1 = UINT_FAST8_MAX; | | uint_fast16_t f2 = UINT_FAST16_MAX; | | uint_fast32_t f3 = UINT_FAST32_MAX; | | uint_fast64_t f4 = UINT_FAST64_MAX; | | #ifdef INTPTR_MAX | | intptr_t g = INTPTR_MAX; | | intptr_t gmin = INTPTR_MIN; | | #endif | | #ifdef UINTPTR_MAX | | uintptr_t h = UINTPTR_MAX; | | #endif | | intmax_t i = INTMAX_MAX; | | uintmax_t j = UINTMAX_MAX; | | struct s { | | int check_PTRDIFF: PTRDIFF_MIN < 0 && 0 < PTRDIFF_MAX ? 1 : -1; | | int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= 0 && 0 < SIG_ATOMIC_MAX ? 1 : -1; | | int check_SIZE: 0 < SIZE_MAX ? 1 : -1; | | int check_WCHAR: WCHAR_MIN <= 0 && 0 < WCHAR_MAX ? 1 : -1; | | int check_WINT: WINT_MIN <= 0 && 0 < WINT_MAX ? 1 : -1; | | | | /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ | | int check_UINT8_C: | | (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; | | int check_UINT16_C: | | (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; | | | | /* Detect bugs in OpenBSD 3.9 stdint.h. */ | | #ifdef UINT8_MAX | | int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; | | #endif | | #ifdef UINT16_MAX | | int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; | | #endif | | #ifdef UINT32_MAX | | int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; | | #endif | | #ifdef UINT64_MAX | | int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; | | #endif | | int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; | | int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; | | int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; | | int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; | | int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; | | int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; | | int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; | | int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; | | int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; | | int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; | | int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; | | }; | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:14112: result: no | configure:14133: checking sys/inttypes.h usability | configure:14150: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:147:26: error: sys/inttypes.h: No such file or directory | configure:14156: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:14187: result: no | configure:14191: checking sys/inttypes.h presence | configure:14206: gcc -s -E conftest.c | conftest.c:114:26: error: sys/inttypes.h: No such file or directory | configure:14212: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | /* end confdefs.h. */ | | #include | configure:14233: result: no | configure:14266: checking for sys/inttypes.h | configure:14274: result: no | configure:14133: checking sys/bitypes.h usability | configure:14150: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:14156: $? = 0 | configure:14163: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14166: $? = 0 | configure:14173: test -s conftest.o | configure:14176: $? = 0 | configure:14187: result: yes | configure:14191: checking sys/bitypes.h presence | configure:14206: gcc -s -E conftest.c | configure:14212: $? = 0 | configure:14233: result: yes | configure:14266: checking for sys/bitypes.h | configure:14274: result: yes | configure:14309: checking for bit size of ptrdiff_t | configure:14748: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:14751: $? = 0 | configure:14757: ./conftest | configure:14760: $? = 0 | configure:14778: result: 32 | configure:14309: checking for bit size of sig_atomic_t | configure:14748: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:14751: $? = 0 | configure:14757: ./conftest | configure:14760: $? = 0 | configure:14778: result: 32 | configure:14309: checking for bit size of size_t | configure:14748: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:14751: $? = 0 | configure:14757: ./conftest | configure:14760: $? = 0 | configure:14778: result: 32 | configure:14309: checking for bit size of wchar_t | configure:14748: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:14751: $? = 0 | configure:14757: ./conftest | configure:14760: $? = 0 | configure:14778: result: 32 | configure:14309: checking for bit size of wint_t | configure:14748: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:14751: $? = 0 | configure:14757: ./conftest | configure:14760: $? = 0 | configure:14778: result: 32 | configure:14799: checking whether sig_atomic_t is signed | configure:14836: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:14842: $? = 0 | configure:14849: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14852: $? = 0 | configure:14859: test -s conftest.o | configure:14862: $? = 0 | configure:14877: result: yes | configure:14799: checking whether wchar_t is signed | configure:14836: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:14842: $? = 0 | configure:14849: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14852: $? = 0 | configure:14859: test -s conftest.o | configure:14862: $? = 0 | configure:14877: result: yes | configure:14799: checking whether wint_t is signed | configure:14836: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:133: error: size of array 'verify' is negative | configure:14842: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | /* end confdefs.h. */ | | | | #include | | #include | | #if HAVE_WCHAR_H | | /* BSD/OS 4.1 has a bug: and must be included before | | . */ | | # include | | # include | | # include | | #endif | | | | int verify[2 * ((wint_t) -1 < (wint_t) 0) - 1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:14877: result: no | configure:14903: checking for ptrdiff_t integer literal suffix | configure:14959: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:14965: $? = 0 | configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14975: $? = 0 | configure:14982: test -s conftest.o | configure:14985: $? = 0 | configure:15001: result: | configure:14903: checking for sig_atomic_t integer literal suffix | configure:14959: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:14965: $? = 0 | configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14975: $? = 0 | configure:14982: test -s conftest.o | configure:14985: $? = 0 | configure:15001: result: | configure:14903: checking for size_t integer literal suffix | configure:14959: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:14965: $? = 0 | configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14975: $? = 0 | configure:14982: test -s conftest.o | configure:14985: $? = 0 | configure:15001: result: u | configure:14903: checking for wchar_t integer literal suffix | configure:14959: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:137: error: conflicting types for 'foo' | conftest.c:136: error: previous declaration of 'foo' was here | configure:14965: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | /* end confdefs.h. */ | | | | #include | | #include | | #if HAVE_WCHAR_H | | /* BSD/OS 4.1 has a bug: and must be included before | | . */ | | # include | | # include | | # include | | #endif | | | | extern wchar_t foo; | | extern int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:14959: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:14965: $? = 0 | configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14975: $? = 0 | configure:14982: test -s conftest.o | configure:14985: $? = 0 | configure:15001: result: l | configure:14903: checking for wint_t integer literal suffix | configure:14959: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:14965: $? = 0 | configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14975: $? = 0 | configure:14982: test -s conftest.o | configure:14985: $? = 0 | configure:15001: result: u | configure:15025: checking for inttypes.h | configure:15031: result: yes | configure:15190: checking whether the inttypes.h PRIxNN macros are broken | configure:15221: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:15227: $? = 0 | configure:15234: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15237: $? = 0 | configure:15244: test -s conftest.o | configure:15247: $? = 0 | configure:15260: result: no | configure:15276: checking whether imaxabs is declared | configure:15306: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:15312: $? = 0 | configure:15319: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15322: $? = 0 | configure:15329: test -s conftest.o | configure:15332: $? = 0 | configure:15344: result: yes | configure:15364: checking whether imaxdiv is declared | configure:15394: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:15400: $? = 0 | configure:15407: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15410: $? = 0 | configure:15417: test -s conftest.o | configure:15420: $? = 0 | configure:15432: result: yes | configure:15452: checking whether strtoimax is declared | configure:15482: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:15488: $? = 0 | configure:15495: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15498: $? = 0 | configure:15505: test -s conftest.o | configure:15508: $? = 0 | configure:15520: result: yes | configure:15540: checking whether strtoumax is declared | configure:15570: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:15576: $? = 0 | configure:15583: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15586: $? = 0 | configure:15593: test -s conftest.o | configure:15596: $? = 0 | configure:15608: result: yes | configure:15637: checking for nl_langinfo and CODESET | configure:15663: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:15669: $? = 0 | configure:15676: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15679: $? = 0 | configure:15686: test -s conftest | configure:15689: $? = 0 | configure:15703: result: yes | configure:15720: checking whether we are using the GNU C Library 2.1 or newer | configure:15751: result: yes | configure:15757: checking whether lstat dereferences a symlink specified with a trailing slash | configure:15793: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:15796: $? = 0 | configure:15802: ./conftest | configure:15805: $? = 0 | configure:15828: result: yes | configure:15854: checking whether mbrtowc and mbstate_t are properly declared | configure:15884: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:15890: $? = 0 | configure:15897: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15900: $? = 0 | configure:15907: test -s conftest | configure:15910: $? = 0 | configure:15923: result: yes | configure:15937: checking whether defines MIN and MAX | configure:15964: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:136: error: initializer element is not constant | configure:15970: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | /* end confdefs.h. */ | | #include | | int x = MIN (42, 17); | | int | | main () | | { | | | | ; | | return 0; | | } | configure:16002: result: no | configure:16017: checking whether defines MIN and MAX | configure:16044: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:16050: $? = 0 | configure:16057: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16060: $? = 0 | configure:16067: test -s conftest.o | configure:16070: $? = 0 | configure:16082: result: yes | configure:16118: checking for working mktime | configure:16327: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:16330: $? = 0 | configure:16336: ./conftest | configure:16339: $? = 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.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | /* Test program from Paul Eggert and Tony Leneis. */ | | #ifdef TIME_WITH_SYS_TIME | | # include | | # include | | #else | | # ifdef HAVE_SYS_TIME_H | | # include | | # else | | # include | | # endif | | #endif | | | | #include | | | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #ifndef HAVE_ALARM | | # define alarm(X) /* empty */ | | #endif | | | | /* Work around redefinition to rpl_putenv by other config tests. */ | | #undef putenv | | | | static time_t time_t_max; | | static time_t time_t_min; | | | | /* Values we'll use to set the TZ environment variable. */ | | static char *tz_strings[] = { | | (char *) 0, "TZ=GMT0", "TZ=JST-9", | | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | | }; | | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | | | | /* Return 0 if mktime fails to convert a date in the spring-forward gap. | | Based on a problem report from Andreas Jaeger. */ | | static int | | spring_forward_gap () | | { | | /* glibc (up to about 1998-10-07) failed this test. */ | | struct tm tm; | | | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | | instead of "TZ=America/Vancouver" in order to detect the bug even | | on systems that don't support the Olson extension, or don't have the | | full zoneinfo tables installed. */ | | putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | | | | tm.tm_year = 98; | | tm.tm_mon = 3; | | tm.tm_mday = 5; | | tm.tm_hour = 2; | | tm.tm_min = 0; | | tm.tm_sec = 0; | | tm.tm_isdst = -1; | | return mktime (&tm) != (time_t) -1; | | } | | | | static int | | mktime_test1 (now) | | time_t now; | | { | | struct tm *lt; | | return ! (lt = localtime (&now)) || mktime (lt) == now; | | } | | | | static int | | mktime_test (now) | | time_t now; | | { | | return (mktime_test1 (now) | | && mktime_test1 ((time_t) (time_t_max - now)) | | && mktime_test1 ((time_t) (time_t_min + now))); | | } | | | | static int | | irix_6_4_bug () | | { | | /* Based on code from Ariel Faigon. */ | | struct tm tm; | | tm.tm_year = 96; | | tm.tm_mon = 3; | | tm.tm_mday = 0; | | tm.tm_hour = 0; | | tm.tm_min = 0; | | tm.tm_sec = 0; | | tm.tm_isdst = -1; | | mktime (&tm); | | return tm.tm_mon == 2 && tm.tm_mday == 31; | | } | | | | static int | | bigtime_test (j) | | int j; | | { | | struct tm tm; | | time_t now; | | tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; | | now = mktime (&tm); | | if (now != (time_t) -1) | | { | | struct tm *lt = localtime (&now); | | if (! (lt | | && lt->tm_year == tm.tm_year | | && lt->tm_mon == tm.tm_mon | | && lt->tm_mday == tm.tm_mday | | && lt->tm_hour == tm.tm_hour | | && lt->tm_min == tm.tm_min | | && lt->tm_sec == tm.tm_sec | | && lt->tm_yday == tm.tm_yday | | && lt->tm_wday == tm.tm_wday | | && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) | | == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) | | return 0; | | } | | return 1; | | } | | | | static int | | year_2050_test () | | { | | /* The correct answer for 2050-02-01 00:00:00 in Pacific time, | | ignoring leap seconds. */ | | unsigned long int answer = 2527315200UL; | | | | struct tm tm; | | time_t t; | | tm.tm_year = 2050 - 1900; | | tm.tm_mon = 2 - 1; | | tm.tm_mday = 1; | | tm.tm_hour = tm.tm_min = tm.tm_sec = 0; | | tm.tm_isdst = -1; | | | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | | instead of "TZ=America/Vancouver" in order to detect the bug even | | on systems that don't support the Olson extension, or don't have the | | full zoneinfo tables installed. */ | | putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | | | | t = mktime (&tm); | | | | /* Check that the result is either a failure, or close enough | | to the correct answer that we can assume the discrepancy is | | due to leap seconds. */ | | return (t == (time_t) -1 | | || (0 < t && answer - 120 <= t && t <= answer + 120)); | | } | | | | int | | main () | | { | | time_t t, delta; | | int i, j; | | | | /* This test makes some buggy mktime implementations loop. | | Give up after 60 seconds; a mktime slower than that | | isn't worth using anyway. */ | | alarm (60); | | | | for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) | | continue; | | time_t_max--; | | if ((time_t) -1 < 0) | | for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2) | | continue; | | delta = time_t_max / 997; /* a suitable prime number */ | | for (i = 0; i < N_STRINGS; i++) | | { | | if (tz_strings[i]) | | putenv (tz_strings[i]); | | | | for (t = 0; t <= time_t_max - delta; t += delta) | | if (! mktime_test (t)) | | return 1; | | if (! (mktime_test ((time_t) 1) | | && mktime_test ((time_t) (60 * 60)) | | && mktime_test ((time_t) (60 * 60 * 24)))) | | return 1; | | | | for (j = 1; 0 < j; j *= 2) | | if (! bigtime_test (j)) | | return 1; | | if (! bigtime_test (j - 1)) | | return 1; | | } | | return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); | | } | configure:16355: result: no | configure:16403: checking whether strdup is declared | configure:16433: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:16439: $? = 0 | configure:16446: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16449: $? = 0 | configure:16456: test -s conftest.o | configure:16459: $? = 0 | configure:16471: result: yes | configure:16491: checking whether strndup is declared | configure:16521: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:16527: $? = 0 | configure:16534: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16537: $? = 0 | configure:16544: test -s conftest.o | configure:16547: $? = 0 | configure:16559: result: yes | configure:16579: checking whether strnlen is declared | configure:16609: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:16615: $? = 0 | configure:16622: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16625: $? = 0 | configure:16632: test -s conftest.o | configure:16635: $? = 0 | configure:16647: result: yes | configure:16667: checking for unsigned long long int | configure:16698: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:16704: $? = 0 | configure:16711: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16714: $? = 0 | configure:16721: test -s conftest | configure:16724: $? = 0 | configure:16737: result: yes | configure:16759: checking whether utime accepts a null argument | configure:16795: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:16798: $? = 0 | configure:16804: ./conftest | configure:16807: $? = 0 | configure:16823: result: yes | configure:16852: checking for struct utimbuf | configure:16892: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:16898: $? = 0 | configure:16905: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16908: $? = 0 | configure:16915: test -s conftest.o | configure:16918: $? = 0 | configure:16931: result: yes | configure:16943: checking determine whether the utimes function works | configure:17016: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:17019: $? = 0 | configure:17025: ./conftest | configure:17028: $? = 0 | configure:17044: result: yes | configure:17069: checking for EOVERFLOW | configure:17552: result: yes | configure:17565: checking for signed | configure:17591: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:17597: $? = 0 | configure:17604: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17607: $? = 0 | configure:17614: test -s conftest.o | configure:17617: $? = 0 | configure:17629: result: yes | configure:17640: checking for wchar_t | configure:17667: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:17673: $? = 0 | configure:17680: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17683: $? = 0 | configure:17690: test -s conftest.o | configure:17693: $? = 0 | configure:17705: result: yes | configure:17716: checking for wint_t | configure:17743: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:17749: $? = 0 | configure:17756: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17759: $? = 0 | configure:17766: test -s conftest.o | configure:17769: $? = 0 | configure:17781: result: yes | configure:17792: checking for inttypes.h | configure:17819: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:17825: $? = 0 | configure:17832: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17835: $? = 0 | configure:17842: test -s conftest.o | configure:17845: $? = 0 | configure:17857: result: yes | configure:17868: checking for stdint.h | configure:17895: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:17901: $? = 0 | configure:17908: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17911: $? = 0 | configure:17918: test -s conftest.o | configure:17921: $? = 0 | configure:17933: result: yes | configure:17946: checking for intmax_t | configure:17981: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:17987: $? = 0 | configure:17994: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17997: $? = 0 | configure:18004: test -s conftest.o | configure:18007: $? = 0 | configure:18019: result: yes | configure:18040: checking whether vsnprintf is declared | configure:18070: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:18076: $? = 0 | configure:18083: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18086: $? = 0 | configure:18093: test -s conftest.o | configure:18096: $? = 0 | configure:18108: result: yes | configure:18210: checking whether program_invocation_name is declared | configure:18241: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:18247: $? = 0 | configure:18254: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18257: $? = 0 | configure:18264: test -s conftest.o | configure:18267: $? = 0 | configure:18279: result: yes | configure:18295: checking whether program_invocation_short_name is declared | configure:18326: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:18332: $? = 0 | configure:18339: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18342: $? = 0 | configure:18349: test -s conftest.o | configure:18352: $? = 0 | configure:18364: result: yes | configure:18385: checking whether program_invocation_name is defined | configure:18408: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:18414: $? = 0 | configure:18421: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18424: $? = 0 | configure:18431: test -s conftest.o | configure:18434: $? = 0 | configure:18441: result: yes | configure:18453: checking whether program_invocation_short_name is defined | configure:18476: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:18482: $? = 0 | configure:18489: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18492: $? = 0 | configure:18499: test -s conftest.o | configure:18502: $? = 0 | configure:18509: result: yes | configure:18657: checking whether this system has an arbitrary file name length limit | configure:18683: result: yes | configure:18721: checking for mempcpy | configure:18817: result: yes | configure:18881: checking for openat | configure:18937: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | /tmp/ccYNJl0q.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `openat' | collect2: ld returned 1 exit status | configure:18943: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | /* end confdefs.h. */ | | /* Define openat to an innocuous variant, in case declares openat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define openat innocuous_openat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char openat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef openat | | | | /* 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 openat (); | | /* 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_openat || defined __stub___openat | | choke me | | #endif | | | | int | | main () | | { | | return openat (); | | ; | | return 0; | | } | configure:18977: result: no | configure:19023: checking for memrchr | configure:19079: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:19085: $? = 0 | configure:19092: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19095: $? = 0 | configure:19102: test -s conftest | configure:19105: $? = 0 | configure:19119: result: yes | configure:19298: checking for library containing clock_gettime | configure:19339: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | /tmp/cc60Bx5J.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `clock_gettime' | collect2: ld returned 1 exit status | configure:19345: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 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:19339: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c -lrt >&5 | configure:19345: $? = 0 | configure:19352: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19355: $? = 0 | configure:19362: test -s conftest | configure:19365: $? = 0 | configure:19389: result: -lrt | configure:19404: checking for clock_gettime | configure:19460: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c -lrt >&5 | configure:19466: $? = 0 | configure:19473: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19476: $? = 0 | configure:19483: test -s conftest | configure:19486: $? = 0 | configure:19500: result: yes | configure:19404: checking for clock_settime | configure:19460: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c -lrt >&5 | configure:19466: $? = 0 | configure:19473: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19476: $? = 0 | configure:19483: test -s conftest | configure:19486: $? = 0 | configure:19500: result: yes | configure:19540: checking for d_ino member in directory struct | configure:19610: result: yes | configure:19650: checking for error_at_line | configure:19676: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:19682: $? = 0 | configure:19689: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19692: $? = 0 | configure:19699: test -s conftest | configure:19702: $? = 0 | configure:19715: result: yes | configure:19760: checking for working fcntl.h | configure:19809: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:19812: $? = 0 | configure:19818: ./conftest | configure:19821: $? = 0 | configure:19837: result: yes | configure:19848: checking absolute name of | configure:19873: result: ///usr/include/fcntl.h | configure:19904: checking for struct stat.st_blocks | configure:19932: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:19938: $? = 0 | configure:19945: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19948: $? = 0 | configure:19955: test -s conftest.o | configure:19958: $? = 0 | configure:20029: result: yes | configure:20074: checking for working GNU fnmatch | configure:20126: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:20129: $? = 0 | configure:20135: ./conftest | configure:20138: $? = 0 | configure:20154: result: yes | configure:20569: checking stdio_ext.h usability | configure:20586: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:20592: $? = 0 | configure:20599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20602: $? = 0 | configure:20609: test -s conftest.o | configure:20612: $? = 0 | configure:20623: result: yes | configure:20627: checking stdio_ext.h presence | configure:20642: gcc -s -E conftest.c | configure:20648: $? = 0 | configure:20669: result: yes | configure:20702: checking for stdio_ext.h | configure:20710: result: yes | configure:20727: checking for __fpending | configure:20783: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:20789: $? = 0 | configure:20796: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20799: $? = 0 | configure:20806: test -s conftest | configure:20809: $? = 0 | configure:20823: result: yes | configure:20847: checking whether __fpending is declared | configure:20878: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:20884: $? = 0 | configure:20891: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20894: $? = 0 | configure:20901: test -s conftest.o | configure:20904: $? = 0 | configure:20916: result: yes | configure:21054: checking for ftruncate | configure:21110: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:21116: $? = 0 | configure:21123: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:21126: $? = 0 | configure:21133: test -s conftest | configure:21136: $? = 0 | configure:21150: result: yes | configure:21319: checking whether getcwd handles long file names properly | configure:21490: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:21493: $? = 0 | configure:21499: ./conftest | configure:21502: $? = 0 | configure:21522: result: yes | configure:21545: checking for getpagesize | configure:21601: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:21607: $? = 0 | configure:21614: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:21617: $? = 0 | configure:21624: test -s conftest | configure:21627: $? = 0 | configure:21641: result: yes | configure:21651: checking whether getcwd aborts when 4k < cwd_length < 16k | configure:21751: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:21754: $? = 0 | configure:21760: ./conftest | configure:21763: $? = 0 | configure:21780: result: no | configure:21818: checking for struct tm.tm_zone | configure:21849: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:21855: $? = 0 | configure:21862: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:21865: $? = 0 | configure:21872: test -s conftest.o | configure:21875: $? = 0 | configure:21949: result: yes | configure:22147: checking for getdelim | configure:22203: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:22209: $? = 0 | configure:22216: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22219: $? = 0 | configure:22226: test -s conftest | configure:22229: $? = 0 | configure:22243: result: yes | configure:22390: checking whether getline is declared | configure:22420: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:22426: $? = 0 | configure:22433: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22436: $? = 0 | configure:22443: test -s conftest.o | configure:22446: $? = 0 | configure:22458: result: yes | configure:22478: checking for getline | configure:22534: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:22540: $? = 0 | configure:22547: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22550: $? = 0 | configure:22557: test -s conftest | configure:22560: $? = 0 | configure:22573: result: yes | configure:22582: checking for working getline function | configure:22643: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:22646: $? = 0 | configure:22652: ./conftest | configure:22655: $? = 0 | configure:22671: result: yes | configure:23003: checking OS.h usability | configure:23020: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | conftest.c:207:16: error: OS.h: No such file or directory | configure:23026: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define D_INO_IN_DIRENT 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:23057: result: no | configure:23061: checking OS.h presence | configure:23076: gcc -s -E conftest.c | conftest.c:174:16: error: OS.h: No such file or directory | configure:23082: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define D_INO_IN_DIRENT 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | configure:23103: result: no | configure:23136: checking for OS.h | configure:23144: result: no | configure:23161: checking for getpagesize | configure:23257: result: yes | configure:23299: checking whether gettimeofday clobbers localtime buffer | configure:23353: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:23356: $? = 0 | configure:23362: ./conftest | configure:23365: $? = 0 | configure:23382: result: no | configure:23676: checking absolute name of | configure:23701: result: ///usr/include/inttypes.h | configure:23832: checking for lchown | configure:23888: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:23894: $? = 0 | configure:23901: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23904: $? = 0 | configure:23911: test -s conftest | configure:23914: $? = 0 | configure:23928: result: yes | configure:23982: checking for stdlib.h | configure:23988: result: yes | configure:24146: checking for GNU libc compatible malloc | configure:24208: result: yes | configure:24265: checking for iswcntrl | configure:24321: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:202: warning: conflicting types for built-in function 'iswcntrl' | configure:24327: $? = 0 | configure:24334: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24337: $? = 0 | configure:24344: test -s conftest | configure:24347: $? = 0 | configure:24361: result: yes | configure:24387: checking for memchr | configure:24443: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:24449: $? = 0 | configure:24456: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24459: $? = 0 | configure:24466: test -s conftest | configure:24469: $? = 0 | configure:24483: result: yes | configure:24685: checking for mempcpy | configure:24781: result: yes | configure:24822: checking for memrchr | configure:24918: result: yes | configure:24947: checking for memset | configure:25003: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:206: warning: conflicting types for built-in function 'memset' | configure:25009: $? = 0 | configure:25016: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25019: $? = 0 | configure:25026: test -s conftest | configure:25029: $? = 0 | configure:25043: result: yes | configure:25079: checking for mkdtemp | configure:25135: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:25141: $? = 0 | configure:25148: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25151: $? = 0 | configure:25158: test -s conftest | configure:25161: $? = 0 | configure:25175: result: yes | configure:25513: checking for obstacks | configure:25539: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:25545: $? = 0 | configure:25552: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25555: $? = 0 | configure:25562: test -s conftest | configure:25565: $? = 0 | configure:25578: result: yes | configure:25637: checking for openat | configure:25733: result: no | configure:25805: checking for mbstate_t | configure:25870: result: yes | configure:25886: checking whether mbrtowc and mbstate_t are properly declared | configure:25955: result: yes | configure:25993: checking for working re_compile_pattern | configure:26121: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c: In function 'main': | conftest.c:268: warning: pointer targets in assignment differ in signedness | configure:26124: $? = 0 | configure:26130: ./conftest | configure:26133: $? = 0 | configure:26149: result: yes | configure:26376: checking for rmdir | configure:26432: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:26438: $? = 0 | configure:26445: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26448: $? = 0 | configure:26455: test -s conftest | configure:26458: $? = 0 | configure:26472: result: yes | configure:26498: checking for rpmatch | configure:26554: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:26560: $? = 0 | configure:26567: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26570: $? = 0 | configure:26577: test -s conftest | configure:26580: $? = 0 | configure:26594: result: yes | configure:26681: checking for setenv | configure:26737: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:26743: $? = 0 | configure:26750: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26753: $? = 0 | configure:26760: test -s conftest | configure:26763: $? = 0 | configure:26777: result: yes | configure:26681: checking for unsetenv | configure:26737: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:26743: $? = 0 | configure:26750: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26753: $? = 0 | configure:26760: test -s conftest | configure:26763: $? = 0 | configure:26777: result: yes | configure:27255: checking for unsetenv() return type | configure:27291: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:27297: $? = 0 | configure:27304: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:27307: $? = 0 | configure:27314: test -s conftest.o | configure:27317: $? = 0 | configure:27329: result: int | configure:27348: checking for stdint.h | configure:27354: result: yes | configure:27512: checking for SIZE_MAX | configure:28405: result: yes | configure:28418: checking for ssize_t | configure:28483: result: yes | configure:28504: checking for struct stat.st_atim.tv_nsec | configure:28534: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:28540: $? = 0 | configure:28547: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28550: $? = 0 | configure:28557: test -s conftest.o | configure:28560: $? = 0 | configure:28633: result: yes | configure:28641: checking whether struct stat.st_atim is of type struct timespec | configure:28684: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:28690: $? = 0 | configure:28697: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28700: $? = 0 | configure:28707: test -s conftest.o | configure:28710: $? = 0 | configure:28722: result: yes | configure:29301: checking for va_copy | configure:29332: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:29338: $? = 0 | configure:29345: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29348: $? = 0 | configure:29355: test -s conftest.o | configure:29358: $? = 0 | configure:29371: result: yes | configure:29522: checking absolute name of | configure:29547: result: ///usr/include/stdint.h | configure:29564: checking whether stdint.h conforms to C99 | configure:29744: result: no | configure:29755: checking for sys/inttypes.h | configure:29761: result: no | configure:29755: checking for sys/bitypes.h | configure:29761: result: yes | configure:29941: checking for bit size of ptrdiff_t | configure:30410: result: 32 | configure:29941: checking for bit size of sig_atomic_t | configure:30410: result: 32 | configure:29941: checking for bit size of size_t | configure:30410: result: 32 | configure:29941: checking for bit size of wchar_t | configure:30410: result: 32 | configure:29941: checking for bit size of wint_t | configure:30410: result: 32 | configure:30431: checking whether sig_atomic_t is signed | configure:30509: result: yes | configure:30431: checking whether wchar_t is signed | configure:30509: result: yes | configure:30431: checking whether wint_t is signed | configure:30509: result: no | configure:30535: checking for ptrdiff_t integer literal suffix | configure:30633: result: | configure:30535: checking for sig_atomic_t integer literal suffix | configure:30633: result: | configure:30535: checking for size_t integer literal suffix | configure:30633: result: u | configure:30535: checking for wchar_t integer literal suffix | configure:30633: result: l | configure:30535: checking for wint_t integer literal suffix | configure:30633: result: u | configure:30660: checking for stpcpy | configure:30716: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:234: warning: conflicting types for built-in function 'stpcpy' | configure:30722: $? = 0 | configure:30729: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30732: $? = 0 | configure:30739: test -s conftest | configure:30742: $? = 0 | configure:30756: result: yes | configure:30805: checking for strncasecmp | configure:30861: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:30867: $? = 0 | configure:30874: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30877: $? = 0 | configure:30884: test -s conftest | configure:30887: $? = 0 | configure:30901: result: yes | configure:30935: checking for strchrnul | configure:30991: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:30997: $? = 0 | configure:31004: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31007: $? = 0 | configure:31014: test -s conftest | configure:31017: $? = 0 | configure:31031: result: yes | configure:31060: checking for strdup | configure:31116: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:238: warning: conflicting types for built-in function 'strdup' | configure:31122: $? = 0 | configure:31129: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31132: $? = 0 | configure:31139: test -s conftest | configure:31142: $? = 0 | configure:31156: result: yes | configure:31197: checking for working strndup | configure:31357: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:31360: $? = 0 | configure:31366: ./conftest | configure:31369: $? = 0 | configure:31385: result: yes | configure:31413: checking for working strnlen | configure:31457: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:31460: $? = 0 | configure:31466: ./conftest | configure:31469: $? = 0 | configure:31485: result: yes | configure:31523: checking whether defines strtoimax as a macro | configure:31548: result: no | configure:31556: checking for strtoimax | configure:31612: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:31618: $? = 0 | configure:31625: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31628: $? = 0 | configure:31635: test -s conftest | configure:31638: $? = 0 | configure:31652: result: yes | configure:31770: checking for strtol | configure:31826: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:31832: $? = 0 | configure:31839: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31842: $? = 0 | configure:31849: test -s conftest | configure:31852: $? = 0 | configure:31866: result: yes | configure:31894: checking for strtoll | configure:31950: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:31956: $? = 0 | configure:31963: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31966: $? = 0 | configure:31973: test -s conftest | configure:31976: $? = 0 | configure:31990: result: yes | configure:32022: checking for strtoul | configure:32078: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:32084: $? = 0 | configure:32091: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32094: $? = 0 | configure:32101: test -s conftest | configure:32104: $? = 0 | configure:32118: result: yes | configure:32146: checking for strtoull | configure:32202: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:32208: $? = 0 | configure:32215: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32218: $? = 0 | configure:32225: test -s conftest | configure:32228: $? = 0 | configure:32242: result: yes | configure:32273: checking whether defines strtoumax as a macro | configure:32298: result: no | configure:32306: checking for strtoumax | configure:32362: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:32368: $? = 0 | configure:32375: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32378: $? = 0 | configure:32385: test -s conftest | configure:32388: $? = 0 | configure:32402: result: yes | configure:32531: checking sysexits.h usability | configure:32548: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:32554: $? = 0 | configure:32561: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32564: $? = 0 | configure:32571: test -s conftest.o | configure:32574: $? = 0 | configure:32585: result: yes | configure:32589: checking sysexits.h presence | configure:32604: gcc -s -E conftest.c | configure:32610: $? = 0 | configure:32631: result: yes | configure:32664: checking for sysexits.h | configure:32672: result: yes | configure:32695: checking whether localtime_r is compatible with its POSIX signature | configure:32725: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:32731: $? = 0 | configure:32738: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32741: $? = 0 | configure:32748: test -s conftest.o | configure:32751: $? = 0 | configure:32763: result: yes | configure:32806: checking for struct timespec | configure:32882: result: yes | configure:32896: checking whether nanosleep is declared | configure:32965: result: yes | configure:32992: checking for unistd.h | configure:32998: result: yes | configure:33473: checking for vasnprintf | configure:33529: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | /tmp/ccyRtZlo.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `vasnprintf' | collect2: ld returned 1 exit status | configure:33535: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define D_INO_IN_DIRENT 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define HAVE_OBSTACK 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_STPCPY 1 | | #define strcasecmp rpl_strcasecmp | | #define HAVE_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | /* end confdefs.h. */ | | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | | For example, HP-UX 11i declares gettimeofday. */ | | #define vasnprintf innocuous_vasnprintf | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char vasnprintf (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef vasnprintf | | | | /* Override any 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:33569: result: no | configure:33619: checking for ptrdiff_t | configure:33649: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:33655: $? = 0 | configure:33662: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:33665: $? = 0 | configure:33672: test -s conftest.o | configure:33675: $? = 0 | configure:33687: result: yes | configure:33711: checking for snprintf | configure:33767: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:254: warning: conflicting types for built-in function 'snprintf' | configure:33773: $? = 0 | configure:33780: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:33783: $? = 0 | configure:33790: test -s conftest | configure:33793: $? = 0 | configure:33807: result: yes | configure:33711: checking for wcslen | configure:33767: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:33773: $? = 0 | configure:33780: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:33783: $? = 0 | configure:33790: test -s conftest | configure:33793: $? = 0 | configure:33807: result: yes | configure:33835: checking for vsnprintf | configure:33891: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | conftest.c:256: warning: conflicting types for built-in function 'vsnprintf' | configure:33897: $? = 0 | configure:33904: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:33907: $? = 0 | configure:33914: test -s conftest | configure:33917: $? = 0 | configure:33931: result: yes | configure:33987: checking whether wcwidth is declared | configure:34030: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:34036: $? = 0 | configure:34043: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34046: $? = 0 | configure:34053: test -s conftest.o | configure:34056: $? = 0 | configure:34068: result: yes | configure:34128: checking for stdint.h | configure:34134: result: yes | configure:34356: checking for library containing setsockopt | configure:34397: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:34403: $? = 0 | configure:34410: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34413: $? = 0 | configure:34420: test -s conftest | configure:34423: $? = 0 | configure:34447: result: none required | configure:34555: checking for library containing setsockopt | configure:34646: result: none required | configure:34732: checking for sys/mtio.h | configure:34738: result: yes | configure:34896: checking which ioctl field to test for reversed bytes | configure:34919: result: mt_type | configure:34935: checking whether to build rmt | configure:34952: result: yes | configure:34670: checking for remote tape header files | configure:34692: gcc -s -E conftest.c | configure:34698: $? = 0 | configure:34720: result: yes | configure:34987: checking for ANSI C header files | configure:35168: result: yes | configure:35227: checking for sys/buf.h | configure:35289: result: no | configure:35301: checking whether time.h and sys/time.h may both be included | configure:35369: result: yes | configure:35380: checking for struct stat.st_blksize | configure:35408: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:35414: $? = 0 | configure:35421: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35424: $? = 0 | configure:35431: test -s conftest.o | configure:35434: $? = 0 | configure:35505: result: yes | configure:35515: checking for struct stat.st_blocks | configure:35640: result: yes | configure:35663: checking for struct stat.st_blksize | configure:35788: result: yes | configure:35835: checking for fsync | configure:35891: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:35897: $? = 0 | configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35907: $? = 0 | configure:35914: test -s conftest | configure:35917: $? = 0 | configure:35931: result: yes | configure:35835: checking for getdtablesize | configure:35891: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:35897: $? = 0 | configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35907: $? = 0 | configure:35914: test -s conftest | configure:35917: $? = 0 | configure:35931: result: yes | configure:35835: checking for lstat | configure:35931: result: yes | configure:35835: checking for mkfifo | configure:35931: result: yes | configure:35835: checking for readlink | configure:35891: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:35897: $? = 0 | configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35907: $? = 0 | configure:35914: test -s conftest | configure:35917: $? = 0 | configure:35931: result: yes | configure:35835: checking for strerror | configure:35931: result: yes | configure:35835: checking for symlink | configure:35891: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:35897: $? = 0 | configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35907: $? = 0 | configure:35914: test -s conftest | configure:35917: $? = 0 | configure:35931: result: yes | configure:35835: checking for setlocale | configure:35931: result: yes | configure:35835: checking for utimes | configure:35891: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:35897: $? = 0 | configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35907: $? = 0 | configure:35914: test -s conftest | configure:35917: $? = 0 | configure:35931: result: yes | configure:35941: checking whether getgrgid is declared | configure:35972: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:35978: $? = 0 | configure:35985: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35988: $? = 0 | configure:35995: test -s conftest.o | configure:35998: $? = 0 | configure:36010: result: yes | configure:36028: checking whether getpwuid is declared | configure:36059: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:36065: $? = 0 | configure:36072: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:36075: $? = 0 | configure:36082: test -s conftest.o | configure:36085: $? = 0 | configure:36097: result: yes | configure:36115: checking whether time is declared | configure:36146: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:36152: $? = 0 | configure:36159: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:36162: $? = 0 | configure:36169: test -s conftest.o | configure:36172: $? = 0 | configure:36184: result: yes | configure:36207: checking for waitpid | configure:36263: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:36269: $? = 0 | configure:36276: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:36279: $? = 0 | configure:36286: test -s conftest | configure:36289: $? = 0 | configure:36303: result: yes | configure:36322: checking for remote shell | configure:36348: result: /usr/bin/rsh | configure:36528: checking for default archive format | configure:36547: result: GNU | configure:36550: checking for default archive | configure:36595: result: - | configure:36599: checking for default blocking | configure:36607: result: 20 | configure:36610: checking for default quoting style | configure:36623: result: escape | configure:36673: checking for ld used by GCC | configure:36737: result: /usr/bin/ld | configure:36746: checking if the linker (/usr/bin/ld) is GNU ld | configure:36759: result: yes | configure:36766: checking for shared library run path origin | configure:36779: result: done | configure:37243: checking for iconv | configure:37275: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c >&5 | configure:37281: $? = 0 | configure:37288: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:37291: $? = 0 | configure:37298: test -s conftest | configure:37301: $? = 0 | configure:37383: result: yes | configure:37406: checking for iconv declaration | configure:37445: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:37451: $? = 0 | configure:37458: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:37461: $? = 0 | configure:37468: test -s conftest.o | configure:37471: $? = 0 | configure:37487: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:37512: checking iconv.h usability | configure:37529: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:37535: $? = 0 | configure:37542: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:37545: $? = 0 | configure:37552: test -s conftest.o | configure:37555: $? = 0 | configure:37566: result: yes | configure:37570: checking iconv.h presence | configure:37585: gcc -s -E conftest.c | configure:37591: $? = 0 | configure:37612: result: yes | configure:37645: checking for iconv.h | configure:37653: result: yes | configure:37666: checking for iconv_t | configure:37701: gcc -s -c -O3 -fomit-frame-pointer -march=athlon64 conftest.c >&5 | configure:37707: $? = 0 | configure:37714: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:37717: $? = 0 | configure:37724: test -s conftest.o | configure:37727: $? = 0 | configure:37739: result: yes | configure:37754: checking whether NLS is requested | configure:37763: result: no | configure:37801: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:37833: result: /usr/bin/msgfmt | configure:37842: checking for gmsgfmt | configure:37873: result: /usr/bin/msgfmt | configure:37924: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C | configure:37956: result: /usr/bin/xgettext | configure:38002: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:38033: result: /usr/bin/msgmerge | configure:38063: checking for CFPreferencesCopyAppValue | configure:38091: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:266:42: error: CoreFoundation/CFPreferences.h: No such file or directory | conftest.c: In function 'main': | conftest.c:270: error: 'NULL' undeclared (first use in this function) | conftest.c:270: error: (Each undeclared identifier is reported only once | conftest.c:270: error: for each function it appears in.) | configure:38097: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define D_INO_IN_DIRENT 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define HAVE_OBSTACK 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_STPCPY 1 | | #define strcasecmp rpl_strcasecmp | | #define HAVE_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define STDC_HEADERS 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_STRERROR 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define REMOTE_SHELL "/usr/bin/rsh" | | #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:38131: result: no | configure:38140: checking for CFLocaleCopyCurrent | configure:38168: gcc -s -o conftest -O3 -fomit-frame-pointer -march=athlon64 -s conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:266:37: error: CoreFoundation/CFLocale.h: No such file or directory | configure:38174: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16" | | #define PACKAGE_STRING "GNU tar 1.16" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define D_INO_IN_DIRENT 1 | | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #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 HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define D_INO_IN_DIRENT 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define HAVE_OBSTACK 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_STPCPY 1 | | #define strcasecmp rpl_strcasecmp | | #define HAVE_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define STDC_HEADERS 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_STRERROR 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define REMOTE_SHELL "/usr/bin/rsh" | | #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:38208: result: no | configure:39096: checking whether to use NLS | configure:39098: result: no | configure:39327: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.16, which was | generated by GNU Autoconf 2.60. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on horton | | config.status:721: creating tests/Makefile | config.status:721: creating tests/atlocal | config.status:721: creating Makefile | config.status:721: creating doc/Makefile | config.status:721: creating lib/Makefile | config.status:721: creating po/Makefile.in | config.status:721: creating scripts/Makefile | config.status:721: creating rmt/Makefile | config.status:721: creating src/Makefile | config.status:721: creating config.h | config.status:1272: executing depfiles commands | config.status:1272: executing po-directories commands | config.status:1272: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=i686-pc-linux-gnu | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_decl_EOVERFLOW=yes | ac_cv_double_slash_root=no | ac_cv_env_CC_set=set | ac_cv_env_CC_value='gcc -s' | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value='-O3 -fomit-frame-pointer -march=athlon64' | 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=-s | 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= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | 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_chown_works=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_clock_settime=yes | ac_cv_func_fchdir=yes | ac_cv_func_fdopendir=no | ac_cv_func_flockfile=yes | ac_cv_func_fnmatch_gnu=yes | ac_cv_func_fsync=yes | ac_cv_func_ftruncate=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimes=yes | ac_cv_func_futimesat=no | ac_cv_func_getdelim=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getline=yes | ac_cv_func_getpagesize=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswprint=yes | ac_cv_func_lchmod=no | ac_cv_func_lchown=yes | ac_cv_func_lstat=yes | ac_cv_func_lstat_dereferences_slashed_symlink=yes | ac_cv_func_malloc_0_nonnull=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_mbsinit=yes | ac_cv_func_memchr=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memrchr=yes | ac_cv_func_memset=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_nanotime=no | ac_cv_func_obstack=yes | ac_cv_func_openat=no | ac_cv_func_pathconf=yes | ac_cv_func_pipe=yes | ac_cv_func_readlink=yes | ac_cv_func_rmdir=yes | ac_cv_func_rpmatch=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strchrnul=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strerror_r=yes | ac_cv_func_strerror_r_char_p=yes | ac_cv_func_strncasecmp=yes | ac_cv_func_strnlen_working=yes | ac_cv_func_strtoimax=yes | ac_cv_func_strtol=yes | ac_cv_func_strtoll=yes | ac_cv_func_strtoul=yes | ac_cv_func_strtoull=yes | ac_cv_func_strtoumax=yes | ac_cv_func_symlink=yes | ac_cv_func_unsetenv=yes | ac_cv_func_utime_null=yes | ac_cv_func_utimes=yes | ac_cv_func_vasnprintf=no | ac_cv_func_vsnprintf=yes | ac_cv_func_waitpid=yes | ac_cv_func_wcrtomb=yes | ac_cv_func_wcscoll=yes | ac_cv_func_wcslen=yes | ac_cv_func_wcwidth=yes | ac_cv_func_working_mktime=no | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl___fpending=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_feof_unlocked=yes | ac_cv_have_decl_ferror_unlocked=yes | ac_cv_have_decl_fflush_unlocked=yes | ac_cv_have_decl_fgets_unlocked=yes | ac_cv_have_decl_fputc_unlocked=yes | ac_cv_have_decl_fputs_unlocked=yes | ac_cv_have_decl_fread_unlocked=yes | ac_cv_have_decl_fwrite_unlocked=yes | ac_cv_have_decl_getc_unlocked=yes | ac_cv_have_decl_getchar_unlocked=yes | ac_cv_have_decl_getcwd=yes | ac_cv_have_decl_getdelim=yes | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_getgrgid=yes | ac_cv_have_decl_getline=yes | ac_cv_have_decl_getpwuid=yes | ac_cv_have_decl_imaxabs=yes | ac_cv_have_decl_imaxdiv=yes | ac_cv_have_decl_memrchr=yes | ac_cv_have_decl_nanosleep=yes | ac_cv_have_decl_program_invocation_name=yes | ac_cv_have_decl_program_invocation_short_name=yes | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_strdup=yes | ac_cv_have_decl_strerror_r=yes | ac_cv_have_decl_strndup=yes | ac_cv_have_decl_strnlen=yes | ac_cv_have_decl_strtoimax=yes | ac_cv_have_decl_strtoumax=yes | ac_cv_have_decl_time=yes | ac_cv_have_decl_vsnprintf=yes | ac_cv_have_decl_wcwidth=yes | ac_cv_header_OS_h=no | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=yes | ac_cv_header_iconv_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_linewrap_h=no | ac_cv_header_linux_fd_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_net_errno_h=no | ac_cv_header_netdb_h=yes | ac_cv_header_priv_h=no | ac_cv_header_sgtty_h=yes | ac_cv_header_stat_broken=no | ac_cv_header_stdbool_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdio_ext_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_stropts_h=yes | ac_cv_header_sys_bitypes_h=yes | ac_cv_header_sys_buf_h=no | ac_cv_header_sys_device_h=no | ac_cv_header_sys_filio_h=no | ac_cv_header_sys_gentape_h=no | ac_cv_header_sys_inet_h=no | ac_cv_header_sys_inttypes_h=no | ac_cv_header_sys_io_trioctl_h=no | ac_cv_header_sys_mtio_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_tape_h=no | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_tprintf_h=no | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_types_h_makedev=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_sysexits_h=yes | ac_cv_header_time=yes | ac_cv_header_unistd_h=yes | ac_cv_header_utime_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=i686-pc-linux-gnu | ac_cv_lib_error_at_line=yes | ac_cv_member_struct_stat_st_atim_tv_nsec=yes | ac_cv_member_struct_stat_st_blksize=yes | ac_cv_member_struct_stat_st_blocks=yes | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_objext=o | ac_cv_path_EGREP='/bin/grep -E' | ac_cv_path_GMSGFMT=/usr/bin/msgfmt | 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/lib/pkgusr/install -c' | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -s -E' | ac_cv_prog_YACC='bison -y' | ac_cv_prog_ac_ct_CC='gcc -s' | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_cc_c89= | ac_cv_prog_cc_g=yes | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_clock_gettime=-lrt | ac_cv_search_opendir='none required' | ac_cv_search_setsockopt='none required' | ac_cv_search_strerror='none required' | ac_cv_struct_tm=time.h | ac_cv_sys_file_offset_bits=64 | ac_cv_sys_large_files=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_long_file_names=yes | ac_cv_type__Bool=yes | ac_cv_type_dev_t=yes | ac_cv_type_iconv_t=yes | ac_cv_type_ino_t=yes | ac_cv_type_long_long=yes | ac_cv_type_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_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_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_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_working_getline=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_prog_tar_ustar=gnutar | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | bh_cv_c_signed=yes | diff_cv_st_fstype_string=no | fu_cv_sys_struct_timespec=yes | fu_cv_sys_struct_utimbuf=yes | gl_cv_absolute_fcntl_h=///usr/include/fcntl.h | gl_cv_absolute_inttypes_h=///usr/include/inttypes.h | gl_cv_absolute_stdint_h=///usr/include/stdint.h | gl_cv_bitsizeof_ptrdiff_t=32 | gl_cv_bitsizeof_sig_atomic_t=32 | gl_cv_bitsizeof_size_t=32 | gl_cv_bitsizeof_wchar_t=32 | gl_cv_bitsizeof_wint_t=32 | gl_cv_compound_literals=yes | gl_cv_func_chown_follows_symlink=yes | gl_cv_func_getcwd_abort_bug=no | gl_cv_func_getcwd_null=yes | gl_cv_func_getcwd_path_max=yes | gl_cv_func_malloc_0_nonnull=1 | gl_cv_func_mbrtowc=yes | gl_cv_func_re_compile_pattern_working=yes | gl_cv_func_strndup=yes | gl_cv_func_va_copy=yes | gl_cv_func_working_utimes=yes | gl_cv_have_arbitrary_file_name_length_limit=yes | gl_cv_header_inttypes_h=yes | gl_cv_header_stdint_h=yes | gl_cv_header_working_fcntl_h=yes | gl_cv_header_working_inttypes_h=no | gl_cv_header_working_stdint_h=no | gl_cv_minmax_in_limits_h=no | gl_cv_minmax_in_sys_param_h=yes | gl_cv_time_r_posix=yes | gl_cv_type_ptrdiff_t_signed=yes | gl_cv_type_ptrdiff_t_suffix= | gl_cv_type_sig_atomic_t_signed=yes | gl_cv_type_sig_atomic_t_suffix= | gl_cv_type_size_t_signed=no | gl_cv_type_size_t_suffix=u | gl_cv_type_wchar_t_signed=yes | gl_cv_type_wchar_t_suffix=l | gl_cv_type_wint_t_signed=no | gl_cv_type_wint_t_suffix=u | gt_cv_c_intmax_t=yes | gt_cv_c_long_double=yes | gt_cv_c_wchar_t=yes | gt_cv_c_wint_t=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_unsetenv_ret=int | gt_cv_inttypes_pri_broken=no | gt_cv_ssize_t=yes | jm_cv_func_gettimeofday_clobber=no | jm_cv_func_strtoimax_macro=no | jm_cv_func_strtoumax_macro=no | jm_cv_struct_dirent_d_ino=yes | pu_cv_header_mtio_check_field=mt_type | pu_cv_header_rmt=yes | tar_cv_path_RSH=/usr/bin/rsh | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ABSOLUTE_FCNTL_H='"///usr/include/fcntl.h"' | ABSOLUTE_INTTYPES_H='"///usr/include/inttypes.h"' | ABSOLUTE_STDINT_H='"///usr/include/stdint.h"' | ACLOCAL='${SHELL} /usr/src/tar/tar-1.16/build-aux/missing --run aclocal-1.9' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /usr/src/tar/tar-1.16/build-aux/missing --run tar' | AUTOCONF='${SHELL} /usr/src/tar/tar-1.16/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /usr/src/tar/tar-1.16/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /usr/src/tar/tar-1.16/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /usr/src/tar/tar-1.16/build-aux/missing --run automake-1.9' | AWK='gawk' | BACKUP_LIBEXEC_SCRIPTS='' | BACKUP_SBIN_SCRIPTS='' | BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d' | BITSIZEOF_PTRDIFF_T='32' | BITSIZEOF_SIG_ATOMIC_T='32' | BITSIZEOF_SIZE_T='32' | BITSIZEOF_WCHAR_T='32' | BITSIZEOF_WINT_T='32' | CC='gcc -s' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O3 -fomit-frame-pointer -march=athlon64' | CPP='gcc -s -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' | EOVERFLOW='' | EXEEXT='' | FCNTL_H='fcntl.h' | FNMATCH_H='' | GETOPT_H='getopt.h' | GLIBC21='yes' | GMSGFMT='/usr/bin/msgfmt' | GMSGFMT_015=':' | GREP='/bin/grep' | HAVE_DECL_IMAXABS='1' | HAVE_DECL_IMAXDIV='1' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_INTTYPES_H='1' | HAVE_LONG_LONG_INT='1' | HAVE_SIGNED_SIG_ATOMIC_T='1' | HAVE_SIGNED_WCHAR_T='1' | HAVE_SIGNED_WINT_T='0' | HAVE_STDINT_H='1' | HAVE_SYS_BITYPES_H='1' | HAVE_SYS_INTTYPES_H='0' | HAVE_SYS_TYPES_H='1' | HAVE_WCHAR_H='1' | HAVE__BOOL='1' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | INTLLIBS='' | INTL_MACOSX_LIBS='' | INTTYPES_H='inttypes.h' | LDFLAGS='-s' | LIBICONV='' | LIBINTL='' | LIBOBJS=' ${LIBOBJDIR}getopt$U.o ${LIBOBJDIR}getopt1$U.o ${LIBOBJDIR}save-cwd$U.o ${LIBOBJDIR}mktime$U.o ${LIBOBJDIR}argmatch$U.o ${LIBOBJDIR}backupfile$U.o ${LIBOBJDIR}chdir-long$U.o ${LIBOBJDIR}mkdirat$U.o ${LIBOBJDIR}fchmodat$U.o ${LIBOBJDIR}openat-die$U.o ${LIBOBJDIR}openat$U.o ${LIBOBJDIR}close-stream$U.o ${LIBOBJDIR}closeout$U.o ${LIBOBJDIR}basename$U.o ${LIBOBJDIR}dirname$U.o ${LIBOBJDIR}stripslash$U.o ${LIBOBJDIR}exclude$U.o ${LIBOBJDIR}exitfail$U.o ${LIBOBJDIR}open-safer$U.o ${LIBOBJDIR}creat-safer$U.o ${LIBOBJDIR}gettime$U.o ${LIBOBJDIR}hash$U.o ${LIBOBJDIR}human$U.o ${LIBOBJDIR}imaxtostr$U.o ${LIBOBJDIR}offtostr$U.o ${LIBOBJDIR}umaxtostr$U.o ${LIBOBJDIR}mbchar$U.o ${LIBOBJDIR}modechange$U.o ${LIBOBJDIR}quote$U.o ${LIBOBJDIR}quotearg$U.o ${LIBOBJDIR}safe-read$U.o ${LIBOBJDIR}safe-write$U.o ${LIBOBJDIR}savedir$U.o ${LIBOBJDIR}strcasecmp$U.o ${LIBOBJDIR}dup-safer$U.o ${LIBOBJDIR}fd-safer$U.o ${LIBOBJDIR}pipe-safer$U.o ${LIBOBJDIR}unlinkdir$U.o ${LIBOBJDIR}utimens$U.o ${LIBOBJDIR}vasnprintf$U.o ${LIBOBJDIR}printf-args$U.o ${LIBOBJDIR}printf-parse$U.o ${LIBOBJDIR}asnprintf$U.o ${LIBOBJDIR}xmalloc$U.o ${LIBOBJDIR}xgetcwd$U.o ${LIBOBJDIR}xstrtol$U.o ${LIBOBJDIR}xstrtoul$U.o' | LIBS='' | LIB_CLOCK_GETTIME='-lrt' | LIB_SETSOCKOPT='' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS=' ${LIBOBJDIR}getopt$U.lo ${LIBOBJDIR}getopt1$U.lo ${LIBOBJDIR}save-cwd$U.lo ${LIBOBJDIR}mktime$U.lo ${LIBOBJDIR}argmatch$U.lo ${LIBOBJDIR}backupfile$U.lo ${LIBOBJDIR}chdir-long$U.lo ${LIBOBJDIR}mkdirat$U.lo ${LIBOBJDIR}fchmodat$U.lo ${LIBOBJDIR}openat-die$U.lo ${LIBOBJDIR}openat$U.lo ${LIBOBJDIR}close-stream$U.lo ${LIBOBJDIR}closeout$U.lo ${LIBOBJDIR}basename$U.lo ${LIBOBJDIR}dirname$U.lo ${LIBOBJDIR}stripslash$U.lo ${LIBOBJDIR}exclude$U.lo ${LIBOBJDIR}exitfail$U.lo ${LIBOBJDIR}open-safer$U.lo ${LIBOBJDIR}creat-safer$U.lo ${LIBOBJDIR}gettime$U.lo ${LIBOBJDIR}hash$U.lo ${LIBOBJDIR}human$U.lo ${LIBOBJDIR}imaxtostr$U.lo ${LIBOBJDIR}offtostr$U.lo ${LIBOBJDIR}umaxtostr$U.lo ${LIBOBJDIR}mbchar$U.lo ${LIBOBJDIR}modechange$U.lo ${LIBOBJDIR}quote$U.lo ${LIBOBJDIR}quotearg$U.lo ${LIBOBJDIR}safe-read$U.lo ${LIBOBJDIR}safe-write$U.lo ${LIBOBJDIR}savedir$U.lo ${LIBOBJDIR}strcasecmp$U.lo ${LIBOBJDIR}dup-safer$U.lo ${LIBOBJDIR}fd-safer$U.lo ${LIBOBJDIR}pipe-safer$U.lo ${LIBOBJDIR}unlinkdir$U.lo ${LIBOBJDIR}utimens$U.lo ${LIBOBJDIR}vasnprintf$U.lo ${LIBOBJDIR}printf-args$U.lo ${LIBOBJDIR}printf-parse$U.lo ${LIBOBJDIR}asnprintf$U.lo ${LIBOBJDIR}xmalloc$U.lo ${LIBOBJDIR}xgetcwd$U.lo ${LIBOBJDIR}xstrtol$U.lo ${LIBOBJDIR}xstrtoul$U.lo' | MAKEINFO='${SHELL} /usr/src/tar/tar-1.16/build-aux/missing --run makeinfo' | MSGFMT='/usr/bin/msgfmt' | MSGFMT_015=':' | MSGMERGE='/usr/bin/msgmerge' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.16' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.16' | PATH_SEPARATOR=':' | POSUB='' | PRIPTR_PREFIX='"l"' | PRI_MACROS_BROKEN='0' | PTRDIFF_T_SUFFIX='' | PU_RMT_PROG='rmt$(EXEEXT)' | RANLIB='ranlib' | SET_MAKE='' | SHELL='/bin/sh' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='u' | STDBOOL_H='' | STDINT_H='stdint.h' | STRIP='' | SYSEXITS_H='' | UNISTD_H='' | USE_NLS='no' | VERSION='1.16' | WCHAR_T_SUFFIX='l' | WINT_T_SUFFIX='u' | XGETTEXT='/usr/bin/xgettext' | XGETTEXT_015=':' | YACC='bison -y' | YFLAGS='' | ac_ct_CC='gcc -s' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__leading_dot='.' | am__quote='' | am__tar='tar --format=ustar -chf - "$$tardir"' | am__untar='tar -xf -' | bindir='/bin' | build='i686-pc-linux-gnu' | build_alias='' | build_cpu='i686' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='i686-pc-linux-gnu' | host_alias='' | host_cpu='i686' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='/usr/src/tar/tar-1.16/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='/usr/bin' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='mkdir -p --' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define PACKAGE_NAME "GNU tar" | #define PACKAGE_TARNAME "tar" | #define PACKAGE_VERSION "1.16" | #define PACKAGE_STRING "GNU tar 1.16" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tar" | #define VERSION "1.16" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FCNTL_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MTIO_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define major_t int | #define minor_t int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define restrict __restrict | #define HAVE_DECL_GETENV 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_PATHCONF 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ALARM 1 | #define HAVE_ISWPRINT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMPCPY 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRERROR 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_GETCWD 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 1 | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | #define HAVE_SYS_BITYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX u | #define WCHAR_T_SUFFIX l | #define WINT_T_SUFFIX u | #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 HAVE_LANGINFO_CODESET 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_PROGRAM_INVOCATION_NAME 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_MEMPCPY 1 | #define __OPENAT_PREFIX rpl_ | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define D_INO_IN_DIRENT 1 | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE___FPENDING 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | #define HAVE_LCHOWN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDTEMP 1 | #define mktime rpl_mktime | #define HAVE_OBSTACK 1 | #define __OPENAT_PREFIX rpl_ | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RMDIR 1 | #define HAVE_RPMATCH 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | #define HAVE_SYS_BITYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX u | #define WCHAR_T_SUFFIX l | #define WINT_T_SUFFIX u | #define HAVE_STPCPY 1 | #define strcasecmp rpl_strcasecmp | #define HAVE_STRNCASECMP 1 | #define HAVE_STRCHRNUL 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_TIME_R_POSIX 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_UNISTD_H 1 | #define UNLINK_CANNOT_UNLINK_DIR 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_MTIO_H 1 | #define MTIO_CHECK_FIELD mt_type | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_SYMLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TIME 1 | #define HAVE_WAITPID 1 | #define REMOTE_SHELL "/usr/bin/rsh" | #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