## ------------------------ ##
## GNU tar 1.17 test suite. ##
## ------------------------ ##
testsuite: command line was:
$ ./testsuite
## ----------- ##
## ChangeLogs. ##
## ----------- ##
testsuite: ../ChangeLog:
| 2007-06-08 Sergey Poznyakoff
|
| * configure.ac, NEWS: Raise version number to 1.17
|
| * doc/tar.texi, doc/intern.texi: Replace: s/filename/file name/;
| s/(ASCII|ID|BSD)/@acronym{&}/;s/"[^"]+"/``&''/
| Use `path' only when it refers to search paths, use
| `file name' otherwise.
| Fix various errors (based on patch by Benno Schulenberg)
|
## --------- ##
## Platform. ##
## --------- ##
hostname = giotto
uname -m = x86_64
uname -r = 2.6.16.27-0.9-smp
uname -s = Linux
uname -v = #1 SMP Tue Feb 13 09:35:18 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/src/tar-1.17/tests
PATH: /usr/local/src/tar-1.17/src
PATH: /usr/local/src/tar-1.17/build-aux
PATH: /usr/local/src/tar-1.17
PATH: /opt/intel/idbe/10.0.023/bin
PATH: /opt/intel/fce/10.0.023/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /opt/gnome/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/bin/X11
PATH: /opt/pathscale/bin
PATH: /usr/local/bin
PATH: /opt/pgi/linux86-64/6.2/bin
PATH: /usr/local/matlab/bin
PATH: /usr/local/rsi/idl/bin
PATH: /usr/local/teTeX/bin
PATH: /opt/intel/cce/10.0.023/bin
PATH: /usr/local/ferret/bin
testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/usr/local/src/tar-1.17/tests'
| at_srcdir='.'
| abs_srcdir='/usr/local/src/tar-1.17/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/usr/local/src/tar-1.17'
| at_top_build_prefix='../'
| abs_top_builddir='/usr/local/src/tar-1.17'
|
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/sh'}
testsuite: atlocal:
| # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*-
| # Configurable variable values for tar test suite.
| # Copyright (C) 2004, 2006 Free Software Foundation, Inc.
|
| PATH=/usr/local/src/tar-1.17/tests:/usr/local/src/tar-1.17/src:/usr/local/src/tar-1.17/build-aux:$top_srcdir:$srcdir:$PATH
|
| XFAILFILE=$abs_builddir/.badversion
|
| trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15
|
| TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar
| if test -z "$TEST_DATA_DIR"; then
| TEST_DATA_DIR=$abs_builddir
| fi
|
| STAR_DATA_URL=http://download.berlios.de/pub/star/testscripts
| if test -z "$STAR_TESTSCRIPTS"; then
| STAR_TESTSCRIPTS=$TEST_DATA_DIR
| fi
|
| # tarball_prereq file sum dir url
| tarball_prereq() {
| if test -d "$3"; then
| if test -r $3/$1; then
| :
| elif test -n "$FULL_TEST"; then
| wget -q --directory-prefix=$3 $4/$1
| fi
| fi
| echo "$2 $3/$1" | md5sum --status --check - >/dev/null 2>&1
| }
|
|
## ---------------- ##
## Tested programs. ##
## ---------------- ##
./testsuite.at:92: /usr/local/src/tar-1.17/src/tar --version
tar (GNU tar) 1.17
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Tue Jun 19 16:45:12 CEST 2007
1. tar version (version.at:19): ok (0m0.004s 0m0.000s)
2. decompressing from stdin (pipe.at:29): ok (0m0.036s 0m0.172s)
3. mixing options (options.at:24): ok (0m0.000s 0m0.008s)
4. interspersed options (options02.at:26): ok (0m0.004s 0m0.008s)
5. files-from: empty entries (T-empty.at:26): ok (0m0.004s 0m0.040s)
6. files-from: 0-separated file without -0 (T-null.at:21): ok (0m0.004s 0m0.032s)
7. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.024s 0m0.088s)
8. tar cvf - (verbose.at:26): ok (0m0.028s 0m0.064s)
9. append (append.at:21): ok (0m0.020s 0m0.104s)
10. appending files with long names (append01.at:29): ok (0m0.012s 0m0.084s)
11. append vs. create (append02.at:40): ok (0m0.024s 0m0.104s)
13. deleting a member after a big one (delete01.at:23): ok (0m0.024s 0m0.112s)
14. deleting a member from stdin archive (delete02.at:23): ok (0m0.056s 0m0.112s)
15. deleting members with long names (delete03.at:21): ok (0m0.008s 0m0.108s)
16. deleting a large last member (delete04.at:23): ok (0m0.048s 0m0.216s)
17. deleting non-existing member (delete05.at:27): ok (0m0.012s 0m0.120s)
18. extract over an existing directory (extrac01.at:23): ok (0m0.032s 0m0.060s)
19. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.016s 0m0.092s)
20. extraction loops (extrac03.at:23): ok (0m0.024s 0m0.076s)
21. extract + fnmatch (extrac04.at:23): ok (0m0.044s 0m0.128s)
22. extracting selected members from pax (extrac05.at:30): ok (0m0.008s 0m0.032s)
23. mode of extracted directories (extrac06.at:33): ok (0m0.040s 0m0.120s)
24. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.020s 0m0.104s)
25. gzip (gzip.at:23): ok (0m0.000s 0m0.012s)
26. incremental (incremental.at:23): ok (0m0.008s 0m0.072s)
27. restore broken symlinks from incremental (incr01.at:27): ok (0m0.028s 0m0.068s)
28. restoring timestamps from incremental (incr02.at:32): ok (0m0.016s 0m0.076s)
29. --listed for individual files (listed01.at:26): ok (0m0.016s 0m0.048s)
30. working --listed (listed02.at:28): ok (0m0.032s 0m0.096s)
31. renamed files in incrementals (incr03.at:28): ok (0m0.016s 0m0.148s)
32. proper icontents initialization (incr04.at:29): ok (0m0.036s 0m0.156s)
33. renamed dirs in incrementals (rename01.at:24): ok (0m0.028s 0m0.124s)
34. move between hierarchies (rename02.at:24): ok (0m0.044s 0m0.132s)
35. cyclic renames (rename03.at:23): ok (0m0.040s 0m0.184s)
36. changed file types in incrementals (chtype.at:27): ok (0m0.056s 0m0.148s)
37. ignfail (ignfail.at:23): skipped (ignfail.at:26)
38. link count gt 2 (link01.at:33): ok (0m0.028s 0m0.120s)
39. long names in V7 archives (longv7.at:24): ok (0m0.000s 0m0.012s)
40. long file names divisible by block size (long01.at:28): ok (0m0.012s 0m0.060s)
41. ustar: unsplittable file name (lustar01.at:21): ok (0m0.000s 0m0.008s)
42. ustar: unsplittable path name (lustar02.at:21): ok (0m0.016s 0m0.016s)
43. ustar: splitting long names (lustar03.at:21): ok (0m0.012s 0m0.020s)
44. multivolume dumps from pipes (multiv01.at:23): ok (0m0.020s 0m0.072s)
45. skipping a straddling member (multiv02.at:28): ok (0m0.012s 0m0.084s)
46. MV archive & long filenames (multiv03.at:30): ok (0m0.020s 0m0.076s)
47. split directory members in a MV archive (multiv04.at:36): ok (0m0.016s 0m0.156s)
48. Restoring after an out of sync folume (multiv05.at:26): ok (0m0.004s 0m0.080s)
49. old archives (old.at:23): ok (0m0.004s 0m0.008s)
50. recurse (recurse.at:21): ok (0m0.024s 0m0.076s)
51. working -C with --same-order (same-order01.at:26): ok (0m0.044s 0m0.132s)
52. multiple -C options (same-order02.at:25): ok (0m0.056s 0m0.136s)
53. short records (shortrec.at:25): ok (0m0.020s 0m0.116s)
54. sparse files (sparse01.at:21): ok (0m0.068s 0m0.148s)
55. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.020s 0m0.188s)
56. storing sparse files > 8G (sparse03.at:21): ok (0m22.013s 1m9.256s)
57. sparse files in MV archives (sparsemv.at:21): ok (0m0.012s 0m0.084s)
58. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.004s 0m0.044s)
59. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.004s 0m0.040s)
60. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.004s 0m0.048s)
61. update unchanged directories (update.at:27): ok (0m0.020s 0m0.148s)
62. volume (volume.at:23): ok (0m0.008s 0m0.044s)
63. volume header size (volsize.at:29): skipped (volsize.at:32)
64. compressed format recognition (comprec.at:21): ok (0m0.020s 0m0.124s)
65. truncate (truncate.at:29): ok (0m1.064s 0m2.704s)
66. grow (grow.at:24): ok (0m1.068s 0m2.196s)
67. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26)
68. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26)
69. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26)
70. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26)
71. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26)
72. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26)
testsuite: ending at: Tue Jun 19 16:48:16 CEST 2007
testsuite: test suite duration: 0h 3m 4s
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 64 tests were run,
1 failed unexpectedly.
8 tests were skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU tar 1.17 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
12: exclude.at:23 exclude
exclude
Skipped tests:
GNU tar 1.17 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
37: ignfail.at:23 ignfail
ignfail
63: volsize.at:29 volume header size
volume volsize
67: gtarfail.at:21 gtarfail
star gtarfail
68: gtarfail2.at:21 gtarfail2
star gtarfail2
69: multi-fail.at:21 multi-fail
star multivolume multiv multi-fail
70: ustar-big-2g.at:21 ustar-big-2g
star ustar-big-2g
71: ustar-big-8g.at:21 ustar-big-8g
star ustar-big-8g
72: pax-big-10g.at:21 pax-big-10g
star pax-big-10g
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
# -*- compilation -*-
12. exclude.at:23: testing ...
./exclude.at:26:
mkdir ustar
(cd ustar
TEST_TAR_FORMAT=ustar
export TEST_TAR_FORMAT
TAR_OPTIONS="-H ustar"
export TAR_OPTIONS
rm -rf *
mkdir dir
echo blues > dir/blues
echo jazz > dir/jazz
mkdir dir/folk
echo tagfile > dir/folk/tagfile
echo sanjuan > dir/folk/sanjuan
mkdir dir/rock
echo "Signature: 8a477f597d28d172789f06886806bc55" > dir/rock/CACHEDIR.TAG
echo "test" > dir/rock/file
for option in exclude-caches exclude-caches-under exclude-caches-all
do
echo OPTION $option
tar -cf archive.tar --$option -v dir 2>err
cat err
echo ARCHIVE
tar tf archive.tar
done
for option in exclude-tag exclude-tag-under exclude-tag-all
do
echo OPTION $option
tar -cf archive.tar --${option}=tagfile -v dir 2>err
cat err
echo ARCHIVE
tar tf archive.tar
done
)
--- - 2007-06-19 16:45:13.835998000 +0200
+++ /usr/local/src/tar-1.17/tests/testsuite.dir/at-stdout 2007-06-19 16:45:13.000000000 +0200
@@ -1,103 +1,103 @@
OPTION exclude-caches
dir/
-dir/blues
-dir/jazz
dir/folk/
-dir/folk/tagfile
dir/folk/sanjuan
+dir/folk/tagfile
+dir/jazz
dir/rock/
dir/rock/CACHEDIR.TAG
+dir/blues
tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; contents not dumped
ARCHIVE
dir/
-dir/blues
-dir/jazz
dir/folk/
-dir/folk/tagfile
dir/folk/sanjuan
+dir/folk/tagfile
+dir/jazz
dir/rock/
dir/rock/CACHEDIR.TAG
+dir/blues
OPTION exclude-caches-under
dir/
-dir/blues
-dir/jazz
dir/folk/
-dir/folk/tagfile
dir/folk/sanjuan
+dir/folk/tagfile
+dir/jazz
dir/rock/
+dir/blues
tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; contents not dumped
ARCHIVE
dir/
-dir/blues
-dir/jazz
dir/folk/
-dir/folk/tagfile
dir/folk/sanjuan
+dir/folk/tagfile
+dir/jazz
dir/rock/
+dir/blues
OPTION exclude-caches-all
dir/
-dir/blues
-dir/jazz
dir/folk/
-dir/folk/tagfile
dir/folk/sanjuan
+dir/folk/tagfile
+dir/jazz
+dir/blues
tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; directory not dumped
ARCHIVE
dir/
-dir/blues
-dir/jazz
dir/folk/
-dir/folk/tagfile
dir/folk/sanjuan
+dir/folk/tagfile
+dir/jazz
+dir/blues
OPTION exclude-tag
dir/
-dir/blues
-dir/jazz
dir/folk/
dir/folk/tagfile
+dir/jazz
dir/rock/
-dir/rock/CACHEDIR.TAG
dir/rock/file
+dir/rock/CACHEDIR.TAG
+dir/blues
tar: dir/folk/: contains a cache directory tag tagfile; contents not dumped
ARCHIVE
dir/
-dir/blues
-dir/jazz
dir/folk/
dir/folk/tagfile
+dir/jazz
dir/rock/
-dir/rock/CACHEDIR.TAG
dir/rock/file
+dir/rock/CACHEDIR.TAG
+dir/blues
OPTION exclude-tag-under
dir/
-dir/blues
-dir/jazz
dir/folk/
+dir/jazz
dir/rock/
-dir/rock/CACHEDIR.TAG
dir/rock/file
+dir/rock/CACHEDIR.TAG
+dir/blues
tar: dir/folk/: contains a cache directory tag tagfile; contents not dumped
ARCHIVE
dir/
-dir/blues
-dir/jazz
dir/folk/
+dir/jazz
dir/rock/
-dir/rock/CACHEDIR.TAG
dir/rock/file
+dir/rock/CACHEDIR.TAG
+dir/blues
OPTION exclude-tag-all
dir/
-dir/blues
dir/jazz
dir/rock/
-dir/rock/CACHEDIR.TAG
dir/rock/file
+dir/rock/CACHEDIR.TAG
+dir/blues
tar: dir/folk/: contains a cache directory tag tagfile; directory not dumped
ARCHIVE
dir/
-dir/blues
dir/jazz
dir/rock/
-dir/rock/CACHEDIR.TAG
dir/rock/file
+dir/rock/CACHEDIR.TAG
+dir/blues
12. exclude.at:23: 12. exclude (exclude.at:23): FAILED (exclude.at:26)
## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by GNU tar configure 1.17, which was
| generated by GNU Autoconf 2.60. Invocation command line was
|
| $ ./configure
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = giotto
| uname -m = x86_64
| uname -r = 2.6.16.27-0.9-smp
| uname -s = Linux
| uname -v = #1 SMP Tue Feb 13 09:35:18 UTC 2007
|
| /usr/bin/uname -p = unknown
| /bin/uname -X = unknown
|
| /bin/arch = x86_64
| /usr/bin/arch -k = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo = unknown
| /bin/machine = unknown
| /usr/bin/oslevel = unknown
| /bin/universe = unknown
|
| PATH: /opt/intel/idbe/10.0.023/bin
| PATH: /opt/intel/fce/10.0.023/bin
| PATH: /sbin
| PATH: /usr/sbin
| PATH: /usr/local/sbin
| PATH: /opt/gnome/sbin
| PATH: /bin
| PATH: /usr/bin
| PATH: /usr/X11R6/bin
| PATH: /root/bin
| PATH: /usr/games
| PATH: /opt/gnome/bin
| PATH: /opt/kde3/bin
| PATH: /usr/bin/X11
| PATH: /usr/lib/mit/bin
| PATH: /usr/lib/mit/sbin
| PATH: /opt/pathscale/bin
| PATH: /usr/local/bin
| PATH: /opt/pathscale/bin
| PATH: /opt/pgi/linux86-64/6.2/bin
| PATH: /usr/local/matlab/bin
| PATH: /usr/local/rsi/idl/bin
| PATH: /usr/local/teTeX/bin
| PATH: .
| PATH: /opt/intel/cce/10.0.023/bin
| PATH: /usr/local/ferret/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:2114: checking for a BSD-compatible install
| configure:2170: result: /usr/bin/install -c
| configure:2181: checking whether build environment is sane
| configure:2224: result: yes
| configure:2252: checking for a thread-safe mkdir -p
| configure:2291: result: /bin/mkdir -p
| configure:2304: checking for gawk
| configure:2320: found /bin/gawk
| configure:2331: result: gawk
| configure:2342: checking whether make sets $(MAKE)
| configure:2363: result: yes
| configure:2546: checking how to create a ustar tar archive
| configure:2559: tar --version
| tar (GNU tar) 1.15.1
| configure:2562: $? = 0
| configure:2602: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
| configure:2605: $? = 0
| configure:2609: tar -xf - &5
| gcc (GCC) 4.1.0 (SUSE Linux)
| Copyright (C) 2006 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:2956: $? = 0
| configure:2963: gcc -v >&5
| Using built-in specs.
| Target: x86_64-suse-linux
| Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp --enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
| Thread model: posix
| gcc version 4.1.0 (SUSE Linux)
| configure:2966: $? = 0
| configure:2973: gcc -V >&5
| gcc: '-V' option must have argument
| configure:2976: $? = 1
| configure:2999: checking for C compiler default output file name
| configure:3026: gcc conftest.c >&5
| configure:3029: $? = 0
| configure:3075: result: a.out
| configure:3080: checking whether the C compiler works
| configure:3090: ./a.out
| configure:3093: $? = 0
| configure:3110: result: yes
| configure:3117: checking whether we are cross compiling
| configure:3119: result: no
| configure:3122: checking for suffix of executables
| configure:3129: gcc -o conftest conftest.c >&5
| configure:3132: $? = 0
| configure:3156: result:
| configure:3162: checking for suffix of object files
| configure:3188: gcc -c conftest.c >&5
| configure:3191: $? = 0
| configure:3214: result: o
| configure:3218: checking whether we are using the GNU C compiler
| configure:3247: gcc -c conftest.c >&5
| configure:3253: $? = 0
| configure:3260: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3263: $? = 0
| configure:3270: test -s conftest.o
| configure:3273: $? = 0
| configure:3287: result: yes
| configure:3292: checking whether gcc accepts -g
| configure:3322: gcc -c -g conftest.c >&5
| configure:3328: $? = 0
| configure:3335: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3338: $? = 0
| configure:3345: test -s conftest.o
| configure:3348: $? = 0
| configure:3478: result: yes
| configure:3495: checking for gcc option to accept ISO C89
| configure:3569: gcc -c -g -O2 conftest.c >&5
| configure:3575: $? = 0
| configure:3582: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3585: $? = 0
| configure:3592: test -s conftest.o
| configure:3595: $? = 0
| configure:3615: result: none needed
| configure:3644: checking for style of include used by make
| configure:3672: result: GNU
| configure:3697: checking dependency style of gcc
| configure:3788: result: gcc3
| configure:3847: checking for ranlib
| configure:3863: found /usr/bin/ranlib
| configure:3874: result: ranlib
| configure:3904: checking for bison
| configure:3920: found /usr/bin/bison
| configure:3931: result: bison -y
| configure:3955: checking how to run the C preprocessor
| configure:3995: gcc -E conftest.c
| configure:4001: $? = 0
| configure:4039: gcc -E conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:4045: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h. */
| | #include
| configure:4085: result: gcc -E
| configure:4114: gcc -E conftest.c
| configure:4120: $? = 0
| configure:4158: gcc -E conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:4164: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h. */
| | #include
| configure:4209: checking for grep that handles long lines and -e
| configure:4283: result: /bin/grep
| configure:4288: checking for egrep
| configure:4366: result: /bin/grep -E
| configure:4372: checking for AIX
| configure:4394: result: no
| configure:4400: checking for ANSI C header files
| configure:4430: gcc -c -g -O2 conftest.c >&5
| configure:4436: $? = 0
| configure:4443: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4446: $? = 0
| configure:4453: test -s conftest.o
| configure:4456: $? = 0
| configure:4552: gcc -o conftest -g -O2 conftest.c >&5
| configure:4555: $? = 0
| configure:4561: ./conftest
| configure:4564: $? = 0
| configure:4581: result: yes
| configure:4605: checking for sys/types.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4605: checking for sys/stat.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4605: checking for stdlib.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4605: checking for string.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4605: checking for memory.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4605: checking for strings.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4605: checking for inttypes.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4605: checking for stdint.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4605: checking for unistd.h
| configure:4626: gcc -c -g -O2 conftest.c >&5
| configure:4632: $? = 0
| configure:4639: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4642: $? = 0
| configure:4649: test -s conftest.o
| configure:4652: $? = 0
| configure:4665: result: yes
| configure:4687: checking minix/config.h usability
| configure:4704: gcc -c -g -O2 conftest.c >&5
| conftest.c:54:26: error: minix/config.h: No such file or directory
| configure:4710: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:4741: result: no
| configure:4745: checking minix/config.h presence
| configure:4760: gcc -E conftest.c
| conftest.c:21:26: error: minix/config.h: No such file or directory
| configure:4766: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h. */
| | #include
| configure:4787: result: no
| configure:4820: checking for minix/config.h
| configure:4827: result: no
| configure:4866: checking whether it is safe to define __EXTENSIONS__
| configure:4894: gcc -c -g -O2 conftest.c >&5
| configure:4900: $? = 0
| configure:4907: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4910: $? = 0
| configure:4917: test -s conftest.o
| configure:4920: $? = 0
| configure:4932: result: yes
| configure:4951: checking for gcc option to accept ISO C99
| configure:5081: gcc -c -g -O2 conftest.c >&5
| conftest.c:45: error: expected ';', ',' or ')' before 'text'
| conftest.c: In function 'main':
| conftest.c:101: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
| conftest.c:101: error: 'newvar' undeclared (first use in this function)
| conftest.c:101: error: (Each undeclared identifier is reported only once
| conftest.c:101: error: for each function it appears in.)
| conftest.c:109: error: 'ia' undeclared (first use in this function)
| conftest.c:110: error: 'for' loop initial declaration used outside C99 mode
| configure:5087: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | /* end confdefs.h. */
| | #include
| | #include
| | #include
| | #include
| | #include
| |
| | struct incomplete_array
| | {
| | int datasize;
| | double data[];
| | };
| |
| | struct named_init {
| | int number;
| | const wchar_t *name;
| | double average;
| | };
| |
| | typedef const char *ccp;
| |
| | static inline int
| | test_restrict(ccp restrict text)
| | {
| | // See if C++-style comments work.
| | // Iterate through items via the restricted pointer.
| | // Also check for declarations in for loops.
| | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| | continue;
| | return 0;
| | }
| |
| | // Check varargs and va_copy work.
| | static void
| | test_varargs(const char *format, ...)
| | {
| | va_list args;
| | va_start(args, format);
| | va_list args_copy;
| | va_copy(args_copy, args);
| |
| | const char *str;
| | int number;
| | float fnumber;
| |
| | while (*format)
| | {
| | switch (*format++)
| | {
| | case 's': // string
| | str = va_arg(args_copy, const char *);
| | break;
| | case 'd': // int
| | number = va_arg(args_copy, int);
| | break;
| | case 'f': // float
| | fnumber = (float) va_arg(args_copy, double);
| | break;
| | default:
| | break;
| | }
| | }
| | va_end(args_copy);
| | va_end(args);
| | }
| |
| | int
| | main ()
| | {
| |
| | // Check bool and long long datatypes.
| | _Bool success = false;
| | long long int bignum = -1234567890LL;
| | unsigned long long int ubignum = 1234567890uLL;
| |
| | // Check restrict.
| | if (test_restrict("String literal") != 0)
| | success = true;
| | char *restrict newvar = "Another string";
| |
| | // Check varargs.
| | test_varargs("s, d' f .", "string", 65, 34.234);
| |
| | // Check incomplete arrays work.
| | struct incomplete_array *ia =
| | malloc(sizeof(struct incomplete_array) + (sizeof(double) * 10));
| | ia->datasize = 10;
| | for (int i = 0; i < ia->datasize; ++i)
| | ia->data[i] = (double) i * 1.234;
| |
| | // Check named initialisers.
| | struct named_init ni = {
| | .number = 34,
| | .name = L"Test wide string",
| | .average = 543.34343,
| | };
| |
| | ni.number = 58;
| |
| | int dynamic_array[ni.number];
| | dynamic_array[43] = 543;
| |
| | // work around unused variable warnings
| | return bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x';
| |
| | ;
| | return 0;
| | }
| configure:5081: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5087: $? = 0
| configure:5094: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5097: $? = 0
| configure:5104: test -s conftest.o
| configure:5107: $? = 0
| configure:5134: result: -std=gnu99
| configure:5281: checking for gcc -std=gnu99 option to accept ISO Standard C
| configure:5292: result: -std=gnu99
| configure:5311: checking for special C compiler options needed for large files
| configure:5438: result: no
| configure:5444: checking for _FILE_OFFSET_BITS value needed for large files
| configure:5480: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5486: $? = 0
| configure:5493: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5496: $? = 0
| configure:5503: test -s conftest.o
| configure:5506: $? = 0
| configure:5587: result: no
| configure:5597: checking for _LARGE_FILES value needed for large files
| configure:5633: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5639: $? = 0
| configure:5646: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5649: $? = 0
| configure:5656: test -s conftest.o
| configure:5659: $? = 0
| configure:5740: result: no
| configure:5753: checking for strerror in -lcposix
| configure:5788: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lcposix >&5
| /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: cannot find -lcposix
| collect2: ld returned 1 exit status
| configure:5794: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char strerror ();
| | int
| | main ()
| | {
| | return strerror ();
| | ;
| | return 0;
| | }
| configure:5828: result: no
| configure:5836: checking for inline
| configure:5862: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5868: $? = 0
| configure:5875: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5878: $? = 0
| configure:5885: test -s conftest.o
| configure:5888: $? = 0
| configure:5903: result: inline
| configure:5941: checking fcntl.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking fcntl.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for fcntl.h
| configure:6082: result: yes
| configure:5941: checking linux/fd.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking linux/fd.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for linux/fd.h
| configure:6082: result: yes
| configure:5931: checking for memory.h
| configure:5937: result: yes
| configure:5941: checking net/errno.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:60:23: error: net/errno.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking net/errno.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:27:23: error: net/errno.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for net/errno.h
| configure:6082: result: no
| configure:5941: checking sgtty.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking sgtty.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for sgtty.h
| configure:6082: result: yes
| configure:5931: checking for string.h
| configure:5937: result: yes
| configure:5941: checking stropts.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking stropts.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for stropts.h
| configure:6082: result: yes
| configure:5941: checking sys/param.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking sys/param.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for sys/param.h
| configure:6082: result: yes
| configure:5941: checking sys/device.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:64:24: error: sys/device.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking sys/device.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:31:24: error: sys/device.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for sys/device.h
| configure:6082: result: no
| configure:5941: checking sys/filio.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:64:23: error: sys/filio.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking sys/filio.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:31:23: error: sys/filio.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for sys/filio.h
| configure:6082: result: no
| configure:5941: checking sys/gentape.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:64:25: error: sys/gentape.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking sys/gentape.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:31:25: error: sys/gentape.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for sys/gentape.h
| configure:6082: result: no
| configure:5941: checking sys/inet.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:64:22: error: sys/inet.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking sys/inet.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:31:22: error: sys/inet.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for sys/inet.h
| configure:6082: result: no
| configure:5941: checking sys/io/trioctl.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:64:28: error: sys/io/trioctl.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking sys/io/trioctl.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:31:28: error: sys/io/trioctl.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for sys/io/trioctl.h
| configure:6082: result: no
| configure:5941: checking sys/mtio.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking sys/mtio.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for sys/mtio.h
| configure:6082: result: yes
| configure:5941: checking sys/time.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking sys/time.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for sys/time.h
| configure:6082: result: yes
| configure:5941: checking sys/tprintf.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:66:25: error: sys/tprintf.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking sys/tprintf.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:33:25: error: sys/tprintf.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for sys/tprintf.h
| configure:6082: result: no
| configure:5941: checking sys/tape.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:66:22: error: sys/tape.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking sys/tape.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:33:22: error: sys/tape.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for sys/tape.h
| configure:6082: result: no
| configure:5931: checking for unistd.h
| configure:5937: result: yes
| configure:5941: checking locale.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking locale.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for locale.h
| configure:6082: result: yes
| configure:5941: checking features.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking features.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for features.h
| configure:6082: result: yes
| configure:5941: checking linewrap.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:69:22: error: linewrap.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking linewrap.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:36:22: error: linewrap.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for linewrap.h
| configure:6082: result: no
| configure:5941: checking dirent.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking dirent.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for dirent.h
| configure:6082: result: yes
| configure:5941: checking float.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking float.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for float.h
| configure:6082: result: yes
| configure:5941: checking wctype.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking wctype.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for wctype.h
| configure:6082: result: yes
| configure:5941: checking stdio_ext.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking stdio_ext.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for stdio_ext.h
| configure:6082: result: yes
| configure:5931: checking for stdint.h
| configure:5937: result: yes
| configure:5931: checking for inttypes.h
| configure:5937: result: yes
| configure:5941: checking stdio.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking stdio.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for stdio.h
| configure:6082: result: yes
| configure:5931: checking for stdlib.h
| configure:5937: result: yes
| configure:5931: checking for sys/stat.h
| configure:5937: result: yes
| configure:5941: checking sysexits.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking sysexits.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for sysexits.h
| configure:6082: result: yes
| configure:5941: checking time.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking time.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for time.h
| configure:6082: result: yes
| configure:5941: checking priv.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:80:18: error: priv.h: No such file or directory
| configure:5964: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:5995: result: no
| configure:5999: checking priv.h presence
| configure:6014: gcc -E conftest.c
| conftest.c:47:18: error: priv.h: No such file or directory
| configure:6020: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | /* end confdefs.h. */
| | #include
| configure:6041: result: no
| configure:6074: checking for priv.h
| configure:6082: result: no
| configure:5941: checking utime.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking utime.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for utime.h
| configure:6082: result: yes
| configure:5941: checking wchar.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking wchar.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for wchar.h
| configure:6082: result: yes
| configure:5941: checking netdb.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking netdb.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for netdb.h
| configure:6082: result: yes
| configure:5941: checking sys/wait.h usability
| configure:5958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:5964: $? = 0
| configure:5971: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:5974: $? = 0
| configure:5981: test -s conftest.o
| configure:5984: $? = 0
| configure:5995: result: yes
| configure:5999: checking sys/wait.h presence
| configure:6014: gcc -E conftest.c
| configure:6020: $? = 0
| configure:6041: result: yes
| configure:6074: checking for sys/wait.h
| configure:6082: result: yes
| configure:6180: checking for sys/buf.h
| configure:6203: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:55:21: error: sys/buf.h: No such file or directory
| configure:6209: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | /* end confdefs.h. */
| | #if HAVE_SYS_PARAM_H
| | #include
| | #endif
| |
| | #include
| configure:6242: result: no
| configure:6254: checking for sys/wait.h that is POSIX.1 compatible
| configure:6328: result: yes
| configure:6338: checking for stdbool.h that conforms to C99
| configure:6431: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:6437: $? = 0
| configure:6444: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6447: $? = 0
| configure:6454: test -s conftest.o
| configure:6457: $? = 0
| configure:6469: result: yes
| configure:6471: checking for _Bool
| configure:6501: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:6507: $? = 0
| configure:6514: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6517: $? = 0
| configure:6524: test -s conftest.o
| configure:6527: $? = 0
| configure:6539: result: yes
| configure:6585: checking for dirent.h that defines DIR
| configure:6614: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:6620: $? = 0
| configure:6627: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6630: $? = 0
| configure:6637: test -s conftest.o
| configure:6640: $? = 0
| configure:6653: result: yes
| configure:6666: checking for library containing opendir
| configure:6707: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:6713: $? = 0
| configure:6720: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6723: $? = 0
| configure:6730: test -s conftest
| configure:6733: $? = 0
| configure:6757: result: none required
| configure:6867: checking whether sys/types.h defines makedev
| configure:6893: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:6899: $? = 0
| configure:6906: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6909: $? = 0
| configure:6916: test -s conftest
| configure:6919: $? = 0
| configure:6933: result: yes
| configure:7268: checking whether stat file-mode macros are broken
| configure:7316: result: no
| configure:7326: checking for ANSI C header files
| configure:7507: result: yes
| configure:7518: checking for st_fstype string in struct stat
| configure:7545: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:61: error: 'struct stat' has no member named 'st_fstype'
| configure:7551: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | /* end confdefs.h. */
| | #include
| | #include
| | int
| | main ()
| | {
| | struct stat s; s.st_fstype[0] = 'x';
| | ;
| | return 0;
| | }
| configure:7584: result: no
| configure:7594: checking return type of signal handlers
| configure:7622: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:62: error: void value not ignored as it ought to be
| configure:7628: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main ()
| | {
| | return *(signal (0, 0)) (0) == 1;
| | ;
| | return 0;
| | }
| configure:7660: result: void
| configure:7668: checking for mode_t
| configure:7698: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7704: $? = 0
| configure:7711: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7714: $? = 0
| configure:7721: test -s conftest.o
| configure:7724: $? = 0
| configure:7736: result: yes
| configure:7748: checking for pid_t
| configure:7778: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7784: $? = 0
| configure:7791: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7794: $? = 0
| configure:7801: test -s conftest.o
| configure:7804: $? = 0
| configure:7816: result: yes
| configure:7828: checking for off_t
| configure:7858: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7864: $? = 0
| configure:7871: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7874: $? = 0
| configure:7881: test -s conftest.o
| configure:7884: $? = 0
| configure:7896: result: yes
| configure:7908: checking for size_t
| configure:7938: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7944: $? = 0
| configure:7951: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7954: $? = 0
| configure:7961: test -s conftest.o
| configure:7964: $? = 0
| configure:7976: result: yes
| configure:7988: checking for uid_t in sys/types.h
| configure:8011: result: yes
| configure:8026: checking for major_t
| configure:8056: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_'
| conftest.c: In function 'main':
| conftest.c:94: error: 'ac__type_new_' undeclared (first use in this function)
| conftest.c:94: error: (Each undeclared identifier is reported only once
| conftest.c:94: error: for each function it appears in.)
| conftest.c:94: error: expected expression before ')' token
| configure:8062: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | typedef major_t ac__type_new_;
| | int
| | main ()
| | {
| | if ((ac__type_new_ *) 0)
| | return 0;
| | if (sizeof (ac__type_new_))
| | return 0;
| | ;
| | return 0;
| | }
| configure:8094: result: no
| configure:8106: checking for minor_t
| configure:8136: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:91: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_'
| conftest.c: In function 'main':
| conftest.c:95: error: 'ac__type_new_' undeclared (first use in this function)
| conftest.c:95: error: (Each undeclared identifier is reported only once
| conftest.c:95: error: for each function it appears in.)
| conftest.c:95: error: expected expression before ')' token
| configure:8142: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | typedef minor_t ac__type_new_;
| | int
| | main ()
| | {
| | if ((ac__type_new_ *) 0)
| | return 0;
| | if (sizeof (ac__type_new_))
| | return 0;
| | ;
| | return 0;
| | }
| configure:8174: result: no
| configure:8186: checking for dev_t
| configure:8216: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8222: $? = 0
| configure:8229: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8232: $? = 0
| configure:8239: test -s conftest.o
| configure:8242: $? = 0
| configure:8254: result: yes
| configure:8266: checking for ino_t
| configure:8296: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8302: $? = 0
| configure:8309: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8312: $? = 0
| configure:8319: test -s conftest.o
| configure:8322: $? = 0
| configure:8334: result: yes
| configure:8348: checking for ssize_t
| configure:8375: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8381: $? = 0
| configure:8388: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8391: $? = 0
| configure:8398: test -s conftest.o
| configure:8401: $? = 0
| configure:8413: result: yes
| configure:8427: checking for working alloca.h
| configure:8454: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:8460: $? = 0
| configure:8467: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8470: $? = 0
| configure:8477: test -s conftest
| configure:8480: $? = 0
| configure:8493: result: yes
| configure:8503: checking for alloca
| configure:8550: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:8556: $? = 0
| configure:8563: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8566: $? = 0
| configure:8573: test -s conftest
| configure:8576: $? = 0
| configure:8589: result: yes
| configure:8838: checking for stdlib.h
| configure:8844: result: yes
| configure:9002: checking for GNU libc compatible malloc
| configure:9036: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:9039: $? = 0
| configure:9045: ./conftest
| configure:9048: $? = 0
| configure:9064: result: yes
| configure:9080: checking for long long int
| configure:9113: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:9119: $? = 0
| configure:9126: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9129: $? = 0
| configure:9136: test -s conftest
| configure:9139: $? = 0
| configure:9180: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:9183: $? = 0
| configure:9189: ./conftest
| configure:9192: $? = 0
| configure:9217: result: yes
| configure:9227: checking for C/C++ restrict keyword
| configure:9263: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9269: $? = 0
| configure:9276: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9279: $? = 0
| configure:9286: test -s conftest.o
| configure:9289: $? = 0
| configure:9304: result: restrict
| configure:9319: checking whether getenv is declared
| configure:9349: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9355: $? = 0
| configure:9362: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9365: $? = 0
| configure:9372: test -s conftest.o
| configure:9375: $? = 0
| configure:9387: result: yes
| configure:9405: checking whether clearerr_unlocked is declared
| configure:9435: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9441: $? = 0
| configure:9448: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9451: $? = 0
| configure:9458: test -s conftest.o
| configure:9461: $? = 0
| configure:9473: result: yes
| configure:9491: checking whether feof_unlocked is declared
| configure:9521: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9527: $? = 0
| configure:9534: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9537: $? = 0
| configure:9544: test -s conftest.o
| configure:9547: $? = 0
| configure:9559: result: yes
| configure:9577: checking whether ferror_unlocked is declared
| configure:9607: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9613: $? = 0
| configure:9620: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9623: $? = 0
| configure:9630: test -s conftest.o
| configure:9633: $? = 0
| configure:9645: result: yes
| configure:9663: checking whether fflush_unlocked is declared
| configure:9693: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9699: $? = 0
| configure:9706: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9709: $? = 0
| configure:9716: test -s conftest.o
| configure:9719: $? = 0
| configure:9731: result: yes
| configure:9749: checking whether fgets_unlocked is declared
| configure:9779: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9785: $? = 0
| configure:9792: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9795: $? = 0
| configure:9802: test -s conftest.o
| configure:9805: $? = 0
| configure:9817: result: yes
| configure:9835: checking whether fputc_unlocked is declared
| configure:9865: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9871: $? = 0
| configure:9878: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9881: $? = 0
| configure:9888: test -s conftest.o
| configure:9891: $? = 0
| configure:9903: result: yes
| configure:9921: checking whether fputs_unlocked is declared
| configure:9951: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:9957: $? = 0
| configure:9964: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9967: $? = 0
| configure:9974: test -s conftest.o
| configure:9977: $? = 0
| configure:9989: result: yes
| configure:10007: checking whether fread_unlocked is declared
| configure:10037: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:10043: $? = 0
| configure:10050: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10053: $? = 0
| configure:10060: test -s conftest.o
| configure:10063: $? = 0
| configure:10075: result: yes
| configure:10093: checking whether fwrite_unlocked is declared
| configure:10123: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:10129: $? = 0
| configure:10136: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10139: $? = 0
| configure:10146: test -s conftest.o
| configure:10149: $? = 0
| configure:10161: result: yes
| configure:10179: checking whether getc_unlocked is declared
| configure:10209: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:10215: $? = 0
| configure:10222: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10225: $? = 0
| configure:10232: test -s conftest.o
| configure:10235: $? = 0
| configure:10247: result: yes
| configure:10265: checking whether getchar_unlocked is declared
| configure:10295: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:10301: $? = 0
| configure:10308: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10311: $? = 0
| configure:10318: test -s conftest.o
| configure:10321: $? = 0
| configure:10333: result: yes
| configure:10351: checking whether putc_unlocked is declared
| configure:10381: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:10387: $? = 0
| configure:10394: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10397: $? = 0
| configure:10404: test -s conftest.o
| configure:10407: $? = 0
| configure:10419: result: yes
| configure:10437: checking whether putchar_unlocked is declared
| configure:10467: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:10473: $? = 0
| configure:10480: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10483: $? = 0
| configure:10490: test -s conftest.o
| configure:10493: $? = 0
| configure:10505: result: yes
| configure:10530: checking for flockfile
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for funlockfile
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for pathconf
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for canonicalize_file_name
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for getcwd
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for readlink
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for dup2
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for fchdir
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for btowc
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for iswctype
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for mbsrtowcs
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for mempcpy
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| conftest.c:112: warning: conflicting types for built-in function 'mempcpy'
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for wmemchr
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for wmemcpy
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for wmempcpy
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for ftruncate
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for gettimeofday
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for nanotime
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| /tmp/cc4yhhSz.o: In function `main':
| /usr/local/src/tar-1.17/conftest.c:129: undefined reference to `nanotime'
| collect2: ld returned 1 exit status
| configure:10592: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | /* end confdefs.h. */
| | /* Define nanotime to an innocuous variant, in case declares nanotime.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define nanotime innocuous_nanotime
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char nanotime (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef nanotime
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char nanotime ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_nanotime || defined __stub___nanotime
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return nanotime ();
| | ;
| | return 0;
| | }
| configure:10626: result: no
| configure:10530: checking for alarm
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for lchmod
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| conftest.c:124: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
| configure:10592: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | /* end confdefs.h. */
| | /* Define lchmod to an innocuous variant, in case declares lchmod.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define lchmod innocuous_lchmod
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char lchmod (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef lchmod
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char lchmod ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_lchmod || defined __stub___lchmod
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return lchmod ();
| | ;
| | return 0;
| | }
| configure:10626: result: no
| configure:10530: checking for fdopendir
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for mbsinit
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for mbrtowc
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for wcrtomb
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for wcscoll
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for setenv
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for sleep
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for strerror
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for lstat
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for pipe
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for futimes
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for futimesat
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for vasnprintf
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| /tmp/ccqFmGhD.o: In function `main':
| /usr/local/src/tar-1.17/conftest.c:142: undefined reference to `vasnprintf'
| collect2: ld returned 1 exit status
| configure:10592: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | /* end confdefs.h. */
| | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define vasnprintf innocuous_vasnprintf
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char vasnprintf (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef vasnprintf
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char vasnprintf ();
| | /* The GNU C library defines this for functions which it implements
| | to always fail with ENOSYS. Some functions are actually named
| | something starting with __ and the normal name is an alias. */
| | #if defined __stub_vasnprintf || defined __stub___vasnprintf
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return vasnprintf ();
| | ;
| | return 0;
| | }
| configure:10626: result: no
| configure:10530: checking for iswcntrl
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| conftest.c:131: warning: conflicting types for built-in function 'iswcntrl'
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for wcwidth
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for mkfifo
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10530: checking for setlocale
| configure:10586: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10592: $? = 0
| configure:10599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10602: $? = 0
| configure:10609: test -s conftest
| configure:10612: $? = 0
| configure:10626: result: yes
| configure:10644: checking for d_ino member in directory struct
| configure:10684: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:10687: $? = 0
| configure:10693: ./conftest
| configure:10696: $? = 0
| configure:10712: result: yes
| configure:10724: checking whether system is Windows or MSDOS
| configure:10753: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:118: error: 'neither' undeclared (first use in this function)
| conftest.c:118: error: (Each undeclared identifier is reported only once
| conftest.c:118: error: for each function it appears in.)
| conftest.c:118: error: expected ';' before 'MSDOS'
| configure:10759: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h. */
| |
| | int
| | main ()
| | {
| | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__
| | neither MSDOS nor Windows
| | #endif
| | ;
| | return 0;
| | }
| configure:10792: result: no
| configure:10900: checking for long file names
| configure:10932: result: yes
| configure:10944: checking whether canonicalize_file_name is declared
| configure:10974: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:10980: $? = 0
| configure:10987: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10990: $? = 0
| configure:10997: test -s conftest.o
| configure:11000: $? = 0
| configure:11012: result: yes
| configure:11061: checking for unistd.h
| configure:11067: result: yes
| configure:11225: checking for working chown
| configure:11268: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:11271: $? = 0
| configure:11277: ./conftest
| configure:11280: $? = 0
| configure:11298: result: yes
| configure:11309: checking whether chown(2) dereferences symlinks
| configure:11352: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:11355: $? = 0
| configure:11361: ./conftest
| configure:11364: $? = 0
| configure:11382: result: yes
| configure:11399: checking build system type
| configure:11417: result: x86_64-unknown-linux-gnu
| configure:11439: checking host system type
| configure:11454: result: x86_64-unknown-linux-gnu
| configure:11478: checking whether // is distinct from /
| configure:11507: result: no
| configure:11519: checking whether strerror_r is declared
| configure:11549: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:11555: $? = 0
| configure:11562: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11565: $? = 0
| configure:11572: test -s conftest.o
| configure:11575: $? = 0
| configure:11587: result: yes
| configure:11609: checking for strerror_r
| configure:11665: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:11671: $? = 0
| configure:11678: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11681: $? = 0
| configure:11688: test -s conftest
| configure:11691: $? = 0
| configure:11705: result: yes
| configure:11715: checking whether strerror_r returns char *
| configure:11749: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:11755: $? = 0
| configure:11762: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11765: $? = 0
| configure:11772: test -s conftest.o
| configure:11775: $? = 0
| configure:11848: result: yes
| configure:11864: checking for mbstate_t
| configure:11891: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:11897: $? = 0
| configure:11904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11907: $? = 0
| configure:11914: test -s conftest.o
| configure:11917: $? = 0
| configure:11929: result: yes
| configure:11965: checking whether getcwd (NULL, 0) allocates memory for result
| configure:12003: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:12006: $? = 0
| configure:12012: ./conftest
| configure:12015: $? = 0
| configure:12031: result: yes
| configure:12034: checking whether getcwd is declared
| configure:12064: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:12070: $? = 0
| configure:12077: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12080: $? = 0
| configure:12087: test -s conftest.o
| configure:12090: $? = 0
| configure:12102: result: yes
| configure:12128: checking for compound literals
| configure:12155: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:125: error: initializer element is not constant
| configure:12161: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | /* end confdefs.h. */
| | struct s { int i, j; }; struct s s = (struct s) { 1, 2 };
| | int
| | main ()
| | {
| | struct s t = (struct s) { 3, 4 };
| | if (t.i != 0) return 0;
| | ;
| | return 0;
| | }
| configure:12193: result: no
| configure:12203: checking whether struct tm is in sys/time.h or time.h
| configure:12231: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:12237: $? = 0
| configure:12244: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12247: $? = 0
| configure:12254: test -s conftest.o
| configure:12257: $? = 0
| configure:12269: result: time.h
| configure:12280: checking for struct tm.tm_gmtoff
| configure:12309: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:12315: $? = 0
| configure:12322: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12325: $? = 0
| configure:12332: test -s conftest.o
| configure:12335: $? = 0
| configure:12407: result: yes
| configure:12418: checking whether getdelim is declared
| configure:12448: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:12454: $? = 0
| configure:12461: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12464: $? = 0
| configure:12471: test -s conftest.o
| configure:12474: $? = 0
| configure:12486: result: yes
| configure:12521: checking getopt.h usability
| configure:12538: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:12544: $? = 0
| configure:12551: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12554: $? = 0
| configure:12561: test -s conftest.o
| configure:12564: $? = 0
| configure:12575: result: yes
| configure:12579: checking getopt.h presence
| configure:12594: gcc -E conftest.c
| configure:12600: $? = 0
| configure:12621: result: yes
| configure:12654: checking for getopt.h
| configure:12662: result: yes
| configure:12684: checking for getopt_long_only
| configure:12740: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:12746: $? = 0
| configure:12753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12756: $? = 0
| configure:12763: test -s conftest
| configure:12766: $? = 0
| configure:12780: result: yes
| configure:12795: checking whether optreset is declared
| configure:12826: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:135: error: 'optreset' undeclared (first use in this function)
| conftest.c:135: error: (Each undeclared identifier is reported only once
| conftest.c:135: error: for each function it appears in.)
| configure:12832: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | /* end confdefs.h. */
| | #include
| |
| | int
| | main ()
| | {
| | #ifndef optreset
| | char *p = (char *) optreset;
| | return !p;
| | #endif
| |
| | ;
| | return 0;
| | }
| configure:12864: result: no
| configure:12873: checking for working GNU getopt function
| configure:12984: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:12987: $? = 0
| configure:12993: ./conftest
| conftest: invalid option -- +
| configure:12996: $? = 0
| configure:13012: result: yes
| configure:13033: checking absolute name of
| configure:13057: result: ///usr/include/sys/time.h
| configure:13073: checking for struct timeval
| configure:13103: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:13109: $? = 0
| configure:13116: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13119: $? = 0
| configure:13126: test -s conftest.o
| configure:13129: $? = 0
| configure:13141: result: yes
| configure:13163: checking for unsigned long long int
| configure:13194: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:13200: $? = 0
| configure:13207: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13210: $? = 0
| configure:13217: test -s conftest
| configure:13220: $? = 0
| configure:13233: result: yes
| configure:13277: checking absolute name of
| configure:13301: result: ///usr/include/stdint.h
| configure:13318: checking whether stdint.h conforms to C99
| configure:13470: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:228: error: negative width in bit-field 'check_UINT8_C'
| conftest.c:230: error: negative width in bit-field 'check_UINT16_C'
| configure:13476: $? = 1
| configure: failed program was:
| |
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | /* end confdefs.h. */
| |
| | /* BSD/OS 4.0.1 has a bug: , and must be
| | included before . */
| | #include
| | #include
| | #include
| | #include
| | #include
| |
| |
| | #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
| | #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
| | #include ABSOLUTE_STDINT_H
| | #ifdef INT8_MAX
| | int8_t a1 = INT8_MAX;
| | int8_t a1min = INT8_MIN;
| | #endif
| | #ifdef INT16_MAX
| | int16_t a2 = INT16_MAX;
| | int16_t a2min = INT16_MIN;
| | #endif
| | #ifdef INT32_MAX
| | int32_t a3 = INT32_MAX;
| | int32_t a3min = INT32_MIN;
| | #endif
| | #ifdef INT64_MAX
| | int64_t a4 = INT64_MAX;
| | int64_t a4min = INT64_MIN;
| | #endif
| | #ifdef UINT8_MAX
| | uint8_t b1 = UINT8_MAX;
| | #else
| | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| | #endif
| | #ifdef UINT16_MAX
| | uint16_t b2 = UINT16_MAX;
| | #endif
| | #ifdef UINT32_MAX
| | uint32_t b3 = UINT32_MAX;
| | #endif
| | #ifdef UINT64_MAX
| | uint64_t b4 = UINT64_MAX;
| | #endif
| | int_least8_t c1 = INT8_C (0x7f);
| | int_least8_t c1max = INT_LEAST8_MAX;
| | int_least8_t c1min = INT_LEAST8_MIN;
| | int_least16_t c2 = INT16_C (0x7fff);
| | int_least16_t c2max = INT_LEAST16_MAX;
| | int_least16_t c2min = INT_LEAST16_MIN;
| | int_least32_t c3 = INT32_C (0x7fffffff);
| | int_least32_t c3max = INT_LEAST32_MAX;
| | int_least32_t c3min = INT_LEAST32_MIN;
| | int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| | int_least64_t c4max = INT_LEAST64_MAX;
| | int_least64_t c4min = INT_LEAST64_MIN;
| | uint_least8_t d1 = UINT8_C (0xff);
| | uint_least8_t d1max = UINT_LEAST8_MAX;
| | uint_least16_t d2 = UINT16_C (0xffff);
| | uint_least16_t d2max = UINT_LEAST16_MAX;
| | uint_least32_t d3 = UINT32_C (0xffffffff);
| | uint_least32_t d3max = UINT_LEAST32_MAX;
| | uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| | uint_least64_t d4max = UINT_LEAST64_MAX;
| | int_fast8_t e1 = INT_FAST8_MAX;
| | int_fast8_t e1min = INT_FAST8_MIN;
| | int_fast16_t e2 = INT_FAST16_MAX;
| | int_fast16_t e2min = INT_FAST16_MIN;
| | int_fast32_t e3 = INT_FAST32_MAX;
| | int_fast32_t e3min = INT_FAST32_MIN;
| | int_fast64_t e4 = INT_FAST64_MAX;
| | int_fast64_t e4min = INT_FAST64_MIN;
| | uint_fast8_t f1 = UINT_FAST8_MAX;
| | uint_fast16_t f2 = UINT_FAST16_MAX;
| | uint_fast32_t f3 = UINT_FAST32_MAX;
| | uint_fast64_t f4 = UINT_FAST64_MAX;
| | #ifdef INTPTR_MAX
| | intptr_t g = INTPTR_MAX;
| | intptr_t gmin = INTPTR_MIN;
| | #endif
| | #ifdef UINTPTR_MAX
| | uintptr_t h = UINTPTR_MAX;
| | #endif
| | intmax_t i = INTMAX_MAX;
| | uintmax_t j = UINTMAX_MAX;
| | struct s {
| | int check_PTRDIFF: PTRDIFF_MIN < (ptrdiff_t) 0 && (ptrdiff_t) 0 < PTRDIFF_MAX ? 1 : -1;
| | int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= (sig_atomic_t) 0 && (sig_atomic_t) 0 < SIG_ATOMIC_MAX ? 1 : -1;
| | int check_SIZE: (size_t) 0 < SIZE_MAX ? 1 : -1;
| | int check_WCHAR: WCHAR_MIN <= (wchar_t) 0 && (wchar_t) 0 < WCHAR_MAX ? 1 : -1;
| | int check_WINT: WINT_MIN <= (wint_t) 0 && (wint_t) 0 < WINT_MAX
| | && (WINT_MIN < (wint_t) 0 || (wint_t) -1 == (wint_t) WINT_MAX)
| | ? 1 : -1;
| |
| | /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
| | int check_UINT8_C:
| | (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
| | int check_UINT16_C:
| | (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
| |
| | /* Detect bugs in OpenBSD 3.9 stdint.h. */
| | #ifdef UINT8_MAX
| | int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT16_MAX
| | int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT32_MAX
| | int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| | #endif
| | #ifdef UINT64_MAX
| | int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| | #endif
| | int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
| | int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
| | int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
| | int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
| | int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
| | int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| | int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| | int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
| | int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
| | int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
| | int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| | };
| |
| | int
| | main ()
| | {
| |
| | ;
| | return 0;
| | }
| configure:13508: result: no
| configure:13530: checking sys/inttypes.h usability
| configure:13547: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:165:26: error: sys/inttypes.h: No such file or directory
| configure:13553: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | /* end confdefs.h. */
| | #include
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #endif
| | #if HAVE_STDINT_H
| | # include
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:13584: result: no
| configure:13588: checking sys/inttypes.h presence
| configure:13603: gcc -E conftest.c
| conftest.c:132:26: error: sys/inttypes.h: No such file or directory
| configure:13609: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | /* end confdefs.h. */
| | #include
| configure:13630: result: no
| configure:13663: checking for sys/inttypes.h
| configure:13671: result: no
| configure:13530: checking sys/bitypes.h usability
| configure:13547: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:13553: $? = 0
| configure:13560: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13563: $? = 0
| configure:13570: test -s conftest.o
| configure:13573: $? = 0
| configure:13584: result: yes
| configure:13588: checking sys/bitypes.h presence
| configure:13603: gcc -E conftest.c
| configure:13609: $? = 0
| configure:13630: result: yes
| configure:13663: checking for sys/bitypes.h
| configure:13671: result: yes
| configure:13706: checking for bit size of ptrdiff_t
| configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:14136: $? = 0
| configure:14142: ./conftest
| configure:14145: $? = 0
| configure:14163: result: 64
| configure:13706: checking for bit size of sig_atomic_t
| configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:14136: $? = 0
| configure:14142: ./conftest
| configure:14145: $? = 0
| configure:14163: result: 32
| configure:13706: checking for bit size of size_t
| configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:14136: $? = 0
| configure:14142: ./conftest
| configure:14145: $? = 0
| configure:14163: result: 64
| configure:13706: checking for bit size of wchar_t
| configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:14136: $? = 0
| configure:14142: ./conftest
| configure:14145: $? = 0
| configure:14163: result: 32
| configure:13706: checking for bit size of wint_t
| configure:14133: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:14136: $? = 0
| configure:14142: ./conftest
| configure:14145: $? = 0
| configure:14163: result: 32
| configure:14184: checking whether sig_atomic_t is signed
| configure:14219: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:14225: $? = 0
| configure:14232: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14235: $? = 0
| configure:14242: test -s conftest.o
| configure:14245: $? = 0
| configure:14260: result: yes
| configure:14184: checking whether wchar_t is signed
| configure:14219: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:14225: $? = 0
| configure:14232: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14235: $? = 0
| configure:14242: test -s conftest.o
| configure:14245: $? = 0
| configure:14260: result: yes
| configure:14184: checking whether wint_t is signed
| configure:14219: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:149: error: size of array 'verify' is negative
| configure:14225: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | /* end confdefs.h. */
| |
| | /* BSD/OS 4.0.1 has a bug: , and must be
| | included before . */
| | #include
| | #include
| | #include
| | #include
| | #include
| |
| | int verify[2 * ((wint_t) -1 < (wint_t) 0) - 1];
| | int
| | main ()
| | {
| |
| | ;
| | return 0;
| | }
| configure:14260: result: no
| configure:14286: checking for ptrdiff_t integer literal suffix
| configure:14340: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:150: error: conflicting types for 'foo'
| conftest.c:149: error: previous declaration of 'foo' was here
| configure:14346: $? = 1
| configure: failed program was:
| | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.17"
| | #define PACKAGE_STRING "GNU tar 1.17"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.17"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_FLOAT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDIO_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 1
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_DECL_GETENV 1
| | #define HAVE_DECL_CLEARERR_UNLOCKED 1
| | #define HAVE_DECL_FEOF_UNLOCKED 1
| | #define HAVE_DECL_FERROR_UNLOCKED 1
| | #define HAVE_DECL_FFLUSH_UNLOCKED 1
| | #define HAVE_DECL_FGETS_UNLOCKED 1
| | #define HAVE_DECL_FPUTC_UNLOCKED 1
| | #define HAVE_DECL_FPUTS_UNLOCKED 1
| | #define HAVE_DECL_FREAD_UNLOCKED 1
| | #define HAVE_DECL_FWRITE_UNLOCKED 1
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_DUP2 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_BTOWC 1
| | #define HAVE_ISWCTYPE 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_MEMPCPY 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WMEMPCPY 1
| | #define HAVE_FTRUNCATE 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_ALARM 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_SETENV 1
| | #define HAVE_SLEEP 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_PIPE 1
| | #define HAVE_FUTIMES 1
| | #define HAVE_FUTIMESAT 1
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_SETLOCALE 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_CANONICALIZE_FILE_NAME 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define HAVE_DECL_STRERROR_R 1
| | #define HAVE_STRERROR_R 1
| | #define STRERROR_R_CHAR_P 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define HAVE_TM_GMTOFF 1
| | #define HAVE_DECL_GETDELIM 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_GETOPT_LONG_ONLY 1
| | #define ABSOLUTE_SYS_TIME_H "///usr/include/sys/time.h"
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h"
| | #define HAVE_SYS_BITYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 64
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 64
| | #define BITSIZEOF_WCHAR_T 32
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WCHAR_T 1
| | /* end confdefs.h. */
| |
| | /* BSD/OS 4.0.1 has a bug: , and must be
| | included before