## ------------------------ ## ## GNU tar 1.17 test suite. ## ## ------------------------ ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2007-06-08 Sergey Poznyakoff | | * configure.ac, NEWS: Raise version number to 1.17 | | * doc/tar.texi, doc/intern.texi: Replace: s/filename/file name/; | s/(ASCII|ID|BSD)/@acronym{&}/;s/"[^"]+"/``&''/ | Use `path' only when it refers to search paths, use | `file name' otherwise. | Fix various errors (based on patch by Benno Schulenberg) | ## --------- ## ## Platform. ## ## --------- ## hostname = giotto uname -m = x86_64 uname -r = 2.6.16.27-0.9-smp uname -s = Linux uname -v = #1 SMP Tue Feb 13 09:35:18 UTC 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/src/tar-1.17/tests PATH: /usr/local/src/tar-1.17/src PATH: /usr/local/src/tar-1.17/build-aux PATH: /usr/local/src/tar-1.17 PATH: /opt/intel/idbe/10.0.023/bin PATH: /opt/intel/fce/10.0.023/bin PATH: /sbin PATH: /usr/sbin PATH: /usr/local/sbin PATH: /opt/gnome/sbin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /root/bin PATH: /usr/games PATH: /opt/gnome/bin PATH: /opt/kde3/bin PATH: /usr/bin/X11 PATH: /opt/pathscale/bin PATH: /usr/local/bin PATH: /opt/pgi/linux86-64/6.2/bin PATH: /usr/local/matlab/bin PATH: /usr/local/rsi/idl/bin PATH: /usr/local/teTeX/bin PATH: /opt/intel/cce/10.0.023/bin PATH: /usr/local/ferret/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/local/src/tar-1.17/tests' | at_srcdir='.' | abs_srcdir='/usr/local/src/tar-1.17/tests' | at_top_srcdir='..' | abs_top_srcdir='/usr/local/src/tar-1.17' | at_top_build_prefix='../' | abs_top_builddir='/usr/local/src/tar-1.17' | | # 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/local/src/tar-1.17/tests:/usr/local/src/tar-1.17/src:/usr/local/src/tar-1.17/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 - >/dev/null 2>&1 | } | | ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:92: /usr/local/src/tar-1.17/src/tar --version tar (GNU tar) 1.17 Copyright (C) 2007 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Tue Jun 19 16:45:12 CEST 2007 1. tar version (version.at:19): ok (0m0.004s 0m0.000s) 2. decompressing from stdin (pipe.at:29): ok (0m0.036s 0m0.172s) 3. mixing options (options.at:24): ok (0m0.000s 0m0.008s) 4. interspersed options (options02.at:26): ok (0m0.004s 0m0.008s) 5. files-from: empty entries (T-empty.at:26): ok (0m0.004s 0m0.040s) 6. files-from: 0-separated file without -0 (T-null.at:21): ok (0m0.004s 0m0.032s) 7. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.024s 0m0.088s) 8. tar cvf - (verbose.at:26): ok (0m0.028s 0m0.064s) 9. append (append.at:21): ok (0m0.020s 0m0.104s) 10. appending files with long names (append01.at:29): ok (0m0.012s 0m0.084s) 11. append vs. create (append02.at:40): ok (0m0.024s 0m0.104s) 13. deleting a member after a big one (delete01.at:23): ok (0m0.024s 0m0.112s) 14. deleting a member from stdin archive (delete02.at:23): ok (0m0.056s 0m0.112s) 15. deleting members with long names (delete03.at:21): ok (0m0.008s 0m0.108s) 16. deleting a large last member (delete04.at:23): ok (0m0.048s 0m0.216s) 17. deleting non-existing member (delete05.at:27): ok (0m0.012s 0m0.120s) 18. extract over an existing directory (extrac01.at:23): ok (0m0.032s 0m0.060s) 19. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.016s 0m0.092s) 20. extraction loops (extrac03.at:23): ok (0m0.024s 0m0.076s) 21. extract + fnmatch (extrac04.at:23): ok (0m0.044s 0m0.128s) 22. extracting selected members from pax (extrac05.at:30): ok (0m0.008s 0m0.032s) 23. mode of extracted directories (extrac06.at:33): ok (0m0.040s 0m0.120s) 24. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.020s 0m0.104s) 25. gzip (gzip.at:23): ok (0m0.000s 0m0.012s) 26. incremental (incremental.at:23): ok (0m0.008s 0m0.072s) 27. restore broken symlinks from incremental (incr01.at:27): ok (0m0.028s 0m0.068s) 28. restoring timestamps from incremental (incr02.at:32): ok (0m0.016s 0m0.076s) 29. --listed for individual files (listed01.at:26): ok (0m0.016s 0m0.048s) 30. working --listed (listed02.at:28): ok (0m0.032s 0m0.096s) 31. renamed files in incrementals (incr03.at:28): ok (0m0.016s 0m0.148s) 32. proper icontents initialization (incr04.at:29): ok (0m0.036s 0m0.156s) 33. renamed dirs in incrementals (rename01.at:24): ok (0m0.028s 0m0.124s) 34. move between hierarchies (rename02.at:24): ok (0m0.044s 0m0.132s) 35. cyclic renames (rename03.at:23): ok (0m0.040s 0m0.184s) 36. changed file types in incrementals (chtype.at:27): ok (0m0.056s 0m0.148s) 37. ignfail (ignfail.at:23): skipped (ignfail.at:26) 38. link count gt 2 (link01.at:33): ok (0m0.028s 0m0.120s) 39. long names in V7 archives (longv7.at:24): ok (0m0.000s 0m0.012s) 40. long file names divisible by block size (long01.at:28): ok (0m0.012s 0m0.060s) 41. ustar: unsplittable file name (lustar01.at:21): ok (0m0.000s 0m0.008s) 42. ustar: unsplittable path name (lustar02.at:21): ok (0m0.016s 0m0.016s) 43. ustar: splitting long names (lustar03.at:21): ok (0m0.012s 0m0.020s) 44. multivolume dumps from pipes (multiv01.at:23): ok (0m0.020s 0m0.072s) 45. skipping a straddling member (multiv02.at:28): ok (0m0.012s 0m0.084s) 46. MV archive & long filenames (multiv03.at:30): ok (0m0.020s 0m0.076s) 47. split directory members in a MV archive (multiv04.at:36): ok (0m0.016s 0m0.156s) 48. Restoring after an out of sync folume (multiv05.at:26): ok (0m0.004s 0m0.080s) 49. old archives (old.at:23): ok (0m0.004s 0m0.008s) 50. recurse (recurse.at:21): ok (0m0.024s 0m0.076s) 51. working -C with --same-order (same-order01.at:26): ok (0m0.044s 0m0.132s) 52. multiple -C options (same-order02.at:25): ok (0m0.056s 0m0.136s) 53. short records (shortrec.at:25): ok (0m0.020s 0m0.116s) 54. sparse files (sparse01.at:21): ok (0m0.068s 0m0.148s) 55. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.020s 0m0.188s) 56. storing sparse files > 8G (sparse03.at:21): ok (0m22.013s 1m9.256s) 57. sparse files in MV archives (sparsemv.at:21): ok (0m0.012s 0m0.084s) 58. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.004s 0m0.044s) 59. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.004s 0m0.040s) 60. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.004s 0m0.048s) 61. update unchanged directories (update.at:27): ok (0m0.020s 0m0.148s) 62. volume (volume.at:23): ok (0m0.008s 0m0.044s) 63. volume header size (volsize.at:29): skipped (volsize.at:32) 64. compressed format recognition (comprec.at:21): ok (0m0.020s 0m0.124s) 65. truncate (truncate.at:29): ok (0m1.064s 0m2.704s) 66. grow (grow.at:24): ok (0m1.068s 0m2.196s) 67. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26) 68. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26) 69. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26) 70. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26) 71. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26) 72. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26) testsuite: ending at: Tue Jun 19 16:48:16 CEST 2007 testsuite: test suite duration: 0h 3m 4s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 64 tests were run, 1 failed unexpectedly. 8 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.17 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 12: exclude.at:23 exclude exclude Skipped tests: GNU tar 1.17 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 37: ignfail.at:23 ignfail ignfail 63: volsize.at:29 volume header size volume volsize 67: gtarfail.at:21 gtarfail star gtarfail 68: gtarfail2.at:21 gtarfail2 star gtarfail2 69: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 70: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 71: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 72: pax-big-10g.at:21 pax-big-10g star pax-big-10g ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 12. exclude.at:23: testing ... ./exclude.at:26: mkdir ustar (cd ustar TEST_TAR_FORMAT=ustar export TEST_TAR_FORMAT TAR_OPTIONS="-H ustar" export TAR_OPTIONS rm -rf * mkdir dir echo blues > dir/blues echo jazz > dir/jazz mkdir dir/folk echo tagfile > dir/folk/tagfile echo sanjuan > dir/folk/sanjuan mkdir dir/rock echo "Signature: 8a477f597d28d172789f06886806bc55" > dir/rock/CACHEDIR.TAG echo "test" > dir/rock/file for option in exclude-caches exclude-caches-under exclude-caches-all do echo OPTION $option tar -cf archive.tar --$option -v dir 2>err cat err echo ARCHIVE tar tf archive.tar done for option in exclude-tag exclude-tag-under exclude-tag-all do echo OPTION $option tar -cf archive.tar --${option}=tagfile -v dir 2>err cat err echo ARCHIVE tar tf archive.tar done ) --- - 2007-06-19 16:45:13.835998000 +0200 +++ /usr/local/src/tar-1.17/tests/testsuite.dir/at-stdout 2007-06-19 16:45:13.000000000 +0200 @@ -1,103 +1,103 @@ OPTION exclude-caches dir/ -dir/blues -dir/jazz dir/folk/ -dir/folk/tagfile dir/folk/sanjuan +dir/folk/tagfile +dir/jazz dir/rock/ dir/rock/CACHEDIR.TAG +dir/blues tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; contents not dumped ARCHIVE dir/ -dir/blues -dir/jazz dir/folk/ -dir/folk/tagfile dir/folk/sanjuan +dir/folk/tagfile +dir/jazz dir/rock/ dir/rock/CACHEDIR.TAG +dir/blues OPTION exclude-caches-under dir/ -dir/blues -dir/jazz dir/folk/ -dir/folk/tagfile dir/folk/sanjuan +dir/folk/tagfile +dir/jazz dir/rock/ +dir/blues tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; contents not dumped ARCHIVE dir/ -dir/blues -dir/jazz dir/folk/ -dir/folk/tagfile dir/folk/sanjuan +dir/folk/tagfile +dir/jazz dir/rock/ +dir/blues OPTION exclude-caches-all dir/ -dir/blues -dir/jazz dir/folk/ -dir/folk/tagfile dir/folk/sanjuan +dir/folk/tagfile +dir/jazz +dir/blues tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; directory not dumped ARCHIVE dir/ -dir/blues -dir/jazz dir/folk/ -dir/folk/tagfile dir/folk/sanjuan +dir/folk/tagfile +dir/jazz +dir/blues OPTION exclude-tag dir/ -dir/blues -dir/jazz dir/folk/ dir/folk/tagfile +dir/jazz dir/rock/ -dir/rock/CACHEDIR.TAG dir/rock/file +dir/rock/CACHEDIR.TAG +dir/blues tar: dir/folk/: contains a cache directory tag tagfile; contents not dumped ARCHIVE dir/ -dir/blues -dir/jazz dir/folk/ dir/folk/tagfile +dir/jazz dir/rock/ -dir/rock/CACHEDIR.TAG dir/rock/file +dir/rock/CACHEDIR.TAG +dir/blues OPTION exclude-tag-under dir/ -dir/blues -dir/jazz dir/folk/ +dir/jazz dir/rock/ -dir/rock/CACHEDIR.TAG dir/rock/file +dir/rock/CACHEDIR.TAG +dir/blues tar: dir/folk/: contains a cache directory tag tagfile; contents not dumped ARCHIVE dir/ -dir/blues -dir/jazz dir/folk/ +dir/jazz dir/rock/ -dir/rock/CACHEDIR.TAG dir/rock/file +dir/rock/CACHEDIR.TAG +dir/blues OPTION exclude-tag-all dir/ -dir/blues dir/jazz dir/rock/ -dir/rock/CACHEDIR.TAG dir/rock/file +dir/rock/CACHEDIR.TAG +dir/blues tar: dir/folk/: contains a cache directory tag tagfile; directory not dumped ARCHIVE dir/ -dir/blues dir/jazz dir/rock/ -dir/rock/CACHEDIR.TAG dir/rock/file +dir/rock/CACHEDIR.TAG +dir/blues 12. exclude.at:23: 12. exclude (exclude.at:23): FAILED (exclude.at:26) ## ------------- ## ## ../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.17, which was | generated by GNU Autoconf 2.60. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = giotto | uname -m = x86_64 | uname -r = 2.6.16.27-0.9-smp | uname -s = Linux | uname -v = #1 SMP Tue Feb 13 09:35:18 UTC 2007 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = x86_64 | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /opt/intel/idbe/10.0.023/bin | PATH: /opt/intel/fce/10.0.023/bin | PATH: /sbin | PATH: /usr/sbin | PATH: /usr/local/sbin | PATH: /opt/gnome/sbin | PATH: /bin | PATH: /usr/bin | PATH: /usr/X11R6/bin | PATH: /root/bin | PATH: /usr/games | PATH: /opt/gnome/bin | PATH: /opt/kde3/bin | PATH: /usr/bin/X11 | PATH: /usr/lib/mit/bin | PATH: /usr/lib/mit/sbin | PATH: /opt/pathscale/bin | PATH: /usr/local/bin | PATH: /opt/pathscale/bin | PATH: /opt/pgi/linux86-64/6.2/bin | PATH: /usr/local/matlab/bin | PATH: /usr/local/rsi/idl/bin | PATH: /usr/local/teTeX/bin | PATH: . | PATH: /opt/intel/cce/10.0.023/bin | PATH: /usr/local/ferret/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2114: checking for a BSD-compatible install | configure:2170: result: /usr/bin/install -c | configure:2181: checking whether build environment is sane | configure:2224: result: yes | configure:2252: checking for a thread-safe mkdir -p | configure:2291: result: /bin/mkdir -p | configure:2304: checking for gawk | configure:2320: found /bin/gawk | configure:2331: result: gawk | configure:2342: checking whether make sets $(MAKE) | configure:2363: result: yes | configure:2546: checking how to create a ustar tar archive | configure:2559: tar --version | tar (GNU tar) 1.15.1 | configure:2562: $? = 0 | configure:2602: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | configure:2605: $? = 0 | configure:2609: tar -xf - &5 | gcc (GCC) 4.1.0 (SUSE Linux) | Copyright (C) 2006 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | configure:2956: $? = 0 | configure:2963: gcc -v >&5 | Using built-in specs. | Target: x86_64-suse-linux | Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp --enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux | Thread model: posix | gcc version 4.1.0 (SUSE Linux) | configure:2966: $? = 0 | configure:2973: gcc -V >&5 | gcc: '-V' option must have argument | configure:2976: $? = 1 | configure:2999: checking for C compiler default output file name | configure:3026: gcc conftest.c >&5 | configure:3029: $? = 0 | configure:3075: result: a.out | configure:3080: checking whether the C compiler works | configure:3090: ./a.out | configure:3093: $? = 0 | configure:3110: result: yes | configure:3117: checking whether we are cross compiling | configure:3119: result: no | configure:3122: checking for suffix of executables | configure:3129: gcc -o conftest conftest.c >&5 | configure:3132: $? = 0 | configure:3156: result: | configure:3162: checking for suffix of object files | configure:3188: gcc -c conftest.c >&5 | configure:3191: $? = 0 | configure:3214: result: o | configure:3218: checking whether we are using the GNU C compiler | configure:3247: gcc -c conftest.c >&5 | configure:3253: $? = 0 | configure:3260: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3263: $? = 0 | configure:3270: test -s conftest.o | configure:3273: $? = 0 | configure:3287: result: yes | configure:3292: checking whether gcc accepts -g | configure:3322: gcc -c -g conftest.c >&5 | configure:3328: $? = 0 | configure:3335: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3338: $? = 0 | configure:3345: test -s conftest.o | configure:3348: $? = 0 | configure:3478: result: yes | configure:3495: checking for gcc option to accept ISO C89 | configure:3569: gcc -c -g -O2 conftest.c >&5 | configure:3575: $? = 0 | configure:3582: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3585: $? = 0 | configure:3592: test -s conftest.o | configure:3595: $? = 0 | configure:3615: result: none needed | configure:3644: checking for style of include used by make | configure:3672: result: GNU | configure:3697: checking dependency style of gcc | configure:3788: result: gcc3 | configure:3847: checking for ranlib | configure:3863: found /usr/bin/ranlib | configure:3874: result: ranlib | configure:3904: checking for bison | configure:3920: found /usr/bin/bison | configure:3931: result: bison -y | configure:3955: checking how to run the C preprocessor | configure:3995: gcc -E conftest.c | configure:4001: $? = 0 | configure:4039: gcc -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:4045: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:4085: result: gcc -E | configure:4114: gcc -E conftest.c | configure:4120: $? = 0 | configure:4158: gcc -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:4164: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:4209: checking for grep that handles long lines and -e | configure:4283: result: /bin/grep | configure:4288: checking for egrep | configure:4366: result: /bin/grep -E | configure:4372: checking for AIX | configure:4394: result: no | configure:4400: checking for ANSI C header files | configure:4430: gcc -c -g -O2 conftest.c >&5 | configure:4436: $? = 0 | configure:4443: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4446: $? = 0 | configure:4453: test -s conftest.o | configure:4456: $? = 0 | configure:4552: gcc -o conftest -g -O2 conftest.c >&5 | configure:4555: $? = 0 | configure:4561: ./conftest | configure:4564: $? = 0 | configure:4581: result: yes | configure:4605: checking for sys/types.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4605: checking for sys/stat.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4605: checking for stdlib.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4605: checking for string.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4605: checking for memory.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4605: checking for strings.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4605: checking for inttypes.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4605: checking for stdint.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4605: checking for unistd.h | configure:4626: gcc -c -g -O2 conftest.c >&5 | configure:4632: $? = 0 | configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4642: $? = 0 | configure:4649: test -s conftest.o | configure:4652: $? = 0 | configure:4665: result: yes | configure:4687: checking minix/config.h usability | configure:4704: gcc -c -g -O2 conftest.c >&5 | conftest.c:54:26: error: minix/config.h: No such file or directory | configure:4710: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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:4741: result: no | configure:4745: checking minix/config.h presence | configure:4760: gcc -E conftest.c | conftest.c:21:26: error: minix/config.h: No such file or directory | configure:4766: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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:4787: result: no | configure:4820: checking for minix/config.h | configure:4827: result: no | configure:4866: checking whether it is safe to define __EXTENSIONS__ | configure:4894: gcc -c -g -O2 conftest.c >&5 | configure:4900: $? = 0 | configure:4907: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4910: $? = 0 | configure:4917: test -s conftest.o | configure:4920: $? = 0 | configure:4932: result: yes | configure:4951: checking for gcc option to accept ISO C99 | configure:5081: gcc -c -g -O2 conftest.c >&5 | conftest.c:45: error: expected ';', ',' or ')' before 'text' | conftest.c: In function 'main': | conftest.c:101: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' | conftest.c:101: error: 'newvar' undeclared (first use in this function) | conftest.c:101: error: (Each undeclared identifier is reported only once | conftest.c:101: error: for each function it appears in.) | conftest.c:109: error: 'ia' undeclared (first use in this function) | conftest.c:110: error: 'for' loop initial declaration used outside C99 mode | configure:5087: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | /* end confdefs.h. */ | | #include | | #include | | #include | | #include | | #include | | | | struct incomplete_array | | { | | int datasize; | | double data[]; | | }; | | | | struct named_init { | | int number; | | const wchar_t *name; | | double average; | | }; | | | | typedef const char *ccp; | | | | static inline int | | test_restrict(ccp restrict text) | | { | | // See if C++-style comments work. | | // Iterate through items via the restricted pointer. | | // Also check for declarations in for loops. | | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | | continue; | | return 0; | | } | | | | // Check varargs and va_copy work. | | static void | | test_varargs(const char *format, ...) | | { | | va_list args; | | va_start(args, format); | | va_list args_copy; | | va_copy(args_copy, args); | | | | const char *str; | | int number; | | float fnumber; | | | | while (*format) | | { | | switch (*format++) | | { | | case 's': // string | | str = va_arg(args_copy, const char *); | | break; | | case 'd': // int | | number = va_arg(args_copy, int); | | break; | | case 'f': // float | | fnumber = (float) va_arg(args_copy, double); | | break; | | default: | | break; | | } | | } | | va_end(args_copy); | | va_end(args); | | } | | | | int | | main () | | { | | | | // Check bool and long long datatypes. | | _Bool success = false; | | long long int bignum = -1234567890LL; | | unsigned long long int ubignum = 1234567890uLL; | | | | // Check restrict. | | if (test_restrict("String literal") != 0) | | success = true; | | char *restrict newvar = "Another string"; | | | | // Check varargs. | | test_varargs("s, d' f .", "string", 65, 34.234); | | | | // Check incomplete arrays work. | | struct incomplete_array *ia = | | malloc(sizeof(struct incomplete_array) + (sizeof(double) * 10)); | | ia->datasize = 10; | | for (int i = 0; i < ia->datasize; ++i) | | ia->data[i] = (double) i * 1.234; | | | | // Check named initialisers. | | struct named_init ni = { | | .number = 34, | | .name = L"Test wide string", | | .average = 543.34343, | | }; | | | | ni.number = 58; | | | | int dynamic_array[ni.number]; | | dynamic_array[43] = 543; | | | | // work around unused variable warnings | | return bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'; | | | | ; | | return 0; | | } | configure:5081: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5087: $? = 0 | configure:5094: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5097: $? = 0 | configure:5104: test -s conftest.o | configure:5107: $? = 0 | configure:5134: result: -std=gnu99 | configure:5281: checking for gcc -std=gnu99 option to accept ISO Standard C | configure:5292: result: -std=gnu99 | configure:5311: checking for special C compiler options needed for large files | configure:5438: result: no | configure:5444: checking for _FILE_OFFSET_BITS value needed for large files | configure:5480: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5486: $? = 0 | configure:5493: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5496: $? = 0 | configure:5503: test -s conftest.o | configure:5506: $? = 0 | configure:5587: result: no | configure:5597: checking for _LARGE_FILES value needed for large files | configure:5633: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5639: $? = 0 | configure:5646: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5649: $? = 0 | configure:5656: test -s conftest.o | configure:5659: $? = 0 | configure:5740: result: no | configure:5753: checking for strerror in -lcposix | configure:5788: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lcposix >&5 | /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: cannot find -lcposix | collect2: ld returned 1 exit status | configure:5794: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 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 strerror (); | | int | | main () | | { | | return strerror (); | | ; | | return 0; | | } | configure:5828: result: no | configure:5836: checking for inline | configure:5862: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5868: $? = 0 | configure:5875: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5878: $? = 0 | configure:5885: test -s conftest.o | configure:5888: $? = 0 | configure:5903: result: inline | configure:5941: checking fcntl.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking fcntl.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for fcntl.h | configure:6082: result: yes | configure:5941: checking linux/fd.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking linux/fd.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for linux/fd.h | configure:6082: result: yes | configure:5931: checking for memory.h | configure:5937: result: yes | configure:5941: checking net/errno.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:60:23: error: net/errno.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking net/errno.h presence | configure:6014: gcc -E conftest.c | conftest.c:27:23: error: net/errno.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for net/errno.h | configure:6082: result: no | configure:5941: checking sgtty.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking sgtty.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for sgtty.h | configure:6082: result: yes | configure:5931: checking for string.h | configure:5937: result: yes | configure:5941: checking stropts.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking stropts.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for stropts.h | configure:6082: result: yes | configure:5941: checking sys/param.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking sys/param.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for sys/param.h | configure:6082: result: yes | configure:5941: checking sys/device.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:64:24: error: sys/device.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking sys/device.h presence | configure:6014: gcc -E conftest.c | conftest.c:31:24: error: sys/device.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for sys/device.h | configure:6082: result: no | configure:5941: checking sys/filio.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:64:23: error: sys/filio.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking sys/filio.h presence | configure:6014: gcc -E conftest.c | conftest.c:31:23: error: sys/filio.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for sys/filio.h | configure:6082: result: no | configure:5941: checking sys/gentape.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:64:25: error: sys/gentape.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking sys/gentape.h presence | configure:6014: gcc -E conftest.c | conftest.c:31:25: error: sys/gentape.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for sys/gentape.h | configure:6082: result: no | configure:5941: checking sys/inet.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:64:22: error: sys/inet.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking sys/inet.h presence | configure:6014: gcc -E conftest.c | conftest.c:31:22: error: sys/inet.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for sys/inet.h | configure:6082: result: no | configure:5941: checking sys/io/trioctl.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:64:28: error: sys/io/trioctl.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking sys/io/trioctl.h presence | configure:6014: gcc -E conftest.c | conftest.c:31:28: error: sys/io/trioctl.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for sys/io/trioctl.h | configure:6082: result: no | configure:5941: checking sys/mtio.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking sys/mtio.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for sys/mtio.h | configure:6082: result: yes | configure:5941: checking sys/time.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking sys/time.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for sys/time.h | configure:6082: result: yes | configure:5941: checking sys/tprintf.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:66:25: error: sys/tprintf.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking sys/tprintf.h presence | configure:6014: gcc -E conftest.c | conftest.c:33:25: error: sys/tprintf.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for sys/tprintf.h | configure:6082: result: no | configure:5941: checking sys/tape.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:66:22: error: sys/tape.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking sys/tape.h presence | configure:6014: gcc -E conftest.c | conftest.c:33:22: error: sys/tape.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for sys/tape.h | configure:6082: result: no | configure:5931: checking for unistd.h | configure:5937: result: yes | configure:5941: checking locale.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking locale.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for locale.h | configure:6082: result: yes | configure:5941: checking features.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking features.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for features.h | configure:6082: result: yes | configure:5941: checking linewrap.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:69:22: error: linewrap.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5995: result: no | configure:5999: checking linewrap.h presence | configure:6014: gcc -E conftest.c | conftest.c:36:22: error: linewrap.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for linewrap.h | configure:6082: result: no | configure:5941: checking dirent.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking dirent.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for dirent.h | configure:6082: result: yes | configure:5941: checking float.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking float.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for float.h | configure:6082: result: yes | configure:5941: checking wctype.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking wctype.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for wctype.h | configure:6082: result: yes | configure:5941: checking stdio_ext.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking stdio_ext.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for stdio_ext.h | configure:6082: result: yes | configure:5931: checking for stdint.h | configure:5937: result: yes | configure:5931: checking for inttypes.h | configure:5937: result: yes | configure:5941: checking stdio.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking stdio.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for stdio.h | configure:6082: result: yes | configure:5931: checking for stdlib.h | configure:5937: result: yes | configure:5931: checking for sys/stat.h | configure:5937: result: yes | configure:5941: checking sysexits.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking sysexits.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for sysexits.h | configure:6082: result: yes | configure:5941: checking time.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking time.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for time.h | configure:6082: result: yes | configure:5941: checking priv.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:80:18: error: priv.h: No such file or directory | configure:5964: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_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:5995: result: no | configure:5999: checking priv.h presence | configure:6014: gcc -E conftest.c | conftest.c:47:18: error: priv.h: No such file or directory | configure:6020: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6041: result: no | configure:6074: checking for priv.h | configure:6082: result: no | configure:5941: checking utime.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking utime.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for utime.h | configure:6082: result: yes | configure:5941: checking wchar.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking wchar.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for wchar.h | configure:6082: result: yes | configure:5941: checking netdb.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking netdb.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for netdb.h | configure:6082: result: yes | configure:5941: checking sys/wait.h usability | configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5964: $? = 0 | configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5974: $? = 0 | configure:5981: test -s conftest.o | configure:5984: $? = 0 | configure:5995: result: yes | configure:5999: checking sys/wait.h presence | configure:6014: gcc -E conftest.c | configure:6020: $? = 0 | configure:6041: result: yes | configure:6074: checking for sys/wait.h | configure:6082: result: yes | configure:6180: checking for sys/buf.h | configure:6203: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:55:21: error: sys/buf.h: No such file or directory | configure:6209: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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:6242: result: no | configure:6254: checking for sys/wait.h that is POSIX.1 compatible | configure:6328: result: yes | configure:6338: checking for stdbool.h that conforms to C99 | configure:6431: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6437: $? = 0 | configure:6444: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6447: $? = 0 | configure:6454: test -s conftest.o | configure:6457: $? = 0 | configure:6469: result: yes | configure:6471: checking for _Bool | configure:6501: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6507: $? = 0 | configure:6514: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6517: $? = 0 | configure:6524: test -s conftest.o | configure:6527: $? = 0 | configure:6539: result: yes | configure:6585: checking for dirent.h that defines DIR | configure:6614: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6620: $? = 0 | configure:6627: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6630: $? = 0 | configure:6637: test -s conftest.o | configure:6640: $? = 0 | configure:6653: result: yes | configure:6666: checking for library containing opendir | configure:6707: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:6713: $? = 0 | configure:6720: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6723: $? = 0 | configure:6730: test -s conftest | configure:6733: $? = 0 | configure:6757: result: none required | configure:6867: checking whether sys/types.h defines makedev | configure:6893: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:6899: $? = 0 | configure:6906: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6909: $? = 0 | configure:6916: test -s conftest | configure:6919: $? = 0 | configure:6933: result: yes | configure:7268: checking whether stat file-mode macros are broken | configure:7316: result: no | configure:7326: checking for ANSI C header files | configure:7507: result: yes | configure:7518: checking for st_fstype string in struct stat | configure:7545: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:61: error: 'struct stat' has no member named 'st_fstype' | configure:7551: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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:7584: result: no | configure:7594: checking return type of signal handlers | configure:7622: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:62: error: void value not ignored as it ought to be | configure:7628: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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:7660: result: void | configure:7668: checking for mode_t | configure:7698: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7704: $? = 0 | configure:7711: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7714: $? = 0 | configure:7721: test -s conftest.o | configure:7724: $? = 0 | configure:7736: result: yes | configure:7748: checking for pid_t | configure:7778: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7784: $? = 0 | configure:7791: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7794: $? = 0 | configure:7801: test -s conftest.o | configure:7804: $? = 0 | configure:7816: result: yes | configure:7828: checking for off_t | configure:7858: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7864: $? = 0 | configure:7871: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7874: $? = 0 | configure:7881: test -s conftest.o | configure:7884: $? = 0 | configure:7896: result: yes | configure:7908: checking for size_t | configure:7938: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7944: $? = 0 | configure:7951: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7954: $? = 0 | configure:7961: test -s conftest.o | configure:7964: $? = 0 | configure:7976: result: yes | configure:7988: checking for uid_t in sys/types.h | configure:8011: result: yes | configure:8026: checking for major_t | configure:8056: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_' | conftest.c: In function 'main': | conftest.c:94: error: 'ac__type_new_' undeclared (first use in this function) | conftest.c:94: error: (Each undeclared identifier is reported only once | conftest.c:94: error: for each function it appears in.) | conftest.c:94: error: expected expression before ')' token | configure:8062: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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:8094: result: no | configure:8106: checking for minor_t | configure:8136: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:91: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_' | conftest.c: In function 'main': | conftest.c:95: error: 'ac__type_new_' undeclared (first use in this function) | conftest.c:95: error: (Each undeclared identifier is reported only once | conftest.c:95: error: for each function it appears in.) | conftest.c:95: error: expected expression before ')' token | configure:8142: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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:8174: result: no | configure:8186: checking for dev_t | configure:8216: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:8222: $? = 0 | configure:8229: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8232: $? = 0 | configure:8239: test -s conftest.o | configure:8242: $? = 0 | configure:8254: result: yes | configure:8266: checking for ino_t | configure:8296: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:8302: $? = 0 | configure:8309: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8312: $? = 0 | configure:8319: test -s conftest.o | configure:8322: $? = 0 | configure:8334: result: yes | configure:8348: checking for ssize_t | configure:8375: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:8381: $? = 0 | configure:8388: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8391: $? = 0 | configure:8398: test -s conftest.o | configure:8401: $? = 0 | configure:8413: result: yes | configure:8427: checking for working alloca.h | configure:8454: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:8460: $? = 0 | configure:8467: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8470: $? = 0 | configure:8477: test -s conftest | configure:8480: $? = 0 | configure:8493: result: yes | configure:8503: checking for alloca | configure:8550: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:8556: $? = 0 | configure:8563: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8566: $? = 0 | configure:8573: test -s conftest | configure:8576: $? = 0 | configure:8589: result: yes | configure:8838: checking for stdlib.h | configure:8844: result: yes | configure:9002: checking for GNU libc compatible malloc | configure:9036: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:9039: $? = 0 | configure:9045: ./conftest | configure:9048: $? = 0 | configure:9064: result: yes | configure:9080: checking for long long int | configure:9113: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:9119: $? = 0 | configure:9126: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9129: $? = 0 | configure:9136: test -s conftest | configure:9139: $? = 0 | configure:9180: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:9183: $? = 0 | configure:9189: ./conftest | configure:9192: $? = 0 | configure:9217: result: yes | configure:9227: checking for C/C++ restrict keyword | configure:9263: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9269: $? = 0 | configure:9276: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9279: $? = 0 | configure:9286: test -s conftest.o | configure:9289: $? = 0 | configure:9304: result: restrict | configure:9319: checking whether getenv is declared | configure:9349: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9355: $? = 0 | configure:9362: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9365: $? = 0 | configure:9372: test -s conftest.o | configure:9375: $? = 0 | configure:9387: result: yes | configure:9405: checking whether clearerr_unlocked is declared | configure:9435: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9441: $? = 0 | configure:9448: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9451: $? = 0 | configure:9458: test -s conftest.o | configure:9461: $? = 0 | configure:9473: result: yes | configure:9491: checking whether feof_unlocked is declared | configure:9521: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9527: $? = 0 | configure:9534: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9537: $? = 0 | configure:9544: test -s conftest.o | configure:9547: $? = 0 | configure:9559: result: yes | configure:9577: checking whether ferror_unlocked is declared | configure:9607: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9613: $? = 0 | configure:9620: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9623: $? = 0 | configure:9630: test -s conftest.o | configure:9633: $? = 0 | configure:9645: result: yes | configure:9663: checking whether fflush_unlocked is declared | configure:9693: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9699: $? = 0 | configure:9706: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9709: $? = 0 | configure:9716: test -s conftest.o | configure:9719: $? = 0 | configure:9731: result: yes | configure:9749: checking whether fgets_unlocked is declared | configure:9779: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9785: $? = 0 | configure:9792: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9795: $? = 0 | configure:9802: test -s conftest.o | configure:9805: $? = 0 | configure:9817: result: yes | configure:9835: checking whether fputc_unlocked is declared | configure:9865: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9871: $? = 0 | configure:9878: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9881: $? = 0 | configure:9888: test -s conftest.o | configure:9891: $? = 0 | configure:9903: result: yes | configure:9921: checking whether fputs_unlocked is declared | configure:9951: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9957: $? = 0 | configure:9964: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9967: $? = 0 | configure:9974: test -s conftest.o | configure:9977: $? = 0 | configure:9989: result: yes | configure:10007: checking whether fread_unlocked is declared | configure:10037: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10043: $? = 0 | configure:10050: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10053: $? = 0 | configure:10060: test -s conftest.o | configure:10063: $? = 0 | configure:10075: result: yes | configure:10093: checking whether fwrite_unlocked is declared | configure:10123: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10129: $? = 0 | configure:10136: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10139: $? = 0 | configure:10146: test -s conftest.o | configure:10149: $? = 0 | configure:10161: result: yes | configure:10179: checking whether getc_unlocked is declared | configure:10209: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10215: $? = 0 | configure:10222: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10225: $? = 0 | configure:10232: test -s conftest.o | configure:10235: $? = 0 | configure:10247: result: yes | configure:10265: checking whether getchar_unlocked is declared | configure:10295: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10301: $? = 0 | configure:10308: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10311: $? = 0 | configure:10318: test -s conftest.o | configure:10321: $? = 0 | configure:10333: result: yes | configure:10351: checking whether putc_unlocked is declared | configure:10381: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10387: $? = 0 | configure:10394: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10397: $? = 0 | configure:10404: test -s conftest.o | configure:10407: $? = 0 | configure:10419: result: yes | configure:10437: checking whether putchar_unlocked is declared | configure:10467: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10473: $? = 0 | configure:10480: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10483: $? = 0 | configure:10490: test -s conftest.o | configure:10493: $? = 0 | configure:10505: result: yes | configure:10530: checking for flockfile | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for funlockfile | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for pathconf | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for canonicalize_file_name | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for getcwd | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for readlink | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for dup2 | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for fchdir | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for btowc | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for iswctype | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for mbsrtowcs | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for mempcpy | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:112: warning: conflicting types for built-in function 'mempcpy' | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for wmemchr | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for wmemcpy | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for wmempcpy | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for ftruncate | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for gettimeofday | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for nanotime | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/cc4yhhSz.o: In function `main': | /usr/local/src/tar-1.17/conftest.c:129: undefined reference to `nanotime' | collect2: ld returned 1 exit status | configure:10592: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 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:10626: result: no | configure:10530: checking for alarm | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for lchmod | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:124: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:10592: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 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:10626: result: no | configure:10530: checking for fdopendir | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for mbsinit | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for mbrtowc | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for wcrtomb | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for wcscoll | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for setenv | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for sleep | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for strerror | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for lstat | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for pipe | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for futimes | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for futimesat | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for vasnprintf | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccqFmGhD.o: In function `main': | /usr/local/src/tar-1.17/conftest.c:142: undefined reference to `vasnprintf' | collect2: ld returned 1 exit status | configure:10592: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 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:10626: result: no | configure:10530: checking for iswcntrl | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:131: warning: conflicting types for built-in function 'iswcntrl' | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for wcwidth | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for mkfifo | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10530: checking for setlocale | configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10592: $? = 0 | configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10602: $? = 0 | configure:10609: test -s conftest | configure:10612: $? = 0 | configure:10626: result: yes | configure:10644: checking for d_ino member in directory struct | configure:10684: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10687: $? = 0 | configure:10693: ./conftest | configure:10696: $? = 0 | configure:10712: result: yes | configure:10724: checking whether system is Windows or MSDOS | configure:10753: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:118: error: 'neither' undeclared (first use in this function) | conftest.c:118: error: (Each undeclared identifier is reported only once | conftest.c:118: error: for each function it appears in.) | conftest.c:118: error: expected ';' before 'MSDOS' | configure:10759: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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:10792: result: no | configure:10900: checking for long file names | configure:10932: result: yes | configure:10944: checking whether canonicalize_file_name is declared | configure:10974: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10980: $? = 0 | configure:10987: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10990: $? = 0 | configure:10997: test -s conftest.o | configure:11000: $? = 0 | configure:11012: result: yes | configure:11061: checking for unistd.h | configure:11067: result: yes | configure:11225: checking for working chown | configure:11268: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11271: $? = 0 | configure:11277: ./conftest | configure:11280: $? = 0 | configure:11298: result: yes | configure:11309: checking whether chown(2) dereferences symlinks | configure:11352: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11355: $? = 0 | configure:11361: ./conftest | configure:11364: $? = 0 | configure:11382: result: yes | configure:11399: checking build system type | configure:11417: result: x86_64-unknown-linux-gnu | configure:11439: checking host system type | configure:11454: result: x86_64-unknown-linux-gnu | configure:11478: checking whether // is distinct from / | configure:11507: result: no | configure:11519: checking whether strerror_r is declared | configure:11549: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:11555: $? = 0 | configure:11562: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11565: $? = 0 | configure:11572: test -s conftest.o | configure:11575: $? = 0 | configure:11587: result: yes | configure:11609: checking for strerror_r | configure:11665: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11671: $? = 0 | configure:11678: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11681: $? = 0 | configure:11688: test -s conftest | configure:11691: $? = 0 | configure:11705: result: yes | configure:11715: checking whether strerror_r returns char * | configure:11749: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:11755: $? = 0 | configure:11762: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11765: $? = 0 | configure:11772: test -s conftest.o | configure:11775: $? = 0 | configure:11848: result: yes | configure:11864: checking for mbstate_t | configure:11891: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:11897: $? = 0 | configure:11904: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11907: $? = 0 | configure:11914: test -s conftest.o | configure:11917: $? = 0 | configure:11929: result: yes | configure:11965: checking whether getcwd (NULL, 0) allocates memory for result | configure:12003: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:12006: $? = 0 | configure:12012: ./conftest | configure:12015: $? = 0 | configure:12031: result: yes | configure:12034: checking whether getcwd is declared | configure:12064: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12070: $? = 0 | configure:12077: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12080: $? = 0 | configure:12087: test -s conftest.o | configure:12090: $? = 0 | configure:12102: result: yes | configure:12128: checking for compound literals | configure:12155: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:125: error: initializer element is not constant | configure:12161: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | /* end confdefs.h. */ | | struct s { int i, j; }; struct s s = (struct s) { 1, 2 }; | | int | | main () | | { | | struct s t = (struct s) { 3, 4 }; | | if (t.i != 0) return 0; | | ; | | return 0; | | } | configure:12193: result: no | configure:12203: checking whether struct tm is in sys/time.h or time.h | configure:12231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12237: $? = 0 | configure:12244: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12247: $? = 0 | configure:12254: test -s conftest.o | configure:12257: $? = 0 | configure:12269: result: time.h | configure:12280: checking for struct tm.tm_gmtoff | configure:12309: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12315: $? = 0 | configure:12322: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12325: $? = 0 | configure:12332: test -s conftest.o | configure:12335: $? = 0 | configure:12407: result: yes | configure:12418: checking whether getdelim is declared | configure:12448: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12454: $? = 0 | configure:12461: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12464: $? = 0 | configure:12471: test -s conftest.o | configure:12474: $? = 0 | configure:12486: result: yes | configure:12521: checking getopt.h usability | configure:12538: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:12544: $? = 0 | configure:12551: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12554: $? = 0 | configure:12561: test -s conftest.o | configure:12564: $? = 0 | configure:12575: result: yes | configure:12579: checking getopt.h presence | configure:12594: gcc -E conftest.c | configure:12600: $? = 0 | configure:12621: result: yes | configure:12654: checking for getopt.h | configure:12662: result: yes | configure:12684: checking for getopt_long_only | configure:12740: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:12746: $? = 0 | configure:12753: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12756: $? = 0 | configure:12763: test -s conftest | configure:12766: $? = 0 | configure:12780: result: yes | configure:12795: checking whether optreset is declared | configure:12826: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:135: error: 'optreset' undeclared (first use in this function) | conftest.c:135: error: (Each undeclared identifier is reported only once | conftest.c:135: error: for each function it appears in.) | configure:12832: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef optreset | | char *p = (char *) optreset; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:12864: result: no | configure:12873: checking for working GNU getopt function | configure:12984: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:12987: $? = 0 | configure:12993: ./conftest | conftest: invalid option -- + | configure:12996: $? = 0 | configure:13012: result: yes | configure:13033: checking absolute name of | configure:13057: result: ///usr/include/sys/time.h | configure:13073: checking for struct timeval | configure:13103: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13109: $? = 0 | configure:13116: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13119: $? = 0 | configure:13126: test -s conftest.o | configure:13129: $? = 0 | configure:13141: result: yes | configure:13163: checking for unsigned long long int | configure:13194: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13200: $? = 0 | configure:13207: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13210: $? = 0 | configure:13217: test -s conftest | configure:13220: $? = 0 | configure:13233: result: yes | configure:13277: checking absolute name of | configure:13301: result: ///usr/include/stdint.h | configure:13318: checking whether stdint.h conforms to C99 | configure:13470: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:228: error: negative width in bit-field 'check_UINT8_C' | conftest.c:230: error: negative width in bit-field 'check_UINT16_C' | configure:13476: $? = 1 | configure: failed program was: | | | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #include | | #include | | #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 < (ptrdiff_t) 0 && (ptrdiff_t) 0 < PTRDIFF_MAX ? 1 : -1; | | int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= (sig_atomic_t) 0 && (sig_atomic_t) 0 < SIG_ATOMIC_MAX ? 1 : -1; | | int check_SIZE: (size_t) 0 < SIZE_MAX ? 1 : -1; | | int check_WCHAR: WCHAR_MIN <= (wchar_t) 0 && (wchar_t) 0 < WCHAR_MAX ? 1 : -1; | | int check_WINT: WINT_MIN <= (wint_t) 0 && (wint_t) 0 < WINT_MAX | | && (WINT_MIN < (wint_t) 0 || (wint_t) -1 == (wint_t) 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:13508: result: no | configure:13530: checking sys/inttypes.h usability | configure:13547: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:165:26: error: sys/inttypes.h: No such file or directory | configure:13553: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 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:13584: result: no | configure:13588: checking sys/inttypes.h presence | configure:13603: gcc -E conftest.c | conftest.c:132:26: error: sys/inttypes.h: No such file or directory | configure:13609: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | /* end confdefs.h. */ | | #include | configure:13630: result: no | configure:13663: checking for sys/inttypes.h | configure:13671: result: no | configure:13530: checking sys/bitypes.h usability | configure:13547: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13553: $? = 0 | configure:13560: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13563: $? = 0 | configure:13570: test -s conftest.o | configure:13573: $? = 0 | configure:13584: result: yes | configure:13588: checking sys/bitypes.h presence | configure:13603: gcc -E conftest.c | configure:13609: $? = 0 | configure:13630: result: yes | configure:13663: checking for sys/bitypes.h | configure:13671: result: yes | configure:13706: checking for bit size of ptrdiff_t | configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14136: $? = 0 | configure:14142: ./conftest | configure:14145: $? = 0 | configure:14163: result: 64 | configure:13706: checking for bit size of sig_atomic_t | configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14136: $? = 0 | configure:14142: ./conftest | configure:14145: $? = 0 | configure:14163: result: 32 | configure:13706: checking for bit size of size_t | configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14136: $? = 0 | configure:14142: ./conftest | configure:14145: $? = 0 | configure:14163: result: 64 | configure:13706: checking for bit size of wchar_t | configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14136: $? = 0 | configure:14142: ./conftest | configure:14145: $? = 0 | configure:14163: result: 32 | configure:13706: checking for bit size of wint_t | configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14136: $? = 0 | configure:14142: ./conftest | configure:14145: $? = 0 | configure:14163: result: 32 | configure:14184: checking whether sig_atomic_t is signed | configure:14219: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14225: $? = 0 | configure:14232: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14235: $? = 0 | configure:14242: test -s conftest.o | configure:14245: $? = 0 | configure:14260: result: yes | configure:14184: checking whether wchar_t is signed | configure:14219: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14225: $? = 0 | configure:14232: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14235: $? = 0 | configure:14242: test -s conftest.o | configure:14245: $? = 0 | configure:14260: result: yes | configure:14184: checking whether wint_t is signed | configure:14219: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:149: error: size of array 'verify' is negative | configure:14225: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #include | | #include | | #include | | | | int verify[2 * ((wint_t) -1 < (wint_t) 0) - 1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:14260: result: no | configure:14286: checking for ptrdiff_t integer literal suffix | configure:14340: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:150: error: conflicting types for 'foo' | conftest.c:149: error: previous declaration of 'foo' was here | configure:14346: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #include | | #include | | #include | | | | extern ptrdiff_t foo; | | extern int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:14340: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14346: $? = 0 | configure:14353: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14356: $? = 0 | configure:14363: test -s conftest.o | configure:14366: $? = 0 | configure:14382: result: l | configure:14286: checking for sig_atomic_t integer literal suffix | configure:14340: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14346: $? = 0 | configure:14353: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14356: $? = 0 | configure:14363: test -s conftest.o | configure:14366: $? = 0 | configure:14382: result: | configure:14286: checking for size_t integer literal suffix | configure:14340: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:152: error: conflicting types for 'foo' | conftest.c:151: error: previous declaration of 'foo' was here | configure:14346: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #include | | #include | | #include | | | | extern size_t foo; | | extern unsigned int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:14340: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14346: $? = 0 | configure:14353: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14356: $? = 0 | configure:14363: test -s conftest.o | configure:14366: $? = 0 | configure:14382: result: ul | configure:14286: checking for wchar_t integer literal suffix | configure:14340: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14346: $? = 0 | configure:14353: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14356: $? = 0 | configure:14363: test -s conftest.o | configure:14366: $? = 0 | configure:14382: result: | configure:14286: checking for wint_t integer literal suffix | configure:14340: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14346: $? = 0 | configure:14353: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14356: $? = 0 | configure:14363: test -s conftest.o | configure:14366: $? = 0 | configure:14382: result: u | configure:14406: checking for inttypes.h | configure:14412: result: yes | configure:14571: checking whether the inttypes.h PRIxNN macros are broken | configure:14602: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14608: $? = 0 | configure:14615: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14618: $? = 0 | configure:14625: test -s conftest.o | configure:14628: $? = 0 | configure:14641: result: no | configure:14656: checking whether imaxabs is declared | configure:14686: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14692: $? = 0 | configure:14699: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14702: $? = 0 | configure:14709: test -s conftest.o | configure:14712: $? = 0 | configure:14724: result: yes | configure:14742: checking whether imaxdiv is declared | configure:14772: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14778: $? = 0 | configure:14785: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14788: $? = 0 | configure:14795: test -s conftest.o | configure:14798: $? = 0 | configure:14810: result: yes | configure:14828: checking whether strtoimax is declared | configure:14858: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14864: $? = 0 | configure:14871: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14874: $? = 0 | configure:14881: test -s conftest.o | configure:14884: $? = 0 | configure:14896: result: yes | configure:14914: checking whether strtoumax is declared | configure:14944: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14950: $? = 0 | configure:14957: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14960: $? = 0 | configure:14967: test -s conftest.o | configure:14970: $? = 0 | configure:14982: result: yes | configure:15012: checking whether lchown is declared | configure:15042: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:15048: $? = 0 | configure:15055: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15058: $? = 0 | configure:15065: test -s conftest.o | configure:15068: $? = 0 | configure:15080: result: yes | configure:15099: checking for nl_langinfo and CODESET | configure:15125: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:15131: $? = 0 | configure:15138: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15141: $? = 0 | configure:15148: test -s conftest | configure:15151: $? = 0 | configure:15165: result: yes | configure:15176: checking whether we are using the GNU C Library 2.1 or newer | configure:15207: result: yes | configure:15214: checking whether mbrtowc and mbstate_t are properly declared | configure:15244: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:15250: $? = 0 | configure:15257: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15260: $? = 0 | configure:15267: test -s conftest | configure:15270: $? = 0 | configure:15283: result: yes | configure:15337: checking whether memrchr is declared | configure:15367: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:15373: $? = 0 | configure:15380: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15383: $? = 0 | configure:15390: test -s conftest.o | configure:15393: $? = 0 | configure:15405: result: yes | configure:15488: checking whether strdup is declared | configure:15518: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:15524: $? = 0 | configure:15531: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15534: $? = 0 | configure:15541: test -s conftest.o | configure:15544: $? = 0 | configure:15556: result: yes | configure:15579: checking absolute name of | configure:15603: result: ///usr/include/string.h | configure:15613: checking whether strndup is declared | configure:15643: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:15649: $? = 0 | configure:15656: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15659: $? = 0 | configure:15666: test -s conftest.o | configure:15669: $? = 0 | configure:15681: result: yes | configure:15699: checking whether strnlen is declared | configure:15729: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:15735: $? = 0 | configure:15742: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15745: $? = 0 | configure:15752: test -s conftest.o | configure:15755: $? = 0 | configure:15767: result: yes | configure:15806: checking for struct timespec in | configure:15833: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:15839: $? = 0 | configure:15846: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15849: $? = 0 | configure:15856: test -s conftest.o | configure:15859: $? = 0 | configure:15871: result: yes | configure:15956: checking absolute name of | configure:15980: result: ///usr/include/time.h | configure:15995: checking whether utime accepts a null argument | configure:16031: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:197: warning: implicit declaration of function 'utime' | configure:16034: $? = 0 | configure:16040: ./conftest | configure:16043: $? = 0 | configure:16059: result: yes | configure:16081: checking for struct utimbuf | configure:16114: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16120: $? = 0 | configure:16127: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16130: $? = 0 | configure:16137: test -s conftest.o | configure:16140: $? = 0 | configure:16152: result: yes | configure:16164: checking determine whether the utimes function works | configure:16237: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:16240: $? = 0 | configure:16246: ./conftest | configure:16249: $? = 0 | configure:16265: result: yes | configure:16282: checking for EOVERFLOW | configure:16765: result: yes | configure:16780: checking for wchar_t | configure:16807: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16813: $? = 0 | configure:16820: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16823: $? = 0 | configure:16830: test -s conftest.o | configure:16833: $? = 0 | configure:16845: result: yes | configure:16856: checking for wint_t | configure:16891: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16897: $? = 0 | configure:16904: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16907: $? = 0 | configure:16914: test -s conftest.o | configure:16917: $? = 0 | configure:16929: result: yes | configure:16940: checking for inttypes.h | configure:16967: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16973: $? = 0 | configure:16980: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16983: $? = 0 | configure:16990: test -s conftest.o | configure:16993: $? = 0 | configure:17005: result: yes | configure:17016: checking for stdint.h | configure:17043: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:17049: $? = 0 | configure:17056: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17059: $? = 0 | configure:17066: test -s conftest.o | configure:17069: $? = 0 | configure:17081: result: yes | configure:17105: checking for intmax_t | configure:17140: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:17146: $? = 0 | configure:17153: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17156: $? = 0 | configure:17163: test -s conftest.o | configure:17166: $? = 0 | configure:17178: result: yes | configure:17198: checking whether vsnprintf is declared | configure:17228: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:17234: $? = 0 | configure:17241: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17244: $? = 0 | configure:17251: test -s conftest.o | configure:17254: $? = 0 | configure:17266: result: yes | configure:17317: checking for alloca as a compiler built-in | configure:17345: result: yes | configure:17399: checking whether program_invocation_name is declared | configure:17430: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:17436: $? = 0 | configure:17443: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17446: $? = 0 | configure:17453: test -s conftest.o | configure:17456: $? = 0 | configure:17468: result: yes | configure:17484: checking whether program_invocation_short_name is declared | configure:17515: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:17521: $? = 0 | configure:17528: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17531: $? = 0 | configure:17538: test -s conftest.o | configure:17541: $? = 0 | configure:17553: result: yes | configure:17574: checking whether program_invocation_name is defined | configure:17597: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:17603: $? = 0 | configure:17610: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17613: $? = 0 | configure:17620: test -s conftest.o | configure:17623: $? = 0 | configure:17630: result: yes | configure:17642: checking whether program_invocation_short_name is defined | configure:17665: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:17671: $? = 0 | configure:17678: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17681: $? = 0 | configure:17688: test -s conftest.o | configure:17691: $? = 0 | configure:17698: result: yes | configure:17831: checking whether this system has an arbitrary file name length limit | configure:17857: result: yes | configure:18008: checking for library containing clock_gettime | configure:18049: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | /tmp/ccg6JvrU.o: In function `main': | /usr/local/src/tar-1.17/conftest.c:187: undefined reference to `clock_gettime' | collect2: ld returned 1 exit status | configure:18055: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | /* 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:18049: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lrt >&5 | configure:18055: $? = 0 | configure:18062: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18065: $? = 0 | configure:18072: test -s conftest | configure:18075: $? = 0 | configure:18099: result: -lrt | configure:18114: checking for clock_gettime | configure:18170: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lrt >&5 | configure:18176: $? = 0 | configure:18183: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18186: $? = 0 | configure:18193: test -s conftest | configure:18196: $? = 0 | configure:18210: result: yes | configure:18114: checking for clock_settime | configure:18170: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lrt >&5 | configure:18176: $? = 0 | configure:18183: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18186: $? = 0 | configure:18193: test -s conftest | configure:18196: $? = 0 | configure:18210: result: yes | configure:18239: checking for d_ino member in directory struct | configure:18307: result: yes | configure:18325: checking for dirfd | configure:18381: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:18387: $? = 0 | configure:18394: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18397: $? = 0 | configure:18404: test -s conftest | configure:18407: $? = 0 | configure:18421: result: yes | configure:18431: checking whether dirfd is declared | configure:18463: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18469: $? = 0 | configure:18476: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18479: $? = 0 | configure:18486: test -s conftest.o | configure:18489: $? = 0 | configure:18501: result: yes | configure:18520: checking whether dirfd is a macro | configure:18547: result: no | configure:18769: checking whether // is distinct from / | configure:18798: result: no | configure:18826: checking for error_at_line | configure:18852: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:218: warning: implicit declaration of function 'error_at_line' | configure:18858: $? = 0 | configure:18865: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18868: $? = 0 | configure:18875: test -s conftest | configure:18878: $? = 0 | configure:18891: result: yes | configure:18971: checking for working fcntl.h | configure:19037: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:19040: $? = 0 | configure:19046: ./conftest | configure:19049: $? = 0 | configure:19070: result: yes | configure:19093: checking absolute name of | configure:19117: result: ///usr/include/fcntl.h | configure:19141: checking for struct stat.st_blocks | configure:19169: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:19175: $? = 0 | configure:19182: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19185: $? = 0 | configure:19192: test -s conftest.o | configure:19195: $? = 0 | configure:19266: result: yes | configure:19345: checking for working GNU fnmatch | configure:19416: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:19419: $? = 0 | configure:19425: ./conftest | configure:19428: $? = 0 | configure:19444: result: yes | configure:19586: checking for __fpending | configure:19642: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:19648: $? = 0 | configure:19655: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19658: $? = 0 | configure:19665: test -s conftest | configure:19668: $? = 0 | configure:19682: result: yes | configure:19700: checking whether __fpending is declared | configure:19731: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:19737: $? = 0 | configure:19744: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19747: $? = 0 | configure:19754: test -s conftest.o | configure:19757: $? = 0 | configure:19769: result: yes | configure:20066: checking whether getcwd handles long file names properly | configure:20238: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:20241: $? = 0 | configure:20247: ./conftest | configure:20250: $? = 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.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | /* end confdefs.h. */ | | | | #include | | #include | | #include | | #include | | #include | | #include | | #include | | #include | | | | #ifndef AT_FDCWD | | # define AT_FDCWD 0 | | #endif | | #ifdef ENAMETOOLONG | | # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG) | | #else | | # define is_ENAMETOOLONG(x) 0 | | #endif | | | | /* Don't get link errors because mkdir is redefined to rpl_mkdir. */ | | #undef mkdir | | | | #ifndef S_IRWXU | | # define S_IRWXU 0700 | | #endif | | | | /* The length of this name must be 8. */ | | #define DIR_NAME "confdir3" | | #define DIR_NAME_LEN 8 | | #define DIR_NAME_SIZE (DIR_NAME_LEN + 1) | | | | /* The length of "../". */ | | #define DOTDOTSLASH_LEN 3 | | | | /* Leftover bytes in the buffer, to work around library or OS bugs. */ | | #define BUF_SLOP 20 | | | | int | | main () | | { | | #ifndef PATH_MAX | | /* The Hurd doesn't define this, so getcwd can't exhibit the bug -- | | at least not on a local file system. And if we were to start worrying | | about remote file systems, we'd have to enable the wrapper function | | all of the time, just to be safe. That's not worth the cost. */ | | exit (0); | | #elif ((INT_MAX / (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1) - DIR_NAME_SIZE - BUF_SLOP) <= PATH_MAX) | | /* FIXME: Assuming there's a system for which this is true, | | this should be done in a compile test. */ | | exit (0); | | #else | | char buf[PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1) | | + DIR_NAME_SIZE + BUF_SLOP]; | | char *cwd = getcwd (buf, PATH_MAX); | | size_t initial_cwd_len; | | size_t cwd_len; | | int fail = 0; | | size_t n_chdirs = 0; | | | | if (cwd == NULL) | | exit (1); | | | | cwd_len = initial_cwd_len = strlen (cwd); | | | | while (1) | | { | | size_t dotdot_max = PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN); | | char *c = NULL; | | | | cwd_len += DIR_NAME_SIZE; | | /* If mkdir or chdir fails, it could be that this system cannot create | | any file with an absolute name longer than PATH_MAX, such as cygwin. | | If so, leave fail as 0, because the current working directory can't | | be too long for getcwd if it can't even be created. For other | | errors, be pessimistic and consider that as a failure, too. */ | | if (mkdir (DIR_NAME, S_IRWXU) < 0 || chdir (DIR_NAME) < 0) | | { | | if (! (errno == ERANGE || is_ENAMETOOLONG (errno))) | | fail = 2; | | break; | | } | | | | if (PATH_MAX <= cwd_len && cwd_len < PATH_MAX + DIR_NAME_SIZE) | | { | | c = getcwd (buf, PATH_MAX); | | if (!c && errno == ENOENT) | | { | | fail = 1; | | break; | | } | | if (c || ! (errno == ERANGE || is_ENAMETOOLONG (errno))) | | { | | fail = 2; | | break; | | } | | } | | | | if (dotdot_max <= cwd_len - initial_cwd_len) | | { | | if (dotdot_max + DIR_NAME_SIZE < cwd_len - initial_cwd_len) | | break; | | c = getcwd (buf, cwd_len + 1); | | if (!c) | | { | | if (! (errno == ERANGE || errno == ENOENT | | || is_ENAMETOOLONG (errno))) | | { | | fail = 2; | | break; | | } | | if (AT_FDCWD || errno == ERANGE || errno == ENOENT) | | { | | fail = 1; | | break; | | } | | } | | } | | | | if (c && strlen (c) != cwd_len) | | { | | fail = 2; | | break; | | } | | ++n_chdirs; | | } | | | | /* Leaving behind such a deep directory is not polite. | | So clean up here, right away, even though the driving | | shell script would also clean up. */ | | { | | size_t i; | | | | /* Try rmdir first, in case the chdir failed. */ | | rmdir (DIR_NAME); | | for (i = 0; i <= n_chdirs; i++) | | { | | if (chdir ("..") < 0) | | break; | | if (rmdir (DIR_NAME) != 0) | | break; | | } | | } | | | | exit (fail); | | #endif | | } | | | configure:20270: result: no, but it is partly working | configure:20290: checking for getpagesize | configure:20346: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:20352: $? = 0 | configure:20359: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20362: $? = 0 | configure:20369: test -s conftest | configure:20372: $? = 0 | configure:20386: result: yes | configure:20396: checking whether getcwd aborts when 4k < cwd_length < 16k | configure:20496: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:20499: $? = 0 | configure:20505: ./conftest | configure:20508: $? = 0 | configure:20525: result: no | configure:20556: checking for struct tm.tm_zone | configure:20587: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:20593: $? = 0 | configure:20600: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20603: $? = 0 | configure:20610: test -s conftest.o | configure:20613: $? = 0 | configure:20687: result: yes | configure:20883: checking for getdelim | configure:20939: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:20945: $? = 0 | configure:20952: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20955: $? = 0 | configure:20962: test -s conftest | configure:20965: $? = 0 | configure:20979: result: yes | configure:21115: checking whether getline is declared | configure:21145: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:21151: $? = 0 | configure:21158: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:21161: $? = 0 | configure:21168: test -s conftest.o | configure:21171: $? = 0 | configure:21183: result: yes | configure:21203: checking for getline | configure:21259: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:21265: $? = 0 | configure:21272: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:21275: $? = 0 | configure:21282: test -s conftest | configure:21285: $? = 0 | configure:21298: result: yes | configure:21307: checking for working getline function | configure:21368: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:21371: $? = 0 | configure:21377: ./conftest | configure:21380: $? = 0 | configure:21396: result: yes | configure:21696: checking OS.h usability | configure:21713: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:230:16: error: OS.h: No such file or directory | configure:21719: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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:21750: result: no | configure:21754: checking OS.h presence | configure:21769: gcc -E conftest.c | conftest.c:197:16: error: OS.h: No such file or directory | configure:21775: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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:21796: result: no | configure:21829: checking for OS.h | configure:21837: result: no | configure:21854: checking for getpagesize | configure:21950: result: yes | configure:21988: checking for gettimeofday with POSIX signature | configure:22020: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:205: warning: initialization from incompatible pointer type | configure:22026: $? = 0 | configure:22033: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22036: $? = 0 | configure:22043: test -s conftest.o | configure:22046: $? = 0 | configure:22058: result: yes | configure:22064: checking whether gettimeofday clobbers localtime buffer | configure:22106: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:22109: $? = 0 | configure:22115: ./conftest | configure:22118: $? = 0 | configure:22134: result: no | configure:22743: checking whether the compiler generally respects inline | configure:22774: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:22780: $? = 0 | configure:22787: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22790: $? = 0 | configure:22797: test -s conftest.o | configure:22800: $? = 0 | configure:22814: result: yes | configure:22859: checking whether inttypes.h conforms to C99 | configure:23030: result: no | configure:23039: checking absolute name of | configure:23063: result: ///usr/include/inttypes.h | configure:23191: checking for lchown | configure:23247: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:23253: $? = 0 | configure:23260: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23263: $? = 0 | configure:23270: test -s conftest | configure:23273: $? = 0 | configure:23287: result: yes | configure:23311: checking whether lstat dereferences a symlink specified with a trailing slash | configure:23347: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:23350: $? = 0 | configure:23356: ./conftest | configure:23359: $? = 0 | configure:23382: result: yes | configure:23403: checking for stdlib.h | configure:23409: result: yes | configure:23567: checking for GNU libc compatible malloc | configure:23629: result: yes | configure:23675: checking for memchr | configure:23731: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:23737: $? = 0 | configure:23744: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23747: $? = 0 | configure:23754: test -s conftest | configure:23757: $? = 0 | configure:23771: result: yes | configure:23967: checking for mempcpy | configure:24063: result: yes | configure:24102: checking for memrchr | configure:24158: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24164: $? = 0 | configure:24171: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24174: $? = 0 | configure:24181: test -s conftest | configure:24184: $? = 0 | configure:24198: result: yes | configure:24223: checking for memset | configure:24279: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:230: warning: conflicting types for built-in function 'memset' | configure:24285: $? = 0 | configure:24292: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24295: $? = 0 | configure:24302: test -s conftest | configure:24305: $? = 0 | configure:24319: result: yes | configure:24343: checking for mkdtemp | configure:24399: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24405: $? = 0 | configure:24412: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24415: $? = 0 | configure:24422: test -s conftest | configure:24425: $? = 0 | configure:24439: result: yes | configure:24474: checking for working mktime | configure:24679: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24682: $? = 0 | configure:24688: ./conftest | configure:24691: $? = 0 | configure:24707: result: yes | configure:24727: checking for obstacks | configure:24753: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24759: $? = 0 | configure:24766: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24769: $? = 0 | configure:24776: test -s conftest | configure:24779: $? = 0 | configure:24792: result: yes | configure:24825: checking for fchmodat | configure:24881: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24887: $? = 0 | configure:24894: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24897: $? = 0 | configure:24904: test -s conftest | configure:24907: $? = 0 | configure:24921: result: yes | configure:24825: checking for mkdirat | configure:24881: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24887: $? = 0 | configure:24894: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24897: $? = 0 | configure:24904: test -s conftest | configure:24907: $? = 0 | configure:24921: result: yes | configure:24825: checking for openat | configure:24881: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24887: $? = 0 | configure:24894: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24897: $? = 0 | configure:24904: test -s conftest | configure:24907: $? = 0 | configure:24921: result: yes | configure:24951: checking for fchownat | configure:25007: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25013: $? = 0 | configure:25020: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25023: $? = 0 | configure:25030: test -s conftest | configure:25033: $? = 0 | configure:25046: result: yes | configure:25056: checking whether fchownat works with AT_SYMLINK_NOFOLLOW | configure:25098: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25101: $? = 0 | configure:25107: ./conftest | configure:25110: $? = 0 | configure:25127: result: yes | configure:25169: checking for mbstate_t | configure:25234: result: yes | configure:25250: checking whether mbrtowc and mbstate_t are properly declared | configure:25319: result: yes | configure:25373: checking for working re_compile_pattern | configure:25513: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25516: $? = 0 | configure:25522: ./conftest | configure:25525: $? = 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.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 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 | | #if HAVE_LOCALE_H | | #include | | #endif | | #include | | #include | | | | int | | main () | | { | | static struct re_pattern_buffer regex; | | unsigned char folded_chars[UCHAR_MAX + 1]; | | int i; | | const char *s; | | struct re_registers regs; | | | | #if HAVE_LOCALE_H | | /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html | | This test needs valgrind to catch the bug on Debian | | GNU/Linux 3.1 x86, but it might catch the bug better | | on other platforms and it shouldn't hurt to try the | | test here. */ | | if (setlocale (LC_ALL, "en_US.UTF-8")) | | { | | static char const pat[] = "insert into"; | | static char const data[] = | | "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK"; | | re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | | | RE_ICASE); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern (pat, sizeof pat - 1, ®ex); | | if (s) | | return 1; | | if (re_search (®ex, data, sizeof data - 1, | | 0, sizeof data - 1, ®s) | | != -1) | | return 1; | | if (! setlocale (LC_ALL, "C")) | | return 1; | | } | | #endif | | | | /* This test is from glibc bug 3957, reported by Andrew Mackey. */ | | re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("a[^x]b", 6, ®ex); | | if (s) | | return 1; | | | | /* This should fail, but succeeds for glibc-2.5. */ | | if (re_search (®ex, "a\nb", 3, 0, 3, ®s) != -1) | | return 1; | | | | /* This regular expression is from Spencer ere test number 75 | | in grep-2.3. */ | | re_set_syntax (RE_SYNTAX_POSIX_EGREP); | | memset (®ex, 0, sizeof regex); | | for (i = 0; i <= UCHAR_MAX; i++) | | folded_chars[i] = i; | | regex.translate = folded_chars; | | s = re_compile_pattern ("a[[:]:]]b\n", 11, ®ex); | | /* This should fail with _Invalid character class name_ error. */ | | if (!s) | | return 1; | | | | /* This should succeed, but does not for glibc-2.1.3. */ | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("{1", 2, ®ex); | | | | if (s) | | return 1; | | | | /* The following example is derived from a problem report | | against gawk from Jorge Stolfi . */ | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("[an\371]*n", 7, ®ex); | | if (s) | | return 1; | | | | /* This should match, but does not for glibc-2.2.1. */ | | if (re_match (®ex, "an", 2, 0, ®s) != 2) | | return 1; | | | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("x", 1, ®ex); | | if (s) | | return 1; | | | | /* glibc-2.2.93 does not work with a negative RANGE argument. */ | | if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) | | return 1; | | | | /* The version of regex.c in older versions of gnulib | | ignored RE_ICASE. Detect that problem too. */ | | re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("x", 1, ®ex); | | if (s) | | return 1; | | | | if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0) | | return 1; | | | | /* REG_STARTEND was added to glibc on 2004-01-15. | | Reject older versions. */ | | if (! REG_STARTEND) | | return 1; | | | | /* Reject hosts whose regoff_t values are too narrow. | | These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t | | and 32-bit int. */ | | if (sizeof (regoff_t) < sizeof (ptrdiff_t) | | || sizeof (regoff_t) < sizeof (ssize_t)) | | return 1; | | | | return 0; | | ; | | return 0; | | } | configure:25541: result: no | configure:25651: checking whether isblank is declared | configure:25682: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:25688: $? = 0 | configure:25695: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25698: $? = 0 | configure:25705: test -s conftest.o | configure:25708: $? = 0 | configure:25720: result: yes | configure:25746: checking for rmdir | configure:25802: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25808: $? = 0 | configure:25815: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25818: $? = 0 | configure:25825: test -s conftest | configure:25828: $? = 0 | configure:25842: result: yes | configure:25860: checking for rpmatch | configure:25916: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25922: $? = 0 | configure:25929: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25932: $? = 0 | configure:25939: test -s conftest | configure:25942: $? = 0 | configure:25956: result: yes | configure:26383: checking for unsetenv | configure:26439: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:26445: $? = 0 | configure:26452: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26455: $? = 0 | configure:26462: test -s conftest | configure:26465: $? = 0 | configure:26479: result: yes | configure:26579: checking for unsetenv() return type | configure:26615: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:26621: $? = 0 | configure:26628: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26631: $? = 0 | configure:26638: test -s conftest.o | configure:26641: $? = 0 | configure:26653: result: int | configure:26683: checking for ssize_t | configure:26748: result: yes | configure:26768: checking for struct stat.st_atim.tv_nsec | configure:26798: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:26804: $? = 0 | configure:26811: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26814: $? = 0 | configure:26821: test -s conftest.o | configure:26824: $? = 0 | configure:26897: result: yes | configure:26905: checking whether struct stat.st_atim is of type struct timespec | configure:26942: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:26948: $? = 0 | configure:26955: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26958: $? = 0 | configure:26965: test -s conftest.o | configure:26968: $? = 0 | configure:26980: result: yes | configure:27424: checking for struct stat.st_birthtimespec.tv_nsec | configure:27454: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:244: error: 'struct stat' has no member named 'st_birthtimespec' | configure:27460: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:27512: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:244: error: 'struct stat' has no member named 'st_birthtimespec' | configure:27518: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:27553: result: no | configure:27563: checking for struct stat.st_birthtimensec | configure:27593: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:244: error: 'struct stat' has no member named 'st_birthtimensec' | configure:27599: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:27651: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:244: error: 'struct stat' has no member named 'st_birthtimensec' | configure:27657: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:27692: result: no | configure:27702: checking for struct stat.st_birthtim.tv_nsec | configure:27732: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:244: error: 'struct stat' has no member named 'st_birthtim' | configure:27738: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:27790: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:244: error: 'struct stat' has no member named 'st_birthtim' | configure:27796: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:27831: result: no | configure:27848: checking for va_copy | configure:27879: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:27885: $? = 0 | configure:27892: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:27895: $? = 0 | configure:27902: test -s conftest.o | configure:27905: $? = 0 | configure:27918: result: yes | configure:28058: checking absolute name of | configure:28082: result: ///usr/include/stdint.h | configure:28099: checking whether stdint.h conforms to C99 | configure:28289: result: no | configure:28301: checking for sys/inttypes.h | configure:28307: result: no | configure:28301: checking for sys/bitypes.h | configure:28307: result: yes | configure:28487: checking for bit size of ptrdiff_t | configure:28944: result: 64 | configure:28487: checking for bit size of sig_atomic_t | configure:28944: result: 32 | configure:28487: checking for bit size of size_t | configure:28944: result: 64 | configure:28487: checking for bit size of wchar_t | configure:28944: result: 32 | configure:28487: checking for bit size of wint_t | configure:28944: result: 32 | configure:28965: checking whether sig_atomic_t is signed | configure:29041: result: yes | configure:28965: checking whether wchar_t is signed | configure:29041: result: yes | configure:28965: checking whether wint_t is signed | configure:29041: result: no | configure:29067: checking for ptrdiff_t integer literal suffix | configure:29163: result: l | configure:29067: checking for sig_atomic_t integer literal suffix | configure:29163: result: | configure:29067: checking for size_t integer literal suffix | configure:29163: result: ul | configure:29067: checking for wchar_t integer literal suffix | configure:29163: result: | configure:29067: checking for wint_t integer literal suffix | configure:29163: result: u | configure:29183: checking absolute name of | configure:29207: result: ///usr/include/stdio.h | configure:29219: checking absolute name of | configure:29243: result: ///usr/include/stdlib.h | configure:29263: checking for stpcpy | configure:29319: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:276: warning: conflicting types for built-in function 'stpcpy' | configure:29325: $? = 0 | configure:29332: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29335: $? = 0 | configure:29342: test -s conftest | configure:29345: $? = 0 | configure:29359: result: yes | configure:29389: checking for strcasecmp | configure:29445: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:277: warning: conflicting types for built-in function 'strcasecmp' | configure:29451: $? = 0 | configure:29458: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29461: $? = 0 | configure:29468: test -s conftest | configure:29471: $? = 0 | configure:29485: result: yes | configure:29510: checking for strncasecmp | configure:29566: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:278: warning: conflicting types for built-in function 'strncasecmp' | configure:29572: $? = 0 | configure:29579: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29582: $? = 0 | configure:29589: test -s conftest | configure:29592: $? = 0 | configure:29606: result: yes | configure:29623: checking whether strncasecmp is declared | configure:29653: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:29659: $? = 0 | configure:29666: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29669: $? = 0 | configure:29676: test -s conftest.o | configure:29679: $? = 0 | configure:29691: result: yes | configure:29722: checking for strchrnul | configure:29778: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:29784: $? = 0 | configure:29791: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29794: $? = 0 | configure:29801: test -s conftest | configure:29804: $? = 0 | configure:29818: result: yes | configure:29845: checking for strdup | configure:29901: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:281: warning: conflicting types for built-in function 'strdup' | configure:29907: $? = 0 | configure:29914: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29917: $? = 0 | configure:29924: test -s conftest | configure:29927: $? = 0 | configure:29941: result: yes | configure:29996: checking for working strndup | configure:30156: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:30159: $? = 0 | configure:30165: ./conftest | configure:30168: $? = 0 | configure:30184: result: yes | configure:30214: checking for working strnlen | configure:30258: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:30261: $? = 0 | configure:30267: ./conftest | configure:30270: $? = 0 | configure:30286: result: yes | configure:30311: checking whether defines strtoimax as a macro | configure:30336: result: no | configure:30344: checking for strtoimax | configure:30400: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:30406: $? = 0 | configure:30413: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30416: $? = 0 | configure:30423: test -s conftest | configure:30426: $? = 0 | configure:30440: result: yes | configure:30554: checking for strtol | configure:30610: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:30616: $? = 0 | configure:30623: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30626: $? = 0 | configure:30633: test -s conftest | configure:30636: $? = 0 | configure:30650: result: yes | configure:30670: checking for strtoll | configure:30726: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:30732: $? = 0 | configure:30739: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30742: $? = 0 | configure:30749: test -s conftest | configure:30752: $? = 0 | configure:30766: result: yes | configure:30790: checking for strtoul | configure:30846: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:30852: $? = 0 | configure:30859: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30862: $? = 0 | configure:30869: test -s conftest | configure:30872: $? = 0 | configure:30886: result: yes | configure:30906: checking for strtoull | configure:30962: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:30968: $? = 0 | configure:30975: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30978: $? = 0 | configure:30985: test -s conftest | configure:30988: $? = 0 | configure:31002: result: yes | configure:31025: checking whether defines strtoumax as a macro | configure:31050: result: no | configure:31058: checking for strtoumax | configure:31114: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:31120: $? = 0 | configure:31127: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31130: $? = 0 | configure:31137: test -s conftest | configure:31140: $? = 0 | configure:31154: result: yes | configure:31277: checking whether mkdir is declared | configure:31308: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:31314: $? = 0 | configure:31321: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31324: $? = 0 | configure:31331: test -s conftest.o | configure:31334: $? = 0 | configure:31346: result: yes | configure:31548: checking absolute name of | configure:31572: result: ///usr/include/sys/stat.h | configure:31584: checking for a thread-safe mkdir -p | configure:31623: result: /bin/mkdir -p | configure:31629: checking for a thread-safe mkdir -p | configure:31668: result: /bin/mkdir -p | configure:31680: checking absolute name of | configure:31704: result: ///usr/include/sysexits.h | configure:31753: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:31759: $? = 0 | configure:31766: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31769: $? = 0 | configure:31776: test -s conftest.o | configure:31779: $? = 0 | configure:31815: checking whether localtime_r is compatible with its POSIX signature | configure:31845: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:31851: $? = 0 | configure:31858: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31861: $? = 0 | configure:31868: test -s conftest.o | configure:31871: $? = 0 | configure:31883: result: yes | configure:31909: checking absolute name of | configure:31933: result: ///usr/include/unistd.h | configure:32200: checking for ptrdiff_t | configure:32230: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32236: $? = 0 | configure:32243: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32246: $? = 0 | configure:32253: test -s conftest.o | configure:32256: $? = 0 | configure:32268: result: yes | configure:32291: checking for snprintf | configure:32347: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:296: warning: conflicting types for built-in function 'snprintf' | configure:32353: $? = 0 | configure:32360: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32363: $? = 0 | configure:32370: test -s conftest | configure:32373: $? = 0 | configure:32387: result: yes | configure:32291: checking for wcslen | configure:32347: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:32353: $? = 0 | configure:32360: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32363: $? = 0 | configure:32370: test -s conftest | configure:32373: $? = 0 | configure:32387: result: yes | configure:32409: checking for vsnprintf | configure:32465: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:298: warning: conflicting types for built-in function 'vsnprintf' | configure:32471: $? = 0 | configure:32478: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32481: $? = 0 | configure:32488: test -s conftest | configure:32491: $? = 0 | configure:32505: result: yes | configure:32538: checking whether is standalone | configure:32553: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32559: $? = 0 | configure:32566: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32569: $? = 0 | configure:32576: test -s conftest.o | configure:32579: $? = 0 | configure:32591: result: yes | configure:32667: checking absolute name of | configure:32691: result: ///usr/include/wctype.h | configure:32728: checking whether wcwidth is declared | configure:32770: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32776: $? = 0 | configure:32783: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32786: $? = 0 | configure:32793: test -s conftest.o | configure:32796: $? = 0 | configure:32808: result: yes | configure:32865: checking whether time.h and sys/time.h may both be included | configure:32895: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32901: $? = 0 | configure:32908: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32911: $? = 0 | configure:32918: test -s conftest.o | configure:32921: $? = 0 | configure:32933: result: yes | configure:32943: checking for struct stat.st_blksize | configure:32971: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32977: $? = 0 | configure:32984: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32987: $? = 0 | configure:32994: test -s conftest.o | configure:32997: $? = 0 | configure:33068: result: yes | configure:33093: checking for library containing setsockopt | configure:33134: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:33140: $? = 0 | configure:33147: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:33150: $? = 0 | configure:33157: test -s conftest | configure:33160: $? = 0 | configure:33184: result: none required | configure:33292: checking for library containing setsockopt | configure:33383: result: none required | configure:33468: checking for sys/mtio.h | configure:33474: result: yes | configure:33632: checking which ioctl field to test for reversed bytes | configure:33655: result: mt_type | configure:33671: checking whether to build rmt | configure:33688: result: yes | configure:33406: checking for remote tape header files | configure:33428: gcc -E conftest.c | configure:33434: $? = 0 | configure:33456: result: yes | configure:33757: checking for sys/buf.h | configure:33819: result: no | configure:33833: checking for struct stat.st_blksize | configure:33958: result: yes | configure:33998: checking for fsync | configure:34054: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:34060: $? = 0 | configure:34067: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34070: $? = 0 | configure:34077: test -s conftest | configure:34080: $? = 0 | configure:34094: result: yes | configure:33998: checking for getdtablesize | configure:34054: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:34060: $? = 0 | configure:34067: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34070: $? = 0 | configure:34077: test -s conftest | configure:34080: $? = 0 | configure:34094: result: yes | configure:33998: checking for lstat | configure:34094: result: yes | configure:33998: checking for mkfifo | configure:34094: result: yes | configure:33998: checking for readlink | configure:34094: result: yes | configure:33998: checking for strerror | configure:34094: result: yes | configure:33998: checking for symlink | configure:34054: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:34060: $? = 0 | configure:34067: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34070: $? = 0 | configure:34077: test -s conftest | configure:34080: $? = 0 | configure:34094: result: yes | configure:33998: checking for setlocale | configure:34094: result: yes | configure:33998: checking for utimes | configure:34054: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:34060: $? = 0 | configure:34067: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34070: $? = 0 | configure:34077: test -s conftest | configure:34080: $? = 0 | configure:34094: result: yes | configure:34104: checking whether getgrgid is declared | configure:34135: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:34141: $? = 0 | configure:34148: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34151: $? = 0 | configure:34158: test -s conftest.o | configure:34161: $? = 0 | configure:34173: result: yes | configure:34191: checking whether getpwuid is declared | configure:34222: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:34228: $? = 0 | configure:34235: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34238: $? = 0 | configure:34245: test -s conftest.o | configure:34248: $? = 0 | configure:34260: result: yes | configure:34278: checking whether time is declared | configure:34309: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:34315: $? = 0 | configure:34322: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34325: $? = 0 | configure:34332: test -s conftest.o | configure:34335: $? = 0 | configure:34347: result: yes | configure:34370: checking for waitpid | configure:34426: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:34432: $? = 0 | configure:34439: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34442: $? = 0 | configure:34449: test -s conftest | configure:34452: $? = 0 | configure:34466: result: yes | configure:34485: checking for remote shell | configure:34511: result: /usr/bin/rsh | configure:34691: checking for default archive format | configure:34710: result: GNU | configure:34713: checking for default archive | configure:34758: result: - | configure:34762: checking for default blocking | configure:34770: result: 20 | configure:34773: checking for default quoting style | configure:34786: result: escape | configure:34836: checking for ld used by GCC | configure:34900: result: /usr/x86_64-suse-linux/bin/ld | configure:34909: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld | configure:34922: result: yes | configure:34929: checking for shared library run path origin | configure:34942: result: done | configure:35450: checking for iconv | configure:35482: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:35488: $? = 0 | configure:35495: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35498: $? = 0 | configure:35505: test -s conftest | configure:35508: $? = 0 | configure:35590: result: yes | configure:35593: checking for working iconv | configure:35679: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:35682: $? = 0 | configure:35688: ./conftest | configure:35691: $? = 0 | configure:35709: result: yes | configure:35739: checking for iconv declaration | configure:35778: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:35784: $? = 0 | configure:35791: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35794: $? = 0 | configure:35801: test -s conftest.o | configure:35804: $? = 0 | configure:35820: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:35845: checking iconv.h usability | configure:35862: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:35868: $? = 0 | configure:35875: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:35878: $? = 0 | configure:35885: test -s conftest.o | configure:35888: $? = 0 | configure:35899: result: yes | configure:35903: checking iconv.h presence | configure:35918: gcc -E conftest.c | configure:35924: $? = 0 | configure:35945: result: yes | configure:35978: checking for iconv.h | configure:35986: result: yes | configure:35999: checking for iconv_t | configure:36034: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:36040: $? = 0 | configure:36047: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:36050: $? = 0 | configure:36057: test -s conftest.o | configure:36060: $? = 0 | configure:36072: result: yes | configure:36087: checking whether NLS is requested | configure:36096: result: yes | configure:36134: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:36166: result: /usr/bin/msgfmt | configure:36175: checking for gmsgfmt | configure:36206: result: /usr/bin/msgfmt | configure:36257: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C | configure:36289: result: /usr/bin/xgettext | configure:36335: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:36366: result: /usr/bin/msgmerge | configure:36403: checking for CFPreferencesCopyAppValue | configure:36431: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:305:42: error: CoreFoundation/CFPreferences.h: No such file or directory | conftest.c: In function 'main': | conftest.c:309: warning: implicit declaration of function 'CFPreferencesCopyAppValue' | conftest.c:309: error: 'NULL' undeclared (first use in this function) | conftest.c:309: error: (Each undeclared identifier is reported only once | conftest.c:309: error: for each function it appears in.) | configure:36437: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_UNSETENV 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 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX u | | #define ABSOLUTE_STDIO_H "///usr/include/stdio.h" | | #define ABSOLUTE_STDLIB_H "///usr/include/stdlib.h" | | #define HAVE_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_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_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | | #define ABSOLUTE_SYSEXITS_H "///usr/include/sysexits.h" | | #define ABSOLUTE_UNISTD_H "///usr/include/unistd.h" | | #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 ABSOLUTE_WCTYPE_H "///usr/include/wctype.h" | | #define HAVE_DECL_WCWIDTH 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_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:36471: result: no | configure:36480: checking for CFLocaleCopyCurrent | configure:36508: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:305:37: error: CoreFoundation/CFLocale.h: No such file or directory | conftest.c: In function 'main': | conftest.c:309: warning: implicit declaration of function 'CFLocaleCopyCurrent' | configure:36514: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.17" | | #define PACKAGE_STRING "GNU tar 1.17" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.17" | | #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 _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_WCHAR_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_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #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_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define ABSOLUTE_STRING_H "///usr/include/string.h" | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define ABSOLUTE_TIME_H "///usr/include/time.h" | | #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_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_UNSETENV 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 64 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 64 | | #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 l | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX u | | #define ABSOLUTE_STDIO_H "///usr/include/stdio.h" | | #define ABSOLUTE_STDLIB_H "///usr/include/stdlib.h" | | #define HAVE_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_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_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | | #define ABSOLUTE_SYSEXITS_H "///usr/include/sysexits.h" | | #define ABSOLUTE_UNISTD_H "///usr/include/unistd.h" | | #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 ABSOLUTE_WCTYPE_H "///usr/include/wctype.h" | | #define HAVE_DECL_WCWIDTH 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_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:36548: result: no | configure:36599: checking for GNU gettext in libc | configure:36629: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:36635: $? = 0 | configure:36642: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:36645: $? = 0 | configure:36652: test -s conftest | configure:36655: $? = 0 | configure:36669: result: yes | configure:37617: checking whether to use NLS | configure:37619: result: yes | configure:37622: checking where the gettext function comes from | configure:37633: result: libc | configure:37864: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.17, which was | generated by GNU Autoconf 2.60. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on giotto | | config.status:872: creating tests/Makefile | config.status:872: creating tests/atlocal | config.status:872: creating Makefile | config.status:872: creating doc/Makefile | config.status:872: creating lib/Makefile | config.status:872: creating po/Makefile.in | config.status:872: creating scripts/Makefile | config.status:872: creating rmt/Makefile | config.status:872: creating src/Makefile | config.status:872: creating config.h | config.status:1479: executing depfiles commands | config.status:1479: executing po-directories commands | config.status:1479: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-unknown-linux-gnu | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=restrict | ac_cv_decl_EOVERFLOW=yes | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_DEFAULT_ARCHIVE_FORMAT_set= | ac_cv_env_DEFAULT_ARCHIVE_FORMAT_value= | ac_cv_env_DEFAULT_ARCHIVE_set= | ac_cv_env_DEFAULT_ARCHIVE_value= | ac_cv_env_DEFAULT_BLOCKING_set= | ac_cv_env_DEFAULT_BLOCKING_value= | ac_cv_env_DEFAULT_QUOTING_STYLE_set= | ac_cv_env_DEFAULT_QUOTING_STYLE_value= | ac_cv_env_DEFAULT_RMT_DIR_set= | ac_cv_env_DEFAULT_RMT_DIR_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_value= | ac_cv_env_build_alias_set= | 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_btowc=yes | ac_cv_func_canonicalize_file_name=yes | ac_cv_func_chown_works=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_clock_settime=yes | ac_cv_func_dirfd=yes | ac_cv_func_dup2=yes | ac_cv_func_fchdir=yes | ac_cv_func_fchmodat=yes | ac_cv_func_fchownat=yes | ac_cv_func_fdopendir=yes | ac_cv_func_flockfile=yes | ac_cv_func_fnmatch_gnu=yes | ac_cv_func_fsync=yes | ac_cv_func_ftruncate=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimes=yes | ac_cv_func_futimesat=yes | ac_cv_func_getcwd=yes | ac_cv_func_getdelim=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getline=yes | ac_cv_func_getopt_long_only=yes | ac_cv_func_getpagesize=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswctype=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_mbsrtowcs=yes | ac_cv_func_memchr=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memrchr=yes | ac_cv_func_memset=yes | ac_cv_func_mkdirat=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_nanotime=no | ac_cv_func_obstack=yes | ac_cv_func_openat=yes | ac_cv_func_pathconf=yes | ac_cv_func_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_sleep=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchrnul=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=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_wmemchr=yes | ac_cv_func_wmemcpy=yes | ac_cv_func_wmempcpy=yes | ac_cv_func_working_mktime=yes | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl___fpending=yes | ac_cv_have_decl_canonicalize_file_name=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_dirfd=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_isblank=yes | ac_cv_have_decl_lchown=yes | ac_cv_have_decl_memrchr=yes | ac_cv_have_decl_mkdir=yes | ac_cv_have_decl_optreset=no | 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_strncasecmp=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_dirent_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=yes | ac_cv_header_float_h=yes | ac_cv_header_getopt_h=yes | ac_cv_header_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_stdio_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_time_h=yes | ac_cv_header_unistd_h=yes | ac_cv_header_utime_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=x86_64-unknown-linux-gnu | ac_cv_lib_cposix_strerror=no | ac_cv_lib_error_at_line=yes | ac_cv_member_struct_stat_st_atim_tv_nsec=yes | ac_cv_member_struct_stat_st_birthtim_tv_nsec=no | ac_cv_member_struct_stat_st_birthtimensec=no | ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no | ac_cv_member_struct_stat_st_blksize=yes | ac_cv_member_struct_stat_st_blocks=yes | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_objext=o | ac_cv_path_EGREP='/bin/grep -E' | ac_cv_path_GMSGFMT=/usr/bin/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/bin/install -c' | ac_cv_path_mkdir=/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_YACC='bison -y' | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_cc_c89= | ac_cv_prog_cc_c99=-std=gnu99 | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc=-std=gnu99 | ac_cv_prog_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_struct_tm=time.h | ac_cv_sys_file_offset_bits=no | ac_cv_sys_large_files=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_long_file_names=yes | ac_cv_type__Bool=yes | ac_cv_type_dev_t=yes | ac_cv_type_iconv_t=yes | ac_cv_type_ino_t=yes | ac_cv_type_long_long=yes | ac_cv_type_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/x86_64-suse-linux/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_iconv_works=yes | am_cv_func_working_getline=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_prog_tar_ustar=gnutar | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | diff_cv_st_fstype_string=no | gl_cv_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_absolute_stdio_h=///usr/include/stdio.h | gl_cv_absolute_stdlib_h=///usr/include/stdlib.h | gl_cv_absolute_string_h=///usr/include/string.h | gl_cv_absolute_sys_stat_h=///usr/include/sys/stat.h | gl_cv_absolute_sys_time_h=///usr/include/sys/time.h | gl_cv_absolute_sysexits_h=///usr/include/sysexits.h | gl_cv_absolute_time_h=///usr/include/time.h | gl_cv_absolute_unistd_h=///usr/include/unistd.h | gl_cv_absolute_wctype_h=///usr/include/wctype.h | gl_cv_bitsizeof_ptrdiff_t=64 | gl_cv_bitsizeof_sig_atomic_t=32 | gl_cv_bitsizeof_size_t=64 | gl_cv_bitsizeof_wchar_t=32 | gl_cv_bitsizeof_wint_t=32 | gl_cv_c_inline_effective=yes | gl_cv_compound_literals=no | gl_cv_double_slash_root=no | gl_cv_func_chown_follows_symlink=yes | gl_cv_func_dirfd_macro=no | gl_cv_func_fchownat_nofollow_works=yes | gl_cv_func_getcwd_abort_bug=no | gl_cv_func_getcwd_null=yes | gl_cv_func_getcwd_path_max='no, but it is partly working' | gl_cv_func_gettimeofday_clobber=no | gl_cv_func_gettimeofday_posix_signature=yes | gl_cv_func_gnu_getopt=yes | gl_cv_func_malloc_0_nonnull=1 | gl_cv_func_mbrtowc=yes | gl_cv_func_re_compile_pattern_working=no | 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_wchar_h_standalone=yes | gl_cv_header_working_fcntl_h=yes | gl_cv_header_working_inttypes_h=no | gl_cv_header_working_stdint_h=no | gl_cv_rpl_alloca=yes | gl_cv_struct_dirent_d_ino=yes | gl_cv_sys_struct_timespec_in_time_h=yes | gl_cv_sys_struct_timeval=yes | gl_cv_sys_struct_utimbuf=yes | gl_cv_time_r_posix=yes | gl_cv_type_ptrdiff_t_signed=yes | gl_cv_type_ptrdiff_t_suffix=l | 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=ul | gl_cv_type_wchar_t_signed=yes | gl_cv_type_wchar_t_suffix= | gl_cv_type_wint_t_signed=no | gl_cv_type_wint_t_suffix=u | gt_cv_c_intmax_t=yes | gt_cv_c_wchar_t=yes | gt_cv_c_wint_t=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_gnugettext3_libc=yes | gt_cv_func_unsetenv_ret=int | gt_cv_inttypes_pri_broken=no | gt_cv_ssize_t=yes | jm_cv_func_strtoimax_macro=no | jm_cv_func_strtoumax_macro=no | pu_cv_header_mtio_check_field=mt_type | pu_cv_header_rmt=yes | tar_cv_path_RSH=/usr/bin/rsh | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ABSOLUTE_DIRENT_H='' | ABSOLUTE_FCNTL_H='"///usr/include/fcntl.h"' | ABSOLUTE_FLOAT_H='' | ABSOLUTE_INTTYPES_H='"///usr/include/inttypes.h"' | ABSOLUTE_STDINT_H='"///usr/include/stdint.h"' | ABSOLUTE_STDIO_H='"///usr/include/stdio.h"' | ABSOLUTE_STDLIB_H='"///usr/include/stdlib.h"' | ABSOLUTE_STRING_H='"///usr/include/string.h"' | ABSOLUTE_SYSEXITS_H='"///usr/include/sysexits.h"' | ABSOLUTE_SYS_STAT_H='"///usr/include/sys/stat.h"' | ABSOLUTE_SYS_TIME_H='"///usr/include/sys/time.h"' | ABSOLUTE_TIME_H='"///usr/include/time.h"' | ABSOLUTE_UNISTD_H='"///usr/include/unistd.h"' | ABSOLUTE_WCHAR_H='' | ABSOLUTE_WCTYPE_H='"///usr/include/wctype.h"' | ACLOCAL='${SHELL} /usr/local/src/tar-1.17/build-aux/missing --run aclocal-1.10a' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /usr/local/src/tar-1.17/build-aux/missing --run tar' | AUTOCONF='${SHELL} /usr/local/src/tar-1.17/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /usr/local/src/tar-1.17/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /usr/local/src/tar-1.17/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /usr/local/src/tar-1.17/build-aux/missing --run automake-1.10a' | 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='64' | BITSIZEOF_SIG_ATOMIC_T='32' | BITSIZEOF_SIZE_T='64' | BITSIZEOF_WCHAR_T='32' | BITSIZEOF_WINT_T='32' | CC='gcc -std=gnu99' | CCDEPMODE='depmode=gcc3' | CFLAGS='-g -O2' | CPP='gcc -E' | CPPFLAGS='' | CYGPATH_W='echo' | DEFAULT_ARCHIVE='-' | DEFAULT_ARCHIVE_FORMAT='GNU' | DEFAULT_BLOCKING='20' | DEFAULT_QUOTING_STYLE='escape_quoting_style' | DEFAULT_RMT_COMMAND='' | DEFAULT_RMT_DIR='$(libexecdir)' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DIRENT_H='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EOVERFLOW='' | EXEEXT='' | FCNTL_H='fcntl.h' | FLOAT_H='' | FNMATCH_H='' | GETOPT_H='getopt.h' | GLIBC21='yes' | GL_COND_LIBTOOL_FALSE='' | GL_COND_LIBTOOL_TRUE='#' | GMSGFMT='/usr/bin/msgfmt' | GMSGFMT_015=':' | GNULIB_CHOWN='1' | GNULIB_DUP2='1' | GNULIB_FCHDIR='1' | GNULIB_FFLUSH='0' | GNULIB_FPRINTF_POSIX='0' | GNULIB_FSEEK='0' | GNULIB_FSEEKO='0' | GNULIB_FTELL='0' | GNULIB_FTELLO='0' | GNULIB_FTRUNCATE='1' | GNULIB_GETCWD='1' | GNULIB_GETLOGIN_R='0' | GNULIB_GETSUBOPT='0' | GNULIB_IMAXABS='0' | GNULIB_IMAXDIV='0' | GNULIB_LSEEK='0' | GNULIB_MBSCASECMP='1' | GNULIB_MBSCASESTR='0' | GNULIB_MBSCHR='0' | GNULIB_MBSCSPN='0' | GNULIB_MBSLEN='0' | GNULIB_MBSNCASECMP='0' | GNULIB_MBSPBRK='0' | GNULIB_MBSPCASECMP='0' | GNULIB_MBSRCHR='0' | GNULIB_MBSSEP='0' | GNULIB_MBSSPN='0' | GNULIB_MBSSTR='0' | GNULIB_MBSTOK_R='0' | GNULIB_MEMMEM='0' | GNULIB_MEMPCPY='1' | GNULIB_MEMRCHR='1' | GNULIB_MKDTEMP='1' | GNULIB_MKSTEMP='0' | GNULIB_PRINTF_POSIX='0' | GNULIB_READLINK='1' | GNULIB_SLEEP='1' | GNULIB_SNPRINTF='0' | GNULIB_SPRINTF_POSIX='0' | GNULIB_STPCPY='1' | GNULIB_STPNCPY='0' | GNULIB_STRCASESTR='0' | GNULIB_STRCHRNUL='1' | GNULIB_STRDUP='1' | GNULIB_STRNDUP='1' | GNULIB_STRNLEN='1' | GNULIB_STRPBRK='0' | GNULIB_STRSEP='0' | GNULIB_STRTOIMAX='1' | GNULIB_STRTOK_R='0' | GNULIB_STRTOUMAX='1' | GNULIB_VASPRINTF='0' | GNULIB_VFPRINTF_POSIX='0' | GNULIB_VPRINTF_POSIX='0' | GNULIB_VSNPRINTF='1' | GNULIB_VSPRINTF_POSIX='0' | GREP='/bin/grep' | HAVE_DECL_GETLOGIN_R='1' | HAVE_DECL_IMAXABS='1' | HAVE_DECL_IMAXDIV='1' | HAVE_DECL_MEMMEM='1' | HAVE_DECL_MEMRCHR='1' | HAVE_DECL_MKDIR='1' | HAVE_DECL_SNPRINTF='1' | HAVE_DECL_STRDUP='1' | HAVE_DECL_STRNCASECMP='1' | HAVE_DECL_STRNDUP='1' | HAVE_DECL_STRNLEN='1' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOK_R='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_DECL_VSNPRINTF='1' | HAVE_DUP2='1' | HAVE_FSEEKO='1' | HAVE_FTELLO='1' | HAVE_FTRUNCATE='1' | HAVE_GETSUBOPT='1' | HAVE_INTTYPES_H='1' | HAVE_IO_H='0' | HAVE_ISWCNTRL='1' | HAVE_LONG_LONG_INT='1' | HAVE_LSTAT='1' | HAVE_MEMPCPY='1' | HAVE_MKDTEMP='1' | HAVE_READLINK='1' | HAVE_SIGNED_SIG_ATOMIC_T='1' | HAVE_SIGNED_WCHAR_T='1' | HAVE_SIGNED_WINT_T='0' | HAVE_SLEEP='1' | HAVE_STDINT_H='1' | HAVE_STPCPY='1' | HAVE_STPNCPY='1' | HAVE_STRCASECMP='1' | HAVE_STRCASESTR='1' | HAVE_STRCHRNUL='1' | HAVE_STRNDUP='1' | HAVE_STRPBRK='1' | HAVE_STRSEP='1' | HAVE_STRUCT_TIMEVAL='1' | HAVE_SYSEXITS_H='1' | HAVE_SYS_BITYPES_H='1' | HAVE_SYS_INTTYPES_H='0' | HAVE_SYS_TIME_H='1' | HAVE_SYS_TYPES_H='1' | HAVE_UNISTD_H='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_VASPRINTF='1' | HAVE_WCTYPE_H='1' | HAVE_WINT_T='1' | HAVE__BOOL='1' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='' | INTL_MACOSX_LIBS='' | INTTYPES_H='inttypes.h' | LDFLAGS='' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIBTAR_LIBDEPS='' | LIBTAR_LTLIBDEPS='' | LIB_CLOCK_GETTIME='-lrt' | LIB_SETSOCKOPT='' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAKEINFO='${SHELL} /usr/local/src/tar-1.17/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.17' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.17' | PATH_SEPARATOR=':' | POSUB='po' | PRIPTR_PREFIX='"l"' | PRI_MACROS_BROKEN='0' | PTRDIFF_T_SUFFIX='l' | PU_RMT_PROG='rmt$(EXEEXT)' | RANLIB='ranlib' | REPLACE_CHOWN='0' | REPLACE_FCHDIR='0' | REPLACE_FFLUSH='0' | REPLACE_FPRINTF='0' | REPLACE_FSEEK='0' | REPLACE_FSEEKO='0' | REPLACE_FTELL='0' | REPLACE_FTELLO='0' | REPLACE_GETCWD='1' | REPLACE_GETTIMEOFDAY='0' | REPLACE_LOCALTIME_R='0' | REPLACE_LSEEK='0' | REPLACE_MKSTEMP='0' | REPLACE_NANOSLEEP='GNULIB_PORTCHECK' | REPLACE_PRINTF='0' | REPLACE_SNPRINTF='0' | REPLACE_SPRINTF='0' | REPLACE_STRPTIME='GNULIB_PORTCHECK' | REPLACE_TIMEGM='GNULIB_PORTCHECK' | REPLACE_VASPRINTF='0' | REPLACE_VFPRINTF='0' | REPLACE_VPRINTF='0' | REPLACE_VSNPRINTF='0' | REPLACE_VSPRINTF='0' | SET_MAKE='' | SHELL='/bin/sh' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='ul' | STDBOOL_H='' | STDINT_H='stdint.h' | STRIP='' | SYSEXITS_H='' | SYS_STAT_H='sys/stat.h' | SYS_TIME_H='' | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' | TIME_H_DEFINES_STRUCT_TIMESPEC='1' | USE_NLS='yes' | VERSION='1.17' | WCHAR_H='' | WCHAR_T_SUFFIX='' | WCTYPE_H='' | WINT_T_SUFFIX='u' | XGETTEXT='/usr/bin/xgettext' | XGETTEXT_015=':' | YACC='bison -y' | YFLAGS='' | ac_ct_CC='gcc' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__quote='' | am__tar='tar --format=ustar -chf - "$$tardir"' | am__untar='tar -xf -' | bindir='${exec_prefix}/bin' | build='x86_64-unknown-linux-gnu' | build_alias='' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='unknown' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' argmatch.o asnprintf.o backupfile.o basename.o chdir-long.o close-stream.o closeout.o creat-safer.o dirname.o dup-safer.o exclude.o exitfail.o fd-safer.o getcwd.o getopt.o getopt1.o gettime.o hash.o human.o imaxtostr.o modechange.o offtostr.o open-safer.o openat-proc.o pipe-safer.o printf-args.o printf-parse.o quote.o quotearg.o regex.o safe-read.o safe-write.o save-cwd.o savedir.o stripslash.o tempname.o uinttostr.o umaxtostr.o unlinkdir.o utimens.o vasnprintf.o xgetcwd.o xmalloc.o xstrtol.o xstrtoul.o' | gl_LTLIBOBJS=' argmatch.lo asnprintf.lo backupfile.lo basename.lo chdir-long.lo close-stream.lo closeout.lo creat-safer.lo dirname.lo dup-safer.lo exclude.lo exitfail.lo fd-safer.lo getcwd.lo getopt.lo getopt1.lo gettime.lo hash.lo human.lo imaxtostr.lo modechange.lo offtostr.lo open-safer.lo openat-proc.lo pipe-safer.lo printf-args.lo printf-parse.lo quote.lo quotearg.lo regex.lo safe-read.lo safe-write.lo save-cwd.lo savedir.lo stripslash.lo tempname.lo uinttostr.lo umaxtostr.lo unlinkdir.lo utimens.lo vasnprintf.lo xgetcwd.lo xmalloc.lo xstrtol.lo xstrtoul.lo' | host='x86_64-unknown-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='$(SHELL) /usr/local/src/tar-1.17/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='/bin/mkdir -p' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr/local' | 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.17" | #define PACKAGE_STRING "GNU tar 1.17" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tar" | #define VERSION "1.17" | #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 _TANDEM_SOURCE 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MTIO_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_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_DECL_GETENV 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_PATHCONF 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MEMPCPY 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_WMEMPCPY 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ALARM 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SLEEP 1 | #define HAVE_STRERROR 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETLOCALE 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_CANONICALIZE_FILE_NAME 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h" | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | #define HAVE_SYS_BITYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 64 | #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 l | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #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_DECL_LCHOWN 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRDUP 1 | #define ABSOLUTE_STRING_H "///usr/include/string.h" | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define ABSOLUTE_TIME_H "///usr/include/time.h" | #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_LONG_LONG 1 | #define HAVE_INTMAX_T 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_PROGRAM_INVOCATION_NAME 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE___FPENDING 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_PARTLY_WORKING_GETCWD 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 HAVE_INLINE 1 | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | #define HAVE_LCHOWN 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDTEMP 1 | #define HAVE_OBSTACK 1 | #define HAVE_FCHMODAT 1 | #define HAVE_MKDIRAT 1 | #define HAVE_OPENAT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define HAVE_RPMATCH 1 | #define HAVE_UNSETENV 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 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 64 | #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 l | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX u | #define ABSOLUTE_STDIO_H "///usr/include/stdio.h" | #define ABSOLUTE_STDLIB_H "///usr/include/stdlib.h" | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_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_DECL_MKDIR 1 | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | #define ABSOLUTE_SYSEXITS_H "///usr/include/sysexits.h" | #define ABSOLUTE_UNISTD_H "///usr/include/unistd.h" | #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 ABSOLUTE_WCTYPE_H "///usr/include/wctype.h" | #define HAVE_DECL_WCWIDTH 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_SYS_MTIO_H 1 | #define MTIO_CHECK_FIELD mt_type | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_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 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | | configure: exit 0