## -------------------------- ##
## GNU tar 1.27.1 test suite. ##
## -------------------------- ##
testsuite: command line was:
$ ./testsuite
## ---------- ##
## ChangeLog. ##
## ---------- ##
| 2013-11-17 Sergey Poznyakoff
|
| Version 1.27.1
|
| 2013-11-17 Sergey Poznyakoff
|
| Fix star compatibility (sparse headers)
|
| * src/sparse.c (star_get_sparse_info): Update file->dumped_size
|
## --------- ##
## Platform. ##
## --------- ##
hostname = amrndhl219.pfizer.com
uname -m = x86_64
uname -r = 2.6.18-194.11.3.el5
uname -s = Linux
uname -v = #1 SMP Mon Aug 23 15:51:38 EDT 2010
/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/gnu/src/tar-1.27.1/tests
PATH: /opt/gnu/src/tar-1.27.1/src
PATH: /opt/gnu/src/tar-1.27.1/build-aux
PATH: /opt/gnu/src/tar-1.27.1
PATH: /opt/gnu/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/X11R6/bin
testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2012 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/opt/gnu/src/tar-1.27.1/tests'
| at_srcdir='.'
| abs_srcdir='/opt/gnu/src/tar-1.27.1/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/opt/gnu/src/tar-1.27.1'
| at_top_build_prefix='../'
| abs_top_builddir='/opt/gnu/src/tar-1.27.1'
|
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/sh'}
testsuite: atlocal:
| # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*-
| # Configurable variable values for tar test suite.
| # Copyright 2004, 2006, 2013 Free Software Foundation, Inc.
|
| # This file is part of GNU tar.
|
| # GNU tar is free software; you can redistribute it and/or modify
| # it under the terms of the GNU General Public License as published by
| # the Free Software Foundation; either version 3 of the License, or
| # (at your option) any later version.
|
| # GNU tar is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| # GNU General Public License for more details.
|
| # You should have received a copy of the GNU General Public License
| # along with this program. If not, see .
|
| PATH=/opt/gnu/src/tar-1.27.1/tests:/opt/gnu/src/tar-1.27.1/src:/opt/gnu/src/tar-1.27.1/build-aux:$top_srcdir:$srcdir:$PATH
|
| XFAILFILE=$abs_builddir/.badversion
|
| trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15
|
| TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar
| if test -z "$TEST_DATA_DIR"; then
| TEST_DATA_DIR=$abs_builddir
| fi
|
| STAR_DATA_URL=ftp://ftp.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
| }
|
| decho() {
| echo $*
| echo >&2 $*
| }
|
| mkexcltest() {
| mkdir $1 $1/subdir
| genfile --file=$1/top-level-file
| genfile --file=$1/subdir/excludeme
| genfile --file=$1/subdir/subdir-file
| }
|
## ---------------- ##
## Tested programs. ##
## ---------------- ##
./testsuite.at:180: /opt/gnu/src/tar-1.27.1/src/tar --version
tar (GNU tar) 1.27.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later .
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Sat Apr 26 12:52:58 EDT 2014
1. tar version (version.at:19): ok (0m0.006s 0m0.026s)
2. decompressing from stdin (pipe.at:29): ok (0m0.080s 0m0.491s)
3. mixing options (options.at:24): ok (0m0.008s 0m0.024s)
4. interspersed options (options02.at:26): ok (0m0.007s 0m0.027s)
5. occurrence compatibility (opcomp01.at:21): ok (0m0.005s 0m0.018s)
6. occurrence compatibility (opcomp02.at:21): ok (0m0.004s 0m0.020s)
7. --verify compatibility (opcomp03.at:21): ok (0m0.003s 0m0.018s)
8. compress option compatibility (opcomp04.at:21): ok (0m0.007s 0m0.058s)
9. --pax-option compatibility (opcomp05.at:21): ok (0m0.002s 0m0.023s)
10. --pax-option compatibility (opcomp06.at:21): ok (0m0.019s 0m0.098s)
11. multiple file lists (T-mult.at:21): ok (0m0.018s 0m0.050s)
12. nested file lists (T-nest.at:21): ok (0m0.007s 0m0.056s)
13. recursive file lists (T-rec.at:21): ok (0m0.015s 0m0.058s)
14. -C in file lists (T-cd.at:21): ok (0m0.011s 0m0.071s)
15. empty entries (T-empty.at:26): ok (0m0.009s 0m0.059s)
16. 0-separated file without -0 (T-null.at:21): ok (0m0.012s 0m0.093s)
17. empty file (T-zfile.at:26): ok (0m0.017s 0m0.080s)
18. entries with missing newlines (T-nonl.at:27): ok (0m0.015s 0m0.089s)
19. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.041s 0m0.296s)
20. tar cvf - (verbose.at:26): ok (0m0.047s 0m0.286s)
21. gzip (gzip.at:23): ok (0m0.005s 0m0.050s)
22. recurse (recurse.at:21): ok (0m0.041s 0m0.267s)
23. short records (shortrec.at:25): ok (0m0.081s 0m0.531s)
24. working -C with --same-order (same-order01.at:26): ok (0m0.074s 0m0.471s)
25. multiple -C options (same-order02.at:25): ok (0m0.063s 0m0.442s)
26. append (append.at:21): ok (0m0.048s 0m0.313s)
27. appending files with long names (append01.at:29): ok (0m0.040s 0m0.256s)
28. append vs. create (append02.at:54): ok (0m0.064s 0m0.426s)
29. append with name transformation (append03.at:21): ok (0m0.052s 0m0.325s)
30. append with verify (append04.at:29): ok (0m0.076s 0m0.350s)
31. transforming hard links on create (xform-h.at:30): ok (0m0.101s 0m0.522s)
32. transformations and GNU volume labels (xform01.at:26): ok (0m0.012s 0m0.055s)
33. exclude (exclude.at:23): ok (0m0.034s 0m0.287s)
34. exclude wildcards (exclude01.at:19): ok (0m0.143s 0m0.922s)
35. exclude: anchoring (exclude02.at:19): ok (0m0.149s 0m0.969s)
36. exclude: wildcards match slash (exclude03.at:19): ok (0m0.127s 0m0.848s)
37. exclude: case insensitive (exclude04.at:19): ok (0m0.143s 0m0.854s)
38. exclude: lots of excludes (exclude05.at:21): ok (0m34.339s 0m9.967s)
39. exclude: long files in pax archives (exclude06.at:26): ok (0m0.027s 0m0.140s)
40. exclude: --exclude-backups option (exclude07.at:19): ok (0m0.055s 0m0.343s)
41. --exclude-tag option (exclude08.at:36): ok (0m0.072s 0m0.432s)
42. --exclude-tag option and --listed-incremental (exclude09.at:37): ok (0m0.021s 0m0.084s)
43. --exclude-tag option in incremental pass (exclude10.at:38): ok (0m0.020s 0m0.137s)
44. --exclude-tag-under option (exclude11.at:36): ok (0m0.073s 0m0.446s)
45. --exclude-tag-under and --listed-incremental (exclude12.at:37): ok (0m0.013s 0m0.089s)
46. --exclude-tag-under option in incremental pass (exclude13.at:39): ok (0m0.022s 0m0.136s)
47. --exclude-tag-all option (exclude14.at:36): ok (0m0.079s 0m0.455s)
48. --exclude-tag-all and --listed-incremental (exclude15.at:36): ok (0m0.020s 0m0.089s)
49. --exclude-tag-all option in incremental pass (exclude16.at:38): ok (0m0.024s 0m0.127s)
50. deleting a member after a big one (delete01.at:23): ok (0m0.060s 0m0.323s)
51. deleting a member from stdin archive (delete02.at:23): ok (0m0.094s 0m0.416s)
52. deleting members with long names (delete03.at:21): ok (0m0.068s 0m0.303s)
53. deleting a large last member (delete04.at:23): ok (0m0.098s 0m0.582s)
54. deleting non-existing member (delete05.at:27): ok (0m0.057s 0m0.377s)
55. extract over an existing directory (extrac01.at:23): ok (0m0.047s 0m0.239s)
56. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.043s 0m0.287s)
57. extraction loops (extrac03.at:23): ok (0m0.061s 0m0.252s)
58. extract + fnmatch (extrac04.at:23): ok (0m0.078s 0m0.508s)
59. extracting selected members from pax (extrac05.at:30): ok (0m0.016s 0m0.091s)
60. mode of extracted directories (extrac06.at:34): ok (0m0.093s 0m0.470s)
61. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.015s 0m0.099s)
62. restoring mode on existing directory (extrac08.at:33): ok (0m0.062s 0m0.321s)
63. no need to save dir with unreadable . and .. (extrac09.at:24): ok (0m0.017s 0m0.106s)
64. -C and delayed setting of metadata (extrac10.at:29): ok (0m0.011s 0m0.060s)
65. scarce file descriptors (extrac11.at:25): ok (0m0.022s 0m0.132s)
66. extract dot permissions (extrac12.at:25): ok (0m0.012s 0m0.061s)
67. extract over symlinks (extrac13.at:26): ok (0m0.026s 0m0.115s)
68. extract -C symlink (extrac14.at:25): ok (0m0.008s 0m0.060s)
69. extract parent mkdir failure (extrac15.at:25): ok (0m0.008s 0m0.089s)
70. extract empty directory with -C (extrac16.at:26): ok (0m0.016s 0m0.047s)
71. name matching/transformation ordering (extrac17.at:21): ok (0m0.063s 0m0.321s)
72. keep-old-files (extrac18.at:34): ok (0m0.055s 0m0.366s)
73. skip-old-files (extrac19.at:21): ok (0m0.067s 0m0.292s)
74. extracting existing dir with --backup (backup01.at:33): ok (0m0.048s 0m0.264s)
75. single-volume label (label01.at:21): ok (0m0.033s 0m0.175s)
76. multi-volume label (label02.at:21): ok (0m0.039s 0m0.206s)
77. test-label option (label03.at:27): ok (0m0.104s 0m0.409s)
78. label with non-create option (label04.at:27): ok (0m0.045s 0m0.212s)
79. label with non-create option (label05.at:24): ok (0m0.041s 0m0.210s)
80. incremental (incremental.at:23): ok (0m0.048s 0m0.244s)
81. restore broken symlinks from incremental (incr01.at:27): ok (0m0.045s 0m0.256s)
82. restoring timestamps from incremental (incr02.at:32): ok (0m0.046s 0m0.294s)
83. --listed for individual files (listed01.at:26): ok (0m0.041s 0m0.188s)
84. working --listed (listed02.at:28): ok (0m0.083s 0m0.519s)
85. incremental dump when the parent directory is unreadable (listed03.at:24): ok (0m0.014s 0m0.105s)
86. --listed-incremental and --one-file-system (listed04.at:26): ok (0m0.014s 0m0.057s)
87. --listed-incremental and remounted directories (listed05.at:33): skipped (listed05.at:36)
88. renamed files in incrementals (incr03.at:28): ok (0m0.093s 0m0.514s)
89. proper icontents initialization (incr04.at:29): ok (0m0.090s 0m0.464s)
90. incremental dumps with -C (incr05.at:21): ok (0m0.053s 0m0.249s)
91. incremental dumps of nested directories (incr06.at:21): ok (0m0.087s 0m0.405s)
92. incremental restores with -C (incr07.at:18): ok (0m0.080s 0m0.414s)
93. filename normalization (incr08.at:38): ok (0m0.022s 0m0.146s)
94. incremental with alternating -C (incr09.at:26): ok (0m0.011s 0m0.101s)
96. toplevel file removed (ca. 24 seconds) (filerem02.at:26): ok (0m0.033s 0m0.172s)
97. renamed dirs in incrementals (rename01.at:24): ok (0m0.070s 0m0.489s)
98. move between hierarchies (rename02.at:24): ok (0m0.082s 0m0.561s)
99. cyclic renames (rename03.at:23): ok (0m0.116s 0m0.665s)
100. renamed directory containing subdirectories (rename04.at:27): ok (0m0.071s 0m0.457s)
101. renamed subdirectories (rename05.at:24): ok (0m0.083s 0m0.466s)
102. changed file types in incrementals (chtype.at:27): ok (0m0.103s 0m0.567s)
103. ignfail (ignfail.at:23): ok (0m0.103s 0m0.708s)
104. link count gt 2 (link01.at:33): ok (0m0.075s 0m0.426s)
105. preserve hard links with --remove-files (link02.at:32): ok (0m0.060s 0m0.372s)
106. working -l with --remove-files (link03.at:24): ok (0m0.094s 0m0.556s)
107. link count is 1 but multiple occurrences (link04.at:29): ok (0m0.072s 0m0.497s)
108. long names in V7 archives (longv7.at:24): ok (0m0.017s 0m0.065s)
109. long file names divisible by block size (long01.at:28): ok (0m0.054s 0m0.199s)
110. ustar: unsplittable file name (lustar01.at:21): ok (0m0.007s 0m0.050s)
111. ustar: unsplittable path name (lustar02.at:21): ok (0m0.026s 0m0.098s)
112. ustar: splitting long names (lustar03.at:21): ok (0m0.020s 0m0.106s)
113. old archives (old.at:23): ok (0m0.006s 0m0.037s)
114. time: tricky time stamps (time01.at:20): ok (0m0.473s 0m3.285s)
115. multivolume dumps from pipes (multiv01.at:23): ok (0m0.050s 0m0.223s)
116. skipping a straddling member (multiv02.at:28): ok (0m0.051s 0m0.213s)
117. MV archive & long filenames (multiv03.at:30): ok (0m0.054s 0m0.276s)
118. split directory members in a MV archive (multiv04.at:36): ok (0m0.083s 0m0.307s)
119. Restoring after an out of sync volume (multiv05.at:26): ok (0m0.043s 0m0.159s)
120. Multivolumes with L=record_size (multiv06.at:27): ok (0m0.026s 0m0.127s)
121. volumes split at an extended header (multiv07.at:28): skipped (multiv07.at:31)
122. multivolume header creation (multiv08.at:25): ok (0m0.017s 0m0.076s)
123. --owner and --group (owner.at:21): ok (0m0.012s 0m0.070s)
124. sparse files (sparse01.at:21): ok (0m0.110s 0m0.383s)
125. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.094s 0m0.498s)
126. storing sparse files > 8G (sparse03.at:21): ok (0m49.165s 1m3.390s)
127. storing long sparse file names (sparse04.at:21): ok (0m0.028s 0m0.095s)
128. sparse files in MV archives (sparsemv.at:21): ok (0m0.047s 0m0.201s)
129. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.030s 0m0.120s)
130. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.027s 0m0.110s)
131. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.031s 0m0.102s)
132. update unchanged directories (update.at:28): ok (0m0.091s 0m0.470s)
133. update directories (update01.at:29): ok (0m0.082s 0m0.487s)
134. update changed files (update02.at:26): ok (0m0.086s 0m0.474s)
135. verify (verify.at:25): ok (0m0.035s 0m0.221s)
136. volume (volume.at:23): ok (0m0.029s 0m0.176s)
137. volume header size (volsize.at:29): skipped (volsize.at:32)
138. compressed format recognition (comprec.at:21): ok (0m0.074s 0m0.446s)
139. short input files (shortfile.at:26): ok (0m0.012s 0m0.045s)
140. updating short archives (shortupd.at:31): ok (0m0.025s 0m0.181s)
141. truncate (truncate.at:29): ok (0m0.083s 0m0.428s)
142. grow (grow.at:24): ok (0m0.725s 0m2.929s)
143. sigpipe handling (sigpipe.at:21): ok (0m0.011s 0m0.070s)
144. remove-files with compression (remfiles01.at:28): ok (0m0.022s 0m0.151s)
145. remove-files with compression: grand-child (remfiles02.at:28): ok (0m0.017s 0m0.097s)
146. remove-files with symbolic links (remfiles03.at:28): ok (0m0.008s 0m0.043s)
147. remove-files with -C:rel in -c/non-incr. mode (remfiles04a.at:25): ok (0m0.012s 0m0.068s)
148. remove-files with -C:rel in -c/incr. mode (remfiles04b.at:33): ok (0m0.012s 0m0.074s)
149. remove-files with -C:rel in -r mode (remfiles04c.at:33): ok (0m0.018s 0m0.100s)
150. remove-files with -C:rel,rel in -c/non-incr. mode (remfiles05a.at:34): ok (0m0.016s 0m0.086s)
151. remove-files with -C:rel,rel in -c/incr. mode (remfiles05b.at:25): ok (0m0.011s 0m0.086s)
152. remove-files with -C:rel,rel in -r mode (remfiles05c.at:25): ok (0m0.019s 0m0.107s)
153. remove-files with -C:rel,abs in -c/non-incr. mode (remfiles06a.at:25): ok (0m0.014s 0m0.101s)
154. remove-files with -C:rel,abs in -c/incr. mode (remfiles06b.at:25): ok (0m0.014s 0m0.103s)
155. remove-files with -C:rel,abs in -r mode (remfiles06c.at:25): ok (0m0.025s 0m0.112s)
156. remove-files with -C:rel,abs in -c/non-incr. mode (remfiles07a.at:25): ok (0m0.019s 0m0.086s)
157. remove-files with -C:rel,abs in -c/incr. mode (remfiles07b.at:25): ok (0m0.012s 0m0.101s)
158. remove-files with -C:rel,abs in -r mode (remfiles07c.at:25): ok (0m0.016s 0m0.109s)
159. remove-files with -C:abs,rel in -c/non-incr. mode (remfiles08a.at:25): ok (0m0.015s 0m0.095s)
160. remove-files with -C:abs,rel in -c/incr. mode (remfiles08b.at:25): ok (0m0.014s 0m0.097s)
161. remove-files with -C:abs,rel in -r mode (remfiles08c.at:25): ok (0m0.016s 0m0.115s)
162. remove-files on full directory in -c/non-incr. mode (remfiles09a.at:25): ok (0m0.014s 0m0.060s)
164. remove-files on full directory in -r mode (remfiles09c.at:25): ok (0m0.013s 0m0.102s)
165. xattrs: basic functionality (xattr01.at:25): ok (0m0.118s 0m0.808s)
166. xattrs: change directory with -C option (xattr02.at:25): ok (0m0.129s 0m0.976s)
167. xattrs: trusted.* attributes (xattr03.at:25): skipped (xattr03.at:28)
168. xattrs: s/open/openat/ regression (xattr04.at:26): ok (0m0.128s 0m0.738s)
169. xattrs: keywords with '=' and '%' (xattr05.at:28): ok (0m0.115s 0m0.800s)
170. acls: basic functionality (acls01.at:25): ok (0m0.152s 0m0.969s)
171. acls: work with -C (acls02.at:25): ok (0m0.141s 0m1.078s)
172. selinux: basic store/restore (selnx01.at:25): skipped (selnx01.at:28)
173. acls/selinux: special files & fifos (selacl01.at:25): skipped (selacl01.at:28)
174. capabilities: binary store/restore (capabs_raw01.at:25): skipped (capabs_raw01.at:28)
175. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26)
176. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26)
177. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26)
178. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26)
179. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26)
180. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26)
testsuite: ending at: Sat Apr 26 20:35:40 EDT 2014
testsuite: test suite duration: 7h 42m 42s
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 167 tests were run,
2 failed (1 expected failure).
13 tests were skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU tar 1.27.1 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
95: filerem01.at:36 file removed as we read it (ca. 22 seconds)
create incremental listed filechange filerem filerem01
Skipped tests:
GNU tar 1.27.1 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
87: listed05.at:33 --listed-incremental and remounted directories
listed incremental listed05
121: multiv07.at:28 volumes split at an extended header
multivolume multiv multiv07 xsplit
137: volsize.at:29 volume header size
volume volsize
167: xattr03.at:25 xattrs: trusted.* attributes
xattrs xattr03
172: selnx01.at:25 selinux: basic store/restore
xattrs selinux selnx01
173: selacl01.at:25 acls/selinux: special files & fifos
xattrs selinux acls selacls01
174: capabs_raw01.at:25 capabilities: binary store/restore
xattrs capabilities capabs_raw01
175: gtarfail.at:21 gtarfail
star gtarfail
176: gtarfail2.at:21 gtarfail2
star gtarfail2
177: multi-fail.at:21 multi-fail
star multivolume multiv multi-fail
178: ustar-big-2g.at:21 ustar-big-2g
star ustar-big-2g
179: ustar-big-8g.at:21 ustar-big-8g
star ustar-big-8g
180: pax-big-10g.at:21 pax-big-10g
star pax-big-10g
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
# -*- compilation -*-
95. filerem01.at:36: testing file removed as we read it (ca. 22 seconds) ...
./filerem01.at:39:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *
mkdir dir
mkdir dir/sub
genfile --file dir/file1
genfile --file dir/sub/file2
genfile --run --checkpoint=3 --unlink dir/file1 -- \
tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
--checkpoint-action='echo' -c -f archive.tar \
--listed-incremental db -v dir >/dev/null
)
--- - 2014-04-26 16:36:56.509881000 -0400
+++ /opt/gnu/src/tar-1.27.1/tests/testsuite.dir/at-groups/95/stderr 2014-04-26 16:36:49.000000000 -0400
@@ -1,4 +1,4 @@
tar: dir: Directory is new
tar: dir/sub: Directory is new
-tar: dir/file1: File removed before we read it
+tar: dir/file1: file changed as we read it
stdout:
95. filerem01.at:36: 95. file removed as we read it (ca. 22 seconds) (filerem01.at:36): FAILED (filerem01.at:39)
## ------------- ##
## ../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.27.1, which was
| generated by GNU Autoconf 2.69. Invocation command line was
|
| $ ./configure --prefix=/opt/gnu
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = amrndhl219.pfizer.com
| uname -m = x86_64
| uname -r = 2.6.18-194.11.3.el5
| uname -s = Linux
| uname -v = #1 SMP Mon Aug 23 15:51:38 EDT 2010
|
| /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/gnu/bin
| PATH: /opt/gnu/sbin
| PATH: /usr/kerberos/bin
| PATH: /usr/local/bin
| PATH: /bin
| PATH: /usr/bin
| PATH: /usr/sbin
| PATH: /sbin
| PATH: /usr/X11R6/bin
| PATH: /usr/local/contrib/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:3564: checking for a BSD-compatible install
| configure:3632: result: /usr/bin/install -c
| configure:3643: checking whether build environment is sane
| configure:3698: result: yes
| configure:3849: checking for a thread-safe mkdir -p
| configure:3888: result: /bin/mkdir -p
| configure:3895: checking for gawk
| configure:3911: found /bin/gawk
| configure:3922: result: gawk
| configure:3933: checking whether make sets $(MAKE)
| configure:3955: result: yes
| configure:3984: checking whether make supports nested variables
| configure:4001: result: yes
| configure:4090: checking whether UID '18481' is supported by ustar format
| configure:4093: result: yes
| configure:4100: checking whether GID '59900' is supported by ustar format
| configure:4103: result: yes
| configure:4111: checking how to create a ustar tar archive
| configure:4122: tar --version
| tar (GNU tar) 1.15.1
| configure:4125: $? = 0
| configure:4165: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
| configure:4168: $? = 0
| configure:4172: tar -xf - &5
| gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
| 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:4608: $? = 0
| configure:4597: gcc -v >&5
| Using built-in specs.
| Target: x86_64-redhat-linux
| Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
| Thread model: posix
| gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
| configure:4608: $? = 0
| configure:4597: gcc -V >&5
| gcc: '-V' option must have argument
| configure:4608: $? = 1
| configure:4597: gcc -qversion >&5
| gcc: unrecognized option '-qversion'
| gcc: no input files
| configure:4608: $? = 1
| configure:4628: checking whether the C compiler works
| configure:4650: gcc conftest.c >&5
| configure:4654: $? = 0
| configure:4702: result: yes
| configure:4705: checking for C compiler default output file name
| configure:4707: result: a.out
| configure:4713: checking for suffix of executables
| configure:4720: gcc -o conftest conftest.c >&5
| configure:4724: $? = 0
| configure:4746: result:
| configure:4768: checking whether we are cross compiling
| configure:4776: gcc -o conftest conftest.c >&5
| configure:4780: $? = 0
| configure:4787: ./conftest
| configure:4791: $? = 0
| configure:4806: result: no
| configure:4811: checking for suffix of object files
| configure:4833: gcc -c conftest.c >&5
| configure:4837: $? = 0
| configure:4858: result: o
| configure:4862: checking whether we are using the GNU C compiler
| configure:4881: gcc -c conftest.c >&5
| configure:4881: $? = 0
| configure:4890: result: yes
| configure:4899: checking whether gcc accepts -g
| configure:4919: gcc -c -g conftest.c >&5
| configure:4919: $? = 0
| configure:4960: result: yes
| configure:4977: checking for gcc option to accept ISO C89
| configure:5040: gcc -c -g -O2 conftest.c >&5
| configure:5040: $? = 0
| configure:5053: result: none needed
| configure:5078: checking whether gcc understands -c and -o together
| configure:5100: gcc -c conftest.c -o conftest2.o
| configure:5103: $? = 0
| configure:5100: gcc -c conftest.c -o conftest2.o
| configure:5103: $? = 0
| configure:5115: result: yes
| configure:5143: checking for style of include used by make
| configure:5171: result: GNU
| configure:5197: checking dependency style of gcc
| configure:5308: result: gcc3
| configure:5367: checking for ranlib
| configure:5383: found /usr/bin/ranlib
| configure:5394: result: ranlib
| configure:5420: checking for bison
| configure:5436: found /usr/bin/bison
| configure:5447: result: bison -y
| configure:5465: checking how to run the C preprocessor
| configure:5496: gcc -E conftest.c
| configure:5496: $? = 0
| configure:5510: gcc -E conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:5510: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.1"
| | /* end confdefs.h. */
| | #include
| configure:5535: result: gcc -E
| configure:5555: gcc -E conftest.c
| configure:5555: $? = 0
| configure:5569: gcc -E conftest.c
| conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
| configure:5569: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.1"
| | /* end confdefs.h. */
| | #include
| configure:5598: checking for grep that handles long lines and -e
| configure:5656: result: /bin/grep
| configure:5661: checking for egrep
| configure:5723: result: /bin/grep -E
| configure:5730: checking for Minix Amsterdam compiler
| configure:5754: result: no
| configure:5806: checking for ar
| configure:5822: found /usr/bin/ar
| configure:5833: result: ar
| configure:5967: checking for ANSI C header files
| configure:5987: gcc -c -g -O2 conftest.c >&5
| configure:5987: $? = 0
| configure:6060: gcc -o conftest -g -O2 conftest.c >&5
| configure:6060: $? = 0
| configure:6060: ./conftest
| configure:6060: $? = 0
| configure:6071: result: yes
| configure:6084: checking for sys/types.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6084: checking for sys/stat.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6084: checking for stdlib.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6084: checking for string.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6084: checking for memory.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6084: checking for strings.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6084: checking for inttypes.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6084: checking for stdint.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6084: checking for unistd.h
| configure:6084: gcc -c -g -O2 conftest.c >&5
| configure:6084: $? = 0
| configure:6084: result: yes
| configure:6097: checking minix/config.h usability
| configure:6097: gcc -c -g -O2 conftest.c >&5
| conftest.c:54:26: error: minix/config.h: No such file or directory
| configure:6097: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.1"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | #include
| configure:6097: result: no
| configure:6097: checking minix/config.h presence
| configure:6097: gcc -E conftest.c
| conftest.c:21:26: error: minix/config.h: No such file or directory
| configure:6097: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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:6097: result: no
| configure:6097: checking for minix/config.h
| configure:6097: result: no
| configure:6121: checking whether it is safe to define __EXTENSIONS__
| configure:6139: gcc -c -g -O2 conftest.c >&5
| configure:6139: $? = 0
| configure:6146: result: yes
| configure:6161: checking whether _XOPEN_SOURCE should be defined
| configure:6180: gcc -c -g -O2 conftest.c >&5
| configure:6180: $? = 0
| configure:6204: result: no
| configure:6216: checking for _LARGEFILE_SOURCE value needed for large files
| configure:6235: gcc -o conftest -g -O2 conftest.c >&5
| configure:6235: $? = 0
| configure:6263: result: no
| configure:6291: checking for special C compiler options needed for large files
| configure:6336: result: no
| configure:6342: checking for _FILE_OFFSET_BITS value needed for large files
| configure:6367: gcc -c -g -O2 conftest.c >&5
| configure:6367: $? = 0
| configure:6399: result: no
| configure:6490: checking for gcc option to accept ISO C99
| configure:6639: gcc -c -g -O2 conftest.c >&5
| conftest.c:79: error: expected ';', ',' or ')' before 'text'
| conftest.c: In function 'main':
| conftest.c:133: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
| conftest.c:133: error: 'newvar' undeclared (first use in this function)
| conftest.c:133: error: (Each undeclared identifier is reported only once
| conftest.c:133: error: for each function it appears in.)
| conftest.c:143: error: 'for' loop initial declaration used outside C99 mode
| configure:6639: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | /* end confdefs.h. */
| | #include
| | #include
| | #include
| | #include
| | #include
| |
| | // Check varargs macros. These examples are taken from C99 6.10.3.5.
| | #define debug(...) fprintf (stderr, __VA_ARGS__)
| | #define showlist(...) puts (#__VA_ARGS__)
| | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| | static void
| | test_varargs_macros (void)
| | {
| | int x = 1234;
| | int y = 5678;
| | debug ("Flag");
| | debug ("X = %d\n", x);
| | showlist (The first, second, and third items.);
| | report (x>y, "x is %d but y is %d", x, y);
| | }
| |
| | // Check long long types.
| | #define BIG64 18446744073709551615ull
| | #define BIG32 4294967295ul
| | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| | #if !BIG_OK
| | your preprocessor is broken;
| | #endif
| | #if BIG_OK
| | #else
| | your preprocessor is broken;
| | #endif
| | static long long int bignum = -9223372036854775807LL;
| | static unsigned long long int ubignum = BIG64;
| |
| | struct incomplete_array
| | {
| | int datasize;
| | double data[];
| | };
| |
| | struct named_init {
| | int number;
| | const wchar_t *name;
| | double average;
| | };
| |
| | typedef const char *ccp;
| |
| | static inline int
| | test_restrict (ccp restrict text)
| | {
| | // See if C++-style comments work.
| | // Iterate through items via the restricted pointer.
| | // Also check for declarations in for loops.
| | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| | continue;
| | return 0;
| | }
| |
| | // Check varargs and va_copy.
| | static void
| | test_varargs (const char *format, ...)
| | {
| | va_list args;
| | va_start (args, format);
| | va_list args_copy;
| | va_copy (args_copy, args);
| |
| | const char *str;
| | int number;
| | float fnumber;
| |
| | while (*format)
| | {
| | switch (*format++)
| | {
| | case 's': // string
| | str = va_arg (args_copy, const char *);
| | break;
| | case 'd': // int
| | number = va_arg (args_copy, int);
| | break;
| | case 'f': // float
| | fnumber = va_arg (args_copy, double);
| | break;
| | default:
| | break;
| | }
| | }
| | va_end (args_copy);
| | va_end (args);
| | }
| |
| | int
| | main ()
| | {
| |
| | // Check bool.
| | _Bool success = false;
| |
| | // Check restrict.
| | if (test_restrict ("String literal") == 0)
| | success = true;
| | char *restrict newvar = "Another string";
| |
| | // Check varargs.
| | test_varargs ("s, d' f .", "string", 65, 34.234);
| | test_varargs_macros ();
| |
| | // Check flexible array members.
| | struct incomplete_array *ia =
| | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| | ia->datasize = 10;
| | for (int i = 0; i < ia->datasize; ++i)
| | ia->data[i] = i * 1.234;
| |
| | // Check named initializers.
| | struct named_init ni = {
| | .number = 34,
| | .name = L"Test wide string",
| | .average = 543.34343,
| | };
| |
| | ni.number = 58;
| |
| | int dynamic_array[ni.number];
| | dynamic_array[ni.number - 1] = 543;
| |
| | // work around unused variable warnings
| | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| | || dynamic_array[ni.number - 1] != 543);
| |
| | ;
| | return 0;
| | }
| configure:6639: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:6639: $? = 0
| configure:6659: result: -std=gnu99
| configure:6760: checking for gcc -std=gnu99 option to accept ISO Standard C
| configure:6774: result: -std=gnu99
| configure:7039: checking for special C compiler options needed for large files
| configure:7084: result: no
| configure:7090: checking for _FILE_OFFSET_BITS value needed for large files
| configure:7147: result: no
| configure:7234: checking for library containing strerror
| configure:7265: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:7265: $? = 0
| configure:7282: result: none required
| configure:7290: checking for inline
| configure:7306: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7306: $? = 0
| configure:7314: result: inline
| configure:7339: checking for fcntl.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for linux/fd.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for memory.h
| configure:7339: result: yes
| configure:7339: checking for net/errno.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:67:23: error: net/errno.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_LINUX_FD_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for sgtty.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for string.h
| configure:7339: result: yes
| configure:7339: checking for sys/param.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for sys/device.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:70:24: error: sys/device.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for sys/gentape.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:70:25: error: sys/gentape.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for sys/inet.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:70:22: error: sys/inet.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for sys/io/trioctl.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:70:28: error: sys/io/trioctl.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_SYS_PARAM_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for sys/mtio.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for sys/time.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for sys/tprintf.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:72:25: error: sys/tprintf.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for sys/tape.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:72:22: error: sys/tape.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for unistd.h
| configure:7339: result: yes
| configure:7339: checking for locale.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for features.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for linewrap.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:75:22: error: linewrap.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_SYS_PARAM_H 1
| | #define HAVE_SYS_MTIO_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FEATURES_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for sys/socket.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for dirent.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for wctype.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for stdio_ext.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for sys/stat.h
| configure:7339: result: yes
| configure:7339: checking for getopt.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for wchar.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for stdint.h
| configure:7339: result: yes
| configure:7339: checking for inttypes.h
| configure:7339: result: yes
| configure:7339: checking for langinfo.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for xlocale.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for sys/mman.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for priv.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:87:18: error: priv.h: No such file or directory
| configure:7339: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:7339: result: no
| configure:7339: checking for selinux/selinux.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for strings.h
| configure:7339: result: yes
| configure:7339: checking for sysexits.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for utime.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for netdb.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for sys/wait.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for pwd.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7339: checking for grp.h
| configure:7339: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7339: $? = 0
| configure:7339: result: yes
| configure:7388: checking for sys/buf.h
| configure:7388: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c:65:21: error: sys/buf.h: No such file or directory
| configure:7388: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | /* end confdefs.h. */
| | #if HAVE_SYS_PARAM_H
| | #include
| | #endif
| |
| | #include
| configure:7388: result: no
| configure:7402: checking for sys/wait.h that is POSIX.1 compatible
| configure:7435: result: yes
| configure:7447: checking for dirent.h that defines DIR
| configure:7466: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7466: $? = 0
| configure:7474: result: yes
| configure:7487: checking for library containing opendir
| configure:7518: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:7518: $? = 0
| configure:7535: result: none required
| configure:7602: checking whether sys/types.h defines makedev
| configure:7618: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| configure:7618: $? = 0
| configure:7627: result: yes
| configure:7652: checking whether stat file-mode macros are broken
| configure:7679: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7679: $? = 0
| configure:7686: result: no
| configure:7694: checking for ANSI C header files
| configure:7798: result: yes
| configure:7807: checking for st_fstype string in struct stat
| configure:7824: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:69: error: 'struct stat' has no member named 'st_fstype'
| configure:7824: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_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:7832: result: no
| configure:7854: checking sys/acl.h usability
| configure:7854: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7854: $? = 0
| configure:7854: result: yes
| configure:7854: checking sys/acl.h presence
| configure:7854: gcc -E conftest.c
| configure:7854: $? = 0
| configure:7854: result: yes
| configure:7854: checking for sys/acl.h
| configure:7854: result: yes
| configure:7870: checking for library containing acl_get_file
| configure:7901: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
| /tmp/cc7SoEpo.o: In function `main':
| /opt/gnu/src/tar-1.27.1/conftest.c:76: undefined reference to `acl_get_file'
| collect2: ld returned 1 exit status
| configure:7901: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 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 acl_get_file ();
| | int
| | main ()
| | {
| | return acl_get_file ();
| | ;
| | return 0;
| | }
| configure:7901: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:7901: $? = 0
| configure:7919: result: -lacl
| configure:7870: checking for library containing acl_get_fd
| configure:7901: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:7901: $? = 0
| configure:7919: result: none required
| configure:7870: checking for library containing acl_set_file
| configure:7901: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:7901: $? = 0
| configure:7919: result: none required
| configure:7870: checking for library containing acl_set_fd
| configure:7901: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:7901: $? = 0
| configure:7919: result: none required
| configure:7870: checking for library containing acl_to_text
| configure:7901: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:7901: $? = 0
| configure:7919: result: none required
| configure:7870: checking for library containing acl_from_text
| configure:7901: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:7901: $? = 0
| configure:7919: result: none required
| configure:7940: checking return type of signal handlers
| configure:7958: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:72: error: void value not ignored as it ought to be
| configure:7958: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | /* end confdefs.h. */
| | #include
| | #include
| |
| | int
| | main ()
| | {
| | return *(signal (0, 0)) (0) == 1;
| | ;
| | return 0;
| | }
| configure:7965: result: void
| configure:7973: checking for mode_t
| configure:7973: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7973: $? = 0
| configure:7973: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:103: error: expected expression before ')' token
| configure:7973: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((mode_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:7973: result: yes
| configure:7984: checking for pid_t
| configure:7984: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7984: $? = 0
| configure:7984: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:103: error: expected expression before ')' token
| configure:7984: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((pid_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:7984: result: yes
| configure:7995: checking for off_t
| configure:7995: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:7995: $? = 0
| configure:7995: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:103: error: expected expression before ')' token
| configure:7995: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((off_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:7995: result: yes
| configure:8006: checking for size_t
| configure:8006: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8006: $? = 0
| configure:8006: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:103: error: expected expression before ')' token
| configure:8006: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((size_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:8006: result: yes
| configure:8017: checking for uid_t in sys/types.h
| configure:8036: result: yes
| configure:8047: checking for major_t
| configure:8047: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:103: error: 'major_t' undeclared (first use in this function)
| conftest.c:103: error: (Each undeclared identifier is reported only once
| conftest.c:103: error: for each function it appears in.)
| configure:8047: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof (major_t))
| | return 0;
| | ;
| | return 0;
| | }
| configure:8047: result: no
| configure:8056: checking for minor_t
| configure:8056: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:104: error: 'minor_t' undeclared (first use in this function)
| conftest.c:104: error: (Each undeclared identifier is reported only once
| conftest.c:104: error: for each function it appears in.)
| configure:8056: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | #define major_t int
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof (minor_t))
| | return 0;
| | ;
| | return 0;
| | }
| configure:8056: result: no
| configure:8065: checking for dev_t
| configure:8065: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8065: $? = 0
| configure:8065: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:105: error: expected expression before ')' token
| configure:8065: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((dev_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:8065: result: yes
| configure:8076: checking for ino_t
| configure:8076: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8076: $? = 0
| configure:8076: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:105: error: expected expression before ')' token
| configure:8076: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((ino_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:8076: result: yes
| configure:8089: checking for ssize_t
| configure:8106: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8106: $? = 0
| configure:8113: result: yes
| configure:8133: checking for working alloca.h
| configure:8150: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8150: $? = 0
| configure:8158: result: yes
| configure:8166: checking for alloca
| configure:8203: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8203: $? = 0
| configure:8211: result: yes
| configure:8321: checking for C/C++ restrict keyword
| configure:8346: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8346: $? = 0
| configure:8354: result: __restrict
| configure:8367: checking whether clearerr_unlocked is declared
| configure:8367: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8367: $? = 0
| configure:8367: result: yes
| configure:8378: checking whether feof_unlocked is declared
| configure:8378: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8378: $? = 0
| configure:8378: result: yes
| configure:8389: checking whether ferror_unlocked is declared
| configure:8389: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8389: $? = 0
| configure:8389: result: yes
| configure:8400: checking whether fflush_unlocked is declared
| configure:8400: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8400: $? = 0
| configure:8400: result: yes
| configure:8411: checking whether fgets_unlocked is declared
| configure:8411: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8411: $? = 0
| configure:8411: result: yes
| configure:8422: checking whether fputc_unlocked is declared
| configure:8422: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8422: $? = 0
| configure:8422: result: yes
| configure:8433: checking whether fputs_unlocked is declared
| configure:8433: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8433: $? = 0
| configure:8433: result: yes
| configure:8444: checking whether fread_unlocked is declared
| configure:8444: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8444: $? = 0
| configure:8444: result: yes
| configure:8455: checking whether fwrite_unlocked is declared
| configure:8455: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8455: $? = 0
| configure:8455: result: yes
| configure:8466: checking whether getc_unlocked is declared
| configure:8466: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8466: $? = 0
| configure:8466: result: yes
| configure:8477: checking whether getchar_unlocked is declared
| configure:8477: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8477: $? = 0
| configure:8477: result: yes
| configure:8488: checking whether putc_unlocked is declared
| configure:8488: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8488: $? = 0
| configure:8488: result: yes
| configure:8499: checking whether putchar_unlocked is declared
| configure:8499: gcc -std=gnu99 -c -g -O2 conftest.c >&5
| configure:8499: $? = 0
| configure:8499: result: yes
| configure:8516: checking for flockfile
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for funlockfile
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for pathconf
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for btowc
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for canonicalize_file_name
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for getcwd
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for readlink
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for realpath
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for readlinkat
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for chown
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for fchown
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for _set_invalid_parameter_handler
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| /tmp/ccHeTNY2.o: In function `main':
| /opt/gnu/src/tar-1.27.1/conftest.c:130: undefined reference to `_set_invalid_parameter_handler'
| collect2: ld returned 1 exit status
| configure:8516: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #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_BTOWC 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_CHOWN 1
| | #define HAVE_FCHOWN 1
| | /* end confdefs.h. */
| | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler.
| | For example, HP-UX 11i declares gettimeofday. */
| | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
| |
| | /* System header to define __stub macros and hopefully few prototypes,
| | which can conflict with char _set_invalid_parameter_handler (); below.
| | Prefer to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #endif
| |
| | #undef _set_invalid_parameter_handler
| |
| | /* 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 _set_invalid_parameter_handler ();
| | /* 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__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
| | choke me
| | #endif
| |
| | int
| | main ()
| | {
| | return _set_invalid_parameter_handler ();
| | ;
| | return 0;
| | }
| configure:8516: result: no
| configure:8516: checking for fchdir
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for fdopendir
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for fchmodat
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| configure:8516: $? = 0
| configure:8516: result: yes
| configure:8516: checking for lchmod
| configure:8516: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lacl >&5
| conftest.c:127: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
| configure:8516: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.27.1"
| | #define PACKAGE_STRING "GNU tar 1.27.1"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.27.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 _ALL_SOURCE 1
| | #define _DARWIN_C_SOURCE 1
| | #define _GNU_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _TANDEM_SOURCE 1
| | #define HAVE_FSEEKO 1
| | #define _DARWIN_USE_64_BIT_INODE 1
| | #define _DARWIN_USE_64_BIT_INODE 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_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_SYS_SOCKET_H 1
| | #define HAVE_DIRENT_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_STDIO_EXT_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_GETOPT_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_XLOCALE_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_DIRENT_H 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define restrict __restrict
| | #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_BTOWC 1
| | #define HAVE_CANONICALIZE_FILE_NAME 1
| | #define HAVE_GETCWD 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_READLINKAT 1
| | #define HAVE_CHOWN 1
| | #define HAVE_FCHOWN 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_FDOPENDIR 1
| | #define HAVE_FCHMODAT 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