## ------------------------ ##
## GNU tar 1.30 test suite. ##
## ------------------------ ##
testsuite: command line was:
$ ./testsuite
## ---------- ##
## ChangeLog. ##
## ---------- ##
| 2017-12-17 Sergey Poznyakoff
|
| Version 1.30
|
| * configure.ac: Set version 1.30
| * NEWS: Update.
|
| 2017-11-20 Paul Eggert
|
| Fix "concatenating" typo.
## --------- ##
## Platform. ##
## --------- ##
hostname = MCraftLFS-HOST
uname -m = x86_64
uname -r = 4.15.0-46-generic
uname -s = Linux
uname -v = #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /lfs/sources/tar-1.30/tests
PATH: /lfs/sources/tar-1.30/src
PATH: /lfs/sources/tar-1.30/build-aux
PATH: /lfs/sources/tar-1.30
PATH: /tools/bin
PATH: /bin
PATH: /usr/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='/lfs/sources/tar-1.30/tests'
| at_srcdir='.'
| abs_srcdir='/lfs/sources/tar-1.30/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/lfs/sources/tar-1.30'
| at_top_build_prefix='../'
| abs_top_builddir='/lfs/sources/tar-1.30'
|
| # 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-2014, 2016-2017 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=/lfs/sources/tar-1.30/tests:/lfs/sources/tar-1.30/src:/lfs/sources/tar-1.30/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/download
| fi
|
| STAR_DATA_URL=$TEST_DATA_URL/star
| 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
| mkdir "$3"
| cat > "$3/README" </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:197: /lfs/sources/tar-1.30/src/tar --version
tar (GNU tar) 1.30
Copyright (C) 2017 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: Sun Mar 10 01:52:26 MST 2019
1. tar version (version.at:20): ok (0m0.005s 0m0.004s)
2. decompressing from stdin (pipe.at:30): ok (0m0.118s 0m0.058s)
3. mixing options (options.at:25): ok (0m0.005s 0m0.002s)
4. interspersed options (options02.at:27): ok (0m0.008s 0m0.000s)
5. TAR_OPTIONS with string arguments (options03.at:21): ok (0m0.008s 0m0.007s)
6. occurrence compatibility (opcomp01.at:21): ok (0m0.004s 0m0.002s)
7. occurrence compatibility (opcomp02.at:21): ok (0m0.004s 0m0.002s)
8. --verify compatibility (opcomp03.at:21): ok (0m0.003s 0m0.005s)
9. compress option compatibility (opcomp04.at:21): ok (0m0.013s 0m0.006s)
10. --pax-option compatibility (opcomp05.at:21): ok (0m0.004s 0m0.002s)
11. --pax-option compatibility (opcomp06.at:21): skipped (opcomp06.at:24)
12. Exclude (positional01.at:21): ok (0m0.016s 0m0.012s)
13. Directory (positional02.at:21): ok (0m0.016s 0m0.010s)
14. Several options (positional03.at:21): ok (0m0.013s 0m0.008s)
15. The --add-file option (add-file.at:21): ok (0m0.075s 0m0.050s)
16. multiple file lists (T-mult.at:21): ok (0m0.009s 0m0.009s)
17. nested file lists (T-nest.at:21): ok (0m0.009s 0m0.016s)
18. recursive file lists (T-rec.at:21): ok (0m0.015s 0m0.008s)
19. files-from & recurse: toggle (T-recurse.at:27): ok (0m0.106s 0m0.054s)
20. toggle --recursion (not) from -T (T-recurse.at:66): ok (0m0.074s 0m0.041s)
21. -C in file lists (T-cd.at:21): ok (0m0.016s 0m0.007s)
22. empty entries (T-empty.at:27): ok (0m0.014s 0m0.003s)
23. 0-separated file without -0 (T-null.at:22): ok (0m0.017s 0m0.017s)
24. --null enables verbatim reading (T-null2.at:17): ok (0m0.022s 0m0.006s)
25. empty file (T-zfile.at:26): ok (0m0.019s 0m0.010s)
26. entries with missing newlines (T-nonl.at:27): ok (0m0.019s 0m0.011s)
27. recursive extraction from --files-from (T-dir00.at:28): ok (0m0.092s 0m0.053s)
28. trailing slash in --files-from (T-dir01.at:28): ok (0m0.104s 0m0.042s)
29. tar --index-file=FILE --file=- (indexfile.at:27): ok (0m0.059s 0m0.037s)
30. tar cvf - (verbose.at:27): ok (0m0.062s 0m0.029s)
31. gzip (gzip.at:24): ok (0m0.009s 0m0.005s)
32. recurse (recurse.at:22): ok (0m0.069s 0m0.025s)
33. recurse: toggle (recurs02.at:30): ok (0m0.077s 0m0.058s)
34. short records (shortrec.at:26): ok (0m0.099s 0m0.051s)
35. --numeric-owner basic tests (numeric.at:18): ok (0m0.189s 0m0.108s)
36. working -C with --same-order (same-order01.at:27): ok (0m0.087s 0m0.062s)
37. multiple -C options (same-order02.at:26): ok (0m0.091s 0m0.045s)
38. append (append.at:22): ok (0m0.061s 0m0.043s)
39. appending files with long names (append01.at:30): ok (0m0.072s 0m0.028s)
40. append vs. create (append02.at:55): ok (0m0.072s 0m0.048s)
41. append with name transformation (append03.at:21): ok (0m0.067s 0m0.030s)
42. append with verify (append04.at:29): ok (0m0.076s 0m0.047s)
43. append after changed blocking (append05.at:32): ok (0m0.110s 0m0.040s)
44. transforming hard links on create (xform-h.at:31): ok (0m0.137s 0m0.070s)
45. transformations and GNU volume labels (xform01.at:26): ok (0m0.010s 0m0.005s)
46. transforming escaped delimiters on create (xform02.at:21): ok (0m0.050s 0m0.020s)
47. transforming hard link targets (xform03.at:21): ok (0m0.110s 0m0.066s)
48. exclude (exclude.at:23): ok (0m0.060s 0m0.044s)
49. exclude wildcards (exclude01.at:19): ok (0m0.218s 0m0.090s)
50. exclude: anchoring (exclude02.at:19): ok (0m0.209s 0m0.098s)
51. exclude: wildcards match slash (exclude03.at:19): ok (0m0.152s 0m0.102s)
52. exclude: case insensitive (exclude04.at:19): ok (0m0.174s 0m0.104s)
53. exclude: lots of excludes (exclude05.at:22): ok (0m22.365s 0m1.721s)
54. exclude: long files in pax archives (exclude06.at:26): ok (0m0.037s 0m0.023s)
55. exclude: --exclude-backups option (exclude07.at:19): ok (0m0.087s 0m0.037s)
56. --exclude-tag option (exclude08.at:36): ok (0m0.096s 0m0.045s)
57. --exclude-tag option and --listed-incremental (exclude09.at:37): ok (0m0.015s 0m0.022s)
58. --exclude-tag option in incremental pass (exclude10.at:38): ok (0m0.027s 0m0.027s)
59. --exclude-tag-under option (exclude11.at:36): ok (0m0.115s 0m0.042s)
60. --exclude-tag-under and --listed-incremental (exclude12.at:37): ok (0m0.028s 0m0.010s)
61. --exclude-tag-under option in incremental pass (exclude13.at:39): ok (0m0.023s 0m0.024s)
62. --exclude-tag-all option (exclude14.at:36): ok (0m0.108s 0m0.050s)
63. --exclude-tag-all and --listed-incremental (exclude15.at:36): ok (0m0.016s 0m0.017s)
64. --exclude-tag-all option in incremental pass (exclude16.at:38): ok (0m0.023s 0m0.023s)
65. deleting a member after a big one (delete01.at:24): ok (0m0.081s 0m0.031s)
66. deleting a member from stdin archive (delete02.at:24): ok (0m0.104s 0m0.052s)
67. deleting members with long names (delete03.at:22): ok (0m0.070s 0m0.052s)
68. deleting a large last member (delete04.at:24): ok (0m0.105s 0m0.074s)
69. deleting non-existing member (delete05.at:28): ok (0m0.081s 0m0.044s)
70. extract over an existing directory (extrac01.at:24): ok (0m0.059s 0m0.033s)
71. extracting symlinks over an existing file (extrac02.at:24): ok (0m0.075s 0m0.034s)
72. extraction loops (extrac03.at:24): ok (0m0.054s 0m0.045s)
73. extract + fnmatch (extrac04.at:24): ok (0m0.111s 0m0.081s)
74. extracting selected members from pax (extrac05.at:31): ok (0m0.012s 0m0.021s)
75. mode of extracted directories (extrac06.at:35): ok (0m0.100s 0m0.069s)
76. extracting symlinks to a read-only dir (extrac07.at:28): ok (0m0.022s 0m0.020s)
77. restoring mode on existing directory (extrac08.at:33): ok (0m0.080s 0m0.044s)
78. extracting even when . and .. are unreadable (extrac09.at:34): ok (0m0.023s 0m0.019s)
79. -C and delayed setting of metadata (extrac10.at:29): ok (0m0.011s 0m0.013s)
80. scarce file descriptors (extrac11.at:25): ok (0m0.030s 0m0.025s)
81. extract dot permissions (extrac12.at:25): ok (0m0.014s 0m0.013s)
82. extract over symlinks (extrac13.at:26): ok (0m0.025s 0m0.026s)
83. extract -C symlink (extrac14.at:25): ok (0m0.009s 0m0.010s)
84. extract parent mkdir failure (extrac15.at:25): ok (0m0.020s 0m0.013s)
85. extract empty directory with -C (extrac16.at:26): ok (0m0.014s 0m0.004s)
86. name matching/transformation ordering (extrac17.at:21): ok (0m0.095s 0m0.034s)
87. keep-old-files (extrac18.at:34): ok (0m0.083s 0m0.042s)
88. skip-old-files (extrac19.at:21): ok (0m0.090s 0m0.051s)
89. keep-directory-symlink (extrac20.at:21): ok (0m0.586s 0m0.488s)
90. delay-directory-restore (extrac21.at:31): ok (0m0.020s 0m0.017s)
91. extracting existing dir with --backup (backup01.at:34): ok (0m0.064s 0m0.037s)
93. single-volume label (label01.at:21): ok (0m0.051s 0m0.017s)
94. multi-volume label (label02.at:21): ok (0m0.045s 0m0.029s)
95. test-label option (label03.at:27): ok (0m0.107s 0m0.084s)
96. label with non-create option (label04.at:27): ok (0m0.061s 0m0.052s)
97. label with non-create option (label05.at:24): ok (0m0.048s 0m0.033s)
98. incremental (incremental.at:24): ok (0m0.062s 0m0.064s)
99. restore broken symlinks from incremental (incr01.at:28): ok (0m0.059s 0m0.057s)
100. restoring timestamps from incremental (incr02.at:33): ok (0m0.058s 0m0.055s)
101. --listed for individual files (listed01.at:27): ok (0m0.043s 0m0.035s)
102. working --listed (listed02.at:29): ok (0m0.111s 0m0.122s)
103. incremental dump when the parent directory is unreadable (listed03.at:24): ok (0m0.026s 0m0.016s)
104. --listed-incremental and --one-file-system (listed04.at:26): ok (0m0.014s 0m0.010s)
105. --listed-incremental and remounted directories (listed05.at:33): skipped (listed05.at:36)
106. renamed files in incrementals (incr03.at:29): ok (0m0.116s 0m0.077s)
107. proper icontents initialization (incr04.at:30): ok (0m0.112s 0m0.103s)
108. incremental dumps with -C (incr05.at:21): ok (0m0.052s 0m0.039s)
109. incremental dumps of nested directories (incr06.at:21): ok (0m0.091s 0m0.062s)
110. incremental restores with -C (incr07.at:18): ok (0m0.100s 0m0.075s)
111. filename normalization (incr08.at:38): ok (0m0.028s 0m0.023s)
112. incremental with alternating -C (incr09.at:26): ok (0m0.014s 0m0.020s)
113. concatenated incremental archives (deletes) (incr10.at:18): ok (0m0.028s 0m0.016s)
114. concatenated incremental archives (renames) (incr11.at:25): ok (0m0.049s 0m0.043s)
115. file removed as we read it (ca. 22 seconds) (filerem01.at:36): ok (0m0.044s 0m0.020s)
116. toplevel file removed (ca. 24 seconds) (filerem02.at:26): ok (0m0.048s 0m0.039s)
118. explicitly named directory removed before reading (dirrem02.at:31): ok (0m0.037s 0m0.033s)
119. renamed dirs in incrementals (rename01.at:25): ok (0m0.107s 0m0.054s)
120. move between hierarchies (rename02.at:25): ok (0m0.132s 0m0.068s)
121. cyclic renames (rename03.at:24): ok (0m0.149s 0m0.106s)
122. renamed directory containing subdirectories (rename04.at:27): ok (0m0.121s 0m0.145s)
123. renamed subdirectories (rename05.at:24): ok (0m0.128s 0m0.113s)
124. changed file types in incrementals (chtype.at:28): ok (0m0.130s 0m0.126s)
125. ignfail (ignfail.at:24): ok (0m0.154s 0m0.093s)
126. link count gt 2 (link01.at:34): ok (0m0.084s 0m0.058s)
127. preserve hard links with --remove-files (link02.at:32): ok (0m0.086s 0m0.037s)
128. working -l with --remove-files (link03.at:24): ok (0m0.136s 0m0.065s)
129. link count is 1 but multiple occurrences (link04.at:29): ok (0m0.124s 0m0.096s)
130. long names in V7 archives (longv7.at:25): ok (0m0.014s 0m0.005s)
131. long file names divisible by block size (long01.at:29): ok (0m0.055s 0m0.061s)
132. ustar: unsplittable file name (lustar01.at:22): ok (0m0.010s 0m0.005s)
133. ustar: unsplittable path name (lustar02.at:22): ok (0m0.025s 0m0.013s)
134. ustar: splitting long names (lustar03.at:22): ok (0m0.030s 0m0.011s)
135. old archives (old.at:24): ok (0m0.007s 0m0.005s)
136. time: tricky time stamps (time01.at:20): ok (0m0.639s 0m0.418s)
137. time: clamping mtime (time02.at:20): ok (0m0.029s 0m0.017s)
138. multivolume dumps from pipes (multiv01.at:24): ok (0m0.064s 0m0.038s)
139. skipping a straddling member (multiv02.at:29): ok (0m0.068s 0m0.047s)
140. MV archive & long filenames (multiv03.at:31): ok (0m0.047s 0m0.065s)
141. split directory members in a MV archive (multiv04.at:37): ok (0m0.067s 0m0.196s)
142. Restoring after an out of sync volume (multiv05.at:27): ok (0m0.037s 0m0.024s)
143. Multivolumes with L=record_size (multiv06.at:27): ok (0m0.037s 0m0.017s)
144. volumes split at an extended header (multiv07.at:28): skipped (multiv07.at:31)
145. multivolume header creation (multiv08.at:25): ok (0m0.015s 0m0.010s)
146. bad next volume (multiv09.at:26): ok (0m0.087s 0m0.108s)
147. file start at the beginning of a posix volume (multiv10.at:37): ok (0m0.016s 0m0.030s)
148. --owner and --group (owner.at:21): ok (0m0.010s 0m0.009s)
149. --owner-map and --group-map (map.at:21): ok (0m0.028s 0m0.009s)
150. sparse files (sparse01.at:22): ok (0m0.081s 0m0.071s)
151. extracting sparse file over a pipe (sparse02.at:22): ok (0m0.056s 0m0.159s)
152. storing sparse files > 8G (sparse03.at:22): ok (0m3.428s 0m14.194s)
153. storing long sparse file names (sparse04.at:21): ok (0m0.016s 0m0.009s)
154. listing sparse files bigger than 2^33 B (sparse05.at:21): skipped (sparse05.at:31)
155. storing sparse file using seek method (sparse06.at:21): ok (0m0.180s 0m0.444s)
156. sparse files with unicode names (sparse07.at:21): ok (0m0.030s 0m0.028s)
157. sparse files in MV archives (sparsemv.at:22): ok (0m0.053s 0m0.066s)
158. sparse files in PAX MV archives, v.0.0 (spmvp00.at:22): ok (0m0.044s 0m0.041s)
159. sparse files in PAX MV archives, v.0.1 (spmvp01.at:22): ok (0m0.043s 0m0.029s)
160. sparse files in PAX MV archives, v.1.0 (spmvp10.at:22): ok (0m0.048s 0m0.026s)
161. update unchanged directories (update.at:29): ok (0m0.103s 0m0.046s)
162. update directories (update01.at:29): ok (0m0.091s 0m0.099s)
163. update changed files (update02.at:26): ok (0m0.104s 0m0.048s)
164. update with chdir (update03.at:20): ok (0m0.094s 0m0.056s)
165. verify (verify.at:25): ok (0m0.054s 0m0.017s)
166. volume (volume.at:24): ok (0m0.031s 0m0.015s)
167. volume header size (volsize.at:30): skipped (volsize.at:33)
168. compressed format recognition (comprec.at:22): ok (0m0.099s 0m0.053s)
169. short input files (shortfile.at:26): ok (0m0.006s 0m0.010s)
170. updating short archives (shortupd.at:31): ok (0m0.032s 0m0.023s)
171. truncate (truncate.at:30): ok (0m0.102s 0m0.063s)
172. grow (grow.at:25): ok (0m1.112s 0m1.298s)
173. sigpipe handling (sigpipe.at:21): ok (0m0.011s 0m0.010s)
174. compressor program failure (comperr.at:18): ok (0m0.056s 0m0.035s)
175. remove-files with compression (remfiles01.at:28): ok (0m0.033s 0m0.026s)
176. remove-files with compression: grand-child (remfiles02.at:28): ok (0m0.023s 0m0.018s)
177. remove-files with symbolic links (remfiles03.at:28): ok (0m0.007s 0m0.012s)
178. remove-files with -C:rel in -c/non-incr. mode (remfiles04a.at:25): ok (0m0.021s 0m0.004s)
179. remove-files with -C:rel in -c/incr. mode (remfiles04b.at:33): ok (0m0.018s 0m0.010s)
180. remove-files with -C:rel in -r mode (remfiles04c.at:33): ok (0m0.022s 0m0.020s)
181. remove-files with -C:rel,rel in -c/non-incr. mode (remfiles05a.at:34): ok (0m0.017s 0m0.016s)
182. remove-files with -C:rel,rel in -c/incr. mode (remfiles05b.at:25): ok (0m0.023s 0m0.008s)
183. remove-files with -C:rel,rel in -r mode (remfiles05c.at:25): ok (0m0.032s 0m0.014s)
184. remove-files with -C:rel,abs in -c/non-incr. mode (remfiles06a.at:25): ok (0m0.019s 0m0.016s)
185. remove-files with -C:rel,abs in -c/incr. mode (remfiles06b.at:25): ok (0m0.023s 0m0.006s)
186. remove-files with -C:rel,abs in -r mode (remfiles06c.at:25): ok (0m0.036s 0m0.033s)
187. remove-files with -C:abs,rel in -c/non-incr. mode (remfiles07a.at:25): ok (0m0.036s 0m0.013s)
188. remove-files with -C:abs,rel in -c/incr. mode (remfiles07b.at:25): ok (0m0.020s 0m0.020s)
189. remove-files with -C:abs,rel in -r mode (remfiles07c.at:25): ok (0m0.019s 0m0.023s)
190. remove-files deleting two subdirs in -c/non-incr. mode (remfiles08a.at:28): ok (0m0.019s 0m0.009s)
191. remove-files deleting two subdirs in -c/incr. mode (remfiles08b.at:31): ok (0m0.011s 0m0.013s)
192. remove-files deleting two subdirs in -r mode (remfiles08c.at:28): ok (0m0.026s 0m0.015s)
193. remove-files on full directory in -c/non-incr. mode (remfiles09a.at:25): ok (0m0.013s 0m0.010s)
194. remove-files on full directory in -c/incr. mode (remfiles09b.at:29): ok (0m0.021s 0m0.007s)
195. remove-files on full directory in -r mode (remfiles09c.at:25): ok (0m0.013s 0m0.024s)
196. remove-files (remfiles10.at:20): ok (0m0.012s 0m0.011s)
197. xattrs: basic functionality (xattr01.at:25): skipped (xattr01.at:28)
198. xattrs: change directory with -C option (xattr02.at:25): skipped (xattr02.at:28)
199. xattrs: trusted.* attributes (xattr03.at:25): skipped (xattr03.at:28)
200. xattrs: s/open/openat/ regression (xattr04.at:26): skipped (xattr04.at:29)
201. xattrs: keywords with '=' and '%' (xattr05.at:28): skipped (xattr05.at:31)
202. xattrs: exclude xattrs on create (xattr06.at:27): skipped (xattr06.at:30)
203. xattrs: xattrs and --skip-old-files (xattr07.at:26): skipped (xattr07.at:29)
204. acls: basic functionality (acls01.at:25): skipped (acls01.at:28)
205. acls: work with -C (acls02.at:25): skipped (acls02.at:28)
206. acls: default ACLs (acls03.at:30): skipped (acls03.at:47)
207. selinux: basic store/restore (selnx01.at:25): skipped (selnx01.at:28)
208. acls/selinux: special files & fifos (selacl01.at:25): skipped (selacl01.at:28)
209. capabilities: binary store/restore (capabs_raw01.at:25): skipped (capabs_raw01.at:28)
210. tar --one-top-level (onetop01.at:21): ok (0m0.093s 0m0.092s)
211. tar --one-top-level --show-transformed (onetop02.at:21): ok (0m0.104s 0m0.077s)
212. tar --one-top-level --transform (onetop03.at:21): ok (0m0.121s 0m0.060s)
213. tar --one-top-level --transform (onetop04.at:21): ok (0m0.099s 0m0.054s)
214. tar --one-top-level restoring permissions (onetop05.at:21): ok (0m0.169s 0m0.081s)
215. gtarfail (gtarfail.at:22): skipped (gtarfail.at:27)
216. gtarfail2 (gtarfail2.at:22): skipped (gtarfail2.at:27)
217. multi-fail (multi-fail.at:22): skipped (multi-fail.at:27)
218. ustar-big-2g (ustar-big-2g.at:22): skipped (ustar-big-2g.at:27)
219. ustar-big-8g (ustar-big-8g.at:22): skipped (ustar-big-8g.at:27)
220. pax-big-10g (pax-big-10g.at:22): skipped (pax-big-10g.at:27)
testsuite: ending at: Sun Mar 10 03:00:43 MDT 2019
testsuite: test suite duration: 0h 8m 17s
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 196 tests were run,
2 failed unexpectedly.
24 tests were skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU tar 1.30 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
92: difflink.at:17 link mismatch
diff difflink
117: dirrem01.at:34 directory removed before reading
create incremental listed dirchange dirrem dirrem01
Skipped tests:
GNU tar 1.30 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
11: opcomp06.at:21 --pax-option compatibility
opcomp opcomp06
105: listed05.at:33 --listed-incremental and remounted directories
listed incremental listed05 chdir
144: multiv07.at:28 volumes split at an extended header
multivolume multiv multiv07 xsplit
154: sparse05.at:21 listing sparse files bigger than 2^33 B
sparse sparse05
167: volsize.at:30 volume header size
volume volsize
197: xattr01.at:25 xattrs: basic functionality
xattrs xattr01
198: xattr02.at:25 xattrs: change directory with -C option
xattrs xattr02 chdir
199: xattr03.at:25 xattrs: trusted.* attributes
xattrs xattr03 chdir
200: xattr04.at:26 xattrs: s/open/openat/ regression
xattrs xattr04 chdir
201: xattr05.at:28 xattrs: keywords with '=' and '%'
xattrs xattr05 chdir
202: xattr06.at:27 xattrs: exclude xattrs on create
xattrs xattr06
203: xattr07.at:26 xattrs: xattrs and --skip-old-files
xattrs xattr07
204: acls01.at:25 acls: basic functionality
xattrs acls acls01
205: acls02.at:25 acls: work with -C
xattrs acls acls02 chdir
206: acls03.at:30 acls: default ACLs
xattrs acls acls03 chdir
207: selnx01.at:25 selinux: basic store/restore
xattrs selinux selnx01
208: selacl01.at:25 acls/selinux: special files & fifos
xattrs selinux acls selacls01
209: capabs_raw01.at:25 capabilities: binary store/restore
xattrs capabilities capabs_raw01
215: gtarfail.at:22 gtarfail
star gtarfail
216: gtarfail2.at:22 gtarfail2
star gtarfail2
217: multi-fail.at:22 multi-fail
star multivolume multiv multi-fail
218: ustar-big-2g.at:22 ustar-big-2g
star ustar-big-2g
219: ustar-big-8g.at:22 ustar-big-8g
star ustar-big-8g
220: pax-big-10g.at:22 pax-big-10g
star pax-big-10g
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
# -*- compilation -*-
92. difflink.at:17: testing link mismatch ...
./difflink.at:19:
mkdir ustar
(cd ustar
TEST_TAR_FORMAT=ustar
export TEST_TAR_FORMAT
TAR_OPTIONS="-H ustar"
export TAR_OPTIONS
rm -rf *
mkdir a
genfile -f a/x
ln -s x a/y
ln a/y a/z
tar cf a.tar a
rm a/z
ln -s x a/z
tar df a.tar
)
--- - 2019-03-10 08:53:04.942192094 +0000
+++ /lfs/sources/tar-1.30/tests/testsuite.dir/at-groups/92/stdout 2019-03-10 08:53:04.935128439 +0000
@@ -1,2 +1,2 @@
-a/z: Not linked to a/y
+a/y: Not linked to a/z
92. difflink.at:17: 92. link mismatch (difflink.at:17): FAILED (difflink.at:19)
# -*- compilation -*-
117. dirrem01.at:34: testing directory removed before reading ...
./dirrem01.at:37:
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
case "$TEST_TAR_FORMAT" in
posix) CPT=5;;
gnu) CPT=3;;
*) exit 77
esac
genfile --run --checkpoint=$CPT --unlink dir/sub/file2 --unlink dir/sub -- \
tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
--checkpoint-action='echo' -c -f archive.tar \
--listed-incremental db -v dir >/dev/null
)
--- - 2019-03-10 08:55:00.051850502 +0000
+++ /lfs/sources/tar-1.30/tests/testsuite.dir/at-groups/117/stderr 2019-03-10 08:55:00.042340685 +0000
@@ -1,4 +1,5 @@
tar: dir: Directory is new
tar: dir/sub: Directory is new
+tar: dir/sub: file changed as we read it
tar: dir/sub: File removed before we read it
stdout:
117. dirrem01.at:34: 117. directory removed before reading (dirrem01.at:34): FAILED (dirrem01.at:37)
## ------------- ##
## ../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.30, which was
| generated by GNU Autoconf 2.69. Invocation command line was
|
| $ ./configure --prefix=/tools
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = MCraftLFS-HOST
| uname -m = x86_64
| uname -r = 4.15.0-46-generic
| uname -s = Linux
| uname -v = #49-Ubuntu SMP Wed Feb 6 09:33:07 UTC 2019
|
| /usr/bin/uname -p = unknown
| /bin/uname -X = unknown
|
| /bin/arch = unknown
| /usr/bin/arch -k = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo = unknown
| /bin/machine = unknown
| /usr/bin/oslevel = unknown
| /bin/universe = unknown
|
| PATH: /tools/bin
| PATH: /bin
| PATH: /usr/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:3638: checking for a BSD-compatible install
| configure:3706: result: /usr/bin/install -c
| configure:3717: checking whether build environment is sane
| configure:3772: result: yes
| configure:3923: checking for a thread-safe mkdir -p
| configure:3962: result: /bin/mkdir -p
| configure:3969: checking for gawk
| configure:3985: found /tools/bin/gawk
| configure:3996: result: gawk
| configure:4007: checking whether make sets $(MAKE)
| configure:4029: result: yes
| configure:4058: checking whether make supports nested variables
| configure:4075: result: yes
| configure:4164: checking whether UID '1001' is supported by ustar format
| configure:4167: result: yes
| configure:4174: checking whether GID '1001' is supported by ustar format
| configure:4177: result: yes
| configure:4185: checking how to create a ustar tar archive
| configure:4196: tar --version
| tar (GNU tar) 1.29
| Copyright (C) 2015 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.
| configure:4199: $? = 0
| configure:4239: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
| configure:4242: $? = 0
| configure:4246: tar -xf - &5
| gcc (GCC) 8.2.0
| Copyright (C) 2018 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:4745: $? = 0
| configure:4734: gcc -v >&5
| Using built-in specs.
| COLLECT_GCC=gcc
| COLLECT_LTO_WRAPPER=/lfs/tools/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
| Target: x86_64-pc-linux-gnu
| Configured with: ../configure --prefix=/tools --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-multilib --disable-bootstrap --disable-libgomp
| Thread model: posix
| gcc version 8.2.0 (GCC)
| configure:4745: $? = 0
| configure:4734: gcc -V >&5
| gcc: error: unrecognized command line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:4745: $? = 1
| configure:4734: gcc -qversion >&5
| gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
| gcc: fatal error: no input files
| compilation terminated.
| configure:4745: $? = 1
| configure:4765: checking whether the C compiler works
| configure:4787: gcc conftest.c >&5
| configure:4791: $? = 0
| configure:4839: result: yes
| configure:4842: checking for C compiler default output file name
| configure:4844: result: a.out
| configure:4850: checking for suffix of executables
| configure:4857: gcc -o conftest conftest.c >&5
| configure:4861: $? = 0
| configure:4883: result:
| configure:4905: checking whether we are cross compiling
| configure:4913: gcc -o conftest conftest.c >&5
| configure:4917: $? = 0
| configure:4924: ./conftest
| configure:4928: $? = 0
| configure:4943: result: no
| configure:4948: checking for suffix of object files
| configure:4970: gcc -c conftest.c >&5
| configure:4974: $? = 0
| configure:4995: result: o
| configure:4999: checking whether we are using the GNU C compiler
| configure:5018: gcc -c conftest.c >&5
| configure:5018: $? = 0
| configure:5027: result: yes
| configure:5036: checking whether gcc accepts -g
| configure:5056: gcc -c -g conftest.c >&5
| configure:5056: $? = 0
| configure:5097: result: yes
| configure:5114: checking for gcc option to accept ISO C89
| configure:5177: gcc -c -g -O2 conftest.c >&5
| configure:5177: $? = 0
| configure:5190: result: none needed
| configure:5215: checking whether gcc understands -c and -o together
| configure:5237: gcc -c conftest.c -o conftest2.o
| configure:5240: $? = 0
| configure:5237: gcc -c conftest.c -o conftest2.o
| configure:5240: $? = 0
| configure:5252: result: yes
| configure:5271: checking dependency style of gcc
| configure:5382: result: gcc3
| configure:5401: checking for gcc option to accept ISO C99
| configure:5550: gcc -c -g -O2 conftest.c >&5
| configure:5550: $? = 0
| configure:5563: result: none needed
| configure:5671: checking for gcc option to accept ISO Standard C
| configure:5682: result: none needed
| configure:5733: checking for ranlib
| configure:5749: found /tools/bin/ranlib
| configure:5760: result: ranlib
| configure:5786: checking for bison
| configure:5802: found /tools/bin/bison
| configure:5813: result: bison -y
| configure:5831: checking how to run the C preprocessor
| configure:5862: gcc -E conftest.c
| configure:5862: $? = 0
| configure:5876: gcc -E conftest.c
| conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:5876: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | /* end confdefs.h. */
| | #include
| configure:5901: result: gcc -E
| configure:5921: gcc -E conftest.c
| configure:5921: $? = 0
| configure:5935: gcc -E conftest.c
| conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:5935: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | /* end confdefs.h. */
| | #include
| configure:5964: checking for grep that handles long lines and -e
| configure:6022: result: /tools/bin/grep
| configure:6027: checking for egrep
| configure:6089: result: /tools/bin/grep -E
| configure:6094: checking for ANSI C header files
| configure:6114: gcc -c -g -O2 conftest.c >&5
| configure:6114: $? = 0
| configure:6187: gcc -o conftest -g -O2 conftest.c >&5
| configure:6187: $? = 0
| configure:6187: ./conftest
| configure:6187: $? = 0
| configure:6198: result: yes
| configure:6211: checking for sys/types.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6211: checking for sys/stat.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6211: checking for stdlib.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6211: checking for string.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6211: checking for memory.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6211: checking for strings.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6211: checking for inttypes.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6211: checking for stdint.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6211: checking for unistd.h
| configure:6211: gcc -c -g -O2 conftest.c >&5
| configure:6211: $? = 0
| configure:6211: result: yes
| configure:6224: checking minix/config.h usability
| configure:6224: gcc -c -g -O2 conftest.c >&5
| conftest.c:54:10: fatal error: minix/config.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:6224: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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:6224: result: no
| configure:6224: checking minix/config.h presence
| configure:6224: gcc -E conftest.c
| conftest.c:21:10: fatal error: minix/config.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:6224: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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:6224: result: no
| configure:6224: checking for minix/config.h
| configure:6224: result: no
| configure:6248: checking whether it is safe to define __EXTENSIONS__
| configure:6266: gcc -c -g -O2 conftest.c >&5
| configure:6266: $? = 0
| configure:6273: result: yes
| configure:6306: checking whether _XOPEN_SOURCE should be defined
| configure:6325: gcc -c -g -O2 conftest.c >&5
| configure:6325: $? = 0
| configure:6349: result: no
| configure:6364: checking for Minix Amsterdam compiler
| configure:6388: result: no
| configure:6445: checking for ar
| configure:6461: found /tools/bin/ar
| configure:6472: result: ar
| configure:6601: checking for _LARGEFILE_SOURCE value needed for large files
| configure:6620: gcc -o conftest -g -O2 conftest.c >&5
| configure:6620: $? = 0
| configure:6648: result: no
| configure:6676: checking for special C compiler options needed for large files
| configure:6721: result: no
| configure:6727: checking for _FILE_OFFSET_BITS value needed for large files
| configure:6752: gcc -c -g -O2 conftest.c >&5
| configure:6752: $? = 0
| configure:6784: result: no
| configure:7264: checking for special C compiler options needed for large files
| configure:7309: result: no
| configure:7315: checking for _FILE_OFFSET_BITS value needed for large files
| configure:7372: result: no
| configure:7459: checking for inline
| configure:7475: gcc -c -g -O2 conftest.c >&5
| configure:7475: $? = 0
| configure:7483: result: inline
| configure:7508: checking for fcntl.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for linux/fd.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for memory.h
| configure:7508: result: yes
| configure:7508: checking for net/errno.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:76:10: fatal error: net/errno.h: No such file or directory
| #include
| ^~~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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:7508: result: no
| configure:7508: checking for sgtty.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for string.h
| configure:7508: result: yes
| configure:7508: checking for sys/param.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for sys/device.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:79:10: fatal error: sys/device.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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:7508: result: no
| configure:7508: checking for sys/gentape.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:79:10: fatal error: sys/gentape.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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:7508: result: no
| configure:7508: checking for sys/inet.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:79:10: fatal error: sys/inet.h: No such file or directory
| #include
| ^~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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:7508: result: no
| configure:7508: checking for sys/io/trioctl.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:79:10: fatal error: sys/io/trioctl.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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:7508: result: no
| configure:7508: checking for sys/mtio.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for sys/time.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for sys/tprintf.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:81:10: fatal error: sys/tprintf.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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:7508: result: no
| configure:7508: checking for sys/tape.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:81:10: fatal error: sys/tape.h: No such file or directory
| #include
| ^~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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:7508: result: no
| configure:7508: checking for unistd.h
| configure:7508: result: yes
| configure:7508: checking for locale.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for sys/types.h
| configure:7508: result: yes
| configure:7508: checking for features.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for linewrap.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:85:10: fatal error: linewrap.h: No such file or directory
| #include
| ^~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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:7508: result: no
| configure:7508: checking for sys/socket.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for dirent.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for wctype.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for stdio_ext.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for sys/stat.h
| configure:7508: result: yes
| configure:7508: checking for getopt.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for sys/cdefs.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for limits.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for wchar.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for stdint.h
| configure:7508: result: yes
| configure:7508: checking for inttypes.h
| configure:7508: result: yes
| configure:7508: checking for crtdefs.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:96:10: fatal error: crtdefs.h: No such file or directory
| #include
| ^~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_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:7508: result: no
| configure:7508: checking for langinfo.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for xlocale.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:97:10: fatal error: xlocale.h: No such file or directory
| #include
| ^~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_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:7508: result: no
| configure:7508: checking for sys/mman.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for priv.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:98:10: fatal error: priv.h: No such file or directory
| #include
| ^~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_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:7508: result: no
| configure:7508: checking for malloc.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for selinux/selinux.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| conftest.c:99:10: fatal error: selinux/selinux.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:7508: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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:7508: result: no
| configure:7508: checking for strings.h
| configure:7508: result: yes
| configure:7508: checking for sysexits.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for utime.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for netdb.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for sys/wait.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for pwd.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7508: checking for grp.h
| configure:7508: gcc -c -g -O2 conftest.c >&5
| configure:7508: $? = 0
| configure:7508: result: yes
| configure:7557: checking for sys/buf.h
| configure:7557: gcc -c -g -O2 conftest.c >&5
| conftest.c:76:10: fatal error: sys/buf.h: No such file or directory
| #include
| ^~~~~~~~~~~
| compilation terminated.
| configure:7557: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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:7557: result: no
| configure:7574: checking sys/mkdev.h usability
| configure:7574: gcc -c -g -O2 conftest.c >&5
| conftest.c:105:10: fatal error: sys/mkdev.h: No such file or directory
| #include
| ^~~~~~~~~~~~~
| compilation terminated.
| configure:7574: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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. */
| | #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:7574: result: no
| configure:7574: checking sys/mkdev.h presence
| configure:7574: gcc -E conftest.c
| conftest.c:72:10: fatal error: sys/mkdev.h: No such file or directory
| #include
| ^~~~~~~~~~~~~
| compilation terminated.
| configure:7574: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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. */
| | #include
| configure:7574: result: no
| configure:7574: checking for sys/mkdev.h
| configure:7574: result: no
| configure:7583: checking sys/sysmacros.h usability
| configure:7583: gcc -c -g -O2 conftest.c >&5
| configure:7583: $? = 0
| configure:7583: result: yes
| configure:7583: checking sys/sysmacros.h presence
| configure:7583: gcc -E conftest.c
| configure:7583: $? = 0
| configure:7583: result: yes
| configure:7583: checking for sys/sysmacros.h
| configure:7583: result: yes
| configure:7594: checking for st_fstype string in struct stat
| configure:7611: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:78:18: error: 'struct stat' has no member named 'st_fstype'; did you mean 'st_size'?
| struct stat s; s.st_fstype[0] = 'x';
| ^~~~~~~~~
| st_size
| configure:7611: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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 MAJOR_IN_SYSMACROS 1
| | /* end confdefs.h. */
| | #include
| | #include
| | int
| | main ()
| | {
| | struct stat s; s.st_fstype[0] = 'x';
| | ;
| | return 0;
| | }
| configure:7619: result: no
| configure:7641: checking sys/acl.h usability
| configure:7641: gcc -c -g -O2 conftest.c >&5
| conftest.c:106:10: fatal error: sys/acl.h: No such file or directory
| #include
| ^~~~~~~~~~~
| compilation terminated.
| configure:7641: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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 MAJOR_IN_SYSMACROS 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:7641: result: no
| configure:7641: checking sys/acl.h presence
| configure:7641: gcc -E conftest.c
| conftest.c:73:10: fatal error: sys/acl.h: No such file or directory
| #include
| ^~~~~~~~~~~
| compilation terminated.
| configure:7641: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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 MAJOR_IN_SYSMACROS 1
| | /* end confdefs.h. */
| | #include
| configure:7641: result: no
| configure:7641: checking for sys/acl.h
| configure:7641: result: no
| configure:7728: checking for mode_t
| configure:7728: gcc -c -g -O2 conftest.c >&5
| configure:7728: $? = 0
| configure:7728: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:109:21: error: expected expression before ')' token
| if (sizeof ((mode_t)))
| ^
| configure:7728: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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 MAJOR_IN_SYSMACROS 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
| | int
| | main ()
| | {
| | if (sizeof ((mode_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:7728: result: yes
| configure:7739: checking for pid_t
| configure:7739: gcc -c -g -O2 conftest.c >&5
| configure:7739: $? = 0
| configure:7739: gcc -c -g -O2 conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:109:20: error: expected expression before ')' token
| if (sizeof ((pid_t)))
| ^
| configure:7739: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.30"
| | #define PACKAGE_STRING "GNU tar 1.30"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.30"
| | #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 _NETBSD_SOURCE 1
| | #define _OPENBSD_SOURCE 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| | #define __STDC_WANT_LIB_EXT2__ 1
| | #define __STDC_WANT_MATH_SPEC_FUNCS__ 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_SYS_TYPES_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_SYS_CDEFS_H 1
| | #define HAVE_LIMITS_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_LANGINFO_H 1
| | #define HAVE_SYS_MMAN_H 1
| | #define HAVE_MALLOC_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 MAJOR_IN_SYSMACROS 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