## ------------------------ ##
## GNU tar 1.31 test suite. ##
## ------------------------ ##
testsuite: command line was:
$ ./testsuite
## --------- ##
## Platform. ##
## --------- ##
hostname = dellirium
uname -m = x86_64
uname -r = 4.19.13-419-joeghi-desktop-1.mga7
uname -s = Linux
uname -v = #1 SMP PREEMPT Sat Dec 29 14:45:49 UTC 2018
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/tests
PATH: /share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/src
PATH: /share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/build-aux
PATH: /share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31
PATH: /usr/local/bin
PATH: /home/stig/bin
PATH: /home/stig/.local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /usr/lib64/qt4/bin
PATH: /usr/lib64/qt5/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='/share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/tests'
| at_srcdir='.'
| abs_srcdir='/share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31'
| at_top_build_prefix='../'
| abs_top_builddir='/share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31'
|
| # 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-2019 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=/share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/tests:/share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/src:/share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/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:199: /share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/src/tar --version
tar (GNU tar) 1.31
Copyright (C) 2019 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: Thu Jan 3 00:35:12 CET 2019
1. tar version (version.at:19): ok (0m0.003s 0m0.000s)
2. decompressing from stdin (pipe.at:29): ok (0m0.069s 0m0.007s)
3. mixing options (options.at:24): ok (0m0.004s 0m0.000s)
4. interspersed options (options02.at:26): ok (0m0.004s 0m0.000s)
5. TAR_OPTIONS with string arguments (options03.at:21): ok (0m0.007s 0m0.000s)
6. occurrence compatibility (opcomp01.at:21): ok (0m0.001s 0m0.002s)
7. occurrence compatibility (opcomp02.at:21): ok (0m0.002s 0m0.002s)
8. --verify compatibility (opcomp03.at:21): ok (0m0.002s 0m0.001s)
9. compress option compatibility (opcomp04.at:21): ok (0m0.006s 0m0.002s)
10. --pax-option compatibility (opcomp05.at:21): ok (0m0.003s 0m0.000s)
11. --pax-option compatibility (opcomp06.at:21): ok (0m0.010s 0m0.004s)
12. compress: gzip (compress-gzip.at:23): ok (0m0.018s 0m0.004s)
13. compress: bzip2 (compress-bzip2.at:23): ok (0m0.017s 0m0.001s)
14. compress: xz (compress-xz.at:23): ok (0m0.019s 0m0.002s)
15. compress: lzip (compress-lzip.at:23): skipped (compress-lzip.at:28)
16. compress: lzop (compress-lzop.at:23): ok (0m0.013s 0m0.003s)
17. compress: zstd (compress-zstd.at:23): ok (0m0.017s 0m0.002s)
18. Exclude (positional01.at:21): ok (0m0.009s 0m0.001s)
19. Directory (positional02.at:21): ok (0m0.008s 0m0.000s)
20. Several options (positional03.at:21): ok (0m0.006s 0m0.000s)
21. The --add-file option (add-file.at:21): ok (0m0.041s 0m0.002s)
22. multiple file lists (T-mult.at:21): ok (0m0.006s 0m0.000s)
23. nested file lists (T-nest.at:21): ok (0m0.005s 0m0.003s)
24. recursive file lists (T-rec.at:21): ok (0m0.007s 0m0.000s)
25. files-from & recurse: toggle (T-recurse.at:27): ok (0m0.050s 0m0.006s)
26. toggle --recursion (not) from -T (T-recurse.at:66): ok (0m0.054s 0m0.001s)
27. -C in file lists (T-cd.at:21): ok (0m0.007s 0m0.000s)
28. empty entries (T-empty.at:26): ok (0m0.005s 0m0.001s)
29. 0-separated file without -0 (T-null.at:21): ok (0m0.008s 0m0.001s)
30. --null enables verbatim reading (T-null2.at:17): ok (0m0.008s 0m0.001s)
31. empty file (T-zfile.at:26): ok (0m0.007s 0m0.002s)
32. entries with missing newlines (T-nonl.at:27): ok (0m0.007s 0m0.004s)
33. recursive extraction from --files-from (T-dir00.at:28): ok (0m0.051s 0m0.002s)
34. trailing slash in --files-from (T-dir01.at:28): ok (0m0.046s 0m0.003s)
35. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.029s 0m0.002s)
36. tar cvf - (verbose.at:26): ok (0m0.035s 0m0.005s)
37. gzip (gzip.at:23): ok (0m0.005s 0m0.000s)
38. recurse (recurse.at:21): ok (0m0.028s 0m0.003s)
39. recurse: toggle (recurs02.at:30): ok (0m0.042s 0m0.005s)
40. short records (shortrec.at:25): ok (0m0.049s 0m0.005s)
41. --numeric-owner basic tests (numeric.at:18): ok (0m0.092s 0m0.016s)
42. working -C with --same-order (same-order01.at:26): ok (0m0.045s 0m0.003s)
43. multiple -C options (same-order02.at:25): ok (0m0.042s 0m0.005s)
44. append (append.at:21): ok (0m0.036s 0m0.003s)
45. appending files with long names (append01.at:29): ok (0m0.028s 0m0.002s)
46. append vs. create (append02.at:54): ok (0m0.044s 0m0.002s)
47. append with name transformation (append03.at:21): ok (0m0.035s 0m0.003s)
48. append with verify (append04.at:29): ok (0m0.045s 0m0.005s)
49. append after changed blocking (append05.at:32): ok (0m0.056s 0m0.007s)
50. transforming hard links on create (xform-h.at:30): ok (0m0.061s 0m0.008s)
51. transformations and GNU volume labels (xform01.at:26): ok (0m0.006s 0m0.000s)
52. transforming escaped delimiters on create (xform02.at:21): ok (0m0.023s 0m0.001s)
53. transforming hard link targets (xform03.at:21): ok (0m0.053s 0m0.007s)
54. exclude (exclude.at:23): ok (0m0.029s 0m0.005s)
55. exclude wildcards (exclude01.at:19): ok (0m0.103s 0m0.018s)
56. exclude: anchoring (exclude02.at:19): ok (0m0.124s 0m0.012s)
57. exclude: wildcards match slash (exclude03.at:19): ok (0m0.104s 0m0.012s)
58. exclude: case insensitive (exclude04.at:19): ok (0m0.107s 0m0.010s)
59. exclude: lots of excludes (exclude05.at:21): ok (0m12.323s 0m0.304s)
60. exclude: long files in pax archives (exclude06.at:26): ok (0m0.016s 0m0.000s)
61. exclude: --exclude-backups option (exclude07.at:19): ok (0m0.037s 0m0.001s)
62. --exclude-tag option (exclude08.at:36): ok (0m0.052s 0m0.004s)
63. --exclude-tag option and --listed-incremental (exclude09.at:37): ok (0m0.009s 0m0.002s)
64. --exclude-tag option in incremental pass (exclude10.at:38): ok (0m0.014s 0m0.004s)
65. --exclude-tag-under option (exclude11.at:36): ok (0m0.049s 0m0.002s)
66. --exclude-tag-under and --listed-incremental (exclude12.at:37): ok (0m0.011s 0m0.000s)
67. --exclude-tag-under option in incremental pass (exclude13.at:39): ok (0m0.012s 0m0.005s)
68. --exclude-tag-all option (exclude14.at:36): ok (0m0.048s 0m0.004s)
69. --exclude-tag-all and --listed-incremental (exclude15.at:36): ok (0m0.009s 0m0.001s)
70. --exclude-tag-all option in incremental pass (exclude16.at:38): ok (0m0.014s 0m0.003s)
71. deleting a member after a big one (delete01.at:23): ok (0m0.037s 0m0.004s)
72. deleting a member from stdin archive (delete02.at:23): ok (0m0.051s 0m0.004s)
73. deleting members with long names (delete03.at:21): ok (0m0.035s 0m0.004s)
74. deleting a large last member (delete04.at:23): ok (0m0.063s 0m0.004s)
75. deleting non-existing member (delete05.at:27): ok (0m0.041s 0m0.004s)
76. extract over an existing directory (extrac01.at:23): ok (0m0.024s 0m0.003s)
77. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.028s 0m0.006s)
78. extraction loops (extrac03.at:23): ok (0m0.028s 0m0.002s)
79. extract + fnmatch (extrac04.at:23): ok (0m0.054s 0m0.003s)
80. extracting selected members from pax (extrac05.at:30): ok (0m0.009s 0m0.000s)
81. mode of extracted directories (extrac06.at:34): ok (0m0.047s 0m0.005s)
82. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.009s 0m0.001s)
83. restoring mode on existing directory (extrac08.at:33): ok (0m0.036s 0m0.005s)
84. extracting even when . and .. are unreadable (extrac09.at:34): ok (0m0.010s 0m0.000s)
85. -C and delayed setting of metadata (extrac10.at:29): ok (0m0.006s 0m0.000s)
86. scarce file descriptors (extrac11.at:25): ok (0m0.021s 0m0.006s)
87. extract dot permissions (extrac12.at:25): ok (0m0.010s 0m0.000s)
88. extract over symlinks (extrac13.at:26): ok (0m0.012s 0m0.001s)
89. extract -C symlink (extrac14.at:25): ok (0m0.006s 0m0.000s)
90. extract parent mkdir failure (extrac15.at:25): ok (0m0.009s 0m0.000s)
91. extract empty directory with -C (extrac16.at:26): ok (0m0.005s 0m0.000s)
92. name matching/transformation ordering (extrac17.at:21): ok (0m0.031s 0m0.003s)
93. keep-old-files (extrac18.at:34): ok (0m0.040s 0m0.000s)
94. skip-old-files (extrac19.at:21): ok (0m0.032s 0m0.005s)
95. keep-directory-symlink (extrac20.at:21): ok (0m0.255s 0m0.039s)
96. delay-directory-restore (extrac21.at:31): ok (0m0.011s 0m0.000s)
97. extracting existing dir with --backup (backup01.at:33): ok (0m0.024s 0m0.005s)
98. link mismatch (difflink.at:17): ok (0m0.016s 0m0.001s)
99. single-volume label (label01.at:21): ok (0m0.020s 0m0.001s)
100. multi-volume label (label02.at:21): ok (0m0.021s 0m0.001s)
101. test-label option (label03.at:27): ok (0m0.040s 0m0.013s)
102. label with non-create option (label04.at:27): ok (0m0.024s 0m0.001s)
103. label with non-create option (label05.at:24): ok (0m0.023s 0m0.003s)
104. incremental (incremental.at:23): ok (0m0.052s 0m0.001s)
105. restore broken symlinks from incremental (incr01.at:27): ok (0m0.027s 0m0.003s)
106. restoring timestamps from incremental (incr02.at:32): ok (0m0.032s 0m0.005s)
107. --listed for individual files (listed01.at:26): ok (0m0.024s 0m0.001s)
108. working --listed (listed02.at:28): ok (0m0.081s 0m0.018s)
109. incremental dump when the parent directory is unreadable (listed03.at:24): ok (0m0.012s 0m0.000s)
110. --listed-incremental and --one-file-system (listed04.at:26): ok (0m0.007s 0m0.003s)
111. --listed-incremental and remounted directories (listed05.at:33): skipped (listed05.at:36)
112. renamed files in incrementals (incr03.at:28): ok (0m0.069s 0m0.012s)
113. proper icontents initialization (incr04.at:29): ok (0m0.054s 0m0.021s)
114. incremental dumps with -C (incr05.at:21): ok (0m0.028s 0m0.001s)
115. incremental dumps of nested directories (incr06.at:21): ok (0m0.039s 0m0.005s)
116. incremental restores with -C (incr07.at:18): ok (0m0.045s 0m0.005s)
117. filename normalization (incr08.at:38): ok (0m0.017s 0m0.002s)
118. incremental with alternating -C (incr09.at:26): ok (0m0.010s 0m0.000s)
119. concatenated incremental archives (deletes) (incr10.at:18): ok (0m0.011s 0m0.001s)
120. concatenated incremental archives (renames) (incr11.at:25): ok (0m0.018s 0m0.005s)
121. file removed as we read it (filerem01.at:36): ok (0m0.014s 0m0.004s)
122. toplevel file removed (filerem02.at:26): ok (0m0.019s 0m0.000s)
125. renamed dirs in incrementals (rename01.at:24): ok (0m0.052s 0m0.005s)
126. move between hierarchies (rename02.at:24): ok (0m0.070s 0m0.017s)
127. cyclic renames (rename03.at:23): ok (0m0.070s 0m0.009s)
128. renamed directory containing subdirectories (rename04.at:27): ok (0m0.046s 0m0.021s)
129. renamed subdirectories (rename05.at:24): ok (0m0.058s 0m0.003s)
130. changed file types in incrementals (chtype.at:27): ok (0m0.065s 0m0.006s)
131. ignfail (ignfail.at:23): ok (0m0.068s 0m0.007s)
132. link count gt 2 (link01.at:33): ok (0m0.041s 0m0.005s)
133. preserve hard links with --remove-files (link02.at:32): ok (0m0.041s 0m0.003s)
134. working -l with --remove-files (link03.at:24): ok (0m0.063s 0m0.008s)
135. link count is 1 but multiple occurrences (link04.at:29): ok (0m0.074s 0m0.006s)
136. long names in V7 archives (longv7.at:24): ok (0m0.008s 0m0.000s)
137. long file names divisible by block size (long01.at:28): ok (0m0.025s 0m0.006s)
138. ustar: unsplittable file name (lustar01.at:21): ok (0m0.004s 0m0.001s)
139. ustar: unsplittable path name (lustar02.at:21): ok (0m0.012s 0m0.001s)
140. ustar: splitting long names (lustar03.at:21): ok (0m0.014s 0m0.001s)
141. old archives (old.at:23): ok (0m0.004s 0m0.000s)
142. time: tricky time stamps (time01.at:20): ok (0m0.317s 0m0.064s)
143. time: clamping mtime (time02.at:20): ok (0m0.011s 0m0.000s)
144. multivolume dumps from pipes (multiv01.at:23): ok (0m0.029s 0m0.000s)
145. skipping a straddling member (multiv02.at:28): ok (0m0.023s 0m0.002s)
146. MV archive & long filenames (multiv03.at:30): ok (0m0.029s 0m0.005s)
147. split directory members in a MV archive (multiv04.at:36): ok (0m0.046s 0m0.024s)
148. Restoring after an out of sync volume (multiv05.at:26): ok (0m0.019s 0m0.002s)
149. Multivolumes with L=record_size (multiv06.at:27): ok (0m0.012s 0m0.002s)
150. volumes split at an extended header (multiv07.at:28): skipped (multiv07.at:31)
151. multivolume header creation (multiv08.at:25): ok (0m0.008s 0m0.000s)
152. bad next volume (multiv09.at:26): ok (0m0.064s 0m0.003s)
153. file start at the beginning of a posix volume (multiv10.at:37): ok (0m0.009s 0m0.001s)
154. --owner and --group (owner.at:21): ok (0m0.006s 0m0.000s)
155. --owner-map and --group-map (map.at:21): ok (0m0.011s 0m0.001s)
156. sparse files (sparse01.at:21): ok (0m0.058s 0m0.012s)
157. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.045s 0m0.019s)
158. storing sparse files > 8G (sparse03.at:21): ok (0m3.272s 0m3.577s)
159. storing long sparse file names (sparse04.at:21): ok (0m0.011s 0m0.000s)
160. listing sparse files bigger than 2^33 B (sparse05.at:21): ok (0m36.227s 0m18.718s)
161. storing sparse file using seek method (sparse06.at:21): ok (0m0.116s 0m0.094s)
162. sparse files with unicode names (sparse07.at:21): ok (0m0.016s 0m0.001s)
163. sparse files in MV archives (sparsemv.at:21): ok (0m0.034s 0m0.006s)
164. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.016s 0m0.003s)
165. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.030s 0m0.003s)
166. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.020s 0m0.001s)
167. sparse file truncated while archiving (sptrcreat.at:33): ok (0m0.931s 0m0.404s)
168. file truncated in sparse region while comparing (sptrdiff00.at:26): ok (0m0.811s 0m0.364s)
169. file truncated in data region while comparing (sptrdiff01.at:26): ok (0m0.836s 0m0.408s)
170. update unchanged directories (update.at:28): ok (0m0.063s 0m0.006s)
171. update directories (update01.at:29): ok (0m0.052s 0m0.006s)
172. update changed files (update02.at:26): ok (0m0.292s 0m0.016s)
173. update with chdir (update03.at:20): ok (0m0.070s 0m0.003s)
174. verify (verify.at:25): ok (0m0.026s 0m0.002s)
175. volume (volume.at:23): ok (0m0.018s 0m0.002s)
176. volume header size (volsize.at:29): skipped (volsize.at:32)
177. compressed format recognition (comprec.at:21): ok (0m0.046s 0m0.005s)
178. short input files (shortfile.at:26): ok (0m0.004s 0m0.001s)
179. updating short archives (shortupd.at:31): ok (0m0.016s 0m0.001s)
180. truncate (truncate.at:29): ok (0m0.072s 0m0.006s)
181. grow (grow.at:24): ok (0m0.665s 0m0.174s)
182. compressor program failure (comperr.at:18): ok (0m0.023s 0m0.004s)
183. remove-files with compression (remfiles01.at:28): ok (0m0.013s 0m0.003s)
184. remove-files with compression: grand-child (remfiles02.at:28): ok (0m0.016s 0m0.006s)
185. remove-files with symbolic links (remfiles03.at:28): ok (0m0.004s 0m0.000s)
186. remove-files with -C:rel in -c/non-incr. mode (remfiles04a.at:25): ok (0m0.007s 0m0.001s)
187. remove-files with -C:rel in -c/incr. mode (remfiles04b.at:33): ok (0m0.008s 0m0.000s)
188. remove-files with -C:rel in -r mode (remfiles04c.at:33): ok (0m0.010s 0m0.000s)
189. remove-files with -C:rel,rel in -c/non-incr. mode (remfiles05a.at:34): ok (0m0.008s 0m0.001s)
190. remove-files with -C:rel,rel in -c/incr. mode (remfiles05b.at:25): ok (0m0.008s 0m0.001s)
191. remove-files with -C:rel,rel in -r mode (remfiles05c.at:25): ok (0m0.011s 0m0.001s)
192. remove-files with -C:rel,abs in -c/non-incr. mode (remfiles06a.at:25): ok (0m0.010s 0m0.000s)
193. remove-files with -C:rel,abs in -c/incr. mode (remfiles06b.at:25): ok (0m0.008s 0m0.000s)
194. remove-files with -C:rel,abs in -r mode (remfiles06c.at:25): ok (0m0.012s 0m0.000s)
195. remove-files with -C:abs,rel in -c/non-incr. mode (remfiles07a.at:25): ok (0m0.011s 0m0.000s)
196. remove-files with -C:abs,rel in -c/incr. mode (remfiles07b.at:25): ok (0m0.009s 0m0.002s)
197. remove-files with -C:abs,rel in -r mode (remfiles07c.at:25): ok (0m0.014s 0m0.000s)
198. remove-files deleting two subdirs in -c/non-incr. mode (remfiles08a.at:28): ok (0m0.006s 0m0.002s)
199. remove-files deleting two subdirs in -c/incr. mode (remfiles08b.at:31): ok (0m0.007s 0m0.000s)
200. remove-files deleting two subdirs in -r mode (remfiles08c.at:28): ok (0m0.011s 0m0.000s)
201. remove-files on full directory in -c/non-incr. mode (remfiles09a.at:25): ok (0m0.005s 0m0.002s)
202. remove-files on full directory in -c/incr. mode (remfiles09b.at:29): ok (0m0.006s 0m0.000s)
203. remove-files on full directory in -r mode (remfiles09c.at:25): ok (0m0.010s 0m0.004s)
204. remove-files (remfiles10.at:20): ok (0m0.005s 0m0.002s)
205. xattrs: basic functionality (xattr01.at:25): skipped (xattr01.at:28)
206. xattrs: change directory with -C option (xattr02.at:25): skipped (xattr02.at:28)
207. xattrs: trusted.* attributes (xattr03.at:25): skipped (xattr03.at:28)
208. xattrs: s/open/openat/ regression (xattr04.at:26): skipped (xattr04.at:29)
209. xattrs: keywords with '=' and '%' (xattr05.at:28): skipped (xattr05.at:31)
210. xattrs: exclude xattrs on create (xattr06.at:27): skipped (xattr06.at:30)
211. xattrs: xattrs and --skip-old-files (xattr07.at:26): skipped (xattr07.at:29)
212. acls: basic functionality (acls01.at:25): skipped (acls01.at:28)
213. acls: work with -C (acls02.at:25): skipped (acls02.at:28)
214. acls: default ACLs (acls03.at:30): skipped (acls03.at:47)
215. selinux: basic store/restore (selnx01.at:25): skipped (selnx01.at:28)
216. acls/selinux: special files & fifos (selacl01.at:25): skipped (selacl01.at:28)
217. capabilities: binary store/restore (capabs_raw01.at:25): skipped (capabs_raw01.at:28)
218. tar --one-top-level (onetop01.at:21): ok (0m0.049s 0m0.002s)
219. tar --one-top-level --show-transformed (onetop02.at:21): ok (0m0.066s 0m0.002s)
220. tar --one-top-level --transform (onetop03.at:21): ok (0m0.047s 0m0.006s)
221. tar --one-top-level --transform (onetop04.at:21): ok (0m0.041s 0m0.008s)
222. tar --one-top-level restoring permissions (onetop05.at:21): ok (0m0.078s 0m0.005s)
223. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26)
224. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26)
225. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26)
226. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26)
227. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26)
228. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26)
testsuite: ending at: Thu Jan 3 00:45:57 CET 2019
testsuite: test suite duration: 0h 10m 45s
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 205 tests were run,
2 failed unexpectedly.
23 tests were skipped.
## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU tar 1.31 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
123: dirrem01.at:34 directory removed before reading
create incremental listed dirchange dirrem dirrem01
124: dirrem02.at:31 explicitly named directory removed before reading
create incremental listed dirchange dirrem dirrem02
Skipped tests:
GNU tar 1.31 test suite test groups:
NUM: FILE-NAME:LINE TEST-GROUP-NAME
KEYWORDS
15: compress-lzip.at:23 compress: lzip
compression lzip
111: listed05.at:33 --listed-incremental and remounted directories
listed incremental listed05 chdir
150: multiv07.at:28 volumes split at an extended header
multivolume multiv multiv07 xsplit
176: volsize.at:29 volume header size
volume volsize
205: xattr01.at:25 xattrs: basic functionality
xattrs xattr01
206: xattr02.at:25 xattrs: change directory with -C option
xattrs xattr02 chdir
207: xattr03.at:25 xattrs: trusted.* attributes
xattrs xattr03 chdir
208: xattr04.at:26 xattrs: s/open/openat/ regression
xattrs xattr04 chdir
209: xattr05.at:28 xattrs: keywords with '=' and '%'
xattrs xattr05 chdir
210: xattr06.at:27 xattrs: exclude xattrs on create
xattrs xattr06
211: xattr07.at:26 xattrs: xattrs and --skip-old-files
xattrs xattr07
212: acls01.at:25 acls: basic functionality
xattrs acls acls01
213: acls02.at:25 acls: work with -C
xattrs acls acls02 chdir
214: acls03.at:30 acls: default ACLs
xattrs acls acls03 chdir
215: selnx01.at:25 selinux: basic store/restore
xattrs selinux selnx01
216: selacl01.at:25 acls/selinux: special files & fifos
xattrs selinux acls selacls01
217: capabs_raw01.at:25 capabilities: binary store/restore
xattrs capabilities capabs_raw01
223: gtarfail.at:21 gtarfail
star gtarfail
224: gtarfail2.at:21 gtarfail2
star gtarfail2
225: multi-fail.at:21 multi-fail
star multivolume multiv multi-fail
226: ustar-big-2g.at:21 ustar-big-2g
star ustar-big-2g largefile
227: ustar-big-8g.at:21 ustar-big-8g
star ustar-big-8g largefile
228: pax-big-10g.at:21 pax-big-10g
star pax-big-10g largefile
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
# -*- compilation -*-
123. 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 -c -f archive.tar \
--listed-incremental db -v dir >/dev/null
)
--- - 2019-01-03 00:36:31.100156891 +0100
+++ /share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/tests/testsuite.dir/at-groups/123/stderr 2019-01-03 00:36:31.092161863 +0100
@@ -1,5 +1,4 @@
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:
123. dirrem01.at:34: 123. directory removed before reading (dirrem01.at:34): FAILED (dirrem01.at:37)
# -*- compilation -*-
124. dirrem02.at:31: testing explicitly named directory removed before reading ...
./dirrem02.at:34:
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 -c -f archive.tar \
--listed-incremental db -v dir dir/sub >/dev/null
)
--- - 2019-01-03 00:36:31.114562479 +0100
+++ /share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/tests/testsuite.dir/at-groups/124/stderr 2019-01-03 00:36:31.102161894 +0100
@@ -1,6 +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: Cannot open: No such file or directory
tar: Exiting with failure status due to previous errors
stdout:
124. dirrem02.at:31: 124. explicitly named directory removed before reading (dirrem02.at:31): FAILED (dirrem02.at:34)
## ------------- ##
## ../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.31, which was
| generated by GNU Autoconf 2.69. Invocation command line was
|
| $ ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 --enable-backup-scripts DEFAULT_RMT_DIR=/usr/sbin --disable-rpath
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = dellirium
| uname -m = x86_64
| uname -r = 4.19.13-419-joeghi-desktop-1.mga7
| uname -s = Linux
| uname -v = #1 SMP PREEMPT Sat Dec 29 14:45:49 UTC 2018
|
| /usr/bin/uname -p = x86_64
| /bin/uname -X = unknown
|
| /bin/arch = x86_64
| /usr/bin/arch -k = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo = unknown
| /bin/machine = unknown
| /usr/bin/oslevel = unknown
| /bin/universe = unknown
|
| PATH: /usr/local/bin
| PATH: /home/stig/bin
| PATH: /home/stig/.local/bin
| PATH: /usr/libexec/go/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/local/games
| PATH: /usr/games
| PATH: /usr/lib64/qt4/bin
| PATH: /usr/lib64/qt5/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:3656: checking for a BSD-compatible install
| configure:3724: result: /usr/bin/install -c
| configure:3735: checking whether build environment is sane
| configure:3790: result: yes
| configure:3941: checking for a thread-safe mkdir -p
| configure:3980: result: /usr/bin/mkdir -p
| configure:3987: checking for gawk
| configure:4003: found /usr/bin/gawk
| configure:4014: result: gawk
| configure:4025: checking whether make sets $(MAKE)
| configure:4047: result: yes
| configure:4076: checking whether make supports nested variables
| configure:4093: result: yes
| configure:4182: checking whether UID '1000' is supported by ustar format
| configure:4185: result: yes
| configure:4192: checking whether GID '1000' is supported by ustar format
| configure:4195: result: yes
| configure:4203: checking how to create a ustar tar archive
| configure:4214: 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.
| configure:4217: $? = 0
| configure:4257: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
| configure:4260: $? = 0
| configure:4264: tar -xf - &5
| gcc (Mageia 8.2.1-0.20181228.1.mga7) 8.2.1 20181228
| 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:4764: $? = 0
| configure:4753: gcc -v >&5
| Using built-in specs.
| COLLECT_GCC=gcc
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/8.2.1/lto-wrapper
| Target: x86_64-mageia-linux-gnu
| Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-pkgversion='Mageia 8.2.1-0.20181228.1.mga7' --with-bugurl=https://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++ --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --with-linker-hash-style=gnu --enable-shared --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-ssp --disable-libssp --disable-libffi --disable-werror --with-isl --with-python-dir=/lib/python2.7/site-packages --enable-lto
| Thread model: posix
| gcc version 8.2.1 20181228 (Mageia 8.2.1-0.20181228.1.mga7)
| configure:4764: $? = 0
| configure:4753: gcc -V >&5
| gcc: error: unrecognized command line option '-V'
| gcc: fatal error: no input files
| compilation terminated.
| configure:4764: $? = 1
| configure:4753: gcc -qversion >&5
| gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
| gcc: fatal error: no input files
| compilation terminated.
| configure:4764: $? = 1
| configure:4784: checking whether the C compiler works
| configure:4806: gcc -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c >&5
| configure:4810: $? = 0
| configure:4858: result: yes
| configure:4861: checking for C compiler default output file name
| configure:4863: result: a.out
| configure:4869: checking for suffix of executables
| configure:4876: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c >&5
| configure:4880: $? = 0
| configure:4902: result:
| configure:4924: checking whether we are cross compiling
| configure:4932: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c >&5
| configure:4936: $? = 0
| configure:4943: ./conftest
| configure:4947: $? = 0
| configure:4962: result: no
| configure:4967: checking for suffix of object files
| configure:4989: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:4993: $? = 0
| configure:5014: result: o
| configure:5018: checking whether we are using the GNU C compiler
| configure:5037: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:5037: $? = 0
| configure:5046: result: yes
| configure:5055: checking whether gcc accepts -g
| configure:5075: gcc -c -g -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:5075: $? = 0
| configure:5116: result: yes
| configure:5133: checking for gcc option to accept ISO C89
| configure:5196: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:5196: $? = 0
| configure:5209: result: none needed
| configure:5234: checking whether gcc understands -c and -o together
| configure:5256: gcc -c conftest.c -o conftest2.o
| configure:5259: $? = 0
| configure:5256: gcc -c conftest.c -o conftest2.o
| configure:5259: $? = 0
| configure:5271: result: yes
| configure:5290: checking dependency style of gcc
| configure:5401: result: gcc3
| configure:5420: checking for gcc option to accept ISO C99
| configure:5569: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:5569: $? = 0
| configure:5582: result: none needed
| configure:5690: checking for gcc option to accept ISO Standard C
| configure:5701: result: none needed
| configure:5752: checking for ranlib
| configure:5768: found /usr/bin/ranlib
| configure:5779: result: ranlib
| configure:5805: checking for bison
| configure:5821: found /usr/bin/bison
| configure:5832: result: bison -y
| configure:5850: checking how to run the C preprocessor
| configure:5881: gcc -E -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c
| configure:5881: $? = 0
| configure:5895: gcc -E -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c
| conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:5895: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | /* end confdefs.h. */
| | #include
| configure:5920: result: gcc -E
| configure:5940: gcc -E -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c
| configure:5940: $? = 0
| configure:5954: gcc -E -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c
| conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:5954: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | /* end confdefs.h. */
| | #include
| configure:5983: checking for grep that handles long lines and -e
| configure:6041: result: /usr/bin/grep
| configure:6046: checking for egrep
| configure:6108: result: /usr/bin/grep -E
| configure:6113: checking for ANSI C header files
| configure:6133: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6133: $? = 0
| configure:6206: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c >&5
| configure:6206: $? = 0
| configure:6206: ./conftest
| configure:6206: $? = 0
| configure:6217: result: yes
| configure:6230: checking for sys/types.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6230: checking for sys/stat.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6230: checking for stdlib.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6230: checking for string.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6230: checking for memory.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6230: checking for strings.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6230: checking for inttypes.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6230: checking for stdint.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6230: checking for unistd.h
| configure:6230: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6230: $? = 0
| configure:6230: result: yes
| configure:6243: checking minix/config.h usability
| configure:6243: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:54:10: fatal error: minix/config.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:6243: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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:6243: result: no
| configure:6243: checking minix/config.h presence
| configure:6243: gcc -E -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c
| conftest.c:21:10: fatal error: minix/config.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:6243: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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:6243: result: no
| configure:6243: checking for minix/config.h
| configure:6243: result: no
| configure:6267: checking whether it is safe to define __EXTENSIONS__
| configure:6285: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6285: $? = 0
| configure:6292: result: yes
| configure:6325: checking whether _XOPEN_SOURCE should be defined
| configure:6344: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6344: $? = 0
| configure:6368: result: no
| configure:6385: checking for Minix Amsterdam compiler
| configure:6409: result: no
| configure:6466: checking for ar
| configure:6482: found /usr/bin/ar
| configure:6493: result: ar
| configure:6622: checking for _LARGEFILE_SOURCE value needed for large files
| configure:6641: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c >&5
| configure:6641: $? = 0
| configure:6669: result: no
| configure:6697: checking for special C compiler options needed for large files
| configure:6742: result: no
| configure:6748: checking for _FILE_OFFSET_BITS value needed for large files
| configure:6773: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:6773: $? = 0
| configure:6805: result: no
| configure:7289: checking for special C compiler options needed for large files
| configure:7334: result: no
| configure:7340: checking for _FILE_OFFSET_BITS value needed for large files
| configure:7397: result: no
| configure:7484: checking for inline
| configure:7500: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7500: $? = 0
| configure:7508: result: inline
| configure:7533: checking for fcntl.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for linux/fd.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for memory.h
| configure:7533: result: yes
| configure:7533: checking for net/errno.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:77:10: fatal error: net/errno.h: No such file or directory
| #include
| ^~~~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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:7533: result: no
| configure:7533: checking for sgtty.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for string.h
| configure:7533: result: yes
| configure:7533: checking for sys/param.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for sys/device.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:80:10: fatal error: sys/device.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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:7533: result: no
| configure:7533: checking for sys/gentape.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:80:10: fatal error: sys/gentape.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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:7533: result: no
| configure:7533: checking for sys/inet.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:80:10: fatal error: sys/inet.h: No such file or directory
| #include
| ^~~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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:7533: result: no
| configure:7533: checking for sys/io/trioctl.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:80:10: fatal error: sys/io/trioctl.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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:7533: result: no
| configure:7533: checking for sys/mtio.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for sys/time.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for sys/tprintf.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:82:10: fatal error: sys/tprintf.h: No such file or directory
| #include
| ^~~~~~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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:7533: result: no
| configure:7533: checking for sys/tape.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:82:10: fatal error: sys/tape.h: No such file or directory
| #include
| ^~~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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:7533: result: no
| configure:7533: checking for unistd.h
| configure:7533: result: yes
| configure:7533: checking for locale.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for sys/types.h
| configure:7533: result: yes
| configure:7533: checking for features.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for linewrap.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:86:10: fatal error: linewrap.h: No such file or directory
| #include
| ^~~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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:7533: result: no
| configure:7533: checking for sys/socket.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for dirent.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for fnmatch.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for wctype.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for stdio_ext.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for sys/stat.h
| configure:7533: result: yes
| configure:7533: checking for getopt.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for sys/cdefs.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for limits.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for wchar.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for stdint.h
| configure:7533: result: yes
| configure:7533: checking for inttypes.h
| configure:7533: result: yes
| configure:7533: checking for crtdefs.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:98:10: fatal error: crtdefs.h: No such file or directory
| #include
| ^~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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:7533: result: no
| configure:7533: checking for langinfo.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for xlocale.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:99:10: fatal error: xlocale.h: No such file or directory
| #include
| ^~~~~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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:7533: result: no
| configure:7533: checking for sys/mman.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for priv.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:100:10: fatal error: priv.h: No such file or directory
| #include
| ^~~~~~~~
| compilation terminated.
| configure:7533: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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:7533: result: no
| configure:7533: checking for malloc.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for selinux/selinux.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for strings.h
| configure:7533: result: yes
| configure:7533: checking for sysexits.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for utime.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for netdb.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for sys/wait.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for pwd.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7533: checking for grp.h
| configure:7533: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7533: $? = 0
| configure:7533: result: yes
| configure:7582: checking for sys/buf.h
| configure:7582: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:79:10: fatal error: sys/buf.h: No such file or directory
| #include
| ^~~~~~~~~~~
| compilation terminated.
| configure:7582: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | /* end confdefs.h. */
| | #if HAVE_SYS_PARAM_H
| | #include
| | #endif
| |
| | #include
| configure:7582: result: no
| configure:7599: checking sys/mkdev.h usability
| configure:7599: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c:108:10: fatal error: sys/mkdev.h: No such file or directory
| #include
| ^~~~~~~~~~~~~
| compilation terminated.
| configure:7599: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | /* end confdefs.h. */
| | #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:7599: result: no
| configure:7599: checking sys/mkdev.h presence
| configure:7599: gcc -E -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c
| conftest.c:75:10: fatal error: sys/mkdev.h: No such file or directory
| #include
| ^~~~~~~~~~~~~
| compilation terminated.
| configure:7599: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | /* end confdefs.h. */
| | #include
| configure:7599: result: no
| configure:7599: checking for sys/mkdev.h
| configure:7599: result: no
| configure:7608: checking sys/sysmacros.h usability
| configure:7608: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7608: $? = 0
| configure:7608: result: yes
| configure:7608: checking sys/sysmacros.h presence
| configure:7608: gcc -E -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c
| configure:7608: $? = 0
| configure:7608: result: yes
| configure:7608: checking for sys/sysmacros.h
| configure:7608: result: yes
| configure:7619: checking for st_fstype string in struct stat
| configure:7636: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:81: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:7636: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | /* end confdefs.h. */
| | #include
| | #include
| | int
| | main ()
| | {
| | struct stat s; s.st_fstype[0] = 'x';
| | ;
| | return 0;
| | }
| configure:7644: result: no
| configure:7666: checking sys/acl.h usability
| configure:7666: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7666: $? = 0
| configure:7666: result: yes
| configure:7666: checking sys/acl.h presence
| configure:7666: gcc -E -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c
| configure:7666: $? = 0
| configure:7666: result: yes
| configure:7666: checking for sys/acl.h
| configure:7666: result: yes
| configure:7683: checking for library containing acl_get_file
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c >&5
| /usr/bin/ld: /tmp/ccdAge54.o: in function `main':
| /share/home/stig/monster/Downloads/mgarepo/tar/BUILD/tar-1.31/conftest.c:88: undefined reference to `acl_get_file'
| collect2: error: ld returned 1 exit status
| configure:7714: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define HAVE_SYS_ACL_H 1
| | /* end confdefs.h. */
| |
| | /* Override any GCC internal prototype to avoid an error.
| | Use char because int might match the return type of a GCC
| | builtin and then its argument prototype would still apply. */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char acl_get_file ();
| | int
| | main ()
| | {
| | return acl_get_file ();
| | ;
| | return 0;
| | }
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c -lacl >&5
| configure:7714: $? = 0
| configure:7732: result: -lacl
| configure:7683: checking for library containing acl_get_fd
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c -lacl >&5
| configure:7714: $? = 0
| configure:7732: result: none required
| configure:7683: checking for library containing acl_set_file
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c -lacl >&5
| configure:7714: $? = 0
| configure:7732: result: none required
| configure:7683: checking for library containing acl_set_fd
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c -lacl >&5
| configure:7714: $? = 0
| configure:7732: result: none required
| configure:7683: checking for library containing acl_to_text
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c -lacl >&5
| configure:7714: $? = 0
| configure:7732: result: none required
| configure:7683: checking for library containing acl_from_text
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c -lacl >&5
| configure:7714: $? = 0
| configure:7732: result: none required
| configure:7683: checking for library containing acl_delete_def_file
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c -lacl >&5
| configure:7714: $? = 0
| configure:7732: result: none required
| configure:7683: checking for library containing acl_free
| configure:7714: gcc -o conftest -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags conftest.c -lacl >&5
| configure:7714: $? = 0
| configure:7732: result: none required
| configure:7753: checking for mode_t
| configure:7753: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7753: $? = 0
| configure:7753: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:114:21: error: expected expression before ')' token
| if (sizeof ((mode_t)))
| ^
| configure:7753: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | /* 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:7753: result: yes
| configure:7764: checking for pid_t
| configure:7764: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7764: $? = 0
| configure:7764: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:114:20: error: expected expression before ')' token
| if (sizeof ((pid_t)))
| ^
| configure:7764: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((pid_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:7764: result: yes
| configure:7775: checking for off_t
| configure:7775: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| configure:7775: $? = 0
| configure:7775: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:114:20: error: expected expression before ')' token
| if (sizeof ((off_t)))
| ^
| configure:7775: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((off_t)))
| | return 0;
| | ;
| | return 0;
| | }
| configure:7775: result: yes
| configure:7786: checking for uid_t in sys/types.h
| configure:7805: result: yes
| configure:7816: checking for major_t
| configure:7816: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:114:13: error: 'major_t' undeclared (first use in this function); did you mean 'abort'?
| if (sizeof (major_t))
| ^~~~~~~
| abort
| conftest.c:114:13: note: each undeclared identifier is reported only once for each function it appears in
| configure:7816: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include
| | #endif
| | int
| | main ()
| | {
| | if (sizeof (major_t))
| | return 0;
| | ;
| | return 0;
| | }
| configure:7816: result: no
| configure:7825: checking for minor_t
| configure:7825: gcc -c -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -O3 -ffast-math -march=sandybridge -mtune=sandybridge conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:115:13: error: 'minor_t' undeclared (first use in this function); did you mean 'ino_t'?
| if (sizeof (minor_t))
| ^~~~~~~
| ino_t
| conftest.c:115:13: note: each undeclared identifier is reported only once for each function it appears in
| configure:7825: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.31"
| | #define PACKAGE_STRING "GNU tar 1.31"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE_URL "http://www.gnu.org/software/tar/"
| | #define PACKAGE "tar"
| | #define VERSION "1.31"
| | #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 _HPUX_ALT_XOPEN_SOCKET_API 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_FNMATCH_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_SELINUX_SELINUX_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_PWD_H 1
| | #define HAVE_GRP_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define HAVE_SYS_ACL_H 1
| | #define HAVE_POSIX_ACLS /**/
| | #define major_t int
| | /* end confdefs.h. */
| | #include
| | #ifdef HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include
| | #endif
| | #ifdef STDC_HEADERS
| | # include
| | # include
| | #else
| | # ifdef HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | # include
| | # endif
| | # include