## ------------------------ ## ## GNU tar 1.18 test suite. ## ## ------------------------ ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2007-06-28 Sergey Poznyakoff | | * bootstrap: Update for the change of the TP URL | | 2007-06-27 Sergey Poznyakoff | | Relicense under GPLv3 | | 2007-06-21 Sergey Poznyakoff | ## --------- ## ## Platform. ## ## --------- ## hostname = carme-pld uname -m = x86_64 uname -r = 2.6.20.4-1 uname -s = Linux uname -v = #1 SMP Wed Mar 28 08:50:12 CEST 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/users/arekm/rpm/BUILD/tar-1.18/tests PATH: /home/users/arekm/rpm/BUILD/tar-1.18/src PATH: /home/users/arekm/rpm/BUILD/tar-1.18/build-aux PATH: /home/users/arekm/rpm/BUILD/tar-1.18 PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/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='/home/users/arekm/rpm/BUILD/tar-1.18/tests' | at_srcdir='.' | abs_srcdir='/home/users/arekm/rpm/BUILD/tar-1.18/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/users/arekm/rpm/BUILD/tar-1.18' | at_top_build_prefix='../' | abs_top_builddir='/home/users/arekm/rpm/BUILD/tar-1.18' | | # 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=/home/users/arekm/rpm/BUILD/tar-1.18/tests:/home/users/arekm/rpm/BUILD/tar-1.18/src:/home/users/arekm/rpm/BUILD/tar-1.18/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: /home/users/arekm/rpm/BUILD/tar-1.18/src/tar --version tar (GNU tar) 1.18 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: Sat Jun 30 20:08:25 CEST 2007 1. tar version (version.at:19): ok (Kids: 0.00s user 0.00s system) 2. decompressing from stdin (pipe.at:29): ok (Kids: 0.03s user 0.28s system) 3. mixing options (options.at:24): ok (Kids: 0.00s user 0.00s system) 4. interspersed options (options02.at:26): ok (Kids: 0.00s user 0.00s system) 5. files-from: empty entries (T-empty.at:26): ok (Kids: 0.00s user 0.01s system) 7. tar --index-file=FILE --file=- (indexfile.at:26): ok (Kids: 0.00s user 0.11s system) 8. tar cvf - (verbose.at:26): ok (Kids: 0.00s user 0.10s system) 9. append (append.at:21): ok (Kids: 0.00s user 0.11s system) 10. appending files with long names (append01.at:29): ok (Kids: 0.00s user 0.10s system) 11. append vs. create (append02.at:40): ok (Kids: 0.00s user 0.16s system) 12. exclude (exclude.at:23): ok (Kids: 0.01s user 0.10s system) 13. deleting a member after a big one (delete01.at:23): ok (Kids: 0.00s user 0.13s system) 14. deleting a member from stdin archive (delete02.at:23): ok (Kids: 0.00s user 0.18s system) 15. deleting members with long names (delete03.at:21): ok (Kids: 0.01s user 0.15s system) 16. deleting a large last member (delete04.at:23): ok (Kids: 0.03s user 0.28s system) 17. deleting non-existing member (delete05.at:27): ok (Kids: 0.00s user 0.13s system) 18. extract over an existing directory (extrac01.at:23): ok (Kids: 0.00s user 0.15s system) 19. extracting symlinks over an existing file (extrac02.at:23): ok (Kids: 0.01s user 0.15s system) 20. extraction loops (extrac03.at:23): ok (Kids: 0.01s user 0.11s system) 21. extract + fnmatch (extrac04.at:23): ok (Kids: 0.03s user 0.25s system) 22. extracting selected members from pax (extrac05.at:30): ok (Kids: 0.00s user 0.03s system) 23. mode of extracted directories (extrac06.at:33): ok (Kids: 0.01s user 0.21s system) 24. extracting symlinks to a read-only dir (extrac07.at:27): ok (Kids: 0.00s user 0.18s system) 25. gzip (gzip.at:23): ok (Kids: 0.00s user 0.00s system) 26. incremental (incremental.at:23): ok (Kids: 0.00s user 0.06s system) 27. restore broken symlinks from incremental (incr01.at:27): ok (Kids: 0.00s user 0.10s system) 28. restoring timestamps from incremental (incr02.at:32): ok (Kids: 0.01s user 0.13s system) 29. --listed for individual files (listed01.at:26): ok (Kids: 0.00s user 0.08s system) 30. working --listed (listed02.at:28): ok (Kids: 0.01s user 0.15s system) 31. renamed files in incrementals (incr03.at:28): ok (Kids: 0.00s user 0.23s system) 32. proper icontents initialization (incr04.at:29): ok (Kids: 0.00s user 0.23s system) 33. renamed dirs in incrementals (rename01.at:24): ok (Kids: 0.01s user 0.18s system) 34. move between hierarchies (rename02.at:24): ok (Kids: 0.01s user 0.26s system) 35. cyclic renames (rename03.at:23): ok (Kids: 0.01s user 0.31s system) 36. changed file types in incrementals (chtype.at:27): ok (Kids: 0.05s user 0.23s system) 37. ignfail (ignfail.at:23): ok (Kids: 0.01s user 0.35s system) 38. link count gt 2 (link01.at:33): ok (Kids: 0.00s user 0.20s system) 39. long names in V7 archives (longv7.at:24): ok (Kids: 0.00s user 0.01s system) 40. long file names divisible by block size (long01.at:28): ok (Kids: 0.00s user 0.06s system) 41. ustar: unsplittable file name (lustar01.at:21): ok (Kids: 0.00s user 0.01s system) 42. ustar: unsplittable path name (lustar02.at:21): ok (Kids: 0.00s user 0.03s system) 43. ustar: splitting long names (lustar03.at:21): ok (Kids: 0.00s user 0.03s system) 44. multivolume dumps from pipes (multiv01.at:23): ok (Kids: 0.00s user 0.11s system) 45. skipping a straddling member (multiv02.at:28): ok (Kids: 0.00s user 0.10s system) 46. MV archive & long filenames (multiv03.at:30): ok (Kids: 0.00s user 0.10s system) 47. split directory members in a MV archive (multiv04.at:36): ok (Kids: 0.03s user 0.40s system) 48. Restoring after an out of sync folume (multiv05.at:26): ok (Kids: 0.01s user 0.06s system) 49. old archives (old.at:23): ok (Kids: 0.00s user 0.00s system) 50. recurse (recurse.at:21): ok (Kids: 0.01s user 0.11s system) 51. working -C with --same-order (same-order01.at:26): ok (Kids: 0.01s user 0.20s system) 52. multiple -C options (same-order02.at:25): ok (Kids: 0.01s user 0.20s system) 53. short records (shortrec.at:25): ok (Kids: 0.01s user 0.23s system) 54. sparse files (sparse01.at:21): ok (Kids: 0.03s user 0.25s system) 55. extracting sparse file over a pipe (sparse02.at:21): ok (Kids: 0.06s user 0.36s system) 56. storing sparse files > 8G (sparse03.at:21): ok (Kids: 40.40s user 77.90s system) 57. sparse files in MV archives (sparsemv.at:21): ok (Kids: 0.01s user 0.10s system) 58. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (Kids: 0.00s user 0.03s system) 59. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (Kids: 0.00s user 0.05s system) 60. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (Kids: 0.01s user 0.03s system) 61. update unchanged directories (update.at:27): ok (Kids: 0.01s user 0.18s system) 62. volume (volume.at:23): ok (Kids: 0.00s user 0.08s system) 63. volume header size (volsize.at:29): skipped (volsize.at:32) 64. compressed format recognition (comprec.at:21): ok (Kids: 0.03s user 0.15s system) 65. truncate (truncate.at:29): ok (Kids: 2.01s user 2.31s system) 66. grow (grow.at:24): ok (Kids: 1.13s user 1.65s system) 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: Sat Jun 30 20:11:14 CEST 2007 testsuite: test suite duration: 0h 2m 49s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 65 tests were run, 1 failed unexpectedly. 7 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.18 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 6: T-null.at:21 files-from: 0-separated file without -0 files-from null Skipped tests: GNU tar 1.18 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 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 -*- 6. T-null.at:21: testing ... ./T-null.at:24: mkdir ustar (cd ustar TEST_TAR_FORMAT=ustar export TEST_TAR_FORMAT TAR_OPTIONS="-H ustar" export TAR_OPTIONS rm -rf * test -z || exit 77 echo dwa > temp echo trzy >> temp cat temp | tr ' ' '' > temp1 echo jeden > file-list cat temp1 >> file-list genfile -f "jeden dwa" || exit 77 genfile -f trzy tar cfTv archive file-list | sort ) --- - 2007-06-30 20:08:26.316619000 +0200 +++ /home/users/arekm/rpm/BUILD/tar-1.18/tests/testsuite.dir/at-stdout 2007-06-30 20:08:26.313771417 +0200 @@ -1,4 +1,3 @@ -jeden -dwa +jeden\ndwa trzy 6. T-null.at:21: 6. files-from: 0-separated file without -0 (T-null.at:21): FAILED (T-null.at:24) ## ------------- ## ## ../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.18, which was | generated by GNU Autoconf 2.61. Invocation command line was | | $ ./configure LDFLAGS=-Wl,--as-needed CFLAGS=-O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 CXXFLAGS=-O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 FFLAGS=-O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 FCFLAGS=-O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 CPPFLAGS= CC=x86_64-pld-linux-gcc CXX=x86_64-pld-linux-g++ --host=x86_64-pld-linux --build=x86_64-pld-linux --prefix=/usr --exec-prefix=/ --bindir=/bin --sbindir=//sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=//lib64 --libexecdir=/sbin --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-libraries=//lib64 | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = carme-pld | uname -m = x86_64 | uname -r = 2.6.20.4-1 | uname -s = Linux | uname -v = #1 SMP Wed Mar 28 08:50:12 CEST 2007 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/bin | PATH: /bin | PATH: /usr/sbin | PATH: /sbin | PATH: /usr/X11R6/bin | PATH: /usr/local/bin | PATH: /home/users/arekm/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2137: checking for a BSD-compatible install | configure:2193: result: /usr/bin/install -c | configure:2204: checking whether build environment is sane | configure:2247: result: yes | configure:2275: checking for a thread-safe mkdir -p | configure:2314: result: /bin/mkdir -p | configure:2327: checking for mawk | configure:2343: found /bin/mawk | configure:2354: result: mawk | configure:2365: checking whether make sets $(MAKE) | configure:2386: result: yes | configure:2569: checking how to create a ustar tar archive | configure:2582: 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. | configure:2585: $? = 0 | configure:2625: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | configure:2628: $? = 0 | configure:2632: tar -xf - &5 | x86_64-pld-linux-gcc (GCC) 4.2.0 20070625 (release) (PLD-Linux) | Copyright (C) 2007 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:2979: $? = 0 | configure:2986: x86_64-pld-linux-gcc -v >&5 | Reading specs from /usr/lib64/gcc/x86_64-pld-linux/4.2.0/specs | Target: x86_64-pld-linux | Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --libdir=/usr/lib64 --libexecdir=/usr/lib64 --infodir=/usr/share/info --mandir=/usr/share/man --x-libraries=/usr/lib64 --enable-shared --enable-threads=posix --enable-languages=c,c++,fortran,objc,obj-c++,ada,java --enable-c99 --enable-long-long --enable-multilib --enable-nls --disable-werror --with-gnu-as --with-gnu-ld --with-demangler-in-ld --with-system-zlib --with-slibdir=/lib64 --without-system-libunwind --enable-cmath --with-long-double-128 --with-gxx-include-dir=/usr/include/c++/4.2.0 --disable-libstdcxx-pch --enable-__cxa_atexit --enable-concept-checks --enable-libstdcxx-allocator=new --disable-libjava-multilib --disable-gconf-peer --enable-java-awt=xlib,gtk,qt --enable-plugin --enable-libgcj --enable-libgcj-multifile --enable-libgcj-database --enable-gtk-cairo --enable-jni --enable-xmlj --disable-bootstrap x86_64-pld-linux | Thread model: posix | gcc version 4.2.0 20070625 (release) (PLD-Linux) | configure:2989: $? = 0 | configure:2996: x86_64-pld-linux-gcc -V >&5 | x86_64-pld-linux-gcc: '-V' option must have argument | configure:2999: $? = 1 | configure:3022: checking for C compiler default output file name | configure:3049: x86_64-pld-linux-gcc -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:3052: $? = 0 | configure:3090: result: a.out | configure:3107: checking whether the C compiler works | configure:3117: ./a.out | configure:3120: $? = 0 | configure:3137: result: yes | configure:3144: checking whether we are cross compiling | configure:3146: result: no | configure:3149: checking for suffix of executables | configure:3156: x86_64-pld-linux-gcc -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:3159: $? = 0 | configure:3183: result: | configure:3189: checking for suffix of object files | configure:3215: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:3218: $? = 0 | configure:3241: result: o | configure:3245: checking whether we are using the GNU C compiler | configure:3274: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:3280: $? = 0 | configure:3297: result: yes | configure:3302: checking whether x86_64-pld-linux-gcc accepts -g | configure:3332: x86_64-pld-linux-gcc -c -g conftest.c >&5 | configure:3338: $? = 0 | configure:3437: result: yes | configure:3454: checking for x86_64-pld-linux-gcc option to accept ISO C89 | configure:3528: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:3534: $? = 0 | configure:3557: result: none needed | configure:3586: checking for style of include used by make | configure:3614: result: GNU | configure:3639: checking dependency style of x86_64-pld-linux-gcc | configure:3730: result: gcc3 | configure:3749: checking for x86_64-pld-linux-ranlib | configure:3779: result: no | configure:3789: checking for ranlib | configure:3805: found /usr/bin/ranlib | configure:3816: result: ranlib | configure:3846: checking for bison | configure:3862: found /usr/bin/bison | configure:3873: result: bison -y | configure:3897: checking how to run the C preprocessor | configure:3937: x86_64-pld-linux-gcc -E conftest.c | configure:3943: $? = 0 | configure:3974: x86_64-pld-linux-gcc -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:3980: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:4013: result: x86_64-pld-linux-gcc -E | configure:4042: x86_64-pld-linux-gcc -E conftest.c | configure:4048: $? = 0 | configure:4079: x86_64-pld-linux-gcc -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:4085: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:4123: checking for grep that handles long lines and -e | configure:4197: result: /bin/grep | configure:4202: checking for egrep | configure:4280: result: /bin/grep -E | configure:4286: checking for AIX | configure:4308: result: no | configure:4314: checking for ANSI C header files | configure:4344: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4350: $? = 0 | configure:4449: x86_64-pld-linux-gcc -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:4452: $? = 0 | configure:4458: ./conftest | configure:4461: $? = 0 | configure:4478: result: yes | configure:4502: checking for sys/types.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4502: checking for sys/stat.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4502: checking for stdlib.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4502: checking for string.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4502: checking for memory.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4502: checking for strings.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4502: checking for inttypes.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4502: checking for stdint.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4502: checking for unistd.h | configure:4523: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4529: $? = 0 | configure:4545: result: yes | configure:4567: checking minix/config.h usability | configure:4584: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:54:26: error: minix/config.h: No such file or directory | configure:4590: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:4604: result: no | configure:4608: checking minix/config.h presence | configure:4623: x86_64-pld-linux-gcc -E conftest.c | conftest.c:21:26: error: minix/config.h: No such file or directory | configure:4629: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:4643: result: no | configure:4676: checking for minix/config.h | configure:4683: result: no | configure:4722: checking whether it is safe to define __EXTENSIONS__ | configure:4750: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4756: $? = 0 | configure:4771: result: yes | configure:4790: checking for x86_64-pld-linux-gcc option to accept ISO C99 | configure:4949: x86_64-pld-linux-gcc -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:74: error: expected ';', ',' or ')' before 'text' | conftest.c: In function 'main': | conftest.c:128: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' | conftest.c:128: error: 'newvar' undeclared (first use in this function) | conftest.c:128: error: (Each undeclared identifier is reported only once | conftest.c:128: error: for each function it appears in.) | conftest.c:138: error: 'for' loop initial declaration used outside C99 mode | configure:4955: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | | #define debug(...) fprintf (stderr, __VA_ARGS__) | | #define showlist(...) puts (#__VA_ARGS__) | | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | | static void | | test_varargs_macros (void) | | { | | int x = 1234; | | int y = 5678; | | debug ("Flag"); | | debug ("X = %d\n", x); | | showlist (The first, second, and third items.); | | report (x>y, "x is %d but y is %d", x, y); | | } | | | | // Check long long types. | | #define BIG64 18446744073709551615ull | | #define BIG32 4294967295ul | | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | | #if !BIG_OK | | your preprocessor is broken; | | #endif | | #if BIG_OK | | #else | | your preprocessor is broken; | | #endif | | static long long int bignum = -9223372036854775807LL; | | static unsigned long long int ubignum = BIG64; | | | | struct incomplete_array | | { | | int datasize; | | double data[]; | | }; | | | | struct named_init { | | int number; | | const wchar_t *name; | | double average; | | }; | | | | typedef const char *ccp; | | | | static inline int | | test_restrict (ccp restrict text) | | { | | // See if C++-style comments work. | | // Iterate through items via the restricted pointer. | | // Also check for declarations in for loops. | | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | | continue; | | return 0; | | } | | | | // Check varargs and va_copy. | | static void | | test_varargs (const char *format, ...) | | { | | va_list args; | | va_start (args, format); | | va_list args_copy; | | va_copy (args_copy, args); | | | | const char *str; | | int number; | | float fnumber; | | | | while (*format) | | { | | switch (*format++) | | { | | case 's': // string | | str = va_arg (args_copy, const char *); | | break; | | case 'd': // int | | number = va_arg (args_copy, int); | | break; | | case 'f': // float | | fnumber = va_arg (args_copy, double); | | break; | | default: | | break; | | } | | } | | va_end (args_copy); | | va_end (args); | | } | | | | int | | main () | | { | | | | // Check bool. | | _Bool success = false; | | | | // Check restrict. | | if (test_restrict ("String literal") == 0) | | success = true; | | char *restrict newvar = "Another string"; | | | | // Check varargs. | | test_varargs ("s, d' f .", "string", 65, 34.234); | | test_varargs_macros (); | | | | // Check flexible array members. | | struct incomplete_array *ia = | | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | | ia->datasize = 10; | | for (int i = 0; i < ia->datasize; ++i) | | ia->data[i] = i * 1.234; | | | | // Check named initializers. | | struct named_init ni = { | | .number = 34, | | .name = L"Test wide string", | | .average = 543.34343, | | }; | | | | ni.number = 58; | | | | int dynamic_array[ni.number]; | | dynamic_array[ni.number - 1] = 543; | | | | // work around unused variable warnings | | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | | || dynamic_array[ni.number - 1] != 543); | | | | ; | | return 0; | | } | configure:4949: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:4955: $? = 0 | configure:4985: result: -std=gnu99 | configure:5115: checking for x86_64-pld-linux-gcc -std=gnu99 option to accept ISO Standard C | configure:5126: result: -std=gnu99 | configure:5145: checking for special C compiler options needed for large files | configure:5238: result: no | configure:5244: checking for _FILE_OFFSET_BITS value needed for large files | configure:5279: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5285: $? = 0 | configure:5353: result: no | configure:5488: checking for library containing strerror | configure:5529: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:5535: $? = 0 | configure:5563: result: none required | configure:5571: checking for inline | configure:5597: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:27: warning: C99 inline functions are not supported; using GNU89 | conftest.c:27: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute | configure:5603: $? = 0 | configure:5621: result: inline | configure:5659: checking fcntl.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking fcntl.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for fcntl.h | configure:5776: result: yes | configure:5659: checking linux/fd.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking linux/fd.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for linux/fd.h | configure:5776: result: yes | configure:5649: checking for memory.h | configure:5655: result: yes | configure:5659: checking net/errno.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:60:23: error: net/errno.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking net/errno.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:27:23: error: net/errno.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for net/errno.h | configure:5776: result: no | configure:5659: checking sgtty.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking sgtty.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for sgtty.h | configure:5776: result: yes | configure:5649: checking for string.h | configure:5655: result: yes | configure:5659: checking stropts.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking stropts.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for stropts.h | configure:5776: result: yes | configure:5659: checking sys/param.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking sys/param.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for sys/param.h | configure:5776: result: yes | configure:5659: checking sys/device.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:64:24: error: sys/device.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking sys/device.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:31:24: error: sys/device.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for sys/device.h | configure:5776: result: no | configure:5659: checking sys/filio.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:64:23: error: sys/filio.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking sys/filio.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:31:23: error: sys/filio.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for sys/filio.h | configure:5776: result: no | configure:5659: checking sys/gentape.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:64:25: error: sys/gentape.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking sys/gentape.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:31:25: error: sys/gentape.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for sys/gentape.h | configure:5776: result: no | configure:5659: checking sys/inet.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:64:22: error: sys/inet.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking sys/inet.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:31:22: error: sys/inet.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for sys/inet.h | configure:5776: result: no | configure:5659: checking sys/io/trioctl.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:64:28: error: sys/io/trioctl.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking sys/io/trioctl.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:31:28: error: sys/io/trioctl.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for sys/io/trioctl.h | configure:5776: result: no | configure:5659: checking sys/mtio.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking sys/mtio.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for sys/mtio.h | configure:5776: result: yes | configure:5659: checking sys/time.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking sys/time.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for sys/time.h | configure:5776: result: yes | configure:5659: checking sys/tprintf.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:66:25: error: sys/tprintf.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking sys/tprintf.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:33:25: error: sys/tprintf.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for sys/tprintf.h | configure:5776: result: no | configure:5659: checking sys/tape.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:66:22: error: sys/tape.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking sys/tape.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:33:22: error: sys/tape.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for sys/tape.h | configure:5776: result: no | configure:5649: checking for unistd.h | configure:5655: result: yes | configure:5659: checking locale.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking locale.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for locale.h | configure:5776: result: yes | configure:5659: checking features.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking features.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for features.h | configure:5776: result: yes | configure:5659: checking linewrap.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:69:22: error: linewrap.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking linewrap.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:36:22: error: linewrap.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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:5735: result: no | configure:5768: checking for linewrap.h | configure:5776: result: no | configure:5659: checking dirent.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking dirent.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for dirent.h | configure:5776: result: yes | configure:5659: checking float.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking float.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for float.h | configure:5776: result: yes | configure:5659: checking wctype.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking wctype.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for wctype.h | configure:5776: result: yes | configure:5659: checking stdio_ext.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking stdio_ext.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for stdio_ext.h | configure:5776: result: yes | configure:5649: checking for stdint.h | configure:5655: result: yes | configure:5659: checking wchar.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking wchar.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for wchar.h | configure:5776: result: yes | configure:5649: checking for inttypes.h | configure:5655: result: yes | configure:5659: checking stdio.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking stdio.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for stdio.h | configure:5776: result: yes | configure:5649: checking for stdlib.h | configure:5655: result: yes | configure:5649: checking for sys/stat.h | configure:5655: result: yes | configure:5659: checking sysexits.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking sysexits.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for sysexits.h | configure:5776: result: yes | configure:5659: checking time.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking time.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for time.h | configure:5776: result: yes | configure:5659: checking priv.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:81:18: error: priv.h: No such file or directory | configure:5682: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5696: result: no | configure:5700: checking priv.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | conftest.c:48:18: error: priv.h: No such file or directory | configure:5721: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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:5735: result: no | configure:5768: checking for priv.h | configure:5776: result: no | configure:5659: checking utime.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking utime.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for utime.h | configure:5776: result: yes | configure:5659: checking netdb.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking netdb.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for netdb.h | configure:5776: result: yes | configure:5659: checking sys/wait.h usability | configure:5676: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:5682: $? = 0 | configure:5696: result: yes | configure:5700: checking sys/wait.h presence | configure:5715: x86_64-pld-linux-gcc -E conftest.c | configure:5721: $? = 0 | configure:5735: result: yes | configure:5768: checking for sys/wait.h | configure:5776: result: yes | configure:5874: checking for sys/buf.h | configure:5897: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:55:21: error: sys/buf.h: No such file or directory | configure:5903: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | /* end confdefs.h. */ | | #if HAVE_SYS_PARAM_H | | #include | | #endif | | | | #include | configure:5919: result: no | configure:5931: checking for sys/wait.h that is POSIX.1 compatible | configure:5988: result: yes | configure:5998: checking for stdbool.h that conforms to C99 | configure:6091: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:6097: $? = 0 | configure:6112: result: yes | configure:6114: checking for _Bool | configure:6144: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:6150: $? = 0 | configure:6165: result: yes | configure:6211: checking for dirent.h that defines DIR | configure:6240: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:6246: $? = 0 | configure:6262: result: yes | configure:6275: checking for library containing opendir | configure:6316: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:6322: $? = 0 | configure:6350: result: none required | configure:6444: checking whether sys/types.h defines makedev | configure:6470: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:6476: $? = 0 | configure:6494: result: yes | configure:6781: checking whether stat file-mode macros are broken | configure:6818: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:6824: $? = 0 | configure:6839: result: no | configure:6849: checking for ANSI C header files | configure:7013: result: yes | configure:7024: checking for st_fstype string in struct stat | configure:7051: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:61: error: 'struct stat' has no member named 'st_fstype' | configure:7057: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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:7073: result: no | configure:7083: checking return type of signal handlers | configure:7111: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:62: error: void value not ignored as it ought to be | configure:7117: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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:7132: result: void | configure:7140: checking for mode_t | configure:7170: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:7176: $? = 0 | configure:7191: result: yes | configure:7203: checking for pid_t | configure:7233: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:7239: $? = 0 | configure:7254: result: yes | configure:7266: checking for off_t | configure:7296: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:7302: $? = 0 | configure:7317: result: yes | configure:7329: checking for size_t | configure:7359: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:7365: $? = 0 | configure:7380: result: yes | configure:7392: checking for uid_t in sys/types.h | configure:7415: result: yes | configure:7430: checking for major_t | configure:7460: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 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:7466: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | 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:7481: result: no | configure:7493: checking for minor_t | configure:7523: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 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:7529: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | 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:7544: result: no | configure:7556: checking for dev_t | configure:7586: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:7592: $? = 0 | configure:7607: result: yes | configure:7619: checking for ino_t | configure:7649: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:7655: $? = 0 | configure:7670: result: yes | configure:7684: checking for ssize_t | configure:7711: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:7717: $? = 0 | configure:7732: result: yes | configure:7746: checking for working alloca.h | configure:7773: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:7779: $? = 0 | configure:7796: result: yes | configure:7806: checking for alloca | configure:7853: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:7859: $? = 0 | configure:7876: result: yes | configure:8103: checking for C/C++ restrict keyword | configure:8139: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8145: $? = 0 | configure:8163: result: restrict | configure:8178: checking whether getenv is declared | configure:8207: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8213: $? = 0 | configure:8228: result: yes | configure:8246: checking whether clearerr_unlocked is declared | configure:8275: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8281: $? = 0 | configure:8296: result: yes | configure:8314: checking whether feof_unlocked is declared | configure:8343: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8349: $? = 0 | configure:8364: result: yes | configure:8382: checking whether ferror_unlocked is declared | configure:8411: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8417: $? = 0 | configure:8432: result: yes | configure:8450: checking whether fflush_unlocked is declared | configure:8479: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8485: $? = 0 | configure:8500: result: yes | configure:8518: checking whether fgets_unlocked is declared | configure:8547: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8553: $? = 0 | configure:8568: result: yes | configure:8586: checking whether fputc_unlocked is declared | configure:8615: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8621: $? = 0 | configure:8636: result: yes | configure:8654: checking whether fputs_unlocked is declared | configure:8683: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8689: $? = 0 | configure:8704: result: yes | configure:8722: checking whether fread_unlocked is declared | configure:8751: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8757: $? = 0 | configure:8772: result: yes | configure:8790: checking whether fwrite_unlocked is declared | configure:8819: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8825: $? = 0 | configure:8840: result: yes | configure:8858: checking whether getc_unlocked is declared | configure:8887: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8893: $? = 0 | configure:8908: result: yes | configure:8926: checking whether getchar_unlocked is declared | configure:8955: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:8961: $? = 0 | configure:8976: result: yes | configure:8994: checking whether putc_unlocked is declared | configure:9023: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:9029: $? = 0 | configure:9044: result: yes | configure:9062: checking whether putchar_unlocked is declared | configure:9091: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:9097: $? = 0 | configure:9112: result: yes | configure:9137: checking for flockfile | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for funlockfile | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for pathconf | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for canonicalize_file_name | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for getcwd | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for readlink | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for dup2 | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for fchdir | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for btowc | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for isblank | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:107: warning: conflicting types for built-in function 'isblank' | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for iswctype | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for mbsrtowcs | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for mempcpy | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:110: warning: conflicting types for built-in function 'mempcpy' | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for wmemchr | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for wmemcpy | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for wmempcpy | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for ftruncate | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for gettimeofday | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for nanotime | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | /home/users/arekm/tmp/ccU7T25y.o: In function `main': | /home/users/arekm/rpm/BUILD/tar-1.18/conftest.c:127: undefined reference to `nanotime' | collect2: ld returned 1 exit status | configure:9199: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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:9217: result: no | configure:9137: checking for alarm | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for lchmod | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:122: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:9199: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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:9217: result: no | configure:9137: checking for fdopendir | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for mbsinit | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for mbrtowc | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for wcrtomb | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for wcscoll | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for setenv | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for sleep | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for strerror | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for lstat | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for pipe | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for futimes | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for futimesat | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for vasnprintf | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | /home/users/arekm/tmp/ccWxfJBs.o: In function `main': | /home/users/arekm/rpm/BUILD/tar-1.18/conftest.c:140: undefined reference to `vasnprintf' | collect2: ld returned 1 exit status | configure:9199: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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:9217: result: no | configure:9137: checking for iswcntrl | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:129: warning: conflicting types for built-in function 'iswcntrl' | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for wcwidth | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for mkfifo | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9137: checking for setlocale | configure:9193: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9199: $? = 0 | configure:9217: result: yes | configure:9235: checking for d_ino member in directory struct | configure:9275: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9278: $? = 0 | configure:9284: ./conftest | configure:9287: $? = 0 | configure:9303: result: yes | configure:9315: checking whether system is Windows or MSDOS | configure:9344: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:116: error: 'neither' undeclared (first use in this function) | conftest.c:116: error: (Each undeclared identifier is reported only once | conftest.c:116: error: for each function it appears in.) | conftest.c:116: error: expected ';' before 'MSDOS' | configure:9350: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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:9366: result: no | configure:9457: checking for long file names | configure:9489: result: yes | configure:9501: checking whether canonicalize_file_name is declared | configure:9530: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:9536: $? = 0 | configure:9551: result: yes | configure:9602: checking for unistd.h | configure:9608: result: yes | configure:9742: checking for working chown | configure:9785: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9788: $? = 0 | configure:9794: ./conftest | configure:9797: $? = 0 | configure:9815: result: yes | configure:9826: checking whether chown(2) dereferences symlinks | configure:9869: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:9872: $? = 0 | configure:9878: ./conftest | configure:9881: $? = 0 | configure:9899: result: yes | configure:9916: checking build system type | configure:9934: result: x86_64-pld-linux-gnu | configure:9956: checking host system type | configure:9971: result: x86_64-pld-linux-gnu | configure:9995: checking whether // is distinct from / | configure:10024: result: no | configure:10036: checking whether strerror_r is declared | configure:10065: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:10071: $? = 0 | configure:10086: result: yes | configure:10108: checking for strerror_r | configure:10164: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:10170: $? = 0 | configure:10188: result: yes | configure:10198: checking whether strerror_r returns char * | configure:10232: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:10238: $? = 0 | configure:10314: result: yes | configure:10328: checking whether the preprocessor supports include_next | configure:10341: x86_64-pld-linux-gcc -E conftest.c | conftest.c:1:2: warning: #include_next in primary source file | configure:10347: $? = 0 | configure:10362: result: yes | configure:10382: checking for mbstate_t | configure:10409: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:10415: $? = 0 | configure:10430: result: yes | configure:10468: checking whether getcwd (NULL, 0) allocates memory for result | configure:10506: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:10509: $? = 0 | configure:10515: ./conftest | configure:10518: $? = 0 | configure:10534: result: yes | configure:10537: checking whether getcwd is declared | configure:10566: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:10572: $? = 0 | configure:10587: result: yes | configure:10613: checking for compound literals | configure:10640: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:124: error: initializer element is not constant | configure:10646: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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:10661: result: no | configure:10671: checking whether struct tm is in sys/time.h or time.h | configure:10701: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:10707: $? = 0 | configure:10722: result: time.h | configure:10733: checking for struct tm.tm_gmtoff | configure:10762: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:10768: $? = 0 | configure:10826: result: yes | configure:10837: checking whether getdelim is declared | configure:10866: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:10872: $? = 0 | configure:10887: result: yes | configure:10922: checking getopt.h usability | configure:10939: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:10945: $? = 0 | configure:10959: result: yes | configure:10963: checking getopt.h presence | configure:10978: x86_64-pld-linux-gcc -E conftest.c | configure:10984: $? = 0 | configure:10998: result: yes | configure:11031: checking for getopt.h | configure:11039: result: yes | configure:11061: checking for getopt_long_only | configure:11117: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:11123: $? = 0 | configure:11141: result: yes | configure:11156: checking whether optreset is declared | configure:11186: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:134: error: 'optreset' undeclared (first use in this function) | conftest.c:134: error: (Each undeclared identifier is reported only once | conftest.c:134: error: for each function it appears in.) | configure:11192: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 | | (void) optreset; | | #endif | | | | ; | | return 0; | | } | configure:11207: result: no | configure:11216: checking for working GNU getopt function | configure:11309: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:11312: $? = 0 | configure:11318: ./conftest | conftest: invalid option -- + | configure:11321: $? = 0 | configure:11337: result: yes | configure:11406: checking for struct timeval | configure:11436: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:11442: $? = 0 | configure:11457: result: yes | configure:11479: checking for long long int | configure:11512: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:11518: $? = 0 | configure:11563: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:11566: $? = 0 | configure:11572: ./conftest | configure:11575: $? = 0 | configure:11600: result: yes | configure:11611: checking for unsigned long long int | configure:11642: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:11648: $? = 0 | configure:11665: result: yes | configure:11766: checking whether stdint.h conforms to C99 | configure:11939: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:11945: $? = 0 | configure:11960: result: yes | configure:12738: checking for inttypes.h | configure:12744: result: yes | configure:12879: checking whether the inttypes.h PRIxNN macros are broken | configure:12910: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:12916: $? = 0 | configure:12932: result: no | configure:12947: checking whether imaxabs is declared | configure:12976: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:12982: $? = 0 | configure:12997: result: yes | configure:13015: checking whether imaxdiv is declared | configure:13044: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:13050: $? = 0 | configure:13065: result: yes | configure:13083: checking whether strtoimax is declared | configure:13112: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:13118: $? = 0 | configure:13133: result: yes | configure:13151: checking whether strtoumax is declared | configure:13180: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:13186: $? = 0 | configure:13201: result: yes | configure:13232: checking for nl_langinfo and CODESET | configure:13258: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:13264: $? = 0 | configure:13282: result: yes | configure:13293: checking whether we are using the GNU C Library 2.1 or newer | configure:13324: result: yes | configure:13336: checking for stdlib.h | configure:13342: result: yes | configure:13476: checking for GNU libc compatible malloc | configure:13510: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:13513: $? = 0 | configure:13519: ./conftest | configure:13522: $? = 0 | configure:13538: result: yes | configure:13554: checking whether mbrtowc and mbstate_t are properly declared | configure:13584: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:13590: $? = 0 | configure:13607: result: yes | configure:13662: checking whether memrchr is declared | configure:13691: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:13697: $? = 0 | configure:13712: result: yes | configure:13795: checking whether strdup is declared | configure:13824: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:13830: $? = 0 | configure:13845: result: yes | configure:13917: checking whether strndup is declared | configure:13946: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:13952: $? = 0 | configure:13967: result: yes | configure:13985: checking whether strnlen is declared | configure:14014: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:14020: $? = 0 | configure:14035: result: yes | configure:14074: checking for struct timespec in | configure:14101: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:14107: $? = 0 | configure:14122: result: yes | configure:14252: checking whether utime accepts a null argument | configure:14291: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:14294: $? = 0 | configure:14300: ./conftest | configure:14303: $? = 0 | configure:14319: result: yes | configure:14339: checking for struct utimbuf | configure:14372: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:14378: $? = 0 | configure:14393: result: yes | configure:14405: checking determine whether the utimes function works | configure:14478: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:14481: $? = 0 | configure:14487: ./conftest | configure:14490: $? = 0 | configure:14506: result: yes | configure:14523: checking for EOVERFLOW | configure:14921: result: yes | configure:14936: checking for wchar_t | configure:14963: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:14969: $? = 0 | configure:14984: result: yes | configure:14995: checking for wint_t | configure:15030: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:15036: $? = 0 | configure:15051: result: yes | configure:15062: checking for inttypes.h | configure:15089: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:15095: $? = 0 | configure:15110: result: yes | configure:15121: checking for stdint.h | configure:15148: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:15154: $? = 0 | configure:15169: result: yes | configure:15193: checking for intmax_t | configure:15228: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:15234: $? = 0 | configure:15249: result: yes | configure:15269: checking whether vsnprintf is declared | configure:15298: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:15304: $? = 0 | configure:15319: result: yes | configure:15347: checking for stdint.h | configure:15353: result: yes | configure:15487: checking for SIZE_MAX | configure:16202: result: yes | configure:16239: checking for alloca as a compiler built-in | configure:16267: result: yes | configure:16317: checking whether program_invocation_name is declared | configure:16347: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:16353: $? = 0 | configure:16368: result: yes | configure:16384: checking whether program_invocation_short_name is declared | configure:16414: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:16420: $? = 0 | configure:16435: result: yes | configure:16456: checking whether program_invocation_name is defined | configure:16479: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:16485: $? = 0 | configure:16495: result: yes | configure:16507: checking whether program_invocation_short_name is defined | configure:16530: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:16536: $? = 0 | configure:16546: result: yes | configure:16679: checking whether this system has an arbitrary file name length limit | configure:16705: result: yes | configure:16840: checking for library containing clock_gettime | configure:16881: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | /home/users/arekm/tmp/ccJWZGhm.o: In function `main': | /home/users/arekm/rpm/BUILD/tar-1.18/conftest.c:172: undefined reference to `clock_gettime' | collect2: ld returned 1 exit status | configure:16887: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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:16881: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c -lrt >&5 | configure:16887: $? = 0 | configure:16915: result: -lrt | configure:16930: checking for clock_gettime | configure:16986: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c -lrt >&5 | configure:16992: $? = 0 | configure:17010: result: yes | configure:16930: checking for clock_settime | configure:16986: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c -lrt >&5 | configure:16992: $? = 0 | configure:17010: result: yes | configure:17039: checking for d_ino member in directory struct | configure:17107: result: yes | configure:17125: checking for dirfd | configure:17181: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:17187: $? = 0 | configure:17205: result: yes | configure:17215: checking whether dirfd is declared | configure:17246: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:17252: $? = 0 | configure:17267: result: yes | configure:17286: checking whether dirfd is a macro | configure:17313: result: no | configure:17502: checking whether // is distinct from / | configure:17531: result: no | configure:17559: checking for error_at_line | configure:17585: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:17591: $? = 0 | configure:17608: result: yes | configure:17703: checking for working fcntl.h | configure:17769: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:17772: $? = 0 | configure:17778: ./conftest | configure:17781: $? = 0 | configure:17802: result: yes | configure:17888: checking for struct stat.st_blocks | configure:17916: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:17922: $? = 0 | configure:17979: result: yes | configure:18073: checking for working GNU fnmatch | configure:18144: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:18147: $? = 0 | configure:18153: ./conftest | configure:18156: $? = 0 | configure:18172: result: yes | configure:18298: checking for __fpending | configure:18354: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:18360: $? = 0 | configure:18378: result: yes | configure:18396: checking whether __fpending is declared | configure:18426: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:18432: $? = 0 | configure:18447: result: yes | configure:18711: checking whether getcwd handles long file names properly | configure:18883: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:18886: $? = 0 | configure:18892: ./conftest | configure:18895: $? = 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.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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:18915: result: no, but it is partly working | configure:18935: checking for getpagesize | configure:18991: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:18997: $? = 0 | configure:19015: result: yes | configure:19025: checking whether getcwd aborts when 4k < cwd_length < 16k | configure:19125: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:19128: $? = 0 | configure:19134: ./conftest | configure:19137: $? = 0 | configure:19154: result: no | configure:19185: checking for struct tm.tm_zone | configure:19216: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:19222: $? = 0 | configure:19282: result: yes | configure:19444: checking for getdelim | configure:19500: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:19506: $? = 0 | configure:19524: result: yes | configure:19644: checking whether getline is declared | configure:19673: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:19679: $? = 0 | configure:19694: result: yes | configure:19714: checking for getline | configure:19770: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:19776: $? = 0 | configure:19793: result: yes | configure:19802: checking for working getline function | configure:19863: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:19866: $? = 0 | configure:19872: ./conftest | configure:19875: $? = 0 | configure:19891: result: yes | configure:20159: checking OS.h usability | configure:20176: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:214:16: error: OS.h: No such file or directory | configure:20182: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:20196: result: no | configure:20200: checking OS.h presence | configure:20215: x86_64-pld-linux-gcc -E conftest.c | conftest.c:181:16: error: OS.h: No such file or directory | configure:20221: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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:20235: result: no | configure:20268: checking for OS.h | configure:20276: result: no | configure:20293: checking for getpagesize | configure:20373: result: yes | configure:20411: checking for gettimeofday with POSIX signature | configure:20443: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:189: warning: initialization from incompatible pointer type | configure:20449: $? = 0 | configure:20464: result: yes | configure:20470: checking whether gettimeofday clobbers localtime buffer | configure:20512: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:20515: $? = 0 | configure:20521: ./conftest | configure:20524: $? = 0 | configure:20540: result: no | configure:21069: checking whether the compiler generally respects inline | configure:21100: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:21106: $? = 0 | configure:21123: result: yes | configure:21168: checking whether inttypes.h conforms to C99 | configure:21301: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:21307: $? = 0 | configure:21323: result: yes | configure:21414: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c:185: error: conflicting types for 'foo' | conftest.c:184: error: previous declaration of 'foo' was here | configure:21420: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 | | /* end confdefs.h. */ | | #include | | extern intptr_t foo; | | extern int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:21414: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:21420: $? = 0 | configure:21474: checking for lchown | configure:21530: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:21536: $? = 0 | configure:21554: result: yes | configure:21585: checking whether lstat dereferences a symlink specified with a trailing slash | configure:21621: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:21624: $? = 0 | configure:21630: ./conftest | configure:21633: $? = 0 | configure:21656: result: yes | configure:21677: checking for stdlib.h | configure:21683: result: yes | configure:21817: checking for GNU libc compatible malloc | configure:21879: result: yes | configure:21929: checking for memchr | configure:21985: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:21991: $? = 0 | configure:22009: result: yes | configure:22181: checking for mempcpy | configure:22261: result: yes | configure:22300: checking for memrchr | configure:22356: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:22362: $? = 0 | configure:22380: result: yes | configure:22405: checking for memset | configure:22461: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:213: warning: conflicting types for built-in function 'memset' | configure:22467: $? = 0 | configure:22485: result: yes | configure:22509: checking for mkdtemp | configure:22565: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:22571: $? = 0 | configure:22589: result: yes | configure:22624: checking for working mktime | configure:22829: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:22832: $? = 0 | configure:22838: ./conftest | configure:22841: $? = 0 | configure:22857: result: yes | configure:22877: checking for obstacks | configure:22908: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:22914: $? = 0 | configure:22931: result: yes | configure:22964: checking for fchmodat | configure:23020: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:23026: $? = 0 | configure:23044: result: yes | configure:22964: checking for mkdirat | configure:23020: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:23026: $? = 0 | configure:23044: result: yes | configure:22964: checking for openat | configure:23020: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:23026: $? = 0 | configure:23044: result: yes | configure:23074: checking for fchownat | configure:23130: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:23136: $? = 0 | configure:23153: result: yes | configure:23163: checking whether fchownat works with AT_SYMLINK_NOFOLLOW | configure:23205: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:23208: $? = 0 | configure:23214: ./conftest | configure:23217: $? = 0 | configure:23234: result: yes | configure:23276: checking for mbstate_t | configure:23324: result: yes | configure:23340: checking whether mbrtowc and mbstate_t are properly declared | configure:23393: result: yes | configure:23447: checking for working re_compile_pattern | configure:23598: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:23601: $? = 0 | configure:23607: ./conftest | configure:23610: $? = 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.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #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; | | | | /* Catch a bug reported by Vin Shelton in | | http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html | | */ | | re_set_syntax (RE_SYNTAX_POSIX_BASIC | | & ~RE_CONTEXT_INVALID_DUP | | & ~RE_NO_EMPTY_RANGES); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, ®ex); | | if (s) | | 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:23626: result: no | configure:23738: checking whether isblank is declared | configure:23768: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:23774: $? = 0 | configure:23789: result: yes | configure:23815: checking for rmdir | configure:23871: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:23877: $? = 0 | configure:23895: result: yes | configure:23913: checking for rpmatch | configure:23969: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:23975: $? = 0 | configure:23993: result: yes | configure:24363: checking for unsetenv | configure:24419: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:24425: $? = 0 | configure:24443: result: yes | configure:24526: checking for unsetenv() return type | configure:24562: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:24568: $? = 0 | configure:24583: result: int | configure:24613: checking for ssize_t | configure:24661: result: yes | configure:24681: checking for struct stat.st_atim.tv_nsec | configure:24711: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:24717: $? = 0 | configure:24776: result: yes | configure:24784: checking whether struct stat.st_atim is of type struct timespec | configure:24821: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:24827: $? = 0 | configure:24842: result: yes | configure:25184: checking for struct stat.st_birthtimespec.tv_nsec | configure:25214: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:227: error: 'struct stat' has no member named 'st_birthtimespec' | configure:25220: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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:25255: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:227: error: 'struct stat' has no member named 'st_birthtimespec' | configure:25261: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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:25279: result: no | configure:25289: checking for struct stat.st_birthtimensec | configure:25319: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:227: error: 'struct stat' has no member named 'st_birthtimensec' | configure:25325: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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:25360: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:227: error: 'struct stat' has no member named 'st_birthtimensec' | configure:25366: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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:25384: result: no | configure:25394: checking for struct stat.st_birthtim.tv_nsec | configure:25424: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:227: error: 'struct stat' has no member named 'st_birthtim' | configure:25430: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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:25465: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:227: error: 'struct stat' has no member named 'st_birthtim' | configure:25471: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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:25489: result: no | configure:25506: checking for va_copy | configure:25537: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:25543: $? = 0 | configure:25559: result: yes | configure:25737: checking whether stdint.h conforms to C99 | configure:25931: result: yes | configure:26815: checking for stpcpy | configure:26871: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:243: warning: conflicting types for built-in function 'stpcpy' | configure:26877: $? = 0 | configure:26895: result: yes | configure:26925: checking for strcasecmp | configure:26981: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:244: warning: conflicting types for built-in function 'strcasecmp' | configure:26987: $? = 0 | configure:27005: result: yes | configure:27030: checking for strncasecmp | configure:27086: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:245: warning: conflicting types for built-in function 'strncasecmp' | configure:27092: $? = 0 | configure:27110: result: yes | configure:27127: checking whether strncasecmp is declared | configure:27156: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:27162: $? = 0 | configure:27177: result: yes | configure:27208: checking for strchrnul | configure:27264: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:27270: $? = 0 | configure:27288: result: yes | configure:27315: checking for strdup | configure:27371: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:248: warning: conflicting types for built-in function 'strdup' | configure:27377: $? = 0 | configure:27395: result: yes | configure:27450: checking for working strndup | configure:27594: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:27597: $? = 0 | configure:27603: ./conftest | configure:27606: $? = 0 | configure:27622: result: yes | configure:27652: checking for working strnlen | configure:27696: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:27699: $? = 0 | configure:27705: ./conftest | configure:27708: $? = 0 | configure:27724: result: yes | configure:27749: checking whether defines strtoimax as a macro | configure:27774: result: no | configure:27782: checking for strtoimax | configure:27838: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:27844: $? = 0 | configure:27862: result: yes | configure:27958: checking for strtol | configure:28014: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:28020: $? = 0 | configure:28038: result: yes | configure:28058: checking for strtoll | configure:28114: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:28120: $? = 0 | configure:28138: result: yes | configure:28162: checking for strtoul | configure:28218: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:28224: $? = 0 | configure:28242: result: yes | configure:28262: checking for strtoull | configure:28318: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:28324: $? = 0 | configure:28342: result: yes | configure:28365: checking whether defines strtoumax as a macro | configure:28390: result: no | configure:28398: checking for strtoumax | configure:28454: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:28460: $? = 0 | configure:28478: result: yes | configure:28583: checking whether mkdir is declared | configure:28613: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:28619: $? = 0 | configure:28634: result: yes | configure:28863: checking for a thread-safe mkdir -p | configure:28902: result: /bin/mkdir -p | configure:28908: checking for a thread-safe mkdir -p | configure:28947: result: /bin/mkdir -p | configure:29048: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:29054: $? = 0 | configure:29092: checking whether localtime_r is compatible with its POSIX signature | configure:29122: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:29128: $? = 0 | configure:29143: result: yes | configure:29476: checking for ptrdiff_t | configure:29506: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:29512: $? = 0 | configure:29527: result: yes | configure:29550: checking for snprintf | configure:29606: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:260: warning: conflicting types for built-in function 'snprintf' | configure:29612: $? = 0 | configure:29630: result: yes | configure:29550: checking for wcslen | configure:29606: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:29612: $? = 0 | configure:29630: result: yes | configure:29640: checking whether _snprintf is declared | configure:29670: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:245: error: '_snprintf' undeclared (first use in this function) | conftest.c:245: error: (Each undeclared identifier is reported only once | conftest.c:245: error: for each function it appears in.) | configure:29676: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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 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 UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef _snprintf | | (void) _snprintf; | | #endif | | | | ; | | return 0; | | } | configure:29691: result: no | configure:29721: checking for vsnprintf | configure:29777: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | conftest.c:263: warning: conflicting types for built-in function 'vsnprintf' | configure:29783: $? = 0 | configure:29801: result: yes | configure:29834: checking whether is standalone | configure:29849: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:29855: $? = 0 | configure:29870: result: yes | configure:30048: checking whether wcwidth is declared | configure:30089: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:30095: $? = 0 | configure:30110: result: yes | configure:30152: checking for stdint.h | configure:30158: result: yes | configure:30316: checking whether time.h and sys/time.h may both be included | configure:30346: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:30352: $? = 0 | configure:30367: result: yes | configure:30377: checking for struct stat.st_blksize | configure:30405: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:30411: $? = 0 | configure:30468: result: yes | configure:30493: checking for library containing setsockopt | configure:30534: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:30540: $? = 0 | configure:30568: result: none required | configure:30660: checking for library containing setsockopt | configure:30735: result: none required | configure:30813: checking for sys/mtio.h | configure:30819: result: yes | configure:30953: checking which ioctl field to test for reversed bytes | configure:30976: result: mt_type | configure:30992: checking whether to build rmt | configure:31009: result: yes | configure:30758: checking for remote tape header files | configure:30780: x86_64-pld-linux-gcc -E conftest.c | configure:30786: $? = 0 | configure:30801: result: yes | configure:31078: checking for sys/buf.h | configure:31123: result: no | configure:31137: checking for struct stat.st_blksize | configure:31228: result: yes | configure:31268: checking for fsync | configure:31324: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:31330: $? = 0 | configure:31348: result: yes | configure:31268: checking for getdtablesize | configure:31324: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:31330: $? = 0 | configure:31348: result: yes | configure:31268: checking for lstat | configure:31348: result: yes | configure:31268: checking for mkfifo | configure:31348: result: yes | configure:31268: checking for readlink | configure:31348: result: yes | configure:31268: checking for strerror | configure:31348: result: yes | configure:31268: checking for symlink | configure:31324: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:31330: $? = 0 | configure:31348: result: yes | configure:31268: checking for setlocale | configure:31348: result: yes | configure:31268: checking for utimes | configure:31324: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:31330: $? = 0 | configure:31348: result: yes | configure:31358: checking whether getgrgid is declared | configure:31388: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:31394: $? = 0 | configure:31409: result: yes | configure:31427: checking whether getpwuid is declared | configure:31457: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:31463: $? = 0 | configure:31478: result: yes | configure:31496: checking whether time is declared | configure:31526: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:31532: $? = 0 | configure:31547: result: yes | configure:31570: checking for waitpid | configure:31626: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:31632: $? = 0 | configure:31650: result: yes | configure:31669: checking for remote shell | configure:31695: result: no | configure:31703: checking for netdb.h | configure:31709: result: yes | configure:31851: checking for default archive format | configure:31870: result: GNU | configure:31873: checking for default archive | configure:31918: result: - | configure:31922: checking for default blocking | configure:31930: result: 20 | configure:31933: checking for default quoting style | configure:31946: result: escape | configure:31996: checking for ld used by GCC | configure:32060: result: /usr/bin/ld | configure:32069: checking if the linker (/usr/bin/ld) is GNU ld | configure:32082: result: yes | configure:32089: checking for shared library run path origin | configure:32102: result: done | configure:32566: checking for iconv | configure:32598: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:32604: $? = 0 | configure:32674: result: yes | configure:32697: checking for iconv declaration | configure:32736: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:32742: $? = 0 | configure:32760: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:32786: checking iconv.h usability | configure:32803: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:32809: $? = 0 | configure:32823: result: yes | configure:32827: checking iconv.h presence | configure:32842: x86_64-pld-linux-gcc -E conftest.c | configure:32848: $? = 0 | configure:32862: result: yes | configure:32895: checking for iconv.h | configure:32903: result: yes | configure:32916: checking for iconv_t | configure:32951: x86_64-pld-linux-gcc -std=gnu99 -c -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 conftest.c >&5 | configure:32957: $? = 0 | configure:32972: result: yes | configure:32987: checking whether NLS is requested | configure:32996: result: yes | configure:33034: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:33066: result: /usr/bin/msgfmt | configure:33075: checking for gmsgfmt | configure:33106: result: /usr/bin/msgfmt | configure:33157: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C | configure:33189: result: /usr/bin/xgettext | configure:33235: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:33266: result: /usr/bin/msgmerge | configure:33303: checking for CFPreferencesCopyAppValue | configure:33331: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:270:42: error: CoreFoundation/CFPreferences.h: No such file or directory | conftest.c: In function 'main': | conftest.c:274: warning: implicit declaration of function 'CFPreferencesCopyAppValue' | conftest.c:274: error: 'NULL' undeclared (first use in this function) | conftest.c:274: error: (Each undeclared identifier is reported only once | conftest.c:274: error: for each function it appears in.) | configure:33337: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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 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 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_DECL__SNPRINTF 0 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_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 HAVE_NETDB_H 1 | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:33355: result: no | configure:33364: checking for CFLocaleCopyCurrent | configure:33392: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:270:37: error: CoreFoundation/CFLocale.h: No such file or directory | conftest.c: In function 'main': | conftest.c:274: warning: implicit declaration of function 'CFLocaleCopyCurrent' | configure:33398: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.18" | | #define PACKAGE_STRING "GNU tar 1.18" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.18" | | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_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_STDINT_H 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 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 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 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 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_DECL__SNPRINTF 0 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_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 HAVE_NETDB_H 1 | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:33416: result: no | configure:33467: checking for GNU gettext in libc | configure:33497: x86_64-pld-linux-gcc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 -Wl,--as-needed conftest.c >&5 | configure:33503: $? = 0 | configure:33521: result: yes | configure:34237: checking whether to use NLS | configure:34239: result: yes | configure:34242: checking where the gettext function comes from | configure:34253: result: libc | configure:34484: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.18, which was | generated by GNU Autoconf 2.61. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on carme-pld | | config.status:890: creating tests/Makefile | config.status:890: creating tests/atlocal | config.status:890: creating Makefile | config.status:890: creating doc/Makefile | config.status:890: creating lib/Makefile | config.status:890: creating po/Makefile.in | config.status:890: creating scripts/Makefile | config.status:890: creating rmt/Makefile | config.status:890: creating src/Makefile | config.status:890: creating config.h | config.status:1454: executing depfiles commands | config.status:1454: executing po-directories commands | config.status:1454: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-pld-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=set | ac_cv_env_CC_value=x86_64-pld-linux-gcc | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 ' | ac_cv_env_CPPFLAGS_set=set | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_DEFAULT_ARCHIVE_FORMAT_set= | ac_cv_env_DEFAULT_ARCHIVE_FORMAT_value= | ac_cv_env_DEFAULT_ARCHIVE_set= | ac_cv_env_DEFAULT_ARCHIVE_value= | ac_cv_env_DEFAULT_BLOCKING_set= | ac_cv_env_DEFAULT_BLOCKING_value= | ac_cv_env_DEFAULT_QUOTING_STYLE_set= | ac_cv_env_DEFAULT_QUOTING_STYLE_value= | ac_cv_env_DEFAULT_RMT_DIR_set= | ac_cv_env_DEFAULT_RMT_DIR_value= | ac_cv_env_LDFLAGS_set=set | ac_cv_env_LDFLAGS_value='-Wl,--as-needed ' | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_value= | ac_cv_env_build_alias_set=set | ac_cv_env_build_alias_value=x86_64-pld-linux | ac_cv_env_host_alias_set=set | ac_cv_env_host_alias_value=x86_64-pld-linux | 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_isblank=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__snprintf=no | 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_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_buf_h=no | ac_cv_header_sys_device_h=no | ac_cv_header_sys_filio_h=no | ac_cv_header_sys_gentape_h=no | ac_cv_header_sys_inet_h=no | ac_cv_header_sys_io_trioctl_h=no | ac_cv_header_sys_mtio_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_tape_h=no | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_tprintf_h=no | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_types_h_makedev=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_sysexits_h=yes | ac_cv_header_time=yes | ac_cv_header_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-pld-linux-gnu | ac_cv_lib_error_at_line=yes | ac_cv_member_struct_stat_st_atim_tv_nsec=yes | ac_cv_member_struct_stat_st_birthtim_tv_nsec=no | ac_cv_member_struct_stat_st_birthtimensec=no | ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no | ac_cv_member_struct_stat_st_blksize=yes | ac_cv_member_struct_stat_st_blocks=yes | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_objext=o | ac_cv_path_EGREP='/bin/grep -E' | ac_cv_path_GMSGFMT=/usr/bin/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=mawk | ac_cv_prog_CC=x86_64-pld-linux-gcc | ac_cv_prog_CPP='x86_64-pld-linux-gcc -E' | ac_cv_prog_YACC='bison -y' | 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_search_strerror='none required' | ac_cv_struct_tm=time.h | ac_cv_sys_file_offset_bits=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_long_file_names=yes | ac_cv_type__Bool=yes | ac_cv_type_dev_t=yes | ac_cv_type_iconv_t=yes | ac_cv_type_ino_t=yes | ac_cv_type_long_long=yes | ac_cv_type_long_long_int=yes | ac_cv_type_major_t=no | ac_cv_type_mbstate_t=yes | ac_cv_type_minor_t=no | ac_cv_type_mode_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=yes | ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes | ac_cv_win_or_dos=no | ac_cv_working_alloca_h=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_working_getline=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_prog_tar_ustar=gnutar | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | diff_cv_st_fstype_string=no | 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_have_include_next=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=yes | gl_cv_header_working_stdint_h=yes | gl_cv_next_fcntl_h='' | gl_cv_next_inttypes_h='' | gl_cv_next_stdint_h='' | gl_cv_next_stdio_h='' | gl_cv_next_stdlib_h='' | gl_cv_next_string_h='' | gl_cv_next_sys_stat_h='' | gl_cv_next_sys_time_h='' | gl_cv_next_sysexits_h='' | gl_cv_next_time_h='' | gl_cv_next_unistd_h='' | gl_cv_next_wctype_h='' | gl_cv_rpl_alloca=yes | gl_cv_size_max=yes | gl_cv_struct_dirent_d_ino=yes | gl_cv_sys_struct_timespec_in_time_h=yes | gl_cv_sys_struct_timeval=yes | gl_cv_sys_struct_utimbuf=yes | gl_cv_time_r_posix=yes | gt_cv_c_intmax_t=yes | gt_cv_c_wchar_t=yes | gt_cv_c_wint_t=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_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=no | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /home/users/arekm/rpm/BUILD/tar-1.18/build-aux/missing --run aclocal-1.10' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /home/users/arekm/rpm/BUILD/tar-1.18/build-aux/missing --run tar' | AUTOCONF='${SHELL} /home/users/arekm/rpm/BUILD/tar-1.18/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /home/users/arekm/rpm/BUILD/tar-1.18/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /home/users/arekm/rpm/BUILD/tar-1.18/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /home/users/arekm/rpm/BUILD/tar-1.18/build-aux/missing --run automake-1.10' | AWK='mawk' | 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='' | BITSIZEOF_SIG_ATOMIC_T='' | BITSIZEOF_SIZE_T='' | BITSIZEOF_WCHAR_T='' | BITSIZEOF_WINT_T='' | CC='x86_64-pld-linux-gcc -std=gnu99' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O2 -fno-strict-aliasing -fwrapv -march=x86-64 -gdwarf-2 -g2 ' | CPP='x86_64-pld-linux-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='/usr/bin/msgfmt' | 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_LCHOWN='1' | GNULIB_LSEEK='0' | GNULIB_MBSCASECMP='1' | GNULIB_MBSCASESTR='0' | GNULIB_MBSCHR='0' | GNULIB_MBSCSPN='0' | GNULIB_MBSLEN='0' | GNULIB_MBSNCASECMP='0' | GNULIB_MBSNLEN='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='' | HAVE_SIGNED_WCHAR_T='' | HAVE_SIGNED_WINT_T='' | HAVE_SLEEP='1' | HAVE_STDINT_H='1' | HAVE_STPCPY='1' | HAVE_STPNCPY='1' | HAVE_STRCASECMP='1' | HAVE_STRCASESTR='1' | HAVE_STRCHRNUL='1' | HAVE_STRNDUP='1' | HAVE_STRPBRK='1' | HAVE_STRSEP='1' | HAVE_STRUCT_TIMEVAL='1' | HAVE_SYSEXITS_H='1' | HAVE_SYS_BITYPES_H='' | HAVE_SYS_INTTYPES_H='' | HAVE_SYS_TIME_H='1' | HAVE_SYS_TYPES_H='1' | HAVE_UNISTD_H='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_VASPRINTF='1' | HAVE_WCHAR_H='' | HAVE_WCTYPE_H='1' | HAVE_WINT_T='1' | HAVE__BOOL='1' | INCLUDE_NEXT='include_next' | 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='-Wl,--as-needed ' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIBTAR_LIBDEPS='' | LIBTAR_LTLIBDEPS='' | LIB_CLOCK_GETTIME='-lrt' | LIB_SETSOCKOPT='' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAKEINFO='${SHELL} /home/users/arekm/rpm/BUILD/tar-1.18/build-aux/missing --run makeinfo' | MSGFMT='/usr/bin/msgfmt' | MSGFMT_015='/usr/bin/msgfmt' | MSGMERGE='/usr/bin/msgmerge' | NEXT_DIRENT_H='' | NEXT_FCNTL_H='' | NEXT_FLOAT_H='' | NEXT_INTTYPES_H='' | NEXT_STDINT_H='' | NEXT_STDIO_H='' | NEXT_STDLIB_H='' | NEXT_STRING_H='' | NEXT_SYSEXITS_H='' | NEXT_SYS_STAT_H='' | NEXT_SYS_TIME_H='' | NEXT_TIME_H='' | NEXT_UNISTD_H='' | NEXT_WCHAR_H='' | NEXT_WCTYPE_H='' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.18' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.18' | PATH_SEPARATOR=':' | POSUB='po' | PRIPTR_PREFIX='"l"' | PRI_MACROS_BROKEN='0' | PTRDIFF_T_SUFFIX='' | 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_LCHOWN='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='' | STDBOOL_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.18' | WCHAR_H='' | WCHAR_T_SUFFIX='' | WCTYPE_H='' | WINT_T_SUFFIX='' | XGETTEXT='/usr/bin/xgettext' | XGETTEXT_015='/usr/bin/xgettext' | YACC='bison -y' | YFLAGS='' | ac_ct_CC='' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__quote='' | am__tar='tar --format=ustar -chf - "$$tardir"' | am__untar='tar -xf -' | bindir='/bin' | build='x86_64-pld-linux-gnu' | build_alias='x86_64-pld-linux' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='pld' | datadir='/usr/share' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_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-pld-linux-gnu' | host_alias='x86_64-pld-linux' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='pld' | htmldir='${docdir}' | includedir='/usr/include' | infodir='/usr/share/info' | install_sh='$(SHELL) /home/users/arekm/rpm/BUILD/tar-1.18/build-aux/install-sh' | libdir='//lib64' | libexecdir='/sbin' | localedir='${datarootdir}/locale' | localstatedir='/var' | mandir='/usr/share/man' | mkdir_p='/bin/mkdir -p' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='//sbin' | sharedstatedir='/var/lib' | sysconfdir='/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define PACKAGE_NAME "GNU tar" | #define PACKAGE_TARNAME "tar" | #define PACKAGE_VERSION "1.18" | #define PACKAGE_STRING "GNU tar 1.18" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tar" | #define VERSION "1.18" | #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_WCHAR_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_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_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_ISBLANK 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_INCLUDE_NEXT 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 HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_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_STDINT_H 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 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 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 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 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_DECL__SNPRINTF 0 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_SYS_MTIO_H 1 | #define MTIO_CHECK_FIELD mt_type | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_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 HAVE_NETDB_H 1 | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | #define DEFAULT_ARCHIVE "-" | #define DEFAULT_BLOCKING 20 | #define DEFAULT_QUOTING_STYLE escape_quoting_style | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | | configure: exit 0