## -------------------------- ## ## GNU tar 1.16.1 test suite. ## ## -------------------------- ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2006-12-08 Sergey Poznyakoff | | * bootstrap: Add paxutils files to dot_ignore. | | * configure.ac: Raise version number to 1.16.1 | * bootstrap (slurp): Create .(cvs|git)ignore if not present | * po/.cvsignore, m4/.cvsignore: Remove automatically generated | files. | | 2006-12-07 Sergey Poznyakoff ## --------- ## ## Platform. ## ## --------- ## hostname = prj.cwru.edu uname -m = i686 uname -r = 2.6.17.14 uname -s = Linux uname -v = #1 PREEMPT Fri Nov 3 14:23:44 EST 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = i686 /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/tests PATH: /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/src PATH: /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux PATH: /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1 PATH: /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/path PATH: /home/prj/command PATH: /command 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='/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/tests' | at_srcdir='.' | abs_srcdir='/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/tests' | at_top_srcdir='..' | abs_top_srcdir='/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1' | at_top_build_prefix='../' | abs_top_builddir='/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1' | | # 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=/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/tests:/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/src:/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux:$top_srcdir:$srcdir:$PATH | | XFAILFILE=$abs_builddir/.badversion | | trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 | | TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar | if test -z "$TEST_DATA_DIR"; then | TEST_DATA_DIR=$abs_builddir | fi | | STAR_DATA_URL=http://download.berlios.de/pub/star/testscripts | if test -z "$STAR_TESTSCRIPTS"; then | STAR_TESTSCRIPTS=$TEST_DATA_DIR | fi | | # tarball_prereq file sum dir url | tarball_prereq() { | if test -d "$3"; then | if test -r $3/$1; then | : | elif test -n "$FULL_TEST"; then | wget -q --directory-prefix=$3 $4/$1 | fi | fi | echo "$2 $3/$1" | md5sum --status --check - | } | | ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:92: /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/src/tar --version tar (GNU tar) 1.16.1 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Wed Dec 13 01:07:43 EST 2006 1. tar version (version.at:19): ok (Kids: 0.00s user 0.00s system) 2. decompressing from stdin (pipe.at:29): ok (Kids: 0.02s user 0.04s 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.03s system) 8. tar cvf - (verbose.at:26): ok (Kids: 0.00s user 0.02s system) 9. append (append.at:21): ok (Kids: 0.01s user 0.03s system) 10. appending files with long names (append01.at:29): ok (Kids: 0.01s user 0.03s system) 11. append vs. create (append02.at:40): ok (Kids: 0.01s user 0.03s system) 12. deleting a member after a big one (delete01.at:23): ok (Kids: 0.01s user 0.03s system) 13. deleting a member from stdin archive (delete02.at:23): ok (Kids: 0.01s user 0.03s system) 14. deleting members with long names (delete03.at:21): ok (Kids: 0.02s user 0.02s system) 15. deleting a large last member (delete04.at:23): ok (Kids: 0.03s user 0.07s system) 16. deleting non-existing member (delete05.at:27): ok (Kids: 0.00s user 0.03s system) 17. extract over an existing directory (extrac01.at:23): ok (Kids: 0.01s user 0.02s system) 18. extracting symlinks over an existing file (extrac02.at:23): ok (Kids: 0.00s user 0.03s system) 19. extraction loops (extrac03.at:23): ok (Kids: 0.00s user 0.02s system) 20. extract + fnmatch (extrac04.at:23): ok (Kids: 0.01s user 0.04s system) 21. extracting selected members from pax (extrac05.at:30): ok (Kids: 0.00s user 0.00s system) 22. mode of extracted directories (extrac06.at:33): ok (Kids: 0.01s user 0.04s system) 23. extracting symlinks to a read-only dir (extrac07.at:27): ok (Kids: 0.01s user 0.03s system) 24. gzip (gzip.at:23): ok (Kids: 0.00s user 0.00s system) 25. incremental (incremental.at:23): ok (Kids: 0.00s user 0.02s system) 26. restore broken symlinks from incremental (incr01.at:27): ok (Kids: 0.00s user 0.02s system) 27. restoring timestamps from incremental (incr02.at:32): ok (Kids: 0.01s user 0.02s system) 28. --listed for individual files (listed01.at:26): ok (Kids: 0.00s user 0.01s system) 29. working --listed (listed02.at:28): ok (Kids: 0.01s user 0.03s system) 30. renamed files in incrementals (incr03.at:28): ok (Kids: 0.01s user 0.05s system) 31. proper icontents initialization (incr04.at:29): ok (Kids: 0.02s user 0.05s system) 32. renamed dirs in incrementals (rename01.at:24): ok (Kids: 0.01s user 0.04s system) 33. move between hierarchies (rename02.at:24): ok (Kids: 0.01s user 0.05s system) 34. cyclic renames (rename03.at:23): ok (Kids: 0.01s user 0.06s system) 35. changed file types in incrementals (chtype.at:27): ok (Kids: 0.02s user 0.04s system) 36. ignfail (ignfail.at:23): ok (Kids: 0.01s user 0.05s system) 37. link count gt 2 (link01.at:33): ok (Kids: 0.01s user 0.03s system) 38. long names in V7 archives (longv7.at:24): ok (Kids: 0.00s user 0.00s system) 39. long file names divisible by block size (long01.at:28): ok (Kids: 0.01s user 0.01s system) 40. ustar: unsplittable file name (lustar01.at:21): ok (Kids: 0.00s user 0.00s system) 41. ustar: unsplittable path name (lustar02.at:21): ok (Kids: 0.00s user 0.00s system) 42. ustar: splitting long names (lustar03.at:21): ok (Kids: 0.00s user 0.00s system) 43. multivolume dumps from pipes (multiv01.at:23): ok (Kids: 0.01s user 0.02s system) 44. skipping a straddling member (multiv02.at:28): ok (Kids: 0.01s user 0.02s system) 45. MV archive & long filenames (multiv03.at:30): ok (Kids: 0.00s user 0.02s system) 46. split directory members in a MV archive (multiv04.at:36): ok (Kids: 0.02s user 0.11s system) 47. Restoring after an out of sync folume (multiv05.at:26): ok (Kids: 0.01s user 0.03s system) 48. old archives (old.at:23): ok (Kids: 0.00s user 0.00s system) 49. recurse (recurse.at:21): ok (Kids: 0.00s user 0.02s system) 50. working -C with --same-order (same-order01.at:26): ok (Kids: 0.01s user 0.04s system) 51. multiple -C options (same-order02.at:25): ok (Kids: 0.01s user 0.04s system) 52. short records (shortrec.at:25): ok (Kids: 0.01s user 0.05s system) 53. sparse files (sparse01.at:21): ok (Kids: 0.06s user 0.11s system) 54. extracting sparse file over a pipe (sparse02.at:21): ok (Kids: 0.06s user 0.10s system) 55. storing sparse files > 8G (sparse03.at:21): ok (Kids: 50.53s user 67.81s system) 56. sparse files in MV archives (sparsemv.at:21): ok (Kids: 0.02s user 0.04s system) 57. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (Kids: 0.03s user 0.02s system) 58. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (Kids: 0.03s user 0.02s system) 59. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (Kids: 0.03s user 0.02s system) 60. update unchanged directories (update.at:27): ok (Kids: 0.01s user 0.04s system) 61. volume (volume.at:23): ok (Kids: 0.00s user 0.02s system) 62. volume header size (volsize.at:29): skipped (volsize.at:54) 63. compressed format recognition (comprec.at:21): ok (Kids: 0.01s user 0.04s system) 64. truncate (truncate.at:29): ok (Kids: 1.91s user 2.06s system) 65. grow (grow.at:24): ok (Kids: 1.27s user 1.64s system) 66. gtarfail (gtarfail.at:21): skipped (gtarfail.at:38) 67. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:41) 68. multi-fail (multi-fail.at:21): skipped (multi-fail.at:86) 69. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:36) 70. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:36) 71. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:36) testsuite: ending at: Wed Dec 13 01:11:31 EST 2006 testsuite: test suite duration: 0h 3m 48s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 64 tests were run, 1 failed unexpectedly. 7 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.16.1 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.16.1 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 62: volsize.at:29 volume header size volume volsize 66: gtarfail.at:21 gtarfail star gtarfail 67: gtarfail2.at:21 gtarfail2 star gtarfail2 68: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 69: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 70: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 71: 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:44: mkdir v7 (cd v7 TEST_TAR_FORMAT=v7 export TEST_TAR_FORMAT TAR_OPTIONS="-H v7" 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" genfile -f trzy tar cfTv archive file-list | sort ) --- - 2006-12-13 01:07:53.500678000 -0500 +++ /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/tests/testsuite.dir/at-stdout 2006-12-13 01:07:53.000000000 -0500 @@ -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:44) ## ------------- ## ## ../config.log ## ## ------------- ## | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by GNU tar configure 1.16.1, which was | generated by GNU Autoconf 2.60. Invocation command line was | | $ ./configure --prefix=/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/prefix --disable-nls | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = prj.cwru.edu | uname -m = i686 | uname -r = 2.6.17.14 | uname -s = Linux | uname -v = #1 PREEMPT Fri Nov 3 14:23:44 EST 2006 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = i686 | /usr/bin/arch -k = i686 | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/path | PATH: /home/prj/command | PATH: /command | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1956: checking for a BSD-compatible install | configure:2012: result: /command/install -c | configure:2023: checking whether build environment is sane | configure:2066: result: yes | configure:2131: checking for gawk | configure:2147: found /command/gawk | configure:2158: result: gawk | configure:2169: checking whether make sets $(MAKE) | configure:2190: result: yes | configure:2369: checking how to create a ustar tar archive | configure:2382: tar --version | tar (GNU tar) 1.16 | Copyright (C) 2006 Free Software Foundation, Inc. | This is free software. You may redistribute copies of it under the terms of | the GNU General Public License . | There is NO WARRANTY, to the extent permitted by law. | | Written by John Gilmore and Jay Fenlason. | configure:2385: $? = 0 | configure:2425: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | configure:2428: $? = 0 | configure:2432: tar -xf - &5 | gcc (GCC) 4.0.3 | Copyright (C) 2006 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | configure:2779: $? = 0 | configure:2786: gcc -v >&5 | Using built-in specs. | Target: i686-pc-linux-gnu | Configured with: ../gcc-4.0.3/configure --with-ld=/package/host/code.dogmap.org/foreign/gcc-4.0.3+spf+2/conf/binutils/command/ld --with-as=/package/host/code.dogmap.org/foreign/gcc-4.0.3+spf+2/conf/binutils/command/as --prefix=/package/host/code.dogmap.org/foreign/gcc-4.0.3+spf+2/prefix --enable-libgcj --enable-threads --with-arch=pentium-m --disable-nls | Thread model: posix | gcc version 4.0.3 | configure:2789: $? = 0 | configure:2796: gcc -V >&5 | gcc: '-V' option must have argument | configure:2799: $? = 1 | configure:2822: checking for C compiler default output file name | configure:2849: gcc -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:2852: $? = 0 | configure:2898: result: a.out | configure:2903: checking whether the C compiler works | configure:2913: ./a.out | configure:2916: $? = 0 | configure:2933: result: yes | configure:2940: checking whether we are cross compiling | configure:2942: result: no | configure:2945: checking for suffix of executables | configure:2952: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:2955: $? = 0 | configure:2979: result: | configure:2985: checking for suffix of object files | configure:3011: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:3014: $? = 0 | configure:3037: result: o | configure:3041: checking whether we are using the GNU C compiler | configure:3070: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:3076: $? = 0 | configure:3083: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3086: $? = 0 | configure:3093: test -s conftest.o | configure:3096: $? = 0 | configure:3110: result: yes | configure:3115: checking whether gcc accepts -g | configure:3145: gcc -c -g -I/nil conftest.c >&5 | configure:3151: $? = 0 | configure:3158: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3161: $? = 0 | configure:3168: test -s conftest.o | configure:3171: $? = 0 | configure:3301: result: yes | configure:3318: checking for gcc option to accept ISO C89 | configure:3392: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:3398: $? = 0 | configure:3405: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3408: $? = 0 | configure:3415: test -s conftest.o | configure:3418: $? = 0 | configure:3438: result: none needed | configure:3467: checking for style of include used by make | configure:3495: result: GNU | configure:3523: checking dependency style of gcc | configure:3613: result: gcc3 | configure:3674: checking for ranlib | configure:3690: found /command/ranlib | configure:3701: result: ranlib | configure:3731: checking for bison | configure:3747: found /command/bison | configure:3758: result: bison -y | configure:3782: checking how to run the C preprocessor | configure:3822: gcc -E -I/nil conftest.c | configure:3828: $? = 0 | configure:3866: gcc -E -I/nil conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:3872: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:3912: result: gcc -E | configure:3941: gcc -E -I/nil conftest.c | configure:3947: $? = 0 | configure:3985: gcc -E -I/nil conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:3991: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:4036: checking for grep that handles long lines and -e | configure:4110: result: /command/grep | configure:4115: checking for egrep | configure:4193: result: /command/grep -E | configure:4199: checking for AIX | configure:4221: result: no | configure:4227: checking for ANSI C header files | configure:4257: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4263: $? = 0 | configure:4270: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4273: $? = 0 | configure:4280: test -s conftest.o | configure:4283: $? = 0 | configure:4379: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:4382: $? = 0 | configure:4388: ./conftest | configure:4391: $? = 0 | configure:4408: result: yes | configure:4432: checking for sys/types.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for sys/stat.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for stdlib.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for string.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for memory.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for strings.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for inttypes.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for stdint.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for unistd.h | configure:4453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4514: checking minix/config.h usability | configure:4531: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:54:26: error: minix/config.h: No such file or directory | configure:4537: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:4568: result: no | configure:4572: checking minix/config.h presence | configure:4587: gcc -E -I/nil conftest.c | conftest.c:21:26: error: minix/config.h: No such file or directory | configure:4593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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:4614: result: no | configure:4647: checking for minix/config.h | configure:4654: result: no | configure:4693: checking whether it is safe to define __EXTENSIONS__ | configure:4721: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:4727: $? = 0 | configure:4734: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4737: $? = 0 | configure:4744: test -s conftest.o | configure:4747: $? = 0 | configure:4759: result: yes | configure:4791: checking for special C compiler options needed for large files | configure:4918: result: no | configure:4924: checking for _FILE_OFFSET_BITS value needed for large files | configure:4960: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:30: warning: left shift count >= width of type | conftest.c:30: warning: left shift count >= width of type | conftest.c:32: error: size of array 'off_t_is_large' is negative | configure:4966: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 | | /* Check that off_t can represent 2**63 - 1 correctly. | | We can't simply define LARGE_OFF_T to be 9223372036854775807, | | since some C++ compilers masquerading as C compilers | | incorrectly reject 9223372036854775807. */ | | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | | && LARGE_OFF_T % 2147483647 == 1) | | ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:5027: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5033: $? = 0 | configure:5040: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5043: $? = 0 | configure:5050: test -s conftest.o | configure:5053: $? = 0 | configure:5067: result: 64 | configure:5077: checking for _LARGE_FILES value needed for large files | configure:5113: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5119: $? = 0 | configure:5126: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5129: $? = 0 | configure:5136: test -s conftest.o | configure:5139: $? = 0 | configure:5220: result: no | configure:5232: checking for library containing strerror | configure:5273: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:5279: $? = 0 | configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5289: $? = 0 | configure:5296: test -s conftest | configure:5299: $? = 0 | configure:5323: result: none required | configure:5331: checking for inline | configure:5357: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5363: $? = 0 | configure:5370: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5373: $? = 0 | configure:5380: test -s conftest.o | configure:5383: $? = 0 | configure:5398: result: inline | configure:5436: checking fcntl.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking fcntl.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for fcntl.h | configure:5577: result: yes | configure:5436: checking linux/fd.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking linux/fd.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for linux/fd.h | configure:5577: result: yes | configure:5426: checking for memory.h | configure:5432: result: yes | configure:5436: checking net/errno.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:61:23: error: net/errno.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking net/errno.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:28:23: error: net/errno.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for net/errno.h | configure:5577: result: no | configure:5436: checking sgtty.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sgtty.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sgtty.h | configure:5577: result: yes | configure:5426: checking for string.h | configure:5432: result: yes | configure:5436: checking stropts.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking stropts.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for stropts.h | configure:5577: result: yes | configure:5436: checking sys/param.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/param.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/param.h | configure:5577: result: yes | configure:5436: checking sys/device.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:65:24: error: sys/device.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/device.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:32:24: error: sys/device.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/device.h | configure:5577: result: no | configure:5436: checking sys/filio.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:65:23: error: sys/filio.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/filio.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:32:23: error: sys/filio.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/filio.h | configure:5577: result: no | configure:5436: checking sys/gentape.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:65:25: error: sys/gentape.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/gentape.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:32:25: error: sys/gentape.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/gentape.h | configure:5577: result: no | configure:5436: checking sys/inet.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:65:22: error: sys/inet.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/inet.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:32:22: error: sys/inet.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/inet.h | configure:5577: result: no | configure:5436: checking sys/io/trioctl.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:65:28: error: sys/io/trioctl.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/io/trioctl.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:32:28: error: sys/io/trioctl.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/io/trioctl.h | configure:5577: result: no | configure:5436: checking sys/mtio.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/mtio.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/mtio.h | configure:5577: result: yes | configure:5436: checking sys/time.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/time.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/time.h | configure:5577: result: yes | configure:5436: checking sys/tprintf.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:67:25: error: sys/tprintf.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/tprintf.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:34:25: error: sys/tprintf.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/tprintf.h | configure:5577: result: no | configure:5436: checking sys/tape.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:67:22: error: sys/tape.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/tape.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:34:22: error: sys/tape.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/tape.h | configure:5577: result: no | configure:5426: checking for unistd.h | configure:5432: result: yes | configure:5436: checking locale.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking locale.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for locale.h | configure:5577: result: yes | configure:5436: checking features.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking features.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for features.h | configure:5577: result: yes | configure:5436: checking linewrap.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:70:22: error: linewrap.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking linewrap.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:37:22: error: linewrap.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for linewrap.h | configure:5577: result: no | configure:5436: checking stdio_ext.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking stdio_ext.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for stdio_ext.h | configure:5577: result: yes | configure:5436: checking wchar.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking wchar.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for wchar.h | configure:5577: result: yes | configure:5426: checking for stdint.h | configure:5432: result: yes | configure:5426: checking for inttypes.h | configure:5432: result: yes | configure:5436: checking wctype.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking wctype.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for wctype.h | configure:5577: result: yes | configure:5426: checking for sys/stat.h | configure:5432: result: yes | configure:5436: checking priv.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:76:18: error: priv.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking priv.h presence | configure:5509: gcc -E -I/nil conftest.c | conftest.c:43:18: error: priv.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for priv.h | configure:5577: result: no | configure:5436: checking utime.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking utime.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for utime.h | configure:5577: result: yes | configure:5436: checking netdb.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking netdb.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for netdb.h | configure:5577: result: yes | configure:5436: checking sys/wait.h usability | configure:5453: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/wait.h presence | configure:5509: gcc -E -I/nil conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/wait.h | configure:5577: result: yes | configure:5675: checking for sys/buf.h | configure:5698: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:50:21: error: sys/buf.h: No such file or directory | configure:5704: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_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:5737: result: no | configure:5749: checking for sys/wait.h that is POSIX.1 compatible | configure:5823: result: yes | configure:5833: checking for stdbool.h that conforms to C99 | configure:5926: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:5932: $? = 0 | configure:5939: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5942: $? = 0 | configure:5949: test -s conftest.o | configure:5952: $? = 0 | configure:5964: result: yes | configure:5966: checking for _Bool | configure:5996: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:6002: $? = 0 | configure:6009: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6012: $? = 0 | configure:6019: test -s conftest.o | configure:6022: $? = 0 | configure:6034: result: yes | configure:6080: checking for dirent.h that defines DIR | configure:6109: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:6115: $? = 0 | configure:6122: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6125: $? = 0 | configure:6132: test -s conftest.o | configure:6135: $? = 0 | configure:6148: result: yes | configure:6161: checking for library containing opendir | configure:6202: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:6208: $? = 0 | configure:6215: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6218: $? = 0 | configure:6225: test -s conftest | configure:6228: $? = 0 | configure:6252: result: none required | configure:6362: checking whether sys/types.h defines makedev | configure:6388: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:6394: $? = 0 | configure:6401: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6404: $? = 0 | configure:6411: test -s conftest | configure:6414: $? = 0 | configure:6428: result: yes | configure:6763: checking whether stat file-mode macros are broken | configure:6811: result: no | configure:6821: checking for ANSI C header files | configure:7002: result: yes | configure:7013: checking for st_fstype string in struct stat | configure:7040: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c: In function 'main': | conftest.c:56: error: 'struct stat' has no member named 'st_fstype' | configure:7046: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_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:7079: result: no | configure:7089: checking return type of signal handlers | configure:7117: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c: In function 'main': | conftest.c:57: error: void value not ignored as it ought to be | configure:7123: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_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:7155: result: void | configure:7163: checking for mode_t | configure:7193: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:7199: $? = 0 | configure:7206: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7209: $? = 0 | configure:7216: test -s conftest.o | configure:7219: $? = 0 | configure:7231: result: yes | configure:7243: checking for pid_t | configure:7273: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:7279: $? = 0 | configure:7286: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7289: $? = 0 | configure:7296: test -s conftest.o | configure:7299: $? = 0 | configure:7311: result: yes | configure:7323: checking for off_t | configure:7353: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:7359: $? = 0 | configure:7366: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7369: $? = 0 | configure:7376: test -s conftest.o | configure:7379: $? = 0 | configure:7391: result: yes | configure:7403: checking for size_t | configure:7433: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:7439: $? = 0 | configure:7446: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7449: $? = 0 | configure:7456: test -s conftest.o | configure:7459: $? = 0 | configure:7471: result: yes | configure:7483: checking for uid_t in sys/types.h | configure:7506: result: yes | configure:7521: checking for major_t | configure:7551: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:85: error: syntax error before 'ac__type_new_' | conftest.c:85: warning: data definition has no type or storage class | conftest.c: In function 'main': | conftest.c:89: error: syntax error before ')' token | configure:7557: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | typedef major_t ac__type_new_; | | int | | main () | | { | | if ((ac__type_new_ *) 0) | | return 0; | | if (sizeof (ac__type_new_)) | | return 0; | | ; | | return 0; | | } | configure:7589: result: no | configure:7601: checking for minor_t | configure:7631: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:86: error: syntax error before 'ac__type_new_' | conftest.c:86: warning: data definition has no type or storage class | conftest.c: In function 'main': | conftest.c:90: error: syntax error before ')' token | configure:7637: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | typedef minor_t ac__type_new_; | | int | | main () | | { | | if ((ac__type_new_ *) 0) | | return 0; | | if (sizeof (ac__type_new_)) | | return 0; | | ; | | return 0; | | } | configure:7669: result: no | configure:7681: checking for dev_t | configure:7711: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:7717: $? = 0 | configure:7724: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7727: $? = 0 | configure:7734: test -s conftest.o | configure:7737: $? = 0 | configure:7749: result: yes | configure:7761: checking for ino_t | configure:7791: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:7797: $? = 0 | configure:7804: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7807: $? = 0 | configure:7814: test -s conftest.o | configure:7817: $? = 0 | configure:7829: result: yes | configure:7843: checking for ssize_t | configure:7870: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:7876: $? = 0 | configure:7883: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7886: $? = 0 | configure:7893: test -s conftest.o | configure:7896: $? = 0 | configure:7908: result: yes | configure:7922: checking for working alloca.h | configure:7949: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:7955: $? = 0 | configure:7962: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7965: $? = 0 | configure:7972: test -s conftest | configure:7975: $? = 0 | configure:7988: result: yes | configure:7998: checking for alloca | configure:8045: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:8051: $? = 0 | configure:8058: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8061: $? = 0 | configure:8068: test -s conftest | configure:8071: $? = 0 | configure:8084: result: yes | configure:8333: checking for stdlib.h | configure:8339: result: yes | configure:8497: checking for GNU libc compatible malloc | configure:8531: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:8534: $? = 0 | configure:8540: ./conftest | configure:8543: $? = 0 | configure:8559: result: yes | configure:8575: checking for long long int | configure:8608: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:8614: $? = 0 | configure:8621: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8624: $? = 0 | configure:8631: test -s conftest | configure:8634: $? = 0 | configure:8675: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:8678: $? = 0 | configure:8684: ./conftest | configure:8687: $? = 0 | configure:8712: result: yes | configure:8723: checking for long double | configure:8796: result: yes | configure:8806: checking for C/C++ restrict keyword | configure:8842: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:61: error: syntax error before 'ip' | conftest.c: In function 'foo': | conftest.c:62: error: 'ip' undeclared (first use in this function) | conftest.c:62: error: (Each undeclared identifier is reported only once | conftest.c:62: error: for each function it appears in.) | conftest.c: In function 'main': | conftest.c:68: error: syntax error before 't' | conftest.c:69: error: 't' undeclared (first use in this function) | configure:8848: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | /* end confdefs.h. */ | | typedef int * int_ptr; | | int foo (int_ptr restrict ip) { | | return ip[0]; | | } | | int | | main () | | { | | int s[1]; | | int * restrict t = s; | | t[0] = 0; | | return foo(t) | | ; | | return 0; | | } | configure:8842: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:8848: $? = 0 | configure:8855: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8858: $? = 0 | configure:8865: test -s conftest.o | configure:8868: $? = 0 | configure:8883: result: __restrict | configure:8898: checking whether getenv is declared | configure:8928: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:8934: $? = 0 | configure:8941: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8944: $? = 0 | configure:8951: test -s conftest.o | configure:8954: $? = 0 | configure:8966: result: yes | configure:9003: checking whether clearerr_unlocked is declared | configure:9033: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9039: $? = 0 | configure:9046: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9049: $? = 0 | configure:9056: test -s conftest.o | configure:9059: $? = 0 | configure:9071: result: yes | configure:9089: checking whether feof_unlocked is declared | configure:9119: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9125: $? = 0 | configure:9132: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9135: $? = 0 | configure:9142: test -s conftest.o | configure:9145: $? = 0 | configure:9157: result: yes | configure:9175: checking whether ferror_unlocked is declared | configure:9205: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9211: $? = 0 | configure:9218: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9221: $? = 0 | configure:9228: test -s conftest.o | configure:9231: $? = 0 | configure:9243: result: yes | configure:9261: checking whether fflush_unlocked is declared | configure:9291: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9297: $? = 0 | configure:9304: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9307: $? = 0 | configure:9314: test -s conftest.o | configure:9317: $? = 0 | configure:9329: result: yes | configure:9347: checking whether fgets_unlocked is declared | configure:9377: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9383: $? = 0 | configure:9390: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9393: $? = 0 | configure:9400: test -s conftest.o | configure:9403: $? = 0 | configure:9415: result: yes | configure:9433: checking whether fputc_unlocked is declared | configure:9463: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9469: $? = 0 | configure:9476: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9479: $? = 0 | configure:9486: test -s conftest.o | configure:9489: $? = 0 | configure:9501: result: yes | configure:9519: checking whether fputs_unlocked is declared | configure:9549: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9555: $? = 0 | configure:9562: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9565: $? = 0 | configure:9572: test -s conftest.o | configure:9575: $? = 0 | configure:9587: result: yes | configure:9605: checking whether fread_unlocked is declared | configure:9635: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9641: $? = 0 | configure:9648: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9651: $? = 0 | configure:9658: test -s conftest.o | configure:9661: $? = 0 | configure:9673: result: yes | configure:9691: checking whether fwrite_unlocked is declared | configure:9721: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9727: $? = 0 | configure:9734: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9737: $? = 0 | configure:9744: test -s conftest.o | configure:9747: $? = 0 | configure:9759: result: yes | configure:9777: checking whether getc_unlocked is declared | configure:9807: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9813: $? = 0 | configure:9820: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9823: $? = 0 | configure:9830: test -s conftest.o | configure:9833: $? = 0 | configure:9845: result: yes | configure:9863: checking whether getchar_unlocked is declared | configure:9893: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9899: $? = 0 | configure:9906: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9909: $? = 0 | configure:9916: test -s conftest.o | configure:9919: $? = 0 | configure:9931: result: yes | configure:9949: checking whether putc_unlocked is declared | configure:9979: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:9985: $? = 0 | configure:9992: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9995: $? = 0 | configure:10002: test -s conftest.o | configure:10005: $? = 0 | configure:10017: result: yes | configure:10035: checking whether putchar_unlocked is declared | configure:10065: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:10071: $? = 0 | configure:10078: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10081: $? = 0 | configure:10088: test -s conftest.o | configure:10091: $? = 0 | configure:10103: result: yes | configure:10128: checking for flockfile | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for funlockfile | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for pathconf | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for lchmod | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:107: error: syntax error before 'me' | conftest.c:110: error: syntax error before 'int' | configure:10190: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | /* end confdefs.h. */ | | /* Define lchmod to an innocuous variant, in case declares lchmod. | | For example, HP-UX 11i declares gettimeofday. */ | | #define lchmod innocuous_lchmod | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char lchmod (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef lchmod | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char lchmod (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_lchmod || defined __stub___lchmod | | choke me | | #endif | | | | int | | main () | | { | | return lchmod (); | | ; | | return 0; | | } | configure:10224: result: no | configure:10128: checking for fdopendir | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/tmpdir/ccgKSxRT.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `fdopendir' | collect2: ld returned 1 exit status | configure:10190: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | /* end confdefs.h. */ | | /* Define fdopendir to an innocuous variant, in case declares fdopendir. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fdopendir innocuous_fdopendir | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fdopendir (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fdopendir | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char fdopendir (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_fdopendir || defined __stub___fdopendir | | choke me | | #endif | | | | int | | main () | | { | | return fdopendir (); | | ; | | return 0; | | } | configure:10224: result: no | configure:10128: checking for fchdir | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for gettimeofday | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for nanotime | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/tmpdir/cciPvSC6.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `nanotime' | collect2: ld returned 1 exit status | configure:10190: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | /* end confdefs.h. */ | | /* Define nanotime to an innocuous variant, in case declares nanotime. | | For example, HP-UX 11i declares gettimeofday. */ | | #define nanotime innocuous_nanotime | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char nanotime (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef nanotime | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char nanotime (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_nanotime || defined __stub___nanotime | | choke me | | #endif | | | | int | | main () | | { | | return nanotime (); | | ; | | return 0; | | } | configure:10224: result: no | configure:10128: checking for alarm | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for iswprint | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:105: warning: conflicting types for built-in function 'iswprint' | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for mbsinit | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for iswctype | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for mbrtowc | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for mempcpy | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:109: warning: conflicting types for built-in function 'mempcpy' | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for wcrtomb | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for wcscoll | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for lstat | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for pipe | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for futimes | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for futimesat | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/tmpdir/ccIJqlQD.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `futimesat' | collect2: ld returned 1 exit status | configure:10190: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | /* end confdefs.h. */ | | /* Define futimesat to an innocuous variant, in case declares futimesat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define futimesat innocuous_futimesat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char futimesat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef futimesat | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char futimesat (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_futimesat || defined __stub___futimesat | | choke me | | #endif | | | | int | | main () | | { | | return futimesat (); | | ; | | return 0; | | } | configure:10224: result: no | configure:10128: checking for wcwidth | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for strerror | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for mkfifo | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for setlocale | configure:10184: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10242: checking for d_ino member in directory struct | configure:10271: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10277: $? = 0 | configure:10284: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10287: $? = 0 | configure:10294: test -s conftest | configure:10297: $? = 0 | configure:10312: result: yes | configure:10324: checking whether system is Windows or MSDOS | configure:10353: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c: In function 'main': | conftest.c:102: error: 'neither' undeclared (first use in this function) | conftest.c:102: error: (Each undeclared identifier is reported only once | conftest.c:102: error: for each function it appears in.) | conftest.c:102: error: syntax error before 'MSDOS' | configure:10359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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:10392: result: no | configure:10500: checking for long file names | configure:10532: result: yes | configure:10559: checking whether memrchr is declared | configure:10589: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:10595: $? = 0 | configure:10602: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10605: $? = 0 | configure:10612: test -s conftest.o | configure:10615: $? = 0 | configure:10627: result: yes | configure:10650: checking for unistd.h | configure:10656: result: yes | configure:10814: checking for working chown | configure:10857: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10860: $? = 0 | configure:10866: ./conftest | configure:10869: $? = 0 | configure:10887: result: yes | configure:10898: checking whether chown(2) dereferences symlinks | configure:10941: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:10944: $? = 0 | configure:10950: ./conftest | configure:10953: $? = 0 | configure:10971: result: yes | configure:10988: checking build system type | configure:11006: result: i686-pc-linux-gnu | configure:11028: checking host system type | configure:11043: result: i686-pc-linux-gnu | configure:11067: checking whether // is distinct from / | configure:11096: result: no | configure:11110: checking whether strerror_r is declared | configure:11140: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:11146: $? = 0 | configure:11153: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11156: $? = 0 | configure:11163: test -s conftest.o | configure:11166: $? = 0 | configure:11178: result: yes | configure:11200: checking for strerror_r | configure:11256: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:11262: $? = 0 | configure:11269: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11272: $? = 0 | configure:11279: test -s conftest | configure:11282: $? = 0 | configure:11296: result: yes | configure:11306: checking whether strerror_r returns char * | configure:11340: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:11346: $? = 0 | configure:11353: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11356: $? = 0 | configure:11363: test -s conftest.o | configure:11366: $? = 0 | configure:11439: result: yes | configure:11449: checking for mbstate_t | configure:11476: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:11482: $? = 0 | configure:11489: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11492: $? = 0 | configure:11499: test -s conftest.o | configure:11502: $? = 0 | configure:11514: result: yes | configure:11532: checking whether getcwd (NULL, 0) allocates memory for result | configure:11570: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:11573: $? = 0 | configure:11579: ./conftest | configure:11582: $? = 0 | configure:11598: result: yes | configure:11601: checking whether getcwd is declared | configure:11631: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:11637: $? = 0 | configure:11644: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11647: $? = 0 | configure:11654: test -s conftest.o | configure:11657: $? = 0 | configure:11669: result: yes | configure:11687: checking whether time.h and sys/time.h may both be included | configure:11717: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:11723: $? = 0 | configure:11730: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11733: $? = 0 | configure:11740: test -s conftest.o | configure:11743: $? = 0 | configure:11755: result: yes | configure:11784: checking for struct timespec | configure:11821: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:11827: $? = 0 | configure:11834: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11837: $? = 0 | configure:11844: test -s conftest.o | configure:11847: $? = 0 | configure:11860: result: yes | configure:11874: checking whether nanosleep is declared | configure:11905: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:11911: $? = 0 | configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11921: $? = 0 | configure:11928: test -s conftest.o | configure:11931: $? = 0 | configure:11943: result: yes | configure:11967: checking for compound literals | configure:11994: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:12000: $? = 0 | configure:12007: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12010: $? = 0 | configure:12017: test -s conftest.o | configure:12020: $? = 0 | configure:12032: result: yes | configure:12042: checking whether struct tm is in sys/time.h or time.h | configure:12070: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:12076: $? = 0 | configure:12083: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12086: $? = 0 | configure:12093: test -s conftest.o | configure:12096: $? = 0 | configure:12108: result: time.h | configure:12119: checking for struct tm.tm_gmtoff | configure:12148: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:12154: $? = 0 | configure:12161: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12164: $? = 0 | configure:12171: test -s conftest.o | configure:12174: $? = 0 | configure:12246: result: yes | configure:12257: checking whether getdelim is declared | configure:12287: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:12293: $? = 0 | configure:12300: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12303: $? = 0 | configure:12310: test -s conftest.o | configure:12313: $? = 0 | configure:12325: result: yes | configure:12863: checking for unsigned long long int | configure:12894: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:12900: $? = 0 | configure:12907: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12910: $? = 0 | configure:12917: test -s conftest | configure:12920: $? = 0 | configure:12933: result: yes | configure:12992: checking absolute name of | configure:13016: result: ///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h | configure:13033: checking whether stdint.h conforms to C99 | configure:13175: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:204: error: negative width in bit-field 'check_UINT8_C' | conftest.c:206: error: negative width in bit-field 'check_UINT16_C' | configure:13181: $? = 1 | configure: failed program was: | | | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | /* end confdefs.h. */ | | | | #include | | #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */ | | #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */ | | #include ABSOLUTE_STDINT_H | | #ifdef INT8_MAX | | int8_t a1 = INT8_MAX; | | int8_t a1min = INT8_MIN; | | #endif | | #ifdef INT16_MAX | | int16_t a2 = INT16_MAX; | | int16_t a2min = INT16_MIN; | | #endif | | #ifdef INT32_MAX | | int32_t a3 = INT32_MAX; | | int32_t a3min = INT32_MIN; | | #endif | | #ifdef INT64_MAX | | int64_t a4 = INT64_MAX; | | int64_t a4min = INT64_MIN; | | #endif | | #ifdef UINT8_MAX | | uint8_t b1 = UINT8_MAX; | | #else | | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; | | #endif | | #ifdef UINT16_MAX | | uint16_t b2 = UINT16_MAX; | | #endif | | #ifdef UINT32_MAX | | uint32_t b3 = UINT32_MAX; | | #endif | | #ifdef UINT64_MAX | | uint64_t b4 = UINT64_MAX; | | #endif | | int_least8_t c1 = INT8_C (0x7f); | | int_least8_t c1max = INT_LEAST8_MAX; | | int_least8_t c1min = INT_LEAST8_MIN; | | int_least16_t c2 = INT16_C (0x7fff); | | int_least16_t c2max = INT_LEAST16_MAX; | | int_least16_t c2min = INT_LEAST16_MIN; | | int_least32_t c3 = INT32_C (0x7fffffff); | | int_least32_t c3max = INT_LEAST32_MAX; | | int_least32_t c3min = INT_LEAST32_MIN; | | int_least64_t c4 = INT64_C (0x7fffffffffffffff); | | int_least64_t c4max = INT_LEAST64_MAX; | | int_least64_t c4min = INT_LEAST64_MIN; | | uint_least8_t d1 = UINT8_C (0xff); | | uint_least8_t d1max = UINT_LEAST8_MAX; | | uint_least16_t d2 = UINT16_C (0xffff); | | uint_least16_t d2max = UINT_LEAST16_MAX; | | uint_least32_t d3 = UINT32_C (0xffffffff); | | uint_least32_t d3max = UINT_LEAST32_MAX; | | uint_least64_t d4 = UINT64_C (0xffffffffffffffff); | | uint_least64_t d4max = UINT_LEAST64_MAX; | | int_fast8_t e1 = INT_FAST8_MAX; | | int_fast8_t e1min = INT_FAST8_MIN; | | int_fast16_t e2 = INT_FAST16_MAX; | | int_fast16_t e2min = INT_FAST16_MIN; | | int_fast32_t e3 = INT_FAST32_MAX; | | int_fast32_t e3min = INT_FAST32_MIN; | | int_fast64_t e4 = INT_FAST64_MAX; | | int_fast64_t e4min = INT_FAST64_MIN; | | uint_fast8_t f1 = UINT_FAST8_MAX; | | uint_fast16_t f2 = UINT_FAST16_MAX; | | uint_fast32_t f3 = UINT_FAST32_MAX; | | uint_fast64_t f4 = UINT_FAST64_MAX; | | #ifdef INTPTR_MAX | | intptr_t g = INTPTR_MAX; | | intptr_t gmin = INTPTR_MIN; | | #endif | | #ifdef UINTPTR_MAX | | uintptr_t h = UINTPTR_MAX; | | #endif | | intmax_t i = INTMAX_MAX; | | uintmax_t j = UINTMAX_MAX; | | struct s { | | int check_PTRDIFF: PTRDIFF_MIN < 0 && 0 < PTRDIFF_MAX ? 1 : -1; | | int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= 0 && 0 < SIG_ATOMIC_MAX ? 1 : -1; | | int check_SIZE: 0 < SIZE_MAX ? 1 : -1; | | int check_WCHAR: WCHAR_MIN <= 0 && 0 < WCHAR_MAX ? 1 : -1; | | int check_WINT: WINT_MIN <= 0 && 0 < WINT_MAX ? 1 : -1; | | | | /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ | | int check_UINT8_C: | | (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; | | int check_UINT16_C: | | (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; | | | | /* Detect bugs in OpenBSD 3.9 stdint.h. */ | | #ifdef UINT8_MAX | | int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; | | #endif | | #ifdef UINT16_MAX | | int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; | | #endif | | #ifdef UINT32_MAX | | int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; | | #endif | | #ifdef UINT64_MAX | | int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; | | #endif | | int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; | | int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; | | int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; | | int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; | | int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; | | int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; | | int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; | | int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; | | int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; | | int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; | | int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; | | }; | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:13213: result: no | configure:13234: checking sys/inttypes.h usability | configure:13251: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:151:26: error: sys/inttypes.h: No such file or directory | configure:13257: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:13288: result: no | configure:13292: checking sys/inttypes.h presence | configure:13307: gcc -E -I/nil conftest.c | conftest.c:118:26: error: sys/inttypes.h: No such file or directory | configure:13313: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | /* end confdefs.h. */ | | #include | configure:13334: result: no | configure:13367: checking for sys/inttypes.h | configure:13375: result: no | configure:13234: checking sys/bitypes.h usability | configure:13251: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:13257: $? = 0 | configure:13264: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13267: $? = 0 | configure:13274: test -s conftest.o | configure:13277: $? = 0 | configure:13288: result: yes | configure:13292: checking sys/bitypes.h presence | configure:13307: gcc -E -I/nil conftest.c | configure:13313: $? = 0 | configure:13334: result: yes | configure:13367: checking for sys/bitypes.h | configure:13375: result: yes | configure:13410: checking for bit size of ptrdiff_t | configure:13849: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13410: checking for bit size of sig_atomic_t | configure:13849: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13410: checking for bit size of size_t | configure:13849: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13410: checking for bit size of wchar_t | configure:13849: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13410: checking for bit size of wint_t | configure:13849: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13900: checking whether sig_atomic_t is signed | configure:13937: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:13943: $? = 0 | configure:13950: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13953: $? = 0 | configure:13960: test -s conftest.o | configure:13963: $? = 0 | configure:13978: result: yes | configure:13900: checking whether wchar_t is signed | configure:13937: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:13943: $? = 0 | configure:13950: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13953: $? = 0 | configure:13960: test -s conftest.o | configure:13963: $? = 0 | configure:13978: result: yes | configure:13900: checking whether wint_t is signed | configure:13937: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:137: error: size of array 'verify' is negative | configure:13943: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | /* end confdefs.h. */ | | | | #include | | #include | | #if HAVE_WCHAR_H | | /* BSD/OS 4.1 has a bug: and must be included before | | . */ | | # include | | # include | | # include | | #endif | | | | int verify[2 * ((wint_t) -1 < (wint_t) 0) - 1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:13978: result: no | configure:14004: checking for ptrdiff_t integer literal suffix | configure:14060: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: | configure:14004: checking for sig_atomic_t integer literal suffix | configure:14060: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: | configure:14004: checking for size_t integer literal suffix | configure:14060: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: u | configure:14004: checking for wchar_t integer literal suffix | configure:14060: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:141: error: conflicting types for 'foo' | conftest.c:140: error: previous declaration of 'foo' was here | configure:14066: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | /* end confdefs.h. */ | | | | #include | | #include | | #if HAVE_WCHAR_H | | /* BSD/OS 4.1 has a bug: and must be included before | | . */ | | # include | | # include | | # include | | #endif | | | | extern wchar_t foo; | | extern int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:14060: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: l | configure:14004: checking for wint_t integer literal suffix | configure:14060: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: u | configure:14126: checking for inttypes.h | configure:14132: result: yes | configure:14291: checking whether the inttypes.h PRIxNN macros are broken | configure:14322: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14328: $? = 0 | configure:14335: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14338: $? = 0 | configure:14345: test -s conftest.o | configure:14348: $? = 0 | configure:14361: result: no | configure:14376: checking whether imaxabs is declared | configure:14406: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14412: $? = 0 | configure:14419: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14422: $? = 0 | configure:14429: test -s conftest.o | configure:14432: $? = 0 | configure:14444: result: yes | configure:14462: checking whether imaxdiv is declared | configure:14492: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14498: $? = 0 | configure:14505: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14508: $? = 0 | configure:14515: test -s conftest.o | configure:14518: $? = 0 | configure:14530: result: yes | configure:14548: checking whether strtoimax is declared | configure:14578: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14584: $? = 0 | configure:14591: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14594: $? = 0 | configure:14601: test -s conftest.o | configure:14604: $? = 0 | configure:14616: result: yes | configure:14634: checking whether strtoumax is declared | configure:14664: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14670: $? = 0 | configure:14677: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14680: $? = 0 | configure:14687: test -s conftest.o | configure:14690: $? = 0 | configure:14702: result: yes | configure:14722: checking whether lchown is declared | configure:14752: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:14758: $? = 0 | configure:14765: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14768: $? = 0 | configure:14775: test -s conftest.o | configure:14778: $? = 0 | configure:14790: result: yes | configure:14809: checking for nl_langinfo and CODESET | configure:14835: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:14841: $? = 0 | configure:14848: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14851: $? = 0 | configure:14858: test -s conftest | configure:14861: $? = 0 | configure:14875: result: yes | configure:14886: checking whether we are using the GNU C Library 2.1 or newer | configure:14917: result: yes | configure:14923: checking whether lstat dereferences a symlink specified with a trailing slash | configure:14959: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:14962: $? = 0 | configure:14968: ./conftest | configure:14971: $? = 0 | configure:14994: result: yes | configure:15011: checking whether mbrtowc and mbstate_t are properly declared | configure:15041: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:15047: $? = 0 | configure:15054: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15057: $? = 0 | configure:15064: test -s conftest | configure:15067: $? = 0 | configure:15080: result: yes | configure:15094: checking whether defines MIN and MAX | configure:15121: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:141: error: initializer element is not constant | configure:15127: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | /* end confdefs.h. */ | | #include | | int x = MIN (42, 17); | | int | | main () | | { | | | | ; | | return 0; | | } | configure:15159: result: no | configure:15174: checking whether defines MIN and MAX | configure:15201: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:15207: $? = 0 | configure:15214: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15217: $? = 0 | configure:15224: test -s conftest.o | configure:15227: $? = 0 | configure:15239: result: yes | configure:15268: checking for working mktime | configure:15477: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:15480: $? = 0 | configure:15486: ./conftest | configure:15489: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | /* Test program from Paul Eggert and Tony Leneis. */ | | #ifdef TIME_WITH_SYS_TIME | | # include | | # include | | #else | | # ifdef HAVE_SYS_TIME_H | | # include | | # else | | # include | | # endif | | #endif | | | | #include | | | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #ifndef HAVE_ALARM | | # define alarm(X) /* empty */ | | #endif | | | | /* Work around redefinition to rpl_putenv by other config tests. */ | | #undef putenv | | | | static time_t time_t_max; | | static time_t time_t_min; | | | | /* Values we'll use to set the TZ environment variable. */ | | static char *tz_strings[] = { | | (char *) 0, "TZ=GMT0", "TZ=JST-9", | | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | | }; | | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | | | | /* Return 0 if mktime fails to convert a date in the spring-forward gap. | | Based on a problem report from Andreas Jaeger. */ | | static int | | spring_forward_gap () | | { | | /* glibc (up to about 1998-10-07) failed this test. */ | | struct tm tm; | | | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | | instead of "TZ=America/Vancouver" in order to detect the bug even | | on systems that don't support the Olson extension, or don't have the | | full zoneinfo tables installed. */ | | putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | | | | tm.tm_year = 98; | | tm.tm_mon = 3; | | tm.tm_mday = 5; | | tm.tm_hour = 2; | | tm.tm_min = 0; | | tm.tm_sec = 0; | | tm.tm_isdst = -1; | | return mktime (&tm) != (time_t) -1; | | } | | | | static int | | mktime_test1 (now) | | time_t now; | | { | | struct tm *lt; | | return ! (lt = localtime (&now)) || mktime (lt) == now; | | } | | | | static int | | mktime_test (now) | | time_t now; | | { | | return (mktime_test1 (now) | | && mktime_test1 ((time_t) (time_t_max - now)) | | && mktime_test1 ((time_t) (time_t_min + now))); | | } | | | | static int | | irix_6_4_bug () | | { | | /* Based on code from Ariel Faigon. */ | | struct tm tm; | | tm.tm_year = 96; | | tm.tm_mon = 3; | | tm.tm_mday = 0; | | tm.tm_hour = 0; | | tm.tm_min = 0; | | tm.tm_sec = 0; | | tm.tm_isdst = -1; | | mktime (&tm); | | return tm.tm_mon == 2 && tm.tm_mday == 31; | | } | | | | static int | | bigtime_test (j) | | int j; | | { | | struct tm tm; | | time_t now; | | tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; | | now = mktime (&tm); | | if (now != (time_t) -1) | | { | | struct tm *lt = localtime (&now); | | if (! (lt | | && lt->tm_year == tm.tm_year | | && lt->tm_mon == tm.tm_mon | | && lt->tm_mday == tm.tm_mday | | && lt->tm_hour == tm.tm_hour | | && lt->tm_min == tm.tm_min | | && lt->tm_sec == tm.tm_sec | | && lt->tm_yday == tm.tm_yday | | && lt->tm_wday == tm.tm_wday | | && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) | | == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) | | return 0; | | } | | return 1; | | } | | | | static int | | year_2050_test () | | { | | /* The correct answer for 2050-02-01 00:00:00 in Pacific time, | | ignoring leap seconds. */ | | unsigned long int answer = 2527315200UL; | | | | struct tm tm; | | time_t t; | | tm.tm_year = 2050 - 1900; | | tm.tm_mon = 2 - 1; | | tm.tm_mday = 1; | | tm.tm_hour = tm.tm_min = tm.tm_sec = 0; | | tm.tm_isdst = -1; | | | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | | instead of "TZ=America/Vancouver" in order to detect the bug even | | on systems that don't support the Olson extension, or don't have the | | full zoneinfo tables installed. */ | | putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | | | | t = mktime (&tm); | | | | /* Check that the result is either a failure, or close enough | | to the correct answer that we can assume the discrepancy is | | due to leap seconds. */ | | return (t == (time_t) -1 | | || (0 < t && answer - 120 <= t && t <= answer + 120)); | | } | | | | int | | main () | | { | | time_t t, delta; | | int i, j; | | | | /* This test makes some buggy mktime implementations loop. | | Give up after 60 seconds; a mktime slower than that | | isn't worth using anyway. */ | | alarm (60); | | | | for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) | | continue; | | time_t_max--; | | if ((time_t) -1 < 0) | | for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2) | | continue; | | delta = time_t_max / 997; /* a suitable prime number */ | | for (i = 0; i < N_STRINGS; i++) | | { | | if (tz_strings[i]) | | putenv (tz_strings[i]); | | | | for (t = 0; t <= time_t_max - delta; t += delta) | | if (! mktime_test (t)) | | return 1; | | if (! (mktime_test ((time_t) 1) | | && mktime_test ((time_t) (60 * 60)) | | && mktime_test ((time_t) (60 * 60 * 24)))) | | return 1; | | | | for (j = 1; 0 < j; j *= 2) | | if (! bigtime_test (j)) | | return 1; | | if (! bigtime_test (j - 1)) | | return 1; | | } | | return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); | | } | configure:15505: result: no | configure:15525: checking whether strdup is declared | configure:15555: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:15561: $? = 0 | configure:15568: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15571: $? = 0 | configure:15578: test -s conftest.o | configure:15581: $? = 0 | configure:15593: result: yes | configure:15611: checking whether strndup is declared | configure:15641: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:15647: $? = 0 | configure:15654: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15657: $? = 0 | configure:15664: test -s conftest.o | configure:15667: $? = 0 | configure:15679: result: yes | configure:15697: checking whether strnlen is declared | configure:15727: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:15733: $? = 0 | configure:15740: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15743: $? = 0 | configure:15750: test -s conftest.o | configure:15753: $? = 0 | configure:15765: result: yes | configure:15791: checking whether utime accepts a null argument | configure:15827: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:15830: $? = 0 | configure:15836: ./conftest | configure:15839: $? = 0 | configure:15855: result: yes | configure:15878: checking for struct utimbuf | configure:15918: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:15924: $? = 0 | configure:15931: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15934: $? = 0 | configure:15941: test -s conftest.o | configure:15944: $? = 0 | configure:15957: result: yes | configure:15969: checking determine whether the utimes function works | configure:16042: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:16045: $? = 0 | configure:16051: ./conftest | configure:16054: $? = 0 | configure:16070: result: yes | configure:16087: checking for EOVERFLOW | configure:16570: result: yes | configure:16583: checking for wchar_t | configure:16610: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:16616: $? = 0 | configure:16623: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16626: $? = 0 | configure:16633: test -s conftest.o | configure:16636: $? = 0 | configure:16648: result: yes | configure:16659: checking for wint_t | configure:16686: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:16692: $? = 0 | configure:16699: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16702: $? = 0 | configure:16709: test -s conftest.o | configure:16712: $? = 0 | configure:16724: result: yes | configure:16735: checking for inttypes.h | configure:16762: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:16768: $? = 0 | configure:16775: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16778: $? = 0 | configure:16785: test -s conftest.o | configure:16788: $? = 0 | configure:16800: result: yes | configure:16811: checking for stdint.h | configure:16838: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:16844: $? = 0 | configure:16851: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16854: $? = 0 | configure:16861: test -s conftest.o | configure:16864: $? = 0 | configure:16876: result: yes | configure:16900: checking for intmax_t | configure:16935: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:16941: $? = 0 | configure:16948: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16951: $? = 0 | configure:16958: test -s conftest.o | configure:16961: $? = 0 | configure:16973: result: yes | configure:16993: checking whether vsnprintf is declared | configure:17023: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:17029: $? = 0 | configure:17036: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17039: $? = 0 | configure:17046: test -s conftest.o | configure:17049: $? = 0 | configure:17061: result: yes | configure:17110: checking for alloca as a compiler built-in | configure:17138: result: yes | configure:17175: checking whether program_invocation_name is declared | configure:17206: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:17212: $? = 0 | configure:17219: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17222: $? = 0 | configure:17229: test -s conftest.o | configure:17232: $? = 0 | configure:17244: result: yes | configure:17260: checking whether program_invocation_short_name is declared | configure:17291: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:17297: $? = 0 | configure:17304: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17307: $? = 0 | configure:17314: test -s conftest.o | configure:17317: $? = 0 | configure:17329: result: yes | configure:17350: checking whether program_invocation_name is defined | configure:17373: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:17379: $? = 0 | configure:17386: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17389: $? = 0 | configure:17396: test -s conftest.o | configure:17399: $? = 0 | configure:17406: result: yes | configure:17418: checking whether program_invocation_short_name is defined | configure:17441: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:17447: $? = 0 | configure:17454: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17457: $? = 0 | configure:17464: test -s conftest.o | configure:17467: $? = 0 | configure:17474: result: yes | configure:17569: checking whether this system has an arbitrary file name length limit | configure:17595: result: yes | configure:17628: checking for mempcpy | configure:17724: result: yes | configure:17766: checking for openat | configure:17822: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/tmpdir/ccdS3mw8.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `openat' | collect2: ld returned 1 exit status | configure:17828: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | /* end confdefs.h. */ | | /* Define openat to an innocuous variant, in case declares openat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define openat innocuous_openat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char openat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef openat | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char openat (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_openat || defined __stub___openat | | choke me | | #endif | | | | int | | main () | | { | | return openat (); | | ; | | return 0; | | } | configure:17862: result: no | configure:17900: checking for memrchr | configure:17956: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:17962: $? = 0 | configure:17969: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17972: $? = 0 | configure:17979: test -s conftest | configure:17982: $? = 0 | configure:17996: result: yes | configure:18155: checking for library containing clock_gettime | configure:18196: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/tmpdir/ccCFL0uf.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `clock_gettime' | collect2: ld returned 1 exit status | configure:18202: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char clock_gettime (); | | int | | main () | | { | | return clock_gettime (); | | ; | | return 0; | | } | configure:18196: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c -lrt >&5 | configure:18202: $? = 0 | configure:18209: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18212: $? = 0 | configure:18219: test -s conftest | configure:18222: $? = 0 | configure:18246: result: -lrt | configure:18261: checking for clock_gettime | configure:18317: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c -lrt >&5 | configure:18323: $? = 0 | configure:18330: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18333: $? = 0 | configure:18340: test -s conftest | configure:18343: $? = 0 | configure:18357: result: yes | configure:18261: checking for clock_settime | configure:18317: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c -lrt >&5 | configure:18323: $? = 0 | configure:18330: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18333: $? = 0 | configure:18340: test -s conftest | configure:18343: $? = 0 | configure:18357: result: yes | configure:18384: checking for d_ino member in directory struct | configure:18454: result: yes | configure:18475: checking for error_at_line | configure:18501: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:18507: $? = 0 | configure:18514: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18517: $? = 0 | configure:18524: test -s conftest | configure:18527: $? = 0 | configure:18540: result: yes | configure:18560: checking for working fcntl.h | configure:18626: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:18629: $? = 0 | configure:18635: ./conftest | configure:18638: $? = 0 | configure:18659: result: yes | configure:18682: checking absolute name of | configure:18706: result: ///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h | configure:18728: checking for struct stat.st_blocks | configure:18756: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:18762: $? = 0 | configure:18769: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18772: $? = 0 | configure:18779: test -s conftest.o | configure:18782: $? = 0 | configure:18853: result: yes | configure:18888: checking for working GNU fnmatch | configure:18940: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:18943: $? = 0 | configure:18949: ./conftest | configure:18952: $? = 0 | configure:18968: result: yes | configure:19372: checking for __fpending | configure:19428: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:19434: $? = 0 | configure:19441: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19444: $? = 0 | configure:19451: test -s conftest | configure:19454: $? = 0 | configure:19468: result: yes | configure:19486: checking whether __fpending is declared | configure:19517: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:19523: $? = 0 | configure:19530: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19533: $? = 0 | configure:19540: test -s conftest.o | configure:19543: $? = 0 | configure:19555: result: yes | configure:19691: checking for ftruncate | configure:19747: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:19753: $? = 0 | configure:19760: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19763: $? = 0 | configure:19770: test -s conftest | configure:19773: $? = 0 | configure:19787: result: yes | configure:19943: checking whether getcwd handles long file names properly | configure:20114: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:20117: $? = 0 | configure:20123: ./conftest | configure:20126: $? = 0 | configure:20146: result: yes | configure:20166: checking for getpagesize | configure:20222: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:20228: $? = 0 | configure:20235: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20238: $? = 0 | configure:20245: test -s conftest | configure:20248: $? = 0 | configure:20262: result: yes | configure:20272: checking whether getcwd aborts when 4k < cwd_length < 16k | configure:20372: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:20375: $? = 0 | configure:20381: ./conftest | configure:20384: $? = 0 | configure:20401: result: no | configure:20432: checking for struct tm.tm_zone | configure:20463: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:20469: $? = 0 | configure:20476: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20479: $? = 0 | configure:20486: test -s conftest.o | configure:20489: $? = 0 | configure:20563: result: yes | configure:20759: checking for getdelim | configure:20815: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:20821: $? = 0 | configure:20828: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20831: $? = 0 | configure:20838: test -s conftest | configure:20841: $? = 0 | configure:20855: result: yes | configure:20991: checking whether getline is declared | configure:21021: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:21027: $? = 0 | configure:21034: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:21037: $? = 0 | configure:21044: test -s conftest.o | configure:21047: $? = 0 | configure:21059: result: yes | configure:21079: checking for getline | configure:21135: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:21141: $? = 0 | configure:21148: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:21151: $? = 0 | configure:21158: test -s conftest | configure:21161: $? = 0 | configure:21174: result: yes | configure:21183: checking for working getline function | configure:21244: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:21247: $? = 0 | configure:21253: ./conftest | configure:21256: $? = 0 | configure:21272: result: yes | configure:21572: checking OS.h usability | configure:21589: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | conftest.c:215:16: error: OS.h: No such file or directory | configure:21595: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:21626: result: no | configure:21630: checking OS.h presence | configure:21645: gcc -E -I/nil conftest.c | conftest.c:182:16: error: OS.h: No such file or directory | configure:21651: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | configure:21672: result: no | configure:21705: checking for OS.h | configure:21713: result: no | configure:21730: checking for getpagesize | configure:21826: result: yes | configure:21854: checking whether gettimeofday clobbers localtime buffer | configure:21908: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:21911: $? = 0 | configure:21917: ./conftest | configure:21920: $? = 0 | configure:21937: result: no | configure:21976: checking whether the compiler generally respects inline | configure:22007: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:22013: $? = 0 | configure:22020: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22023: $? = 0 | configure:22030: test -s conftest.o | configure:22033: $? = 0 | configure:22047: result: yes | configure:22092: checking whether inttypes.h conforms to C99 | configure:22263: result: no | configure:22270: checking absolute name of | configure:22294: result: ///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/inttypes.h | configure:22426: checking for lchown | configure:22482: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:22488: $? = 0 | configure:22495: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22498: $? = 0 | configure:22505: test -s conftest | configure:22508: $? = 0 | configure:22522: result: yes | configure:22554: checking for stdlib.h | configure:22560: result: yes | configure:22718: checking for GNU libc compatible malloc | configure:22780: result: yes | configure:22823: checking for iswcntrl | configure:22879: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:211: warning: conflicting types for built-in function 'iswcntrl' | configure:22885: $? = 0 | configure:22892: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22895: $? = 0 | configure:22902: test -s conftest | configure:22905: $? = 0 | configure:22919: result: yes | configure:22941: checking for memchr | configure:22997: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:23003: $? = 0 | configure:23010: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23013: $? = 0 | configure:23020: test -s conftest | configure:23023: $? = 0 | configure:23037: result: yes | configure:23231: checking for mempcpy | configure:23327: result: yes | configure:23357: checking for memrchr | configure:23453: result: yes | configure:23474: checking for memset | configure:23530: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:215: warning: conflicting types for built-in function 'memset' | configure:23536: $? = 0 | configure:23543: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23546: $? = 0 | configure:23553: test -s conftest | configure:23556: $? = 0 | configure:23570: result: yes | configure:23596: checking for mkdtemp | configure:23652: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:23658: $? = 0 | configure:23665: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23668: $? = 0 | configure:23675: test -s conftest | configure:23678: $? = 0 | configure:23692: result: yes | configure:23723: checking for obstacks | configure:23749: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:23755: $? = 0 | configure:23762: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23765: $? = 0 | configure:23772: test -s conftest | configure:23775: $? = 0 | configure:23788: result: yes | configure:23824: checking for openat | configure:23920: result: no | configure:23969: checking for mbstate_t | configure:24034: result: yes | configure:24050: checking whether mbrtowc and mbstate_t are properly declared | configure:24119: result: yes | configure:24154: checking for working re_compile_pattern | configure:24282: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c: In function 'main': | conftest.c:277: warning: pointer targets in assignment differ in signedness | configure:24285: $? = 0 | configure:24291: ./conftest | configure:24294: $? = 0 | configure:24310: result: yes | configure:24526: checking for rmdir | configure:24582: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:24588: $? = 0 | configure:24595: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24598: $? = 0 | configure:24605: test -s conftest | configure:24608: $? = 0 | configure:24622: result: yes | configure:24640: checking for rpmatch | configure:24696: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:24702: $? = 0 | configure:24709: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24712: $? = 0 | configure:24719: test -s conftest | configure:24722: $? = 0 | configure:24736: result: yes | configure:24786: checking for setenv | configure:24842: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:24848: $? = 0 | configure:24855: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24858: $? = 0 | configure:24865: test -s conftest | configure:24868: $? = 0 | configure:24882: result: yes | configure:24786: checking for unsetenv | configure:24842: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:24848: $? = 0 | configure:24855: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24858: $? = 0 | configure:24865: test -s conftest | configure:24868: $? = 0 | configure:24882: result: yes | configure:25352: checking for unsetenv() return type | configure:25388: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:25394: $? = 0 | configure:25401: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25404: $? = 0 | configure:25411: test -s conftest.o | configure:25414: $? = 0 | configure:25426: result: int | configure:25438: checking for ssize_t | configure:25503: result: yes | configure:25517: checking for struct stat.st_atim.tv_nsec | configure:25547: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:25553: $? = 0 | configure:25560: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25563: $? = 0 | configure:25570: test -s conftest.o | configure:25573: $? = 0 | configure:25646: result: yes | configure:25654: checking whether struct stat.st_atim is of type struct timespec | configure:25697: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:25703: $? = 0 | configure:25710: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25713: $? = 0 | configure:25720: test -s conftest.o | configure:25723: $? = 0 | configure:25735: result: yes | configure:26312: checking for va_copy | configure:26343: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:26349: $? = 0 | configure:26356: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26359: $? = 0 | configure:26366: test -s conftest.o | configure:26369: $? = 0 | configure:26382: result: yes | configure:26535: checking absolute name of | configure:26559: result: ///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h | configure:26576: checking whether stdint.h conforms to C99 | configure:26756: result: no | configure:26767: checking for sys/inttypes.h | configure:26773: result: no | configure:26767: checking for sys/bitypes.h | configure:26773: result: yes | configure:26953: checking for bit size of ptrdiff_t | configure:27422: result: 32 | configure:26953: checking for bit size of sig_atomic_t | configure:27422: result: 32 | configure:26953: checking for bit size of size_t | configure:27422: result: 32 | configure:26953: checking for bit size of wchar_t | configure:27422: result: 32 | configure:26953: checking for bit size of wint_t | configure:27422: result: 32 | configure:27443: checking whether sig_atomic_t is signed | configure:27521: result: yes | configure:27443: checking whether wchar_t is signed | configure:27521: result: yes | configure:27443: checking whether wint_t is signed | configure:27521: result: no | configure:27547: checking for ptrdiff_t integer literal suffix | configure:27645: result: | configure:27547: checking for sig_atomic_t integer literal suffix | configure:27645: result: | configure:27547: checking for size_t integer literal suffix | configure:27645: result: u | configure:27547: checking for wchar_t integer literal suffix | configure:27645: result: l | configure:27547: checking for wint_t integer literal suffix | configure:27645: result: u | configure:27670: checking for stpcpy | configure:27726: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:242: warning: conflicting types for built-in function 'stpcpy' | configure:27732: $? = 0 | configure:27739: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:27742: $? = 0 | configure:27749: test -s conftest | configure:27752: $? = 0 | configure:27766: result: yes | configure:27797: checking for strncasecmp | configure:27853: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:27859: $? = 0 | configure:27866: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:27869: $? = 0 | configure:27876: test -s conftest | configure:27879: $? = 0 | configure:27893: result: yes | configure:27905: checking whether strncasecmp is declared | configure:27935: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:27941: $? = 0 | configure:27948: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:27951: $? = 0 | configure:27958: test -s conftest.o | configure:27961: $? = 0 | configure:27973: result: yes | configure:28005: checking for strchrnul | configure:28061: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:28067: $? = 0 | configure:28074: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28077: $? = 0 | configure:28084: test -s conftest | configure:28087: $? = 0 | configure:28101: result: yes | configure:28122: checking for strdup | configure:28178: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:246: warning: conflicting types for built-in function 'strdup' | configure:28184: $? = 0 | configure:28191: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28194: $? = 0 | configure:28201: test -s conftest | configure:28204: $? = 0 | configure:28218: result: yes | configure:28245: checking for working strndup | configure:28405: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:28408: $? = 0 | configure:28414: ./conftest | configure:28417: $? = 0 | configure:28433: result: yes | configure:28449: checking for working strnlen | configure:28493: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:28496: $? = 0 | configure:28502: ./conftest | configure:28505: $? = 0 | configure:28521: result: yes | configure:28547: checking whether defines strtoimax as a macro | configure:28572: result: no | configure:28580: checking for strtoimax | configure:28636: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:28642: $? = 0 | configure:28649: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28652: $? = 0 | configure:28659: test -s conftest | configure:28662: $? = 0 | configure:28676: result: yes | configure:28786: checking for strtol | configure:28842: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:28848: $? = 0 | configure:28855: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28858: $? = 0 | configure:28865: test -s conftest | configure:28868: $? = 0 | configure:28882: result: yes | configure:28902: checking for strtoll | configure:28958: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:28964: $? = 0 | configure:28971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28974: $? = 0 | configure:28981: test -s conftest | configure:28984: $? = 0 | configure:28998: result: yes | configure:29022: checking for strtoul | configure:29078: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:29084: $? = 0 | configure:29091: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29094: $? = 0 | configure:29101: test -s conftest | configure:29104: $? = 0 | configure:29118: result: yes | configure:29138: checking for strtoull | configure:29194: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:29200: $? = 0 | configure:29207: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29210: $? = 0 | configure:29217: test -s conftest | configure:29220: $? = 0 | configure:29234: result: yes | configure:29257: checking whether defines strtoumax as a macro | configure:29282: result: no | configure:29290: checking for strtoumax | configure:29346: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:29352: $? = 0 | configure:29359: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29362: $? = 0 | configure:29369: test -s conftest | configure:29372: $? = 0 | configure:29386: result: yes | configure:29499: checking whether mkdir is declared | configure:29530: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:29536: $? = 0 | configure:29543: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29546: $? = 0 | configure:29553: test -s conftest.o | configure:29556: $? = 0 | configure:29568: result: yes | configure:29758: checking absolute name of | configure:29782: result: ///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/sys/stat.h | configure:29810: checking sysexits.h usability | configure:29827: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:29833: $? = 0 | configure:29840: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29843: $? = 0 | configure:29850: test -s conftest.o | configure:29853: $? = 0 | configure:29864: result: yes | configure:29868: checking sysexits.h presence | configure:29883: gcc -E -I/nil conftest.c | configure:29889: $? = 0 | configure:29910: result: yes | configure:29943: checking for sysexits.h | configure:29951: result: yes | configure:29991: checking whether localtime_r is compatible with its POSIX signature | configure:30021: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:30027: $? = 0 | configure:30034: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30037: $? = 0 | configure:30044: test -s conftest.o | configure:30047: $? = 0 | configure:30059: result: yes | configure:30093: checking for struct timespec | configure:30169: result: yes | configure:30183: checking whether nanosleep is declared | configure:30252: result: yes | configure:30277: checking for unistd.h | configure:30283: result: yes | configure:30672: checking for vasnprintf | configure:30728: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/tmpdir/ccVE5HrD.o: In function `main': | conftest.c:(.text+0xd): undefined reference to `vasnprintf' | collect2: ld returned 1 exit status | configure:30734: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define HAVE_OBSTACK 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_STPCPY 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | /* end confdefs.h. */ | | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | | For example, HP-UX 11i declares gettimeofday. */ | | #define vasnprintf innocuous_vasnprintf | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char vasnprintf (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef vasnprintf | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char vasnprintf (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_vasnprintf || defined __stub___vasnprintf | | choke me | | #endif | | | | int | | main () | | { | | return vasnprintf (); | | ; | | return 0; | | } | configure:30768: result: no | configure:30796: checking for ptrdiff_t | configure:30826: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:30832: $? = 0 | configure:30839: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30842: $? = 0 | configure:30849: test -s conftest.o | configure:30852: $? = 0 | configure:30864: result: yes | configure:30888: checking for snprintf | configure:30944: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:264: warning: conflicting types for built-in function 'snprintf' | configure:30950: $? = 0 | configure:30957: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30960: $? = 0 | configure:30967: test -s conftest | configure:30970: $? = 0 | configure:30984: result: yes | configure:30888: checking for wcslen | configure:30944: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:30950: $? = 0 | configure:30957: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30960: $? = 0 | configure:30967: test -s conftest | configure:30970: $? = 0 | configure:30984: result: yes | configure:31004: checking for vsnprintf | configure:31060: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | conftest.c:266: warning: conflicting types for built-in function 'vsnprintf' | configure:31066: $? = 0 | configure:31073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31076: $? = 0 | configure:31083: test -s conftest | configure:31086: $? = 0 | configure:31100: result: yes | configure:31142: checking whether wcwidth is declared | configure:31185: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:31191: $? = 0 | configure:31198: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31201: $? = 0 | configure:31208: test -s conftest.o | configure:31211: $? = 0 | configure:31223: result: yes | configure:31282: checking for struct stat.st_blksize | configure:31310: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:31316: $? = 0 | configure:31323: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31326: $? = 0 | configure:31333: test -s conftest.o | configure:31336: $? = 0 | configure:31407: result: yes | configure:31432: checking for library containing setsockopt | configure:31473: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:31479: $? = 0 | configure:31486: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31489: $? = 0 | configure:31496: test -s conftest | configure:31499: $? = 0 | configure:31523: result: none required | configure:31631: checking for library containing setsockopt | configure:31722: result: none required | configure:31807: checking for sys/mtio.h | configure:31813: result: yes | configure:31971: checking which ioctl field to test for reversed bytes | configure:31994: result: mt_type | configure:32010: checking whether to build rmt | configure:32027: result: yes | configure:31745: checking for remote tape header files | configure:31767: gcc -E -I/nil conftest.c | configure:31773: $? = 0 | configure:31795: result: yes | configure:32096: checking for sys/buf.h | configure:32158: result: no | configure:32172: checking for struct stat.st_blksize | configure:32297: result: yes | configure:32337: checking for fsync | configure:32393: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32337: checking for getdtablesize | configure:32393: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32337: checking for lstat | configure:32433: result: yes | configure:32337: checking for mkfifo | configure:32433: result: yes | configure:32337: checking for readlink | configure:32393: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32337: checking for strerror | configure:32433: result: yes | configure:32337: checking for symlink | configure:32393: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32337: checking for setlocale | configure:32433: result: yes | configure:32337: checking for utimes | configure:32393: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32443: checking whether getgrgid is declared | configure:32474: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:32480: $? = 0 | configure:32487: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32490: $? = 0 | configure:32497: test -s conftest.o | configure:32500: $? = 0 | configure:32512: result: yes | configure:32530: checking whether getpwuid is declared | configure:32561: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:32567: $? = 0 | configure:32574: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32577: $? = 0 | configure:32584: test -s conftest.o | configure:32587: $? = 0 | configure:32599: result: yes | configure:32617: checking whether time is declared | configure:32648: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:32654: $? = 0 | configure:32661: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32664: $? = 0 | configure:32671: test -s conftest.o | configure:32674: $? = 0 | configure:32686: result: yes | configure:32709: checking for waitpid | configure:32765: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:32771: $? = 0 | configure:32778: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32781: $? = 0 | configure:32788: test -s conftest | configure:32791: $? = 0 | configure:32805: result: yes | configure:32824: checking for remote shell | configure:32850: result: /usr/bin/rsh | configure:33030: checking for default archive format | configure:33049: result: GNU | configure:33052: checking for default archive | configure:33097: result: - | configure:33101: checking for default blocking | configure:33109: result: 20 | configure:33112: checking for default quoting style | configure:33125: result: escape | configure:33175: checking for ld used by GCC | configure:33239: result: /package/host/code.dogmap.org/foreign/gcc-4.0.3+spf+2/conf/binutils/command/ld | configure:33248: checking if the linker (/package/host/code.dogmap.org/foreign/gcc-4.0.3+spf+2/conf/binutils/command/ld) is GNU ld | configure:33261: result: yes | configure:33268: checking for shared library run path origin | configure:33281: result: done | configure:33748: checking for iconv | configure:33780: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c >&5 | configure:33786: $? = 0 | configure:33793: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:33796: $? = 0 | configure:33803: test -s conftest | configure:33806: $? = 0 | configure:33888: result: yes | configure:33911: checking for iconv declaration | configure:33950: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:33956: $? = 0 | configure:33963: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:33966: $? = 0 | configure:33973: test -s conftest.o | configure:33976: $? = 0 | configure:33991: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:34017: checking iconv.h usability | configure:34034: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:34040: $? = 0 | configure:34047: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34050: $? = 0 | configure:34057: test -s conftest.o | configure:34060: $? = 0 | configure:34071: result: yes | configure:34075: checking iconv.h presence | configure:34090: gcc -E -I/nil conftest.c | configure:34096: $? = 0 | configure:34117: result: yes | configure:34150: checking for iconv.h | configure:34158: result: yes | configure:34171: checking for iconv_t | configure:34206: gcc -c -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil conftest.c >&5 | configure:34212: $? = 0 | configure:34219: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34222: $? = 0 | configure:34229: test -s conftest.o | configure:34232: $? = 0 | configure:34244: result: yes | configure:34259: checking whether NLS is requested | configure:34268: result: no | configure:34306: checking for msgfmt | configure: trying /command/msgfmt... | 0 translated messages. | configure:34338: result: /command/msgfmt | configure:34347: checking for gmsgfmt | configure:34378: result: /command/msgfmt | configure:34429: checking for xgettext | configure: trying /command/xgettext... | /command/xgettext: warning: file `/dev/null' extension `' is unknown; will try C | configure:34461: result: /command/xgettext | configure:34507: checking for msgmerge | configure: trying /command/msgmerge... | configure:34538: result: /command/msgmerge | configure:34575: checking for CFPreferencesCopyAppValue | configure:34603: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:271:42: error: CoreFoundation/CFPreferences.h: No such file or directory | conftest.c: In function 'main': | conftest.c:275: error: 'NULL' undeclared (first use in this function) | conftest.c:275: error: (Each undeclared identifier is reported only once | conftest.c:275: error: for each function it appears in.) | configure:34609: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define HAVE_OBSTACK 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_STPCPY 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_STRERROR 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define REMOTE_SHELL "/usr/bin/rsh" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:34643: result: no | configure:34652: checking for CFLocaleCopyCurrent | configure:34680: gcc -o conftest -pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx -I/nil -L/nil conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:271:37: error: CoreFoundation/CFLocale.h: No such file or directory | configure:34686: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_MEMRCHR 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_MEMPCPY 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MEMRCHR 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE___FPENDING 1 | | #define HAVE_DECL___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define HAVE_OBSTACK 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | | #define HAVE_SYS_BITYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX l | | #define WINT_T_SUFFIX u | | #define HAVE_STPCPY 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_STRERROR 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define REMOTE_SHELL "/usr/bin/rsh" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:34720: result: no | configure:35624: checking whether to use NLS | configure:35626: result: no | configure:35871: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.16.1, which was | generated by GNU Autoconf 2.60. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on prj.cwru.edu | | config.status:730: creating tests/Makefile | config.status:730: creating tests/atlocal | config.status:730: creating Makefile | config.status:730: creating doc/Makefile | config.status:730: creating lib/Makefile | config.status:730: creating po/Makefile.in | config.status:730: creating scripts/Makefile | config.status:730: creating rmt/Makefile | config.status:730: creating src/Makefile | config.status:730: creating config.h | config.status:1286: executing depfiles commands | config.status:1286: executing po-directories commands | config.status:1286: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=i686-pc-linux-gnu | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_decl_EOVERFLOW=yes | ac_cv_double_slash_root=no | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value='-pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx' | ac_cv_env_CPPFLAGS_set=set | ac_cv_env_CPPFLAGS_value=-I/nil | 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=-L/nil | ac_cv_env_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_func___fpending=yes | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_chown_works=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_clock_settime=yes | ac_cv_func_fchdir=yes | ac_cv_func_fdopendir=no | ac_cv_func_flockfile=yes | ac_cv_func_fnmatch_gnu=yes | ac_cv_func_fsync=yes | ac_cv_func_ftruncate=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimes=yes | ac_cv_func_futimesat=no | ac_cv_func_getdelim=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getline=yes | ac_cv_func_getpagesize=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswctype=yes | ac_cv_func_iswprint=yes | ac_cv_func_lchmod=no | ac_cv_func_lchown=yes | ac_cv_func_lstat=yes | ac_cv_func_lstat_dereferences_slashed_symlink=yes | ac_cv_func_malloc_0_nonnull=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_mbsinit=yes | ac_cv_func_memchr=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memrchr=yes | ac_cv_func_memset=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_nanotime=no | ac_cv_func_obstack=yes | ac_cv_func_openat=no | ac_cv_func_pathconf=yes | ac_cv_func_pipe=yes | ac_cv_func_readlink=yes | ac_cv_func_rmdir=yes | ac_cv_func_rpmatch=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strchrnul=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strerror_r=yes | ac_cv_func_strerror_r_char_p=yes | ac_cv_func_strncasecmp=yes | ac_cv_func_strnlen_working=yes | ac_cv_func_strtoimax=yes | ac_cv_func_strtol=yes | ac_cv_func_strtoll=yes | ac_cv_func_strtoul=yes | ac_cv_func_strtoull=yes | ac_cv_func_strtoumax=yes | ac_cv_func_symlink=yes | ac_cv_func_unsetenv=yes | ac_cv_func_utime_null=yes | ac_cv_func_utimes=yes | ac_cv_func_vasnprintf=no | ac_cv_func_vsnprintf=yes | ac_cv_func_waitpid=yes | ac_cv_func_wcrtomb=yes | ac_cv_func_wcscoll=yes | ac_cv_func_wcslen=yes | ac_cv_func_wcwidth=yes | ac_cv_func_working_mktime=no | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl___fpending=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_feof_unlocked=yes | ac_cv_have_decl_ferror_unlocked=yes | ac_cv_have_decl_fflush_unlocked=yes | ac_cv_have_decl_fgets_unlocked=yes | ac_cv_have_decl_fputc_unlocked=yes | ac_cv_have_decl_fputs_unlocked=yes | ac_cv_have_decl_fread_unlocked=yes | ac_cv_have_decl_fwrite_unlocked=yes | ac_cv_have_decl_getc_unlocked=yes | ac_cv_have_decl_getchar_unlocked=yes | ac_cv_have_decl_getcwd=yes | ac_cv_have_decl_getdelim=yes | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_getgrgid=yes | ac_cv_have_decl_getline=yes | ac_cv_have_decl_getpwuid=yes | ac_cv_have_decl_imaxabs=yes | ac_cv_have_decl_imaxdiv=yes | ac_cv_have_decl_lchown=yes | ac_cv_have_decl_memrchr=yes | ac_cv_have_decl_mkdir=yes | ac_cv_have_decl_nanosleep=yes | ac_cv_have_decl_program_invocation_name=yes | ac_cv_have_decl_program_invocation_short_name=yes | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_strdup=yes | ac_cv_have_decl_strerror_r=yes | ac_cv_have_decl_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_fcntl_h=yes | ac_cv_header_features_h=yes | ac_cv_header_iconv_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_linewrap_h=no | ac_cv_header_linux_fd_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_net_errno_h=no | ac_cv_header_netdb_h=yes | ac_cv_header_priv_h=no | ac_cv_header_sgtty_h=yes | ac_cv_header_stat_broken=no | ac_cv_header_stdbool_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdio_ext_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_stropts_h=yes | ac_cv_header_sys_bitypes_h=yes | ac_cv_header_sys_buf_h=no | ac_cv_header_sys_device_h=no | ac_cv_header_sys_filio_h=no | ac_cv_header_sys_gentape_h=no | ac_cv_header_sys_inet_h=no | ac_cv_header_sys_inttypes_h=no | ac_cv_header_sys_io_trioctl_h=no | ac_cv_header_sys_mtio_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_tape_h=no | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_tprintf_h=no | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_types_h_makedev=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_sysexits_h=yes | ac_cv_header_time=yes | ac_cv_header_unistd_h=yes | ac_cv_header_utime_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=i686-pc-linux-gnu | ac_cv_lib_error_at_line=yes | ac_cv_member_struct_stat_st_atim_tv_nsec=yes | ac_cv_member_struct_stat_st_blksize=yes | ac_cv_member_struct_stat_st_blocks=yes | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_objext=o | ac_cv_path_EGREP='/command/grep -E' | ac_cv_path_GMSGFMT=/command/msgfmt | ac_cv_path_GREP=/command/grep | ac_cv_path_MSGFMT=/command/msgfmt | ac_cv_path_MSGMERGE=/command/msgmerge | ac_cv_path_XGETTEXT=/command/xgettext | ac_cv_path_install='/command/install -c' | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_YACC='bison -y' | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_cc_c89= | ac_cv_prog_cc_g=yes | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_clock_gettime=-lrt | ac_cv_search_opendir='none required' | ac_cv_search_setsockopt='none required' | ac_cv_search_strerror='none required' | ac_cv_struct_tm=time.h | ac_cv_sys_file_offset_bits=64 | ac_cv_sys_large_files=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_long_file_names=yes | ac_cv_type__Bool=yes | ac_cv_type_dev_t=yes | ac_cv_type_iconv_t=yes | ac_cv_type_ino_t=yes | ac_cv_type_long_long=yes | ac_cv_type_long_long_int=yes | ac_cv_type_major_t=no | ac_cv_type_mbstate_t=yes | ac_cv_type_minor_t=no | ac_cv_type_mode_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=yes | ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes | ac_cv_win_or_dos=no | ac_cv_working_alloca_h=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_path_LD=/package/host/code.dogmap.org/foreign/gcc-4.0.3+spf+2/conf/binutils/command/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 | fu_cv_sys_struct_timespec=yes | fu_cv_sys_struct_utimbuf=yes | gl_cv_absolute_fcntl_h=///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h | gl_cv_absolute_inttypes_h=///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/inttypes.h | gl_cv_absolute_stdint_h=///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h | gl_cv_absolute_sys_stat_h=///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/sys/stat.h | gl_cv_bitsizeof_ptrdiff_t=32 | gl_cv_bitsizeof_sig_atomic_t=32 | gl_cv_bitsizeof_size_t=32 | gl_cv_bitsizeof_wchar_t=32 | gl_cv_bitsizeof_wint_t=32 | gl_cv_c_inline_effective=yes | gl_cv_compound_literals=yes | gl_cv_func_chown_follows_symlink=yes | gl_cv_func_getcwd_abort_bug=no | gl_cv_func_getcwd_null=yes | gl_cv_func_getcwd_path_max=yes | gl_cv_func_malloc_0_nonnull=1 | gl_cv_func_mbrtowc=yes | gl_cv_func_re_compile_pattern_working=yes | gl_cv_func_strndup=yes | gl_cv_func_va_copy=yes | gl_cv_func_working_utimes=yes | gl_cv_have_arbitrary_file_name_length_limit=yes | gl_cv_header_inttypes_h=yes | gl_cv_header_stdint_h=yes | gl_cv_header_working_fcntl_h=yes | gl_cv_header_working_inttypes_h=no | gl_cv_header_working_stdint_h=no | gl_cv_minmax_in_limits_h=no | gl_cv_minmax_in_sys_param_h=yes | gl_cv_rpl_alloca=yes | gl_cv_time_r_posix=yes | gl_cv_type_ptrdiff_t_signed=yes | gl_cv_type_ptrdiff_t_suffix= | gl_cv_type_sig_atomic_t_signed=yes | gl_cv_type_sig_atomic_t_suffix= | gl_cv_type_size_t_signed=no | gl_cv_type_size_t_suffix=u | gl_cv_type_wchar_t_signed=yes | gl_cv_type_wchar_t_suffix=l | gl_cv_type_wint_t_signed=no | gl_cv_type_wint_t_suffix=u | gt_cv_c_intmax_t=yes | gt_cv_c_long_double=yes | gt_cv_c_wchar_t=yes | gt_cv_c_wint_t=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_unsetenv_ret=int | gt_cv_inttypes_pri_broken=no | gt_cv_ssize_t=yes | jm_cv_func_gettimeofday_clobber=no | jm_cv_func_strtoimax_macro=no | jm_cv_func_strtoumax_macro=no | jm_cv_struct_dirent_d_ino=yes | pu_cv_header_mtio_check_field=mt_type | pu_cv_header_rmt=yes | tar_cv_path_RSH=/usr/bin/rsh | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ABSOLUTE_FCNTL_H='"///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h"' | ABSOLUTE_INTTYPES_H='"///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/inttypes.h"' | ABSOLUTE_STDINT_H='"///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h"' | ABSOLUTE_SYS_STAT_H='"///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/sys/stat.h"' | ACLOCAL='${SHELL} /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux/missing --run aclocal-1.9' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux/missing --run tar' | AUTOCONF='${SHELL} /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux/missing --run automake-1.9' | AWK='gawk' | BACKUP_LIBEXEC_SCRIPTS='' | BACKUP_SBIN_SCRIPTS='' | BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d' | BITSIZEOF_PTRDIFF_T='32' | BITSIZEOF_SIG_ATOMIC_T='32' | BITSIZEOF_SIZE_T='32' | BITSIZEOF_WCHAR_T='32' | BITSIZEOF_WINT_T='32' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-pipe -O2 -march=pentium-m -mfpmath=sse -msse2 -mmmx' | CPP='gcc -E' | CPPFLAGS='-I/nil' | CYGPATH_W='echo' | DEFAULT_ARCHIVE='-' | DEFAULT_ARCHIVE_FORMAT='GNU' | DEFAULT_BLOCKING='20' | DEFAULT_QUOTING_STYLE='escape_quoting_style' | DEFAULT_RMT_COMMAND='' | DEFAULT_RMT_DIR='$(libexecdir)' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/command/grep -E' | EOVERFLOW='' | EXEEXT='' | FCNTL_H='fcntl.h' | FNMATCH_H='' | GETOPT_H='getopt.h' | GLIBC21='yes' | GL_COND_LIBTOOL_FALSE='' | GL_COND_LIBTOOL_TRUE='#' | GMSGFMT='/command/msgfmt' | GMSGFMT_015='/command/msgfmt' | GREP='/command/grep' | HAVE_DECL_IMAXABS='1' | HAVE_DECL_IMAXDIV='1' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_INTTYPES_H='1' | HAVE_LONG_LONG_INT='1' | HAVE_SIGNED_SIG_ATOMIC_T='1' | HAVE_SIGNED_WCHAR_T='1' | HAVE_SIGNED_WINT_T='0' | HAVE_STDINT_H='1' | HAVE_SYS_BITYPES_H='1' | HAVE_SYS_INTTYPES_H='0' | HAVE_SYS_TYPES_H='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_WCHAR_H='1' | HAVE__BOOL='1' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | INTLLIBS='' | INTL_MACOSX_LIBS='' | INTTYPES_H='inttypes.h' | LDFLAGS='-L/nil' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIBTAR_LIBDEPS='' | LIBTAR_LTLIBDEPS='' | LIB_CLOCK_GETTIME='-lrt' | LIB_SETSOCKOPT='' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAKEINFO='${SHELL} /package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux/missing --run makeinfo' | MSGFMT='/command/msgfmt' | MSGFMT_015='/command/msgfmt' | MSGMERGE='/command/msgmerge' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.16.1' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.16.1' | PATH_SEPARATOR=':' | POSUB='' | PRIPTR_PREFIX='"l"' | PRI_MACROS_BROKEN='0' | PTRDIFF_T_SUFFIX='' | PU_RMT_PROG='rmt$(EXEEXT)' | RANLIB='ranlib' | SET_MAKE='' | SHELL='/bin/sh' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='u' | STDBOOL_H='' | STDINT_H='stdint.h' | STRIP='' | SYSEXITS_H='' | SYS_STAT_H='sys/stat.h' | UNISTD_H='' | USE_NLS='no' | VERSION='1.16.1' | WCHAR_T_SUFFIX='l' | WINT_T_SUFFIX='u' | XGETTEXT='/command/xgettext' | XGETTEXT_015='/command/xgettext' | YACC='bison -y' | YFLAGS='' | ac_ct_CC='gcc' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__leading_dot='.' | am__quote='' | am__tar='tar --format=ustar -chf - "$$tardir"' | am__untar='tar -xf -' | bindir='${exec_prefix}/bin' | build='i686-pc-linux-gnu' | build_alias='' | build_cpu='i686' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | 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 fchmodat.o fd-safer.o getopt.o getopt1.o gettime.o hash.o human.o imaxtostr.o mbchar.o mkdirat.o mktime.o modechange.o offtostr.o open-safer.o openat.o openat-die.o openat-proc.o pipe-safer.o printf-args.o printf-parse.o quote.o quotearg.o safe-read.o safe-write.o save-cwd.o savedir.o strcasecmp.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 fchmodat.lo fd-safer.lo getopt.lo getopt1.lo gettime.lo hash.lo human.lo imaxtostr.lo mbchar.lo mkdirat.lo mktime.lo modechange.lo offtostr.lo open-safer.lo openat.lo openat-die.lo openat-proc.lo pipe-safer.lo printf-args.lo printf-parse.lo quote.lo quotearg.lo safe-read.lo safe-write.lo save-cwd.lo savedir.lo strcasecmp.lo stripslash.lo tempname.lo uinttostr.lo umaxtostr.lo unlinkdir.lo utimens.lo vasnprintf.lo xgetcwd.lo xmalloc.lo xstrtol.lo xstrtoul.lo' | host='i686-pc-linux-gnu' | host_alias='' | host_cpu='i686' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/compile/src/tar-1.16.1/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='mkdir -p --' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/prefix' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define PACKAGE_NAME "GNU tar" | #define PACKAGE_TARNAME "tar" | #define PACKAGE_VERSION "1.16.1" | #define PACKAGE_STRING "GNU tar 1.16.1" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tar" | #define VERSION "1.16.1" | #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 _FILE_OFFSET_BITS 64 | #define HAVE_FCNTL_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MTIO_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define major_t int | #define minor_t int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define restrict __restrict | #define HAVE_DECL_GETENV 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_PATHCONF 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ALARM 1 | #define HAVE_ISWPRINT 1 | #define HAVE_MBSINIT 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MEMPCPY 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRERROR 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_MEMRCHR 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_GETCWD 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | #define HAVE_SYS_BITYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX u | #define WCHAR_T_SUFFIX l | #define WINT_T_SUFFIX u | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_LCHOWN 1 | #define HAVE_LANGINFO_CODESET 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_LONG_LONG 1 | #define HAVE_INTMAX_T 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_PROGRAM_INVOCATION_NAME 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_MEMPCPY 1 | #define __OPENAT_PREFIX rpl_ | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define ABSOLUTE_FCNTL_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/fcntl.h" | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE___FPENDING 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_INLINE 1 | #define ABSOLUTE_INTTYPES_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/inttypes.h" | #define HAVE_LCHOWN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDTEMP 1 | #define mktime rpl_mktime | #define HAVE_OBSTACK 1 | #define __OPENAT_PREFIX rpl_ | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RMDIR 1 | #define HAVE_RPMATCH 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define ABSOLUTE_STDINT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/stdint.h" | #define HAVE_SYS_BITYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX u | #define WCHAR_T_SUFFIX l | #define WINT_T_SUFFIX u | #define HAVE_STPCPY 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCHRNUL 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_MKDIR 1 | #define ABSOLUTE_SYS_STAT_H "///package/host/code.dogmap.org/foreign/tar-1.16.1+spf+0/conf/glibc/include/sys/stat.h" | #define HAVE_SYSEXITS_H 1 | #define HAVE_TIME_R_POSIX 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_UNISTD_H 1 | #define UNLINK_CANNOT_UNLINK_DIR 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_SYS_MTIO_H 1 | #define MTIO_CHECK_FIELD mt_type | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_STRERROR 1 | #define HAVE_SYMLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TIME 1 | #define HAVE_WAITPID 1 | #define REMOTE_SHELL "/usr/bin/rsh" | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | #define DEFAULT_ARCHIVE "-" | #define DEFAULT_BLOCKING 20 | #define DEFAULT_QUOTING_STYLE escape_quoting_style | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | | configure: exit 0