Advertisement
Guest User

Diskstation DS412+ entware-ng tarsnap autoconf Openssl fail

a guest
Jul 27th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 83.98 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by tarsnap configure 1.0.37, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = DiskStation
  14. uname -m = x86_64
  15. uname -r = 3.10.35
  16. uname -s = Linux
  17. uname -v = #5644 SMP Thu Nov 12 17:18:22 CST 2015
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /opt/bin
  31. PATH: /opt/sbin
  32. PATH: /sbin
  33. PATH: /bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /usr/syno/sbin
  37. PATH: /usr/syno/bin
  38. PATH: /usr/local/sbin
  39. PATH: /usr/local/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2731: checking build system type
  47. configure:2745: result: x86_64-unknown-linux-gnu
  48. configure:2765: checking host system type
  49. configure:2778: result: x86_64-unknown-linux-gnu
  50. configure:2798: checking target system type
  51. configure:2811: result: x86_64-unknown-linux-gnu
  52. configure:2855: checking for a BSD-compatible install
  53. configure:2923: result: /opt/bin/install -c
  54. configure:2934: checking whether build environment is sane
  55. configure:2989: result: yes
  56. configure:3140: checking for a thread-safe mkdir -p
  57. configure:3179: result: config.aux/install-sh -c -d
  58. configure:3186: checking for gawk
  59. configure:3202: found /opt/bin/gawk
  60. configure:3213: result: gawk
  61. configure:3224: checking whether make sets $(MAKE)
  62. configure:3246: result: yes
  63. configure:3275: checking whether make supports nested variables
  64. configure:3292: result: yes
  65. configure:3524: checking for gcc
  66. configure:3540: found /opt/bin/gcc
  67. configure:3551: result: gcc
  68. configure:3780: checking for C compiler version
  69. configure:3789: gcc --version >&5
  70. gcc (OpenWrt GCC 5.3.0) 5.3.0
  71. Copyright (C) 2015 Free Software Foundation, Inc.
  72. This is free software; see the source for copying conditions.  There is NO
  73. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  74.  
  75. configure:3800: $? = 0
  76. configure:3789: gcc -v >&5
  77. Using built-in specs.
  78. COLLECT_GCC=gcc
  79. COLLECT_LTO_WRAPPER=/volume1/@entware-ng/opt/bin/../lib/gcc/x86_64-openwrt-linux-gnu/5.3.0/lto-wrapper
  80. Target: x86_64-openwrt-linux-gnu
  81. Configured with: /media/ware/Entware-ng.2016.07/build_dir/target-x86_64_glibc-2.23/gcc-5.3.0/configure --target=x86_64-openwrt-linux --host=x86_64-openwrt-linux --build=x86_64-linux-gnu --program-prefix= --program-suffix= --prefix=/opt --exec-prefix=/opt --bindir=/opt/bin --sbindir=/opt/sbin --libexecdir=/opt/lib --sysconfdir=/opt/etc --datadir=/opt/share --localstatedir=/opt/var --mandir=/opt/man --infodir=/opt/info --disable-nls --build=x86_64-linux-gnu --host=x86_64-openwrt-linux-gnu --target=x86_64-openwrt-linux-gnu --enable-languages=c,c++ --with-bugurl=https://dev.openwrt.org/ --with-pkgversion='OpenWrt GCC 5.3.0' --enable-shared --enable-__cxa_atexit --with-default-libstdcxx-abi=gcc4-compatible --enable-target-optspace --with-gnu-ld --with-stage1-ldflags='-Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2' --with-boot-ldflags='static-libstdc++ -static-libgcc -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2' --disable-nls --disable-libsanitizer --disable-libvtv --disable-libcilkrts --disable-libmudflap --disable-multilib --disable-libgomp --disable-libquadmath --disable-libssp --disable-decimal-float --disable-libstdcxx-pch --with-host-libstdcxx=-lstdc++ --prefix=/opt --libexecdir=/opt/lib --with-local-prefix=/opt --with-default-libstdcxx-abi=gcc4-compatible
  82. Thread model: posix
  83. gcc version 5.3.0 (OpenWrt GCC 5.3.0)
  84. configure:3800: $? = 0
  85. configure:3789: gcc -V >&5
  86. gcc: error: unrecognized command line option '-V'
  87. gcc: fatal error: no input files
  88. compilation terminated.
  89. configure:3800: $? = 1
  90. configure:3789: gcc -qversion >&5
  91. gcc: error: unrecognized command line option '-qversion'
  92. gcc: fatal error: no input files
  93. compilation terminated.
  94. configure:3800: $? = 1
  95. configure:3820: checking whether the C compiler works
  96. configure:3842: gcc -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c  >&5
  97. configure:3846: $? = 0
  98. configure:3894: result: yes
  99. configure:3897: checking for C compiler default output file name
  100. configure:3899: result: a.out
  101. configure:3905: checking for suffix of executables
  102. configure:3912: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c  >&5
  103. configure:3916: $? = 0
  104. configure:3938: result:
  105. configure:3960: checking whether we are cross compiling
  106. configure:3968: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c  >&5
  107. configure:3972: $? = 0
  108. configure:3979: ./conftest
  109. configure:3983: $? = 0
  110. configure:3998: result: no
  111. configure:4003: checking for suffix of object files
  112. configure:4025: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  113. configure:4029: $? = 0
  114. configure:4050: result: o
  115. configure:4054: checking whether we are using the GNU C compiler
  116. configure:4073: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  117. configure:4073: $? = 0
  118. configure:4082: result: yes
  119. configure:4091: checking whether gcc accepts -g
  120. configure:4111: gcc -c -g  conftest.c >&5
  121. configure:4111: $? = 0
  122. configure:4152: result: yes
  123. configure:4169: checking for gcc option to accept ISO C89
  124. configure:4232: gcc  -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  125. configure:4232: $? = 0
  126. configure:4245: result: none needed
  127. configure:4270: checking whether gcc understands -c and -o together
  128. configure:4292: gcc -c conftest.c -o conftest2.o
  129. configure:4295: $? = 0
  130. configure:4292: gcc -c conftest.c -o conftest2.o
  131. configure:4295: $? = 0
  132. configure:4307: result: yes
  133. configure:4335: checking for style of include used by make
  134. configure:4363: result: GNU
  135. configure:4389: checking dependency style of gcc
  136. configure:4500: result: gcc3
  137. configure:4559: checking for ranlib
  138. configure:4575: found /opt/bin/ranlib
  139. configure:4586: result: ranlib
  140. configure:4651: checking for strip
  141. configure:4667: found /opt/bin/strip
  142. configure:4678: result: strip
  143. configure:4708: checking how to run the C preprocessor
  144. configure:4739: gcc -E  conftest.c
  145. configure:4739: $? = 0
  146. configure:4753: gcc -E  conftest.c
  147. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  148. compilation terminated.
  149. configure:4753: $? = 1
  150. configure: failed program was:
  151. | /* confdefs.h */
  152. | #define PACKAGE_NAME "tarsnap"
  153. | #define PACKAGE_TARNAME "tarsnap"
  154. | #define PACKAGE_VERSION "1.0.37"
  155. | #define PACKAGE_STRING "tarsnap 1.0.37"
  156. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  157. | #define PACKAGE_URL ""
  158. | #define PACKAGE "tarsnap"
  159. | #define VERSION "1.0.37"
  160. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  161. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  162. | #define TARVERSION "1.0.37"
  163. | #define TSSERVER "v1-0-0"
  164. | /* end confdefs.h.  */
  165. | #include <ac_nonexistent.h>
  166. configure:4778: result: gcc -E
  167. configure:4798: gcc -E  conftest.c
  168. configure:4798: $? = 0
  169. configure:4812: gcc -E  conftest.c
  170. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  171. compilation terminated.
  172. configure:4812: $? = 1
  173. configure: failed program was:
  174. | /* confdefs.h */
  175. | #define PACKAGE_NAME "tarsnap"
  176. | #define PACKAGE_TARNAME "tarsnap"
  177. | #define PACKAGE_VERSION "1.0.37"
  178. | #define PACKAGE_STRING "tarsnap 1.0.37"
  179. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  180. | #define PACKAGE_URL ""
  181. | #define PACKAGE "tarsnap"
  182. | #define VERSION "1.0.37"
  183. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  184. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  185. | #define TARVERSION "1.0.37"
  186. | #define TSSERVER "v1-0-0"
  187. | /* end confdefs.h.  */
  188. | #include <ac_nonexistent.h>
  189. configure:4841: checking for grep that handles long lines and -e
  190. configure:4899: result: /opt/bin/grep
  191. configure:4904: checking for egrep
  192. configure:4966: result: /opt/bin/grep -E
  193. configure:4971: checking for ANSI C header files
  194. configure:4991: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  195. configure:4991: $? = 0
  196. configure:5064: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c  >&5
  197. configure:5064: $? = 0
  198. configure:5064: ./conftest
  199. configure:5064: $? = 0
  200. configure:5075: result: yes
  201. configure:5088: checking for sys/types.h
  202. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  203. configure:5088: $? = 0
  204. configure:5088: result: yes
  205. configure:5088: checking for sys/stat.h
  206. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  207. configure:5088: $? = 0
  208. configure:5088: result: yes
  209. configure:5088: checking for stdlib.h
  210. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  211. configure:5088: $? = 0
  212. configure:5088: result: yes
  213. configure:5088: checking for string.h
  214. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  215. configure:5088: $? = 0
  216. configure:5088: result: yes
  217. configure:5088: checking for memory.h
  218. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  219. configure:5088: $? = 0
  220. configure:5088: result: yes
  221. configure:5088: checking for strings.h
  222. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  223. configure:5088: $? = 0
  224. configure:5088: result: yes
  225. configure:5088: checking for inttypes.h
  226. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  227. configure:5088: $? = 0
  228. configure:5088: result: yes
  229. configure:5088: checking for stdint.h
  230. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  231. configure:5088: $? = 0
  232. configure:5088: result: yes
  233. configure:5088: checking for unistd.h
  234. configure:5088: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  235. configure:5088: $? = 0
  236. configure:5088: result: yes
  237. configure:5101: checking minix/config.h usability
  238. configure:5101: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  239. conftest.c:58:26: fatal error: minix/config.h: No such file or directory
  240. compilation terminated.
  241. configure:5101: $? = 1
  242. configure: failed program was:
  243. | /* confdefs.h */
  244. | #define PACKAGE_NAME "tarsnap"
  245. | #define PACKAGE_TARNAME "tarsnap"
  246. | #define PACKAGE_VERSION "1.0.37"
  247. | #define PACKAGE_STRING "tarsnap 1.0.37"
  248. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  249. | #define PACKAGE_URL ""
  250. | #define PACKAGE "tarsnap"
  251. | #define VERSION "1.0.37"
  252. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  253. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  254. | #define TARVERSION "1.0.37"
  255. | #define TSSERVER "v1-0-0"
  256. | #define STDC_HEADERS 1
  257. | #define HAVE_SYS_TYPES_H 1
  258. | #define HAVE_SYS_STAT_H 1
  259. | #define HAVE_STDLIB_H 1
  260. | #define HAVE_STRING_H 1
  261. | #define HAVE_MEMORY_H 1
  262. | #define HAVE_STRINGS_H 1
  263. | #define HAVE_INTTYPES_H 1
  264. | #define HAVE_STDINT_H 1
  265. | #define HAVE_UNISTD_H 1
  266. | /* end confdefs.h.  */
  267. | #include <stdio.h>
  268. | #ifdef HAVE_SYS_TYPES_H
  269. | # include <sys/types.h>
  270. | #endif
  271. | #ifdef HAVE_SYS_STAT_H
  272. | # include <sys/stat.h>
  273. | #endif
  274. | #ifdef STDC_HEADERS
  275. | # include <stdlib.h>
  276. | # include <stddef.h>
  277. | #else
  278. | # ifdef HAVE_STDLIB_H
  279. | #  include <stdlib.h>
  280. | # endif
  281. | #endif
  282. | #ifdef HAVE_STRING_H
  283. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  284. | #  include <memory.h>
  285. | # endif
  286. | # include <string.h>
  287. | #endif
  288. | #ifdef HAVE_STRINGS_H
  289. | # include <strings.h>
  290. | #endif
  291. | #ifdef HAVE_INTTYPES_H
  292. | # include <inttypes.h>
  293. | #endif
  294. | #ifdef HAVE_STDINT_H
  295. | # include <stdint.h>
  296. | #endif
  297. | #ifdef HAVE_UNISTD_H
  298. | # include <unistd.h>
  299. | #endif
  300. | #include <minix/config.h>
  301. configure:5101: result: no
  302. configure:5101: checking minix/config.h presence
  303. configure:5101: gcc -E  conftest.c
  304. conftest.c:25:26: fatal error: minix/config.h: No such file or directory
  305. compilation terminated.
  306. configure:5101: $? = 1
  307. configure: failed program was:
  308. | /* confdefs.h */
  309. | #define PACKAGE_NAME "tarsnap"
  310. | #define PACKAGE_TARNAME "tarsnap"
  311. | #define PACKAGE_VERSION "1.0.37"
  312. | #define PACKAGE_STRING "tarsnap 1.0.37"
  313. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  314. | #define PACKAGE_URL ""
  315. | #define PACKAGE "tarsnap"
  316. | #define VERSION "1.0.37"
  317. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  318. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  319. | #define TARVERSION "1.0.37"
  320. | #define TSSERVER "v1-0-0"
  321. | #define STDC_HEADERS 1
  322. | #define HAVE_SYS_TYPES_H 1
  323. | #define HAVE_SYS_STAT_H 1
  324. | #define HAVE_STDLIB_H 1
  325. | #define HAVE_STRING_H 1
  326. | #define HAVE_MEMORY_H 1
  327. | #define HAVE_STRINGS_H 1
  328. | #define HAVE_INTTYPES_H 1
  329. | #define HAVE_STDINT_H 1
  330. | #define HAVE_UNISTD_H 1
  331. | /* end confdefs.h.  */
  332. | #include <minix/config.h>
  333. configure:5101: result: no
  334. configure:5101: checking for minix/config.h
  335. configure:5101: result: no
  336. configure:5122: checking whether it is safe to define __EXTENSIONS__
  337. configure:5140: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  338. configure:5140: $? = 0
  339. configure:5147: result: yes
  340. configure:5165: checking whether to enable maintainer-specific portions of Makefiles
  341. configure:5174: result: no
  342. configure:5232: checking for ANSI C header files
  343. configure:5336: result: yes
  344. configure:5347: checking for dirent.h that defines DIR
  345. configure:5366: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  346. configure:5366: $? = 0
  347. configure:5374: result: yes
  348. configure:5387: checking for library containing opendir
  349. configure:5418: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c  >&5
  350. configure:5418: $? = 0
  351. configure:5435: result: none required
  352. configure:5502: checking for sys/wait.h that is POSIX.1 compatible
  353. configure:5528: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  354. configure:5528: $? = 0
  355. configure:5535: result: yes
  356. configure:5546: checking acl/libacl.h usability
  357. configure:5546: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  358. configure:5546: $? = 0
  359. configure:5546: result: yes
  360. configure:5546: checking acl/libacl.h presence
  361. configure:5546: gcc -E  conftest.c
  362. configure:5546: $? = 0
  363. configure:5546: result: yes
  364. configure:5546: checking for acl/libacl.h
  365. configure:5546: result: yes
  366. configure:5546: checking attr/xattr.h usability
  367. configure:5546: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  368. conftest.c:67:24: fatal error: attr/xattr.h: No such file or directory
  369. compilation terminated.
  370. configure:5546: $? = 1
  371. configure: failed program was:
  372. | /* confdefs.h */
  373. | #define PACKAGE_NAME "tarsnap"
  374. | #define PACKAGE_TARNAME "tarsnap"
  375. | #define PACKAGE_VERSION "1.0.37"
  376. | #define PACKAGE_STRING "tarsnap 1.0.37"
  377. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  378. | #define PACKAGE_URL ""
  379. | #define PACKAGE "tarsnap"
  380. | #define VERSION "1.0.37"
  381. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  382. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  383. | #define TARVERSION "1.0.37"
  384. | #define TSSERVER "v1-0-0"
  385. | #define STDC_HEADERS 1
  386. | #define HAVE_SYS_TYPES_H 1
  387. | #define HAVE_SYS_STAT_H 1
  388. | #define HAVE_STDLIB_H 1
  389. | #define HAVE_STRING_H 1
  390. | #define HAVE_MEMORY_H 1
  391. | #define HAVE_STRINGS_H 1
  392. | #define HAVE_INTTYPES_H 1
  393. | #define HAVE_STDINT_H 1
  394. | #define HAVE_UNISTD_H 1
  395. | #define __EXTENSIONS__ 1
  396. | #define _ALL_SOURCE 1
  397. | #define _GNU_SOURCE 1
  398. | #define _POSIX_PTHREAD_SEMANTICS 1
  399. | #define _TANDEM_SOURCE 1
  400. | #define STDC_HEADERS 1
  401. | #define HAVE_DIRENT_H 1
  402. | #define HAVE_SYS_WAIT_H 1
  403. | #define HAVE_ACL_LIBACL_H 1
  404. | /* end confdefs.h.  */
  405. | #include <stdio.h>
  406. | #ifdef HAVE_SYS_TYPES_H
  407. | # include <sys/types.h>
  408. | #endif
  409. | #ifdef HAVE_SYS_STAT_H
  410. | # include <sys/stat.h>
  411. | #endif
  412. | #ifdef STDC_HEADERS
  413. | # include <stdlib.h>
  414. | # include <stddef.h>
  415. | #else
  416. | # ifdef HAVE_STDLIB_H
  417. | #  include <stdlib.h>
  418. | # endif
  419. | #endif
  420. | #ifdef HAVE_STRING_H
  421. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  422. | #  include <memory.h>
  423. | # endif
  424. | # include <string.h>
  425. | #endif
  426. | #ifdef HAVE_STRINGS_H
  427. | # include <strings.h>
  428. | #endif
  429. | #ifdef HAVE_INTTYPES_H
  430. | # include <inttypes.h>
  431. | #endif
  432. | #ifdef HAVE_STDINT_H
  433. | # include <stdint.h>
  434. | #endif
  435. | #ifdef HAVE_UNISTD_H
  436. | # include <unistd.h>
  437. | #endif
  438. | #include <attr/xattr.h>
  439. configure:5546: result: no
  440. configure:5546: checking attr/xattr.h presence
  441. configure:5546: gcc -E  conftest.c
  442. conftest.c:34:24: fatal error: attr/xattr.h: No such file or directory
  443. compilation terminated.
  444. configure:5546: $? = 1
  445. configure: failed program was:
  446. | /* confdefs.h */
  447. | #define PACKAGE_NAME "tarsnap"
  448. | #define PACKAGE_TARNAME "tarsnap"
  449. | #define PACKAGE_VERSION "1.0.37"
  450. | #define PACKAGE_STRING "tarsnap 1.0.37"
  451. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  452. | #define PACKAGE_URL ""
  453. | #define PACKAGE "tarsnap"
  454. | #define VERSION "1.0.37"
  455. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  456. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  457. | #define TARVERSION "1.0.37"
  458. | #define TSSERVER "v1-0-0"
  459. | #define STDC_HEADERS 1
  460. | #define HAVE_SYS_TYPES_H 1
  461. | #define HAVE_SYS_STAT_H 1
  462. | #define HAVE_STDLIB_H 1
  463. | #define HAVE_STRING_H 1
  464. | #define HAVE_MEMORY_H 1
  465. | #define HAVE_STRINGS_H 1
  466. | #define HAVE_INTTYPES_H 1
  467. | #define HAVE_STDINT_H 1
  468. | #define HAVE_UNISTD_H 1
  469. | #define __EXTENSIONS__ 1
  470. | #define _ALL_SOURCE 1
  471. | #define _GNU_SOURCE 1
  472. | #define _POSIX_PTHREAD_SEMANTICS 1
  473. | #define _TANDEM_SOURCE 1
  474. | #define STDC_HEADERS 1
  475. | #define HAVE_DIRENT_H 1
  476. | #define HAVE_SYS_WAIT_H 1
  477. | #define HAVE_ACL_LIBACL_H 1
  478. | /* end confdefs.h.  */
  479. | #include <attr/xattr.h>
  480. configure:5546: result: no
  481. configure:5546: checking for attr/xattr.h
  482. configure:5546: result: no
  483. configure:5546: checking ctype.h usability
  484. configure:5546: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  485. configure:5546: $? = 0
  486. configure:5546: result: yes
  487. configure:5546: checking ctype.h presence
  488. configure:5546: gcc -E  conftest.c
  489. configure:5546: $? = 0
  490. configure:5546: result: yes
  491. configure:5546: checking for ctype.h
  492. configure:5546: result: yes
  493. configure:5546: checking err.h usability
  494. configure:5546: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  495. configure:5546: $? = 0
  496. configure:5546: result: yes
  497. configure:5546: checking err.h presence
  498. configure:5546: gcc -E  conftest.c
  499. configure:5546: $? = 0
  500. configure:5546: result: yes
  501. configure:5546: checking for err.h
  502. configure:5546: result: yes
  503. configure:5546: checking errno.h usability
  504. configure:5546: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  505. configure:5546: $? = 0
  506. configure:5546: result: yes
  507. configure:5546: checking errno.h presence
  508. configure:5546: gcc -E  conftest.c
  509. configure:5546: $? = 0
  510. configure:5546: result: yes
  511. configure:5546: checking for errno.h
  512. configure:5546: result: yes
  513. configure:5559: checking fcntl.h usability
  514. configure:5559: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  515. configure:5559: $? = 0
  516. configure:5559: result: yes
  517. configure:5559: checking fcntl.h presence
  518. configure:5559: gcc -E  conftest.c
  519. configure:5559: $? = 0
  520. configure:5559: result: yes
  521. configure:5559: checking for fcntl.h
  522. configure:5559: result: yes
  523. configure:5559: checking grp.h usability
  524. configure:5559: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  525. configure:5559: $? = 0
  526. configure:5559: result: yes
  527. configure:5559: checking grp.h presence
  528. configure:5559: gcc -E  conftest.c
  529. configure:5559: $? = 0
  530. configure:5559: result: yes
  531. configure:5559: checking for grp.h
  532. configure:5559: result: yes
  533. configure:5572: checking for inttypes.h
  534. configure:5572: result: yes
  535. configure:5572: checking langinfo.h usability
  536. configure:5572: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  537. configure:5572: $? = 0
  538. configure:5572: result: yes
  539. configure:5572: checking langinfo.h presence
  540. configure:5572: gcc -E  conftest.c
  541. configure:5572: $? = 0
  542. configure:5572: result: yes
  543. configure:5572: checking for langinfo.h
  544. configure:5572: result: yes
  545. configure:5572: checking limits.h usability
  546. configure:5572: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  547. configure:5572: $? = 0
  548. configure:5572: result: yes
  549. configure:5572: checking limits.h presence
  550. configure:5572: gcc -E  conftest.c
  551. configure:5572: $? = 0
  552. configure:5572: result: yes
  553. configure:5572: checking for limits.h
  554. configure:5572: result: yes
  555. configure:5572: checking linux/fs.h usability
  556. configure:5572: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  557. configure:5572: $? = 0
  558. configure:5572: result: yes
  559. configure:5572: checking linux/fs.h presence
  560. configure:5572: gcc -E  conftest.c
  561. configure:5572: $? = 0
  562. configure:5572: result: yes
  563. configure:5572: checking for linux/fs.h
  564. configure:5572: result: yes
  565. configure:5585: checking locale.h usability
  566. configure:5585: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  567. configure:5585: $? = 0
  568. configure:5585: result: yes
  569. configure:5585: checking locale.h presence
  570. configure:5585: gcc -E  conftest.c
  571. configure:5585: $? = 0
  572. configure:5585: result: yes
  573. configure:5585: checking for locale.h
  574. configure:5585: result: yes
  575. configure:5585: checking paths.h usability
  576. configure:5585: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  577. configure:5585: $? = 0
  578. configure:5585: result: yes
  579. configure:5585: checking paths.h presence
  580. configure:5585: gcc -E  conftest.c
  581. configure:5585: $? = 0
  582. configure:5585: result: yes
  583. configure:5585: checking for paths.h
  584. configure:5585: result: yes
  585. configure:5585: checking poll.h usability
  586. configure:5585: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  587. configure:5585: $? = 0
  588. configure:5585: result: yes
  589. configure:5585: checking poll.h presence
  590. configure:5585: gcc -E  conftest.c
  591. configure:5585: $? = 0
  592. configure:5585: result: yes
  593. configure:5585: checking for poll.h
  594. configure:5585: result: yes
  595. configure:5585: checking pwd.h usability
  596. configure:5585: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  597. configure:5585: $? = 0
  598. configure:5585: result: yes
  599. configure:5585: checking pwd.h presence
  600. configure:5585: gcc -E  conftest.c
  601. configure:5585: $? = 0
  602. configure:5585: result: yes
  603. configure:5585: checking for pwd.h
  604. configure:5585: result: yes
  605. configure:5585: checking regex.h usability
  606. configure:5585: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  607. configure:5585: $? = 0
  608. configure:5585: result: yes
  609. configure:5585: checking regex.h presence
  610. configure:5585: gcc -E  conftest.c
  611. configure:5585: $? = 0
  612. configure:5585: result: yes
  613. configure:5585: checking for regex.h
  614. configure:5585: result: yes
  615. configure:5585: checking signal.h usability
  616. configure:5585: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  617. configure:5585: $? = 0
  618. configure:5585: result: yes
  619. configure:5585: checking signal.h presence
  620. configure:5585: gcc -E  conftest.c
  621. configure:5585: $? = 0
  622. configure:5585: result: yes
  623. configure:5585: checking for signal.h
  624. configure:5585: result: yes
  625. configure:5585: checking stdarg.h usability
  626. configure:5585: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  627. configure:5585: $? = 0
  628. configure:5585: result: yes
  629. configure:5585: checking stdarg.h presence
  630. configure:5585: gcc -E  conftest.c
  631. configure:5585: $? = 0
  632. configure:5585: result: yes
  633. configure:5585: checking for stdarg.h
  634. configure:5585: result: yes
  635. configure:5598: checking for stdint.h
  636. configure:5598: result: yes
  637. configure:5598: checking for stdlib.h
  638. configure:5598: result: yes
  639. configure:5598: checking for string.h
  640. configure:5598: result: yes
  641. configure:5611: checking sys/acl.h usability
  642. configure:5611: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  643. configure:5611: $? = 0
  644. configure:5611: result: yes
  645. configure:5611: checking sys/acl.h presence
  646. configure:5611: gcc -E  conftest.c
  647. configure:5611: $? = 0
  648. configure:5611: result: yes
  649. configure:5611: checking for sys/acl.h
  650. configure:5611: result: yes
  651. configure:5611: checking sys/extattr.h usability
  652. configure:5611: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  653. conftest.c:87:25: fatal error: sys/extattr.h: No such file or directory
  654. compilation terminated.
  655. configure:5611: $? = 1
  656. configure: failed program was:
  657. | /* confdefs.h */
  658. | #define PACKAGE_NAME "tarsnap"
  659. | #define PACKAGE_TARNAME "tarsnap"
  660. | #define PACKAGE_VERSION "1.0.37"
  661. | #define PACKAGE_STRING "tarsnap 1.0.37"
  662. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  663. | #define PACKAGE_URL ""
  664. | #define PACKAGE "tarsnap"
  665. | #define VERSION "1.0.37"
  666. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  667. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  668. | #define TARVERSION "1.0.37"
  669. | #define TSSERVER "v1-0-0"
  670. | #define STDC_HEADERS 1
  671. | #define HAVE_SYS_TYPES_H 1
  672. | #define HAVE_SYS_STAT_H 1
  673. | #define HAVE_STDLIB_H 1
  674. | #define HAVE_STRING_H 1
  675. | #define HAVE_MEMORY_H 1
  676. | #define HAVE_STRINGS_H 1
  677. | #define HAVE_INTTYPES_H 1
  678. | #define HAVE_STDINT_H 1
  679. | #define HAVE_UNISTD_H 1
  680. | #define __EXTENSIONS__ 1
  681. | #define _ALL_SOURCE 1
  682. | #define _GNU_SOURCE 1
  683. | #define _POSIX_PTHREAD_SEMANTICS 1
  684. | #define _TANDEM_SOURCE 1
  685. | #define STDC_HEADERS 1
  686. | #define HAVE_DIRENT_H 1
  687. | #define HAVE_SYS_WAIT_H 1
  688. | #define HAVE_ACL_LIBACL_H 1
  689. | #define HAVE_CTYPE_H 1
  690. | #define HAVE_ERR_H 1
  691. | #define HAVE_ERRNO_H 1
  692. | #define HAVE_FCNTL_H 1
  693. | #define HAVE_GRP_H 1
  694. | #define HAVE_INTTYPES_H 1
  695. | #define HAVE_LANGINFO_H 1
  696. | #define HAVE_LIMITS_H 1
  697. | #define HAVE_LINUX_FS_H 1
  698. | #define HAVE_LOCALE_H 1
  699. | #define HAVE_PATHS_H 1
  700. | #define HAVE_POLL_H 1
  701. | #define HAVE_PWD_H 1
  702. | #define HAVE_REGEX_H 1
  703. | #define HAVE_SIGNAL_H 1
  704. | #define HAVE_STDARG_H 1
  705. | #define HAVE_STDINT_H 1
  706. | #define HAVE_STDLIB_H 1
  707. | #define HAVE_STRING_H 1
  708. | #define HAVE_SYS_ACL_H 1
  709. | /* end confdefs.h.  */
  710. | #include <stdio.h>
  711. | #ifdef HAVE_SYS_TYPES_H
  712. | # include <sys/types.h>
  713. | #endif
  714. | #ifdef HAVE_SYS_STAT_H
  715. | # include <sys/stat.h>
  716. | #endif
  717. | #ifdef STDC_HEADERS
  718. | # include <stdlib.h>
  719. | # include <stddef.h>
  720. | #else
  721. | # ifdef HAVE_STDLIB_H
  722. | #  include <stdlib.h>
  723. | # endif
  724. | #endif
  725. | #ifdef HAVE_STRING_H
  726. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  727. | #  include <memory.h>
  728. | # endif
  729. | # include <string.h>
  730. | #endif
  731. | #ifdef HAVE_STRINGS_H
  732. | # include <strings.h>
  733. | #endif
  734. | #ifdef HAVE_INTTYPES_H
  735. | # include <inttypes.h>
  736. | #endif
  737. | #ifdef HAVE_STDINT_H
  738. | # include <stdint.h>
  739. | #endif
  740. | #ifdef HAVE_UNISTD_H
  741. | # include <unistd.h>
  742. | #endif
  743. | #include <sys/extattr.h>
  744. configure:5611: result: no
  745. configure:5611: checking sys/extattr.h presence
  746. configure:5611: gcc -E  conftest.c
  747. conftest.c:54:25: fatal error: sys/extattr.h: No such file or directory
  748. compilation terminated.
  749. configure:5611: $? = 1
  750. configure: failed program was:
  751. | /* confdefs.h */
  752. | #define PACKAGE_NAME "tarsnap"
  753. | #define PACKAGE_TARNAME "tarsnap"
  754. | #define PACKAGE_VERSION "1.0.37"
  755. | #define PACKAGE_STRING "tarsnap 1.0.37"
  756. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  757. | #define PACKAGE_URL ""
  758. | #define PACKAGE "tarsnap"
  759. | #define VERSION "1.0.37"
  760. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  761. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  762. | #define TARVERSION "1.0.37"
  763. | #define TSSERVER "v1-0-0"
  764. | #define STDC_HEADERS 1
  765. | #define HAVE_SYS_TYPES_H 1
  766. | #define HAVE_SYS_STAT_H 1
  767. | #define HAVE_STDLIB_H 1
  768. | #define HAVE_STRING_H 1
  769. | #define HAVE_MEMORY_H 1
  770. | #define HAVE_STRINGS_H 1
  771. | #define HAVE_INTTYPES_H 1
  772. | #define HAVE_STDINT_H 1
  773. | #define HAVE_UNISTD_H 1
  774. | #define __EXTENSIONS__ 1
  775. | #define _ALL_SOURCE 1
  776. | #define _GNU_SOURCE 1
  777. | #define _POSIX_PTHREAD_SEMANTICS 1
  778. | #define _TANDEM_SOURCE 1
  779. | #define STDC_HEADERS 1
  780. | #define HAVE_DIRENT_H 1
  781. | #define HAVE_SYS_WAIT_H 1
  782. | #define HAVE_ACL_LIBACL_H 1
  783. | #define HAVE_CTYPE_H 1
  784. | #define HAVE_ERR_H 1
  785. | #define HAVE_ERRNO_H 1
  786. | #define HAVE_FCNTL_H 1
  787. | #define HAVE_GRP_H 1
  788. | #define HAVE_INTTYPES_H 1
  789. | #define HAVE_LANGINFO_H 1
  790. | #define HAVE_LIMITS_H 1
  791. | #define HAVE_LINUX_FS_H 1
  792. | #define HAVE_LOCALE_H 1
  793. | #define HAVE_PATHS_H 1
  794. | #define HAVE_POLL_H 1
  795. | #define HAVE_PWD_H 1
  796. | #define HAVE_REGEX_H 1
  797. | #define HAVE_SIGNAL_H 1
  798. | #define HAVE_STDARG_H 1
  799. | #define HAVE_STDINT_H 1
  800. | #define HAVE_STDLIB_H 1
  801. | #define HAVE_STRING_H 1
  802. | #define HAVE_SYS_ACL_H 1
  803. | /* end confdefs.h.  */
  804. | #include <sys/extattr.h>
  805. configure:5611: result: no
  806. configure:5611: checking for sys/extattr.h
  807. configure:5611: result: no
  808. configure:5611: checking sys/ioctl.h usability
  809. configure:5611: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  810. configure:5611: $? = 0
  811. configure:5611: result: yes
  812. configure:5611: checking sys/ioctl.h presence
  813. configure:5611: gcc -E  conftest.c
  814. configure:5611: $? = 0
  815. configure:5611: result: yes
  816. configure:5611: checking for sys/ioctl.h
  817. configure:5611: result: yes
  818. configure:5611: checking sys/mkdev.h usability
  819. configure:5611: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  820. conftest.c:88:23: fatal error: sys/mkdev.h: No such file or directory
  821. compilation terminated.
  822. configure:5611: $? = 1
  823. configure: failed program was:
  824. | /* confdefs.h */
  825. | #define PACKAGE_NAME "tarsnap"
  826. | #define PACKAGE_TARNAME "tarsnap"
  827. | #define PACKAGE_VERSION "1.0.37"
  828. | #define PACKAGE_STRING "tarsnap 1.0.37"
  829. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  830. | #define PACKAGE_URL ""
  831. | #define PACKAGE "tarsnap"
  832. | #define VERSION "1.0.37"
  833. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  834. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  835. | #define TARVERSION "1.0.37"
  836. | #define TSSERVER "v1-0-0"
  837. | #define STDC_HEADERS 1
  838. | #define HAVE_SYS_TYPES_H 1
  839. | #define HAVE_SYS_STAT_H 1
  840. | #define HAVE_STDLIB_H 1
  841. | #define HAVE_STRING_H 1
  842. | #define HAVE_MEMORY_H 1
  843. | #define HAVE_STRINGS_H 1
  844. | #define HAVE_INTTYPES_H 1
  845. | #define HAVE_STDINT_H 1
  846. | #define HAVE_UNISTD_H 1
  847. | #define __EXTENSIONS__ 1
  848. | #define _ALL_SOURCE 1
  849. | #define _GNU_SOURCE 1
  850. | #define _POSIX_PTHREAD_SEMANTICS 1
  851. | #define _TANDEM_SOURCE 1
  852. | #define STDC_HEADERS 1
  853. | #define HAVE_DIRENT_H 1
  854. | #define HAVE_SYS_WAIT_H 1
  855. | #define HAVE_ACL_LIBACL_H 1
  856. | #define HAVE_CTYPE_H 1
  857. | #define HAVE_ERR_H 1
  858. | #define HAVE_ERRNO_H 1
  859. | #define HAVE_FCNTL_H 1
  860. | #define HAVE_GRP_H 1
  861. | #define HAVE_INTTYPES_H 1
  862. | #define HAVE_LANGINFO_H 1
  863. | #define HAVE_LIMITS_H 1
  864. | #define HAVE_LINUX_FS_H 1
  865. | #define HAVE_LOCALE_H 1
  866. | #define HAVE_PATHS_H 1
  867. | #define HAVE_POLL_H 1
  868. | #define HAVE_PWD_H 1
  869. | #define HAVE_REGEX_H 1
  870. | #define HAVE_SIGNAL_H 1
  871. | #define HAVE_STDARG_H 1
  872. | #define HAVE_STDINT_H 1
  873. | #define HAVE_STDLIB_H 1
  874. | #define HAVE_STRING_H 1
  875. | #define HAVE_SYS_ACL_H 1
  876. | #define HAVE_SYS_IOCTL_H 1
  877. | /* end confdefs.h.  */
  878. | #include <stdio.h>
  879. | #ifdef HAVE_SYS_TYPES_H
  880. | # include <sys/types.h>
  881. | #endif
  882. | #ifdef HAVE_SYS_STAT_H
  883. | # include <sys/stat.h>
  884. | #endif
  885. | #ifdef STDC_HEADERS
  886. | # include <stdlib.h>
  887. | # include <stddef.h>
  888. | #else
  889. | # ifdef HAVE_STDLIB_H
  890. | #  include <stdlib.h>
  891. | # endif
  892. | #endif
  893. | #ifdef HAVE_STRING_H
  894. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  895. | #  include <memory.h>
  896. | # endif
  897. | # include <string.h>
  898. | #endif
  899. | #ifdef HAVE_STRINGS_H
  900. | # include <strings.h>
  901. | #endif
  902. | #ifdef HAVE_INTTYPES_H
  903. | # include <inttypes.h>
  904. | #endif
  905. | #ifdef HAVE_STDINT_H
  906. | # include <stdint.h>
  907. | #endif
  908. | #ifdef HAVE_UNISTD_H
  909. | # include <unistd.h>
  910. | #endif
  911. | #include <sys/mkdev.h>
  912. configure:5611: result: no
  913. configure:5611: checking sys/mkdev.h presence
  914. configure:5611: gcc -E  conftest.c
  915. conftest.c:55:23: fatal error: sys/mkdev.h: No such file or directory
  916. compilation terminated.
  917. configure:5611: $? = 1
  918. configure: failed program was:
  919. | /* confdefs.h */
  920. | #define PACKAGE_NAME "tarsnap"
  921. | #define PACKAGE_TARNAME "tarsnap"
  922. | #define PACKAGE_VERSION "1.0.37"
  923. | #define PACKAGE_STRING "tarsnap 1.0.37"
  924. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  925. | #define PACKAGE_URL ""
  926. | #define PACKAGE "tarsnap"
  927. | #define VERSION "1.0.37"
  928. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  929. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  930. | #define TARVERSION "1.0.37"
  931. | #define TSSERVER "v1-0-0"
  932. | #define STDC_HEADERS 1
  933. | #define HAVE_SYS_TYPES_H 1
  934. | #define HAVE_SYS_STAT_H 1
  935. | #define HAVE_STDLIB_H 1
  936. | #define HAVE_STRING_H 1
  937. | #define HAVE_MEMORY_H 1
  938. | #define HAVE_STRINGS_H 1
  939. | #define HAVE_INTTYPES_H 1
  940. | #define HAVE_STDINT_H 1
  941. | #define HAVE_UNISTD_H 1
  942. | #define __EXTENSIONS__ 1
  943. | #define _ALL_SOURCE 1
  944. | #define _GNU_SOURCE 1
  945. | #define _POSIX_PTHREAD_SEMANTICS 1
  946. | #define _TANDEM_SOURCE 1
  947. | #define STDC_HEADERS 1
  948. | #define HAVE_DIRENT_H 1
  949. | #define HAVE_SYS_WAIT_H 1
  950. | #define HAVE_ACL_LIBACL_H 1
  951. | #define HAVE_CTYPE_H 1
  952. | #define HAVE_ERR_H 1
  953. | #define HAVE_ERRNO_H 1
  954. | #define HAVE_FCNTL_H 1
  955. | #define HAVE_GRP_H 1
  956. | #define HAVE_INTTYPES_H 1
  957. | #define HAVE_LANGINFO_H 1
  958. | #define HAVE_LIMITS_H 1
  959. | #define HAVE_LINUX_FS_H 1
  960. | #define HAVE_LOCALE_H 1
  961. | #define HAVE_PATHS_H 1
  962. | #define HAVE_POLL_H 1
  963. | #define HAVE_PWD_H 1
  964. | #define HAVE_REGEX_H 1
  965. | #define HAVE_SIGNAL_H 1
  966. | #define HAVE_STDARG_H 1
  967. | #define HAVE_STDINT_H 1
  968. | #define HAVE_STDLIB_H 1
  969. | #define HAVE_STRING_H 1
  970. | #define HAVE_SYS_ACL_H 1
  971. | #define HAVE_SYS_IOCTL_H 1
  972. | /* end confdefs.h.  */
  973. | #include <sys/mkdev.h>
  974. configure:5611: result: no
  975. configure:5611: checking for sys/mkdev.h
  976. configure:5611: result: no
  977. configure:5624: checking sys/param.h usability
  978. configure:5624: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  979. configure:5624: $? = 0
  980. configure:5624: result: yes
  981. configure:5624: checking sys/param.h presence
  982. configure:5624: gcc -E  conftest.c
  983. configure:5624: $? = 0
  984. configure:5624: result: yes
  985. configure:5624: checking for sys/param.h
  986. configure:5624: result: yes
  987. configure:5624: checking sys/poll.h usability
  988. configure:5624: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  989. configure:5624: $? = 0
  990. configure:5624: result: yes
  991. configure:5624: checking sys/poll.h presence
  992. configure:5624: gcc -E  conftest.c
  993. configure:5624: $? = 0
  994. configure:5624: result: yes
  995. configure:5624: checking for sys/poll.h
  996. configure:5624: result: yes
  997. configure:5624: checking sys/select.h usability
  998. configure:5624: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  999. configure:5624: $? = 0
  1000. configure:5624: result: yes
  1001. configure:5624: checking sys/select.h presence
  1002. configure:5624: gcc -E  conftest.c
  1003. configure:5624: $? = 0
  1004. configure:5624: result: yes
  1005. configure:5624: checking for sys/select.h
  1006. configure:5624: result: yes
  1007. configure:5624: checking sys/time.h usability
  1008. configure:5624: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1009. configure:5624: $? = 0
  1010. configure:5624: result: yes
  1011. configure:5624: checking sys/time.h presence
  1012. configure:5624: gcc -E  conftest.c
  1013. configure:5624: $? = 0
  1014. configure:5624: result: yes
  1015. configure:5624: checking for sys/time.h
  1016. configure:5624: result: yes
  1017. configure:5624: checking sys/utime.h usability
  1018. configure:5624: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1019. conftest.c:92:23: fatal error: sys/utime.h: No such file or directory
  1020. compilation terminated.
  1021. configure:5624: $? = 1
  1022. configure: failed program was:
  1023. | /* confdefs.h */
  1024. | #define PACKAGE_NAME "tarsnap"
  1025. | #define PACKAGE_TARNAME "tarsnap"
  1026. | #define PACKAGE_VERSION "1.0.37"
  1027. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1028. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1029. | #define PACKAGE_URL ""
  1030. | #define PACKAGE "tarsnap"
  1031. | #define VERSION "1.0.37"
  1032. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1033. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1034. | #define TARVERSION "1.0.37"
  1035. | #define TSSERVER "v1-0-0"
  1036. | #define STDC_HEADERS 1
  1037. | #define HAVE_SYS_TYPES_H 1
  1038. | #define HAVE_SYS_STAT_H 1
  1039. | #define HAVE_STDLIB_H 1
  1040. | #define HAVE_STRING_H 1
  1041. | #define HAVE_MEMORY_H 1
  1042. | #define HAVE_STRINGS_H 1
  1043. | #define HAVE_INTTYPES_H 1
  1044. | #define HAVE_STDINT_H 1
  1045. | #define HAVE_UNISTD_H 1
  1046. | #define __EXTENSIONS__ 1
  1047. | #define _ALL_SOURCE 1
  1048. | #define _GNU_SOURCE 1
  1049. | #define _POSIX_PTHREAD_SEMANTICS 1
  1050. | #define _TANDEM_SOURCE 1
  1051. | #define STDC_HEADERS 1
  1052. | #define HAVE_DIRENT_H 1
  1053. | #define HAVE_SYS_WAIT_H 1
  1054. | #define HAVE_ACL_LIBACL_H 1
  1055. | #define HAVE_CTYPE_H 1
  1056. | #define HAVE_ERR_H 1
  1057. | #define HAVE_ERRNO_H 1
  1058. | #define HAVE_FCNTL_H 1
  1059. | #define HAVE_GRP_H 1
  1060. | #define HAVE_INTTYPES_H 1
  1061. | #define HAVE_LANGINFO_H 1
  1062. | #define HAVE_LIMITS_H 1
  1063. | #define HAVE_LINUX_FS_H 1
  1064. | #define HAVE_LOCALE_H 1
  1065. | #define HAVE_PATHS_H 1
  1066. | #define HAVE_POLL_H 1
  1067. | #define HAVE_PWD_H 1
  1068. | #define HAVE_REGEX_H 1
  1069. | #define HAVE_SIGNAL_H 1
  1070. | #define HAVE_STDARG_H 1
  1071. | #define HAVE_STDINT_H 1
  1072. | #define HAVE_STDLIB_H 1
  1073. | #define HAVE_STRING_H 1
  1074. | #define HAVE_SYS_ACL_H 1
  1075. | #define HAVE_SYS_IOCTL_H 1
  1076. | #define HAVE_SYS_PARAM_H 1
  1077. | #define HAVE_SYS_POLL_H 1
  1078. | #define HAVE_SYS_SELECT_H 1
  1079. | #define HAVE_SYS_TIME_H 1
  1080. | /* end confdefs.h.  */
  1081. | #include <stdio.h>
  1082. | #ifdef HAVE_SYS_TYPES_H
  1083. | # include <sys/types.h>
  1084. | #endif
  1085. | #ifdef HAVE_SYS_STAT_H
  1086. | # include <sys/stat.h>
  1087. | #endif
  1088. | #ifdef STDC_HEADERS
  1089. | # include <stdlib.h>
  1090. | # include <stddef.h>
  1091. | #else
  1092. | # ifdef HAVE_STDLIB_H
  1093. | #  include <stdlib.h>
  1094. | # endif
  1095. | #endif
  1096. | #ifdef HAVE_STRING_H
  1097. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1098. | #  include <memory.h>
  1099. | # endif
  1100. | # include <string.h>
  1101. | #endif
  1102. | #ifdef HAVE_STRINGS_H
  1103. | # include <strings.h>
  1104. | #endif
  1105. | #ifdef HAVE_INTTYPES_H
  1106. | # include <inttypes.h>
  1107. | #endif
  1108. | #ifdef HAVE_STDINT_H
  1109. | # include <stdint.h>
  1110. | #endif
  1111. | #ifdef HAVE_UNISTD_H
  1112. | # include <unistd.h>
  1113. | #endif
  1114. | #include <sys/utime.h>
  1115. configure:5624: result: no
  1116. configure:5624: checking sys/utime.h presence
  1117. configure:5624: gcc -E  conftest.c
  1118. conftest.c:59:23: fatal error: sys/utime.h: No such file or directory
  1119. compilation terminated.
  1120. configure:5624: $? = 1
  1121. configure: failed program was:
  1122. | /* confdefs.h */
  1123. | #define PACKAGE_NAME "tarsnap"
  1124. | #define PACKAGE_TARNAME "tarsnap"
  1125. | #define PACKAGE_VERSION "1.0.37"
  1126. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1127. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1128. | #define PACKAGE_URL ""
  1129. | #define PACKAGE "tarsnap"
  1130. | #define VERSION "1.0.37"
  1131. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1132. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1133. | #define TARVERSION "1.0.37"
  1134. | #define TSSERVER "v1-0-0"
  1135. | #define STDC_HEADERS 1
  1136. | #define HAVE_SYS_TYPES_H 1
  1137. | #define HAVE_SYS_STAT_H 1
  1138. | #define HAVE_STDLIB_H 1
  1139. | #define HAVE_STRING_H 1
  1140. | #define HAVE_MEMORY_H 1
  1141. | #define HAVE_STRINGS_H 1
  1142. | #define HAVE_INTTYPES_H 1
  1143. | #define HAVE_STDINT_H 1
  1144. | #define HAVE_UNISTD_H 1
  1145. | #define __EXTENSIONS__ 1
  1146. | #define _ALL_SOURCE 1
  1147. | #define _GNU_SOURCE 1
  1148. | #define _POSIX_PTHREAD_SEMANTICS 1
  1149. | #define _TANDEM_SOURCE 1
  1150. | #define STDC_HEADERS 1
  1151. | #define HAVE_DIRENT_H 1
  1152. | #define HAVE_SYS_WAIT_H 1
  1153. | #define HAVE_ACL_LIBACL_H 1
  1154. | #define HAVE_CTYPE_H 1
  1155. | #define HAVE_ERR_H 1
  1156. | #define HAVE_ERRNO_H 1
  1157. | #define HAVE_FCNTL_H 1
  1158. | #define HAVE_GRP_H 1
  1159. | #define HAVE_INTTYPES_H 1
  1160. | #define HAVE_LANGINFO_H 1
  1161. | #define HAVE_LIMITS_H 1
  1162. | #define HAVE_LINUX_FS_H 1
  1163. | #define HAVE_LOCALE_H 1
  1164. | #define HAVE_PATHS_H 1
  1165. | #define HAVE_POLL_H 1
  1166. | #define HAVE_PWD_H 1
  1167. | #define HAVE_REGEX_H 1
  1168. | #define HAVE_SIGNAL_H 1
  1169. | #define HAVE_STDARG_H 1
  1170. | #define HAVE_STDINT_H 1
  1171. | #define HAVE_STDLIB_H 1
  1172. | #define HAVE_STRING_H 1
  1173. | #define HAVE_SYS_ACL_H 1
  1174. | #define HAVE_SYS_IOCTL_H 1
  1175. | #define HAVE_SYS_PARAM_H 1
  1176. | #define HAVE_SYS_POLL_H 1
  1177. | #define HAVE_SYS_SELECT_H 1
  1178. | #define HAVE_SYS_TIME_H 1
  1179. | /* end confdefs.h.  */
  1180. | #include <sys/utime.h>
  1181. configure:5624: result: no
  1182. configure:5624: checking for sys/utime.h
  1183. configure:5624: result: no
  1184. configure:5637: checking time.h usability
  1185. configure:5637: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1186. configure:5637: $? = 0
  1187. configure:5637: result: yes
  1188. configure:5637: checking time.h presence
  1189. configure:5637: gcc -E  conftest.c
  1190. configure:5637: $? = 0
  1191. configure:5637: result: yes
  1192. configure:5637: checking for time.h
  1193. configure:5637: result: yes
  1194. configure:5637: checking for unistd.h
  1195. configure:5637: result: yes
  1196. configure:5637: checking utime.h usability
  1197. configure:5637: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1198. configure:5637: $? = 0
  1199. configure:5637: result: yes
  1200. configure:5637: checking utime.h presence
  1201. configure:5637: gcc -E  conftest.c
  1202. configure:5637: $? = 0
  1203. configure:5637: result: yes
  1204. configure:5637: checking for utime.h
  1205. configure:5637: result: yes
  1206. configure:5637: checking wchar.h usability
  1207. configure:5637: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1208. configure:5637: $? = 0
  1209. configure:5637: result: yes
  1210. configure:5637: checking wchar.h presence
  1211. configure:5637: gcc -E  conftest.c
  1212. configure:5637: $? = 0
  1213. configure:5637: result: yes
  1214. configure:5637: checking for wchar.h
  1215. configure:5637: result: yes
  1216. configure:5637: checking wctype.h usability
  1217. configure:5637: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1218. configure:5637: $? = 0
  1219. configure:5637: result: yes
  1220. configure:5637: checking wctype.h presence
  1221. configure:5637: gcc -E  conftest.c
  1222. configure:5637: $? = 0
  1223. configure:5637: result: yes
  1224. configure:5637: checking for wctype.h
  1225. configure:5637: result: yes
  1226. configure:5637: checking windows.h usability
  1227. configure:5637: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1228. conftest.c:97:21: fatal error: windows.h: No such file or directory
  1229. compilation terminated.
  1230. configure:5637: $? = 1
  1231. configure: failed program was:
  1232. | /* confdefs.h */
  1233. | #define PACKAGE_NAME "tarsnap"
  1234. | #define PACKAGE_TARNAME "tarsnap"
  1235. | #define PACKAGE_VERSION "1.0.37"
  1236. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1237. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1238. | #define PACKAGE_URL ""
  1239. | #define PACKAGE "tarsnap"
  1240. | #define VERSION "1.0.37"
  1241. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1242. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1243. | #define TARVERSION "1.0.37"
  1244. | #define TSSERVER "v1-0-0"
  1245. | #define STDC_HEADERS 1
  1246. | #define HAVE_SYS_TYPES_H 1
  1247. | #define HAVE_SYS_STAT_H 1
  1248. | #define HAVE_STDLIB_H 1
  1249. | #define HAVE_STRING_H 1
  1250. | #define HAVE_MEMORY_H 1
  1251. | #define HAVE_STRINGS_H 1
  1252. | #define HAVE_INTTYPES_H 1
  1253. | #define HAVE_STDINT_H 1
  1254. | #define HAVE_UNISTD_H 1
  1255. | #define __EXTENSIONS__ 1
  1256. | #define _ALL_SOURCE 1
  1257. | #define _GNU_SOURCE 1
  1258. | #define _POSIX_PTHREAD_SEMANTICS 1
  1259. | #define _TANDEM_SOURCE 1
  1260. | #define STDC_HEADERS 1
  1261. | #define HAVE_DIRENT_H 1
  1262. | #define HAVE_SYS_WAIT_H 1
  1263. | #define HAVE_ACL_LIBACL_H 1
  1264. | #define HAVE_CTYPE_H 1
  1265. | #define HAVE_ERR_H 1
  1266. | #define HAVE_ERRNO_H 1
  1267. | #define HAVE_FCNTL_H 1
  1268. | #define HAVE_GRP_H 1
  1269. | #define HAVE_INTTYPES_H 1
  1270. | #define HAVE_LANGINFO_H 1
  1271. | #define HAVE_LIMITS_H 1
  1272. | #define HAVE_LINUX_FS_H 1
  1273. | #define HAVE_LOCALE_H 1
  1274. | #define HAVE_PATHS_H 1
  1275. | #define HAVE_POLL_H 1
  1276. | #define HAVE_PWD_H 1
  1277. | #define HAVE_REGEX_H 1
  1278. | #define HAVE_SIGNAL_H 1
  1279. | #define HAVE_STDARG_H 1
  1280. | #define HAVE_STDINT_H 1
  1281. | #define HAVE_STDLIB_H 1
  1282. | #define HAVE_STRING_H 1
  1283. | #define HAVE_SYS_ACL_H 1
  1284. | #define HAVE_SYS_IOCTL_H 1
  1285. | #define HAVE_SYS_PARAM_H 1
  1286. | #define HAVE_SYS_POLL_H 1
  1287. | #define HAVE_SYS_SELECT_H 1
  1288. | #define HAVE_SYS_TIME_H 1
  1289. | #define HAVE_TIME_H 1
  1290. | #define HAVE_UNISTD_H 1
  1291. | #define HAVE_UTIME_H 1
  1292. | #define HAVE_WCHAR_H 1
  1293. | #define HAVE_WCTYPE_H 1
  1294. | /* end confdefs.h.  */
  1295. | #include <stdio.h>
  1296. | #ifdef HAVE_SYS_TYPES_H
  1297. | # include <sys/types.h>
  1298. | #endif
  1299. | #ifdef HAVE_SYS_STAT_H
  1300. | # include <sys/stat.h>
  1301. | #endif
  1302. | #ifdef STDC_HEADERS
  1303. | # include <stdlib.h>
  1304. | # include <stddef.h>
  1305. | #else
  1306. | # ifdef HAVE_STDLIB_H
  1307. | #  include <stdlib.h>
  1308. | # endif
  1309. | #endif
  1310. | #ifdef HAVE_STRING_H
  1311. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1312. | #  include <memory.h>
  1313. | # endif
  1314. | # include <string.h>
  1315. | #endif
  1316. | #ifdef HAVE_STRINGS_H
  1317. | # include <strings.h>
  1318. | #endif
  1319. | #ifdef HAVE_INTTYPES_H
  1320. | # include <inttypes.h>
  1321. | #endif
  1322. | #ifdef HAVE_STDINT_H
  1323. | # include <stdint.h>
  1324. | #endif
  1325. | #ifdef HAVE_UNISTD_H
  1326. | # include <unistd.h>
  1327. | #endif
  1328. | #include <windows.h>
  1329. configure:5637: result: no
  1330. configure:5637: checking windows.h presence
  1331. configure:5637: gcc -E  conftest.c
  1332. conftest.c:64:21: fatal error: windows.h: No such file or directory
  1333. compilation terminated.
  1334. configure:5637: $? = 1
  1335. configure: failed program was:
  1336. | /* confdefs.h */
  1337. | #define PACKAGE_NAME "tarsnap"
  1338. | #define PACKAGE_TARNAME "tarsnap"
  1339. | #define PACKAGE_VERSION "1.0.37"
  1340. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1341. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1342. | #define PACKAGE_URL ""
  1343. | #define PACKAGE "tarsnap"
  1344. | #define VERSION "1.0.37"
  1345. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1346. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1347. | #define TARVERSION "1.0.37"
  1348. | #define TSSERVER "v1-0-0"
  1349. | #define STDC_HEADERS 1
  1350. | #define HAVE_SYS_TYPES_H 1
  1351. | #define HAVE_SYS_STAT_H 1
  1352. | #define HAVE_STDLIB_H 1
  1353. | #define HAVE_STRING_H 1
  1354. | #define HAVE_MEMORY_H 1
  1355. | #define HAVE_STRINGS_H 1
  1356. | #define HAVE_INTTYPES_H 1
  1357. | #define HAVE_STDINT_H 1
  1358. | #define HAVE_UNISTD_H 1
  1359. | #define __EXTENSIONS__ 1
  1360. | #define _ALL_SOURCE 1
  1361. | #define _GNU_SOURCE 1
  1362. | #define _POSIX_PTHREAD_SEMANTICS 1
  1363. | #define _TANDEM_SOURCE 1
  1364. | #define STDC_HEADERS 1
  1365. | #define HAVE_DIRENT_H 1
  1366. | #define HAVE_SYS_WAIT_H 1
  1367. | #define HAVE_ACL_LIBACL_H 1
  1368. | #define HAVE_CTYPE_H 1
  1369. | #define HAVE_ERR_H 1
  1370. | #define HAVE_ERRNO_H 1
  1371. | #define HAVE_FCNTL_H 1
  1372. | #define HAVE_GRP_H 1
  1373. | #define HAVE_INTTYPES_H 1
  1374. | #define HAVE_LANGINFO_H 1
  1375. | #define HAVE_LIMITS_H 1
  1376. | #define HAVE_LINUX_FS_H 1
  1377. | #define HAVE_LOCALE_H 1
  1378. | #define HAVE_PATHS_H 1
  1379. | #define HAVE_POLL_H 1
  1380. | #define HAVE_PWD_H 1
  1381. | #define HAVE_REGEX_H 1
  1382. | #define HAVE_SIGNAL_H 1
  1383. | #define HAVE_STDARG_H 1
  1384. | #define HAVE_STDINT_H 1
  1385. | #define HAVE_STDLIB_H 1
  1386. | #define HAVE_STRING_H 1
  1387. | #define HAVE_SYS_ACL_H 1
  1388. | #define HAVE_SYS_IOCTL_H 1
  1389. | #define HAVE_SYS_PARAM_H 1
  1390. | #define HAVE_SYS_POLL_H 1
  1391. | #define HAVE_SYS_SELECT_H 1
  1392. | #define HAVE_SYS_TIME_H 1
  1393. | #define HAVE_TIME_H 1
  1394. | #define HAVE_UNISTD_H 1
  1395. | #define HAVE_UTIME_H 1
  1396. | #define HAVE_WCHAR_H 1
  1397. | #define HAVE_WCTYPE_H 1
  1398. | /* end confdefs.h.  */
  1399. | #include <windows.h>
  1400. configure:5637: result: no
  1401. configure:5637: checking for windows.h
  1402. configure:5637: result: no
  1403. configure:5649: checking for clock_gettime in -lrt
  1404. configure:5674: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c -lrt   >&5
  1405. configure:5674: $? = 0
  1406. configure:5683: result: yes
  1407. configure:5696: checking for clock_gettime
  1408. configure:5696: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c -lrt  >&5
  1409. configure:5696: $? = 0
  1410. configure:5696: result: yes
  1411. configure:5711: checking sys/sysinfo.h usability
  1412. configure:5711: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1413. configure:5711: $? = 0
  1414. configure:5711: result: yes
  1415. configure:5711: checking sys/sysinfo.h presence
  1416. configure:5711: gcc -E  conftest.c
  1417. configure:5711: $? = 0
  1418. configure:5711: result: yes
  1419. configure:5711: checking for sys/sysinfo.h
  1420. configure:5711: result: yes
  1421. configure:5723: checking for sysinfo
  1422. configure:5723: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c -lrt  >&5
  1423. configure:5723: $? = 0
  1424. configure:5723: result: yes
  1425. configure:5732: checking for struct sysinfo
  1426. configure:5732: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1427. configure:5732: $? = 0
  1428. configure:5732: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1429. conftest.c: In function 'main':
  1430. conftest.c:73:29: error: expected expression before ')' token
  1431.  if (sizeof ((struct sysinfo)))
  1432.                              ^
  1433. configure:5732: $? = 1
  1434. configure: failed program was:
  1435. | /* confdefs.h */
  1436. | #define PACKAGE_NAME "tarsnap"
  1437. | #define PACKAGE_TARNAME "tarsnap"
  1438. | #define PACKAGE_VERSION "1.0.37"
  1439. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1440. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1441. | #define PACKAGE_URL ""
  1442. | #define PACKAGE "tarsnap"
  1443. | #define VERSION "1.0.37"
  1444. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1445. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1446. | #define TARVERSION "1.0.37"
  1447. | #define TSSERVER "v1-0-0"
  1448. | #define STDC_HEADERS 1
  1449. | #define HAVE_SYS_TYPES_H 1
  1450. | #define HAVE_SYS_STAT_H 1
  1451. | #define HAVE_STDLIB_H 1
  1452. | #define HAVE_STRING_H 1
  1453. | #define HAVE_MEMORY_H 1
  1454. | #define HAVE_STRINGS_H 1
  1455. | #define HAVE_INTTYPES_H 1
  1456. | #define HAVE_STDINT_H 1
  1457. | #define HAVE_UNISTD_H 1
  1458. | #define __EXTENSIONS__ 1
  1459. | #define _ALL_SOURCE 1
  1460. | #define _GNU_SOURCE 1
  1461. | #define _POSIX_PTHREAD_SEMANTICS 1
  1462. | #define _TANDEM_SOURCE 1
  1463. | #define STDC_HEADERS 1
  1464. | #define HAVE_DIRENT_H 1
  1465. | #define HAVE_SYS_WAIT_H 1
  1466. | #define HAVE_ACL_LIBACL_H 1
  1467. | #define HAVE_CTYPE_H 1
  1468. | #define HAVE_ERR_H 1
  1469. | #define HAVE_ERRNO_H 1
  1470. | #define HAVE_FCNTL_H 1
  1471. | #define HAVE_GRP_H 1
  1472. | #define HAVE_INTTYPES_H 1
  1473. | #define HAVE_LANGINFO_H 1
  1474. | #define HAVE_LIMITS_H 1
  1475. | #define HAVE_LINUX_FS_H 1
  1476. | #define HAVE_LOCALE_H 1
  1477. | #define HAVE_PATHS_H 1
  1478. | #define HAVE_POLL_H 1
  1479. | #define HAVE_PWD_H 1
  1480. | #define HAVE_REGEX_H 1
  1481. | #define HAVE_SIGNAL_H 1
  1482. | #define HAVE_STDARG_H 1
  1483. | #define HAVE_STDINT_H 1
  1484. | #define HAVE_STDLIB_H 1
  1485. | #define HAVE_STRING_H 1
  1486. | #define HAVE_SYS_ACL_H 1
  1487. | #define HAVE_SYS_IOCTL_H 1
  1488. | #define HAVE_SYS_PARAM_H 1
  1489. | #define HAVE_SYS_POLL_H 1
  1490. | #define HAVE_SYS_SELECT_H 1
  1491. | #define HAVE_SYS_TIME_H 1
  1492. | #define HAVE_TIME_H 1
  1493. | #define HAVE_UNISTD_H 1
  1494. | #define HAVE_UTIME_H 1
  1495. | #define HAVE_WCHAR_H 1
  1496. | #define HAVE_WCTYPE_H 1
  1497. | #define HAVE_LIBRT 1
  1498. | #define HAVE_CLOCK_GETTIME 1
  1499. | #define HAVE_SYS_SYSINFO_H 1
  1500. | #define HAVE_SYSINFO 1
  1501. | /* end confdefs.h.  */
  1502. | #include <sys/sysinfo.h>
  1503. |
  1504. | int
  1505. | main ()
  1506. | {
  1507. | if (sizeof ((struct sysinfo)))
  1508. |       return 0;
  1509. |   ;
  1510. |   return 0;
  1511. | }
  1512. configure:5732: result: yes
  1513. configure:5743: checking for struct sysinfo.totalram
  1514. configure:5743: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1515. configure:5743: $? = 0
  1516. configure:5743: result: yes
  1517. configure:5753: checking for struct sysinfo.mem_unit
  1518. configure:5753: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1519. configure:5753: $? = 0
  1520. configure:5753: result: yes
  1521. configure:5770: checking for sys/mount.h
  1522. configure:5770: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1523. configure:5770: $? = 0
  1524. configure:5770: result: yes
  1525. configure:5770: checking for sys/statfs.h
  1526. configure:5770: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1527. configure:5770: $? = 0
  1528. configure:5770: result: yes
  1529. configure:5770: checking for sys/statvfs.h
  1530. configure:5770: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1531. configure:5770: $? = 0
  1532. configure:5770: result: yes
  1533. configure:5770: checking for sys/vfs.h
  1534. configure:5770: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1535. configure:5770: $? = 0
  1536. configure:5770: result: yes
  1537. configure:5788: checking sys/sysctl.h usability
  1538. configure:5788: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1539. configure:5788: $? = 0
  1540. configure:5788: result: yes
  1541. configure:5788: checking sys/sysctl.h presence
  1542. configure:5788: gcc -E  conftest.c
  1543. configure:5788: $? = 0
  1544. configure:5788: result: yes
  1545. configure:5788: checking for sys/sysctl.h
  1546. configure:5788: result: yes
  1547. configure:5800: checking for struct statfs.f_fstypename
  1548. configure:5800: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1549. conftest.c: In function 'main':
  1550. conftest.c:96:12: error: 'struct statfs' has no member named 'f_fstypename'
  1551.  if (ac_aggr.f_fstypename)
  1552.             ^
  1553. configure:5800: $? = 1
  1554. configure: failed program was:
  1555. | /* confdefs.h */
  1556. | #define PACKAGE_NAME "tarsnap"
  1557. | #define PACKAGE_TARNAME "tarsnap"
  1558. | #define PACKAGE_VERSION "1.0.37"
  1559. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1560. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1561. | #define PACKAGE_URL ""
  1562. | #define PACKAGE "tarsnap"
  1563. | #define VERSION "1.0.37"
  1564. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1565. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1566. | #define TARVERSION "1.0.37"
  1567. | #define TSSERVER "v1-0-0"
  1568. | #define STDC_HEADERS 1
  1569. | #define HAVE_SYS_TYPES_H 1
  1570. | #define HAVE_SYS_STAT_H 1
  1571. | #define HAVE_STDLIB_H 1
  1572. | #define HAVE_STRING_H 1
  1573. | #define HAVE_MEMORY_H 1
  1574. | #define HAVE_STRINGS_H 1
  1575. | #define HAVE_INTTYPES_H 1
  1576. | #define HAVE_STDINT_H 1
  1577. | #define HAVE_UNISTD_H 1
  1578. | #define __EXTENSIONS__ 1
  1579. | #define _ALL_SOURCE 1
  1580. | #define _GNU_SOURCE 1
  1581. | #define _POSIX_PTHREAD_SEMANTICS 1
  1582. | #define _TANDEM_SOURCE 1
  1583. | #define STDC_HEADERS 1
  1584. | #define HAVE_DIRENT_H 1
  1585. | #define HAVE_SYS_WAIT_H 1
  1586. | #define HAVE_ACL_LIBACL_H 1
  1587. | #define HAVE_CTYPE_H 1
  1588. | #define HAVE_ERR_H 1
  1589. | #define HAVE_ERRNO_H 1
  1590. | #define HAVE_FCNTL_H 1
  1591. | #define HAVE_GRP_H 1
  1592. | #define HAVE_INTTYPES_H 1
  1593. | #define HAVE_LANGINFO_H 1
  1594. | #define HAVE_LIMITS_H 1
  1595. | #define HAVE_LINUX_FS_H 1
  1596. | #define HAVE_LOCALE_H 1
  1597. | #define HAVE_PATHS_H 1
  1598. | #define HAVE_POLL_H 1
  1599. | #define HAVE_PWD_H 1
  1600. | #define HAVE_REGEX_H 1
  1601. | #define HAVE_SIGNAL_H 1
  1602. | #define HAVE_STDARG_H 1
  1603. | #define HAVE_STDINT_H 1
  1604. | #define HAVE_STDLIB_H 1
  1605. | #define HAVE_STRING_H 1
  1606. | #define HAVE_SYS_ACL_H 1
  1607. | #define HAVE_SYS_IOCTL_H 1
  1608. | #define HAVE_SYS_PARAM_H 1
  1609. | #define HAVE_SYS_POLL_H 1
  1610. | #define HAVE_SYS_SELECT_H 1
  1611. | #define HAVE_SYS_TIME_H 1
  1612. | #define HAVE_TIME_H 1
  1613. | #define HAVE_UNISTD_H 1
  1614. | #define HAVE_UTIME_H 1
  1615. | #define HAVE_WCHAR_H 1
  1616. | #define HAVE_WCTYPE_H 1
  1617. | #define HAVE_LIBRT 1
  1618. | #define HAVE_CLOCK_GETTIME 1
  1619. | #define HAVE_SYS_SYSINFO_H 1
  1620. | #define HAVE_SYSINFO 1
  1621. | #define HAVE_STRUCT_SYSINFO 1
  1622. | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
  1623. | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
  1624. | #define HAVE_SYS_MOUNT_H 1
  1625. | #define HAVE_SYS_STATFS_H 1
  1626. | #define HAVE_SYS_STATVFS_H 1
  1627. | #define HAVE_SYS_VFS_H 1
  1628. | #define HAVE_SYS_SYSCTL_H 1
  1629. | /* end confdefs.h.  */
  1630. | #ifdef HAVE_SYS_PARAM_H
  1631. | #include <sys/param.h>
  1632. | #endif
  1633. | #ifdef HAVE_SYS_MOUNT_H
  1634. | #include <sys/mount.h>
  1635. | #endif
  1636. | #ifdef HAVE_SYS_STATFS_H
  1637. | #include <sys/statfs.h>
  1638. | #endif
  1639. | #ifdef HAVE_SYS_STATVFS_H
  1640. | #include <sys/statvfs.h>
  1641. | #endif
  1642. | #ifdef HAVE_SYS_VFS_H
  1643. | #include <sys/vfs.h>
  1644. | #endif
  1645. |
  1646. | int
  1647. | main ()
  1648. | {
  1649. | static struct statfs ac_aggr;
  1650. | if (ac_aggr.f_fstypename)
  1651. | return 0;
  1652. |   ;
  1653. |   return 0;
  1654. | }
  1655. configure:5800: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1656. conftest.c: In function 'main':
  1657. conftest.c:96:19: error: 'struct statfs' has no member named 'f_fstypename'
  1658.  if (sizeof ac_aggr.f_fstypename)
  1659.                    ^
  1660. configure:5800: $? = 1
  1661. configure: failed program was:
  1662. | /* confdefs.h */
  1663. | #define PACKAGE_NAME "tarsnap"
  1664. | #define PACKAGE_TARNAME "tarsnap"
  1665. | #define PACKAGE_VERSION "1.0.37"
  1666. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1667. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1668. | #define PACKAGE_URL ""
  1669. | #define PACKAGE "tarsnap"
  1670. | #define VERSION "1.0.37"
  1671. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1672. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1673. | #define TARVERSION "1.0.37"
  1674. | #define TSSERVER "v1-0-0"
  1675. | #define STDC_HEADERS 1
  1676. | #define HAVE_SYS_TYPES_H 1
  1677. | #define HAVE_SYS_STAT_H 1
  1678. | #define HAVE_STDLIB_H 1
  1679. | #define HAVE_STRING_H 1
  1680. | #define HAVE_MEMORY_H 1
  1681. | #define HAVE_STRINGS_H 1
  1682. | #define HAVE_INTTYPES_H 1
  1683. | #define HAVE_STDINT_H 1
  1684. | #define HAVE_UNISTD_H 1
  1685. | #define __EXTENSIONS__ 1
  1686. | #define _ALL_SOURCE 1
  1687. | #define _GNU_SOURCE 1
  1688. | #define _POSIX_PTHREAD_SEMANTICS 1
  1689. | #define _TANDEM_SOURCE 1
  1690. | #define STDC_HEADERS 1
  1691. | #define HAVE_DIRENT_H 1
  1692. | #define HAVE_SYS_WAIT_H 1
  1693. | #define HAVE_ACL_LIBACL_H 1
  1694. | #define HAVE_CTYPE_H 1
  1695. | #define HAVE_ERR_H 1
  1696. | #define HAVE_ERRNO_H 1
  1697. | #define HAVE_FCNTL_H 1
  1698. | #define HAVE_GRP_H 1
  1699. | #define HAVE_INTTYPES_H 1
  1700. | #define HAVE_LANGINFO_H 1
  1701. | #define HAVE_LIMITS_H 1
  1702. | #define HAVE_LINUX_FS_H 1
  1703. | #define HAVE_LOCALE_H 1
  1704. | #define HAVE_PATHS_H 1
  1705. | #define HAVE_POLL_H 1
  1706. | #define HAVE_PWD_H 1
  1707. | #define HAVE_REGEX_H 1
  1708. | #define HAVE_SIGNAL_H 1
  1709. | #define HAVE_STDARG_H 1
  1710. | #define HAVE_STDINT_H 1
  1711. | #define HAVE_STDLIB_H 1
  1712. | #define HAVE_STRING_H 1
  1713. | #define HAVE_SYS_ACL_H 1
  1714. | #define HAVE_SYS_IOCTL_H 1
  1715. | #define HAVE_SYS_PARAM_H 1
  1716. | #define HAVE_SYS_POLL_H 1
  1717. | #define HAVE_SYS_SELECT_H 1
  1718. | #define HAVE_SYS_TIME_H 1
  1719. | #define HAVE_TIME_H 1
  1720. | #define HAVE_UNISTD_H 1
  1721. | #define HAVE_UTIME_H 1
  1722. | #define HAVE_WCHAR_H 1
  1723. | #define HAVE_WCTYPE_H 1
  1724. | #define HAVE_LIBRT 1
  1725. | #define HAVE_CLOCK_GETTIME 1
  1726. | #define HAVE_SYS_SYSINFO_H 1
  1727. | #define HAVE_SYSINFO 1
  1728. | #define HAVE_STRUCT_SYSINFO 1
  1729. | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
  1730. | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
  1731. | #define HAVE_SYS_MOUNT_H 1
  1732. | #define HAVE_SYS_STATFS_H 1
  1733. | #define HAVE_SYS_STATVFS_H 1
  1734. | #define HAVE_SYS_VFS_H 1
  1735. | #define HAVE_SYS_SYSCTL_H 1
  1736. | /* end confdefs.h.  */
  1737. | #ifdef HAVE_SYS_PARAM_H
  1738. | #include <sys/param.h>
  1739. | #endif
  1740. | #ifdef HAVE_SYS_MOUNT_H
  1741. | #include <sys/mount.h>
  1742. | #endif
  1743. | #ifdef HAVE_SYS_STATFS_H
  1744. | #include <sys/statfs.h>
  1745. | #endif
  1746. | #ifdef HAVE_SYS_STATVFS_H
  1747. | #include <sys/statvfs.h>
  1748. | #endif
  1749. | #ifdef HAVE_SYS_VFS_H
  1750. | #include <sys/vfs.h>
  1751. | #endif
  1752. |
  1753. | int
  1754. | main ()
  1755. | {
  1756. | static struct statfs ac_aggr;
  1757. | if (sizeof ac_aggr.f_fstypename)
  1758. | return 0;
  1759. |   ;
  1760. |   return 0;
  1761. | }
  1762. configure:5800: result: no
  1763. configure:5824: checking for struct statfs.f_type
  1764. configure:5824: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1765. configure:5824: $? = 0
  1766. configure:5824: result: yes
  1767. configure:5848: checking for struct statvfs.f_fstypename
  1768. configure:5848: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1769. conftest.c: In function 'main':
  1770. conftest.c:97:12: error: 'struct statvfs' has no member named 'f_fstypename'
  1771.  if (ac_aggr.f_fstypename)
  1772.             ^
  1773. configure:5848: $? = 1
  1774. configure: failed program was:
  1775. | /* confdefs.h */
  1776. | #define PACKAGE_NAME "tarsnap"
  1777. | #define PACKAGE_TARNAME "tarsnap"
  1778. | #define PACKAGE_VERSION "1.0.37"
  1779. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1780. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1781. | #define PACKAGE_URL ""
  1782. | #define PACKAGE "tarsnap"
  1783. | #define VERSION "1.0.37"
  1784. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1785. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1786. | #define TARVERSION "1.0.37"
  1787. | #define TSSERVER "v1-0-0"
  1788. | #define STDC_HEADERS 1
  1789. | #define HAVE_SYS_TYPES_H 1
  1790. | #define HAVE_SYS_STAT_H 1
  1791. | #define HAVE_STDLIB_H 1
  1792. | #define HAVE_STRING_H 1
  1793. | #define HAVE_MEMORY_H 1
  1794. | #define HAVE_STRINGS_H 1
  1795. | #define HAVE_INTTYPES_H 1
  1796. | #define HAVE_STDINT_H 1
  1797. | #define HAVE_UNISTD_H 1
  1798. | #define __EXTENSIONS__ 1
  1799. | #define _ALL_SOURCE 1
  1800. | #define _GNU_SOURCE 1
  1801. | #define _POSIX_PTHREAD_SEMANTICS 1
  1802. | #define _TANDEM_SOURCE 1
  1803. | #define STDC_HEADERS 1
  1804. | #define HAVE_DIRENT_H 1
  1805. | #define HAVE_SYS_WAIT_H 1
  1806. | #define HAVE_ACL_LIBACL_H 1
  1807. | #define HAVE_CTYPE_H 1
  1808. | #define HAVE_ERR_H 1
  1809. | #define HAVE_ERRNO_H 1
  1810. | #define HAVE_FCNTL_H 1
  1811. | #define HAVE_GRP_H 1
  1812. | #define HAVE_INTTYPES_H 1
  1813. | #define HAVE_LANGINFO_H 1
  1814. | #define HAVE_LIMITS_H 1
  1815. | #define HAVE_LINUX_FS_H 1
  1816. | #define HAVE_LOCALE_H 1
  1817. | #define HAVE_PATHS_H 1
  1818. | #define HAVE_POLL_H 1
  1819. | #define HAVE_PWD_H 1
  1820. | #define HAVE_REGEX_H 1
  1821. | #define HAVE_SIGNAL_H 1
  1822. | #define HAVE_STDARG_H 1
  1823. | #define HAVE_STDINT_H 1
  1824. | #define HAVE_STDLIB_H 1
  1825. | #define HAVE_STRING_H 1
  1826. | #define HAVE_SYS_ACL_H 1
  1827. | #define HAVE_SYS_IOCTL_H 1
  1828. | #define HAVE_SYS_PARAM_H 1
  1829. | #define HAVE_SYS_POLL_H 1
  1830. | #define HAVE_SYS_SELECT_H 1
  1831. | #define HAVE_SYS_TIME_H 1
  1832. | #define HAVE_TIME_H 1
  1833. | #define HAVE_UNISTD_H 1
  1834. | #define HAVE_UTIME_H 1
  1835. | #define HAVE_WCHAR_H 1
  1836. | #define HAVE_WCTYPE_H 1
  1837. | #define HAVE_LIBRT 1
  1838. | #define HAVE_CLOCK_GETTIME 1
  1839. | #define HAVE_SYS_SYSINFO_H 1
  1840. | #define HAVE_SYSINFO 1
  1841. | #define HAVE_STRUCT_SYSINFO 1
  1842. | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
  1843. | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
  1844. | #define HAVE_SYS_MOUNT_H 1
  1845. | #define HAVE_SYS_STATFS_H 1
  1846. | #define HAVE_SYS_STATVFS_H 1
  1847. | #define HAVE_SYS_VFS_H 1
  1848. | #define HAVE_SYS_SYSCTL_H 1
  1849. | #define HAVE_STRUCT_STATFS_F_TYPE 1
  1850. | /* end confdefs.h.  */
  1851. | #ifdef HAVE_SYS_PARAM_H
  1852. | #include <sys/param.h>
  1853. | #endif
  1854. | #ifdef HAVE_SYS_MOUNT_H
  1855. | #include <sys/mount.h>
  1856. | #endif
  1857. | #ifdef HAVE_SYS_STATFS_H
  1858. | #include <sys/statfs.h>
  1859. | #endif
  1860. | #ifdef HAVE_SYS_STATVFS_H
  1861. | #include <sys/statvfs.h>
  1862. | #endif
  1863. | #ifdef HAVE_SYS_VFS_H
  1864. | #include <sys/vfs.h>
  1865. | #endif
  1866. |
  1867. | int
  1868. | main ()
  1869. | {
  1870. | static struct statvfs ac_aggr;
  1871. | if (ac_aggr.f_fstypename)
  1872. | return 0;
  1873. |   ;
  1874. |   return 0;
  1875. | }
  1876. configure:5848: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1877. conftest.c: In function 'main':
  1878. conftest.c:97:19: error: 'struct statvfs' has no member named 'f_fstypename'
  1879.  if (sizeof ac_aggr.f_fstypename)
  1880.                    ^
  1881. configure:5848: $? = 1
  1882. configure: failed program was:
  1883. | /* confdefs.h */
  1884. | #define PACKAGE_NAME "tarsnap"
  1885. | #define PACKAGE_TARNAME "tarsnap"
  1886. | #define PACKAGE_VERSION "1.0.37"
  1887. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1888. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1889. | #define PACKAGE_URL ""
  1890. | #define PACKAGE "tarsnap"
  1891. | #define VERSION "1.0.37"
  1892. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  1893. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  1894. | #define TARVERSION "1.0.37"
  1895. | #define TSSERVER "v1-0-0"
  1896. | #define STDC_HEADERS 1
  1897. | #define HAVE_SYS_TYPES_H 1
  1898. | #define HAVE_SYS_STAT_H 1
  1899. | #define HAVE_STDLIB_H 1
  1900. | #define HAVE_STRING_H 1
  1901. | #define HAVE_MEMORY_H 1
  1902. | #define HAVE_STRINGS_H 1
  1903. | #define HAVE_INTTYPES_H 1
  1904. | #define HAVE_STDINT_H 1
  1905. | #define HAVE_UNISTD_H 1
  1906. | #define __EXTENSIONS__ 1
  1907. | #define _ALL_SOURCE 1
  1908. | #define _GNU_SOURCE 1
  1909. | #define _POSIX_PTHREAD_SEMANTICS 1
  1910. | #define _TANDEM_SOURCE 1
  1911. | #define STDC_HEADERS 1
  1912. | #define HAVE_DIRENT_H 1
  1913. | #define HAVE_SYS_WAIT_H 1
  1914. | #define HAVE_ACL_LIBACL_H 1
  1915. | #define HAVE_CTYPE_H 1
  1916. | #define HAVE_ERR_H 1
  1917. | #define HAVE_ERRNO_H 1
  1918. | #define HAVE_FCNTL_H 1
  1919. | #define HAVE_GRP_H 1
  1920. | #define HAVE_INTTYPES_H 1
  1921. | #define HAVE_LANGINFO_H 1
  1922. | #define HAVE_LIMITS_H 1
  1923. | #define HAVE_LINUX_FS_H 1
  1924. | #define HAVE_LOCALE_H 1
  1925. | #define HAVE_PATHS_H 1
  1926. | #define HAVE_POLL_H 1
  1927. | #define HAVE_PWD_H 1
  1928. | #define HAVE_REGEX_H 1
  1929. | #define HAVE_SIGNAL_H 1
  1930. | #define HAVE_STDARG_H 1
  1931. | #define HAVE_STDINT_H 1
  1932. | #define HAVE_STDLIB_H 1
  1933. | #define HAVE_STRING_H 1
  1934. | #define HAVE_SYS_ACL_H 1
  1935. | #define HAVE_SYS_IOCTL_H 1
  1936. | #define HAVE_SYS_PARAM_H 1
  1937. | #define HAVE_SYS_POLL_H 1
  1938. | #define HAVE_SYS_SELECT_H 1
  1939. | #define HAVE_SYS_TIME_H 1
  1940. | #define HAVE_TIME_H 1
  1941. | #define HAVE_UNISTD_H 1
  1942. | #define HAVE_UTIME_H 1
  1943. | #define HAVE_WCHAR_H 1
  1944. | #define HAVE_WCTYPE_H 1
  1945. | #define HAVE_LIBRT 1
  1946. | #define HAVE_CLOCK_GETTIME 1
  1947. | #define HAVE_SYS_SYSINFO_H 1
  1948. | #define HAVE_SYSINFO 1
  1949. | #define HAVE_STRUCT_SYSINFO 1
  1950. | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
  1951. | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
  1952. | #define HAVE_SYS_MOUNT_H 1
  1953. | #define HAVE_SYS_STATFS_H 1
  1954. | #define HAVE_SYS_STATVFS_H 1
  1955. | #define HAVE_SYS_VFS_H 1
  1956. | #define HAVE_SYS_SYSCTL_H 1
  1957. | #define HAVE_STRUCT_STATFS_F_TYPE 1
  1958. | /* end confdefs.h.  */
  1959. | #ifdef HAVE_SYS_PARAM_H
  1960. | #include <sys/param.h>
  1961. | #endif
  1962. | #ifdef HAVE_SYS_MOUNT_H
  1963. | #include <sys/mount.h>
  1964. | #endif
  1965. | #ifdef HAVE_SYS_STATFS_H
  1966. | #include <sys/statfs.h>
  1967. | #endif
  1968. | #ifdef HAVE_SYS_STATVFS_H
  1969. | #include <sys/statvfs.h>
  1970. | #endif
  1971. | #ifdef HAVE_SYS_VFS_H
  1972. | #include <sys/vfs.h>
  1973. | #endif
  1974. |
  1975. | int
  1976. | main ()
  1977. | {
  1978. | static struct statvfs ac_aggr;
  1979. | if (sizeof ac_aggr.f_fstypename)
  1980. | return 0;
  1981. |   ;
  1982. |   return 0;
  1983. | }
  1984. configure:5848: result: no
  1985. configure:5872: checking for struct statvfs.f_basetype
  1986. configure:5872: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  1987. conftest.c: In function 'main':
  1988. conftest.c:97:12: error: 'struct statvfs' has no member named 'f_basetype'
  1989.  if (ac_aggr.f_basetype)
  1990.             ^
  1991. configure:5872: $? = 1
  1992. configure: failed program was:
  1993. | /* confdefs.h */
  1994. | #define PACKAGE_NAME "tarsnap"
  1995. | #define PACKAGE_TARNAME "tarsnap"
  1996. | #define PACKAGE_VERSION "1.0.37"
  1997. | #define PACKAGE_STRING "tarsnap 1.0.37"
  1998. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  1999. | #define PACKAGE_URL ""
  2000. | #define PACKAGE "tarsnap"
  2001. | #define VERSION "1.0.37"
  2002. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  2003. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  2004. | #define TARVERSION "1.0.37"
  2005. | #define TSSERVER "v1-0-0"
  2006. | #define STDC_HEADERS 1
  2007. | #define HAVE_SYS_TYPES_H 1
  2008. | #define HAVE_SYS_STAT_H 1
  2009. | #define HAVE_STDLIB_H 1
  2010. | #define HAVE_STRING_H 1
  2011. | #define HAVE_MEMORY_H 1
  2012. | #define HAVE_STRINGS_H 1
  2013. | #define HAVE_INTTYPES_H 1
  2014. | #define HAVE_STDINT_H 1
  2015. | #define HAVE_UNISTD_H 1
  2016. | #define __EXTENSIONS__ 1
  2017. | #define _ALL_SOURCE 1
  2018. | #define _GNU_SOURCE 1
  2019. | #define _POSIX_PTHREAD_SEMANTICS 1
  2020. | #define _TANDEM_SOURCE 1
  2021. | #define STDC_HEADERS 1
  2022. | #define HAVE_DIRENT_H 1
  2023. | #define HAVE_SYS_WAIT_H 1
  2024. | #define HAVE_ACL_LIBACL_H 1
  2025. | #define HAVE_CTYPE_H 1
  2026. | #define HAVE_ERR_H 1
  2027. | #define HAVE_ERRNO_H 1
  2028. | #define HAVE_FCNTL_H 1
  2029. | #define HAVE_GRP_H 1
  2030. | #define HAVE_INTTYPES_H 1
  2031. | #define HAVE_LANGINFO_H 1
  2032. | #define HAVE_LIMITS_H 1
  2033. | #define HAVE_LINUX_FS_H 1
  2034. | #define HAVE_LOCALE_H 1
  2035. | #define HAVE_PATHS_H 1
  2036. | #define HAVE_POLL_H 1
  2037. | #define HAVE_PWD_H 1
  2038. | #define HAVE_REGEX_H 1
  2039. | #define HAVE_SIGNAL_H 1
  2040. | #define HAVE_STDARG_H 1
  2041. | #define HAVE_STDINT_H 1
  2042. | #define HAVE_STDLIB_H 1
  2043. | #define HAVE_STRING_H 1
  2044. | #define HAVE_SYS_ACL_H 1
  2045. | #define HAVE_SYS_IOCTL_H 1
  2046. | #define HAVE_SYS_PARAM_H 1
  2047. | #define HAVE_SYS_POLL_H 1
  2048. | #define HAVE_SYS_SELECT_H 1
  2049. | #define HAVE_SYS_TIME_H 1
  2050. | #define HAVE_TIME_H 1
  2051. | #define HAVE_UNISTD_H 1
  2052. | #define HAVE_UTIME_H 1
  2053. | #define HAVE_WCHAR_H 1
  2054. | #define HAVE_WCTYPE_H 1
  2055. | #define HAVE_LIBRT 1
  2056. | #define HAVE_CLOCK_GETTIME 1
  2057. | #define HAVE_SYS_SYSINFO_H 1
  2058. | #define HAVE_SYSINFO 1
  2059. | #define HAVE_STRUCT_SYSINFO 1
  2060. | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
  2061. | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
  2062. | #define HAVE_SYS_MOUNT_H 1
  2063. | #define HAVE_SYS_STATFS_H 1
  2064. | #define HAVE_SYS_STATVFS_H 1
  2065. | #define HAVE_SYS_VFS_H 1
  2066. | #define HAVE_SYS_SYSCTL_H 1
  2067. | #define HAVE_STRUCT_STATFS_F_TYPE 1
  2068. | /* end confdefs.h.  */
  2069. | #ifdef HAVE_SYS_PARAM_H
  2070. | #include <sys/param.h>
  2071. | #endif
  2072. | #ifdef HAVE_SYS_MOUNT_H
  2073. | #include <sys/mount.h>
  2074. | #endif
  2075. | #ifdef HAVE_SYS_STATFS_H
  2076. | #include <sys/statfs.h>
  2077. | #endif
  2078. | #ifdef HAVE_SYS_STATVFS_H
  2079. | #include <sys/statvfs.h>
  2080. | #endif
  2081. | #ifdef HAVE_SYS_VFS_H
  2082. | #include <sys/vfs.h>
  2083. | #endif
  2084. |
  2085. | int
  2086. | main ()
  2087. | {
  2088. | static struct statvfs ac_aggr;
  2089. | if (ac_aggr.f_basetype)
  2090. | return 0;
  2091. |   ;
  2092. |   return 0;
  2093. | }
  2094. configure:5872: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  2095. conftest.c: In function 'main':
  2096. conftest.c:97:19: error: 'struct statvfs' has no member named 'f_basetype'
  2097.  if (sizeof ac_aggr.f_basetype)
  2098.                    ^
  2099. configure:5872: $? = 1
  2100. configure: failed program was:
  2101. | /* confdefs.h */
  2102. | #define PACKAGE_NAME "tarsnap"
  2103. | #define PACKAGE_TARNAME "tarsnap"
  2104. | #define PACKAGE_VERSION "1.0.37"
  2105. | #define PACKAGE_STRING "tarsnap 1.0.37"
  2106. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  2107. | #define PACKAGE_URL ""
  2108. | #define PACKAGE "tarsnap"
  2109. | #define VERSION "1.0.37"
  2110. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  2111. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  2112. | #define TARVERSION "1.0.37"
  2113. | #define TSSERVER "v1-0-0"
  2114. | #define STDC_HEADERS 1
  2115. | #define HAVE_SYS_TYPES_H 1
  2116. | #define HAVE_SYS_STAT_H 1
  2117. | #define HAVE_STDLIB_H 1
  2118. | #define HAVE_STRING_H 1
  2119. | #define HAVE_MEMORY_H 1
  2120. | #define HAVE_STRINGS_H 1
  2121. | #define HAVE_INTTYPES_H 1
  2122. | #define HAVE_STDINT_H 1
  2123. | #define HAVE_UNISTD_H 1
  2124. | #define __EXTENSIONS__ 1
  2125. | #define _ALL_SOURCE 1
  2126. | #define _GNU_SOURCE 1
  2127. | #define _POSIX_PTHREAD_SEMANTICS 1
  2128. | #define _TANDEM_SOURCE 1
  2129. | #define STDC_HEADERS 1
  2130. | #define HAVE_DIRENT_H 1
  2131. | #define HAVE_SYS_WAIT_H 1
  2132. | #define HAVE_ACL_LIBACL_H 1
  2133. | #define HAVE_CTYPE_H 1
  2134. | #define HAVE_ERR_H 1
  2135. | #define HAVE_ERRNO_H 1
  2136. | #define HAVE_FCNTL_H 1
  2137. | #define HAVE_GRP_H 1
  2138. | #define HAVE_INTTYPES_H 1
  2139. | #define HAVE_LANGINFO_H 1
  2140. | #define HAVE_LIMITS_H 1
  2141. | #define HAVE_LINUX_FS_H 1
  2142. | #define HAVE_LOCALE_H 1
  2143. | #define HAVE_PATHS_H 1
  2144. | #define HAVE_POLL_H 1
  2145. | #define HAVE_PWD_H 1
  2146. | #define HAVE_REGEX_H 1
  2147. | #define HAVE_SIGNAL_H 1
  2148. | #define HAVE_STDARG_H 1
  2149. | #define HAVE_STDINT_H 1
  2150. | #define HAVE_STDLIB_H 1
  2151. | #define HAVE_STRING_H 1
  2152. | #define HAVE_SYS_ACL_H 1
  2153. | #define HAVE_SYS_IOCTL_H 1
  2154. | #define HAVE_SYS_PARAM_H 1
  2155. | #define HAVE_SYS_POLL_H 1
  2156. | #define HAVE_SYS_SELECT_H 1
  2157. | #define HAVE_SYS_TIME_H 1
  2158. | #define HAVE_TIME_H 1
  2159. | #define HAVE_UNISTD_H 1
  2160. | #define HAVE_UTIME_H 1
  2161. | #define HAVE_WCHAR_H 1
  2162. | #define HAVE_WCTYPE_H 1
  2163. | #define HAVE_LIBRT 1
  2164. | #define HAVE_CLOCK_GETTIME 1
  2165. | #define HAVE_SYS_SYSINFO_H 1
  2166. | #define HAVE_SYSINFO 1
  2167. | #define HAVE_STRUCT_SYSINFO 1
  2168. | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
  2169. | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
  2170. | #define HAVE_SYS_MOUNT_H 1
  2171. | #define HAVE_SYS_STATFS_H 1
  2172. | #define HAVE_SYS_STATVFS_H 1
  2173. | #define HAVE_SYS_VFS_H 1
  2174. | #define HAVE_SYS_SYSCTL_H 1
  2175. | #define HAVE_STRUCT_STATFS_F_TYPE 1
  2176. | /* end confdefs.h.  */
  2177. | #ifdef HAVE_SYS_PARAM_H
  2178. | #include <sys/param.h>
  2179. | #endif
  2180. | #ifdef HAVE_SYS_MOUNT_H
  2181. | #include <sys/mount.h>
  2182. | #endif
  2183. | #ifdef HAVE_SYS_STATFS_H
  2184. | #include <sys/statfs.h>
  2185. | #endif
  2186. | #ifdef HAVE_SYS_STATVFS_H
  2187. | #include <sys/statvfs.h>
  2188. | #endif
  2189. | #ifdef HAVE_SYS_VFS_H
  2190. | #include <sys/vfs.h>
  2191. | #endif
  2192. |
  2193. | int
  2194. | main ()
  2195. | {
  2196. | static struct statvfs ac_aggr;
  2197. | if (sizeof ac_aggr.f_basetype)
  2198. | return 0;
  2199. |   ;
  2200. |   return 0;
  2201. | }
  2202. configure:5872: result: no
  2203. configure:5902: checking linux/magic.h usability
  2204. configure:5902: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  2205. configure:5902: $? = 0
  2206. configure:5902: result: yes
  2207. configure:5902: checking linux/magic.h presence
  2208. configure:5902: gcc -E  conftest.c
  2209. configure:5902: $? = 0
  2210. configure:5902: result: yes
  2211. configure:5902: checking for linux/magic.h
  2212. configure:5902: result: yes
  2213. configure:5942: checking ext2fs/ext2_fs.h usability
  2214. configure:5942: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  2215. configure:5942: $? = 0
  2216. configure:5942: result: yes
  2217. configure:5942: checking ext2fs/ext2_fs.h presence
  2218. configure:5942: gcc -E  conftest.c
  2219. configure:5942: $? = 0
  2220. configure:5942: result: yes
  2221. configure:5942: checking for ext2fs/ext2_fs.h
  2222. configure:5942: result: yes
  2223. configure:5992: checking zlib.h usability
  2224. configure:5992: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  2225. configure:5992: $? = 0
  2226. configure:5992: result: yes
  2227. configure:5992: checking zlib.h presence
  2228. configure:5992: gcc -E  conftest.c
  2229. configure:5992: $? = 0
  2230. configure:5992: result: yes
  2231. configure:5992: checking for zlib.h
  2232. configure:5992: result: yes
  2233. configure:5994: checking for inflate in -lz
  2234. configure:6019: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c -lz  -lrt  >&5
  2235. configure:6019: $? = 0
  2236. configure:6028: result: yes
  2237. configure:6046: checking openssl/rsa.h usability
  2238. configure:6046: gcc -c -O2 -pipe -fomit-frame-pointer -fno-caller-saves   conftest.c >&5
  2239. configure:6046: $? = 0
  2240. configure:6046: result: yes
  2241. configure:6046: checking openssl/rsa.h presence
  2242. configure:6046: gcc -E  conftest.c
  2243. configure:6046: $? = 0
  2244. configure:6046: result: yes
  2245. configure:6046: checking for openssl/rsa.h
  2246. configure:6046: result: yes
  2247. configure:6048: checking for RSA_private_encrypt in -lcrypto
  2248. configure:6073: gcc -o conftest -O2 -pipe -fomit-frame-pointer -fno-caller-saves   -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib conftest.c -lcrypto  -lz -lrt  >&5
  2249. /opt/bin/ld: skipping incompatible /lib/libcrypto.so when searching for -lcrypto
  2250. /opt/bin/ld: skipping incompatible /usr/lib/libcrypto.so when searching for -lcrypto
  2251. /opt/bin/ld: cannot find -lcrypto
  2252. collect2: error: ld returned 1 exit status
  2253. configure:6073: $? = 1
  2254. configure: failed program was:
  2255. | /* confdefs.h */
  2256. | #define PACKAGE_NAME "tarsnap"
  2257. | #define PACKAGE_TARNAME "tarsnap"
  2258. | #define PACKAGE_VERSION "1.0.37"
  2259. | #define PACKAGE_STRING "tarsnap 1.0.37"
  2260. | #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  2261. | #define PACKAGE_URL ""
  2262. | #define PACKAGE "tarsnap"
  2263. | #define VERSION "1.0.37"
  2264. | #define LIBARCHIVE_VERSION_STRING "2.7.0"
  2265. | #define LIBARCHIVE_VERSION_NUMBER "2007000"
  2266. | #define TARVERSION "1.0.37"
  2267. | #define TSSERVER "v1-0-0"
  2268. | #define STDC_HEADERS 1
  2269. | #define HAVE_SYS_TYPES_H 1
  2270. | #define HAVE_SYS_STAT_H 1
  2271. | #define HAVE_STDLIB_H 1
  2272. | #define HAVE_STRING_H 1
  2273. | #define HAVE_MEMORY_H 1
  2274. | #define HAVE_STRINGS_H 1
  2275. | #define HAVE_INTTYPES_H 1
  2276. | #define HAVE_STDINT_H 1
  2277. | #define HAVE_UNISTD_H 1
  2278. | #define __EXTENSIONS__ 1
  2279. | #define _ALL_SOURCE 1
  2280. | #define _GNU_SOURCE 1
  2281. | #define _POSIX_PTHREAD_SEMANTICS 1
  2282. | #define _TANDEM_SOURCE 1
  2283. | #define STDC_HEADERS 1
  2284. | #define HAVE_DIRENT_H 1
  2285. | #define HAVE_SYS_WAIT_H 1
  2286. | #define HAVE_ACL_LIBACL_H 1
  2287. | #define HAVE_CTYPE_H 1
  2288. | #define HAVE_ERR_H 1
  2289. | #define HAVE_ERRNO_H 1
  2290. | #define HAVE_FCNTL_H 1
  2291. | #define HAVE_GRP_H 1
  2292. | #define HAVE_INTTYPES_H 1
  2293. | #define HAVE_LANGINFO_H 1
  2294. | #define HAVE_LIMITS_H 1
  2295. | #define HAVE_LINUX_FS_H 1
  2296. | #define HAVE_LOCALE_H 1
  2297. | #define HAVE_PATHS_H 1
  2298. | #define HAVE_POLL_H 1
  2299. | #define HAVE_PWD_H 1
  2300. | #define HAVE_REGEX_H 1
  2301. | #define HAVE_SIGNAL_H 1
  2302. | #define HAVE_STDARG_H 1
  2303. | #define HAVE_STDINT_H 1
  2304. | #define HAVE_STDLIB_H 1
  2305. | #define HAVE_STRING_H 1
  2306. | #define HAVE_SYS_ACL_H 1
  2307. | #define HAVE_SYS_IOCTL_H 1
  2308. | #define HAVE_SYS_PARAM_H 1
  2309. | #define HAVE_SYS_POLL_H 1
  2310. | #define HAVE_SYS_SELECT_H 1
  2311. | #define HAVE_SYS_TIME_H 1
  2312. | #define HAVE_TIME_H 1
  2313. | #define HAVE_UNISTD_H 1
  2314. | #define HAVE_UTIME_H 1
  2315. | #define HAVE_WCHAR_H 1
  2316. | #define HAVE_WCTYPE_H 1
  2317. | #define HAVE_LIBRT 1
  2318. | #define HAVE_CLOCK_GETTIME 1
  2319. | #define HAVE_SYS_SYSINFO_H 1
  2320. | #define HAVE_SYSINFO 1
  2321. | #define HAVE_STRUCT_SYSINFO 1
  2322. | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
  2323. | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
  2324. | #define HAVE_SYS_MOUNT_H 1
  2325. | #define HAVE_SYS_STATFS_H 1
  2326. | #define HAVE_SYS_STATVFS_H 1
  2327. | #define HAVE_SYS_VFS_H 1
  2328. | #define HAVE_SYS_SYSCTL_H 1
  2329. | #define HAVE_STRUCT_STATFS_F_TYPE 1
  2330. | #define HAVE_LINUX_MAGIC_H 1
  2331. | #define HAVE_EXT2FS_EXT2_FS_H 1
  2332. | #define HAVE_LIBZ 1
  2333. | /* end confdefs.h.  */
  2334. |
  2335. | /* Override any GCC internal prototype to avoid an error.
  2336. |    Use char because int might match the return type of a GCC
  2337. |    builtin and then its argument prototype would still apply.  */
  2338. | #ifdef __cplusplus
  2339. | extern "C"
  2340. | #endif
  2341. | char RSA_private_encrypt ();
  2342. | int
  2343. | main ()
  2344. | {
  2345. | return RSA_private_encrypt ();
  2346. |   ;
  2347. |   return 0;
  2348. | }
  2349. configure:6082: result: no
  2350. configure:6092: error: *** OpenSSL missing ***
  2351.  
  2352. ## ---------------- ##
  2353. ## Cache variables. ##
  2354. ## ---------------- ##
  2355.  
  2356. ac_cv_build='x86_64-unknown-linux-gnu'
  2357. ac_cv_c_compiler_gnu='yes'
  2358. ac_cv_env_BASH_COMPLETION_CFLAGS_set=''
  2359. ac_cv_env_BASH_COMPLETION_CFLAGS_value=''
  2360. ac_cv_env_BASH_COMPLETION_LIBS_set=''
  2361. ac_cv_env_BASH_COMPLETION_LIBS_value=''
  2362. ac_cv_env_CC_set=''
  2363. ac_cv_env_CC_value=''
  2364. ac_cv_env_CFLAGS_set='set'
  2365. ac_cv_env_CFLAGS_value='-O2 -pipe -fomit-frame-pointer -fno-caller-saves '
  2366. ac_cv_env_CPPFLAGS_set=''
  2367. ac_cv_env_CPPFLAGS_value=''
  2368. ac_cv_env_CPP_set=''
  2369. ac_cv_env_CPP_value=''
  2370. ac_cv_env_LDFLAGS_set='set'
  2371. ac_cv_env_LDFLAGS_value='-Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib'
  2372. ac_cv_env_LIBS_set=''
  2373. ac_cv_env_LIBS_value=''
  2374. ac_cv_env_PKG_CONFIG_LIBDIR_set=''
  2375. ac_cv_env_PKG_CONFIG_LIBDIR_value=''
  2376. ac_cv_env_PKG_CONFIG_PATH_set=''
  2377. ac_cv_env_PKG_CONFIG_PATH_value=''
  2378. ac_cv_env_PKG_CONFIG_set=''
  2379. ac_cv_env_PKG_CONFIG_value=''
  2380. ac_cv_env_build_alias_set=''
  2381. ac_cv_env_build_alias_value=''
  2382. ac_cv_env_host_alias_set=''
  2383. ac_cv_env_host_alias_value=''
  2384. ac_cv_env_target_alias_set=''
  2385. ac_cv_env_target_alias_value=''
  2386. ac_cv_func_clock_gettime='yes'
  2387. ac_cv_func_sysinfo='yes'
  2388. ac_cv_header_acl_libacl_h='yes'
  2389. ac_cv_header_attr_xattr_h='no'
  2390. ac_cv_header_ctype_h='yes'
  2391. ac_cv_header_dirent_dirent_h='yes'
  2392. ac_cv_header_err_h='yes'
  2393. ac_cv_header_errno_h='yes'
  2394. ac_cv_header_ext2fs_ext2_fs_h='yes'
  2395. ac_cv_header_fcntl_h='yes'
  2396. ac_cv_header_grp_h='yes'
  2397. ac_cv_header_inttypes_h='yes'
  2398. ac_cv_header_langinfo_h='yes'
  2399. ac_cv_header_limits_h='yes'
  2400. ac_cv_header_linux_fs_h='yes'
  2401. ac_cv_header_linux_magic_h='yes'
  2402. ac_cv_header_locale_h='yes'
  2403. ac_cv_header_memory_h='yes'
  2404. ac_cv_header_minix_config_h='no'
  2405. ac_cv_header_openssl_rsa_h='yes'
  2406. ac_cv_header_paths_h='yes'
  2407. ac_cv_header_poll_h='yes'
  2408. ac_cv_header_pwd_h='yes'
  2409. ac_cv_header_regex_h='yes'
  2410. ac_cv_header_signal_h='yes'
  2411. ac_cv_header_stdarg_h='yes'
  2412. ac_cv_header_stdc='yes'
  2413. ac_cv_header_stdint_h='yes'
  2414. ac_cv_header_stdlib_h='yes'
  2415. ac_cv_header_string_h='yes'
  2416. ac_cv_header_strings_h='yes'
  2417. ac_cv_header_sys_acl_h='yes'
  2418. ac_cv_header_sys_extattr_h='no'
  2419. ac_cv_header_sys_ioctl_h='yes'
  2420. ac_cv_header_sys_mkdev_h='no'
  2421. ac_cv_header_sys_mount_h='yes'
  2422. ac_cv_header_sys_param_h='yes'
  2423. ac_cv_header_sys_poll_h='yes'
  2424. ac_cv_header_sys_select_h='yes'
  2425. ac_cv_header_sys_stat_h='yes'
  2426. ac_cv_header_sys_statfs_h='yes'
  2427. ac_cv_header_sys_statvfs_h='yes'
  2428. ac_cv_header_sys_sysctl_h='yes'
  2429. ac_cv_header_sys_sysinfo_h='yes'
  2430. ac_cv_header_sys_time_h='yes'
  2431. ac_cv_header_sys_types_h='yes'
  2432. ac_cv_header_sys_utime_h='no'
  2433. ac_cv_header_sys_vfs_h='yes'
  2434. ac_cv_header_sys_wait_h='yes'
  2435. ac_cv_header_time_h='yes'
  2436. ac_cv_header_unistd_h='yes'
  2437. ac_cv_header_utime_h='yes'
  2438. ac_cv_header_wchar_h='yes'
  2439. ac_cv_header_wctype_h='yes'
  2440. ac_cv_header_windows_h='no'
  2441. ac_cv_header_zlib_h='yes'
  2442. ac_cv_host='x86_64-unknown-linux-gnu'
  2443. ac_cv_lib_crypto_RSA_private_encrypt='no'
  2444. ac_cv_lib_rt_clock_gettime='yes'
  2445. ac_cv_lib_z_inflate='yes'
  2446. ac_cv_member_struct_statfs_f_fstypename='no'
  2447. ac_cv_member_struct_statfs_f_type='yes'
  2448. ac_cv_member_struct_statvfs_f_basetype='no'
  2449. ac_cv_member_struct_statvfs_f_fstypename='no'
  2450. ac_cv_member_struct_sysinfo_mem_unit='yes'
  2451. ac_cv_member_struct_sysinfo_totalram='yes'
  2452. ac_cv_objext='o'
  2453. ac_cv_path_EGREP='/opt/bin/grep -E'
  2454. ac_cv_path_GREP='/opt/bin/grep'
  2455. ac_cv_path_install='/opt/bin/install -c'
  2456. ac_cv_prog_AWK='gawk'
  2457. ac_cv_prog_CPP='gcc -E'
  2458. ac_cv_prog_ac_ct_CC='gcc'
  2459. ac_cv_prog_ac_ct_RANLIB='ranlib'
  2460. ac_cv_prog_ac_ct_STRIP='strip'
  2461. ac_cv_prog_cc_c89=''
  2462. ac_cv_prog_cc_g='yes'
  2463. ac_cv_prog_make_make_set='yes'
  2464. ac_cv_safe_to_define___extensions__='yes'
  2465. ac_cv_search_opendir='none required'
  2466. ac_cv_target='x86_64-unknown-linux-gnu'
  2467. ac_cv_type_struct_sysinfo='yes'
  2468. am_cv_CC_dependencies_compiler_type='gcc3'
  2469. am_cv_make_support_nested_variables='yes'
  2470. am_cv_prog_cc_c_o='yes'
  2471.  
  2472. ## ----------------- ##
  2473. ## Output variables. ##
  2474. ## ----------------- ##
  2475.  
  2476. ACLOCAL='${SHELL} /volume1/scratch/source/tarsnap-autoconf-1.0.37/config.aux/missing aclocal-1.15'
  2477. AMDEPBACKSLASH='\'
  2478. AMDEP_FALSE='#'
  2479. AMDEP_TRUE=''
  2480. AMTAR='$${TAR-tar}'
  2481. AM_BACKSLASH='\'
  2482. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  2483. AM_DEFAULT_VERBOSITY='1'
  2484. AM_V='$(V)'
  2485. AUTOCONF='${SHELL} /volume1/scratch/source/tarsnap-autoconf-1.0.37/config.aux/missing autoconf'
  2486. AUTOHEADER='${SHELL} /volume1/scratch/source/tarsnap-autoconf-1.0.37/config.aux/missing autoheader'
  2487. AUTOMAKE='${SHELL} /volume1/scratch/source/tarsnap-autoconf-1.0.37/config.aux/missing automake-1.15'
  2488. AWK='gawk'
  2489. BASH_COMPLETION_CFLAGS=''
  2490. BASH_COMPLETION_DIR=''
  2491. BASH_COMPLETION_LIBS=''
  2492. BROKEN_TCP_NOPUSH=''
  2493. CC='gcc'
  2494. CCDEPMODE='depmode=gcc3'
  2495. CFLAGS='-O2 -pipe -fomit-frame-pointer -fno-caller-saves '
  2496. CPP='gcc -E'
  2497. CPPFLAGS=''
  2498. CYGPATH_W='echo'
  2499. DEFS=''
  2500. DEPDIR='.deps'
  2501. ECHO_C=''
  2502. ECHO_N='-n'
  2503. ECHO_T=''
  2504. EGREP='/opt/bin/grep -E'
  2505. EXEEXT=''
  2506. FREEBSD_PORTRANGE_BUG=''
  2507. GREP='/opt/bin/grep'
  2508. HAS_PKG_CONFIG=''
  2509. HAVE_EXT2FS_EXT2_FS_H=''
  2510. INC_CYGWIN_FILES_FALSE=''
  2511. INC_CYGWIN_FILES_TRUE='#'
  2512. INC_WINDOWS_FILES_FALSE=''
  2513. INC_WINDOWS_FILES_TRUE='#'
  2514. INSTALL_BASH_COMPLETION_FALSE=''
  2515. INSTALL_BASH_COMPLETION_TRUE=''
  2516. INSTALL_DATA='${INSTALL} -m 644'
  2517. INSTALL_PROGRAM='${INSTALL}'
  2518. INSTALL_SCRIPT='${INSTALL}'
  2519. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2520. LDFLAGS='-Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld-linux-x86-64.so.2 -L/opt/lib'
  2521. LIBARCHIVE_VERSION_NUMBER='2007000'
  2522. LIBARCHIVE_VERSION_STRING='2.7.0'
  2523. LIBOBJS=''
  2524. LIBS='-lz -lrt '
  2525. LTLIBOBJS=''
  2526. MAINT='#'
  2527. MAINTAINER_MODE_FALSE=''
  2528. MAINTAINER_MODE_TRUE='#'
  2529. MAKEINFO='${SHELL} /volume1/scratch/source/tarsnap-autoconf-1.0.37/config.aux/missing makeinfo'
  2530. MANVER='man'
  2531. MKDIR_P='config.aux/install-sh -c -d'
  2532. OBJEXT='o'
  2533. PACKAGE='tarsnap'
  2534. PACKAGE_BUGREPORT='cperciva@tarsnap.com'
  2535. PACKAGE_NAME='tarsnap'
  2536. PACKAGE_STRING='tarsnap 1.0.37'
  2537. PACKAGE_TARNAME='tarsnap'
  2538. PACKAGE_URL=''
  2539. PACKAGE_VERSION='1.0.37'
  2540. PATH_SEPARATOR=':'
  2541. PKG_CONFIG=''
  2542. PKG_CONFIG_LIBDIR=''
  2543. PKG_CONFIG_PATH=''
  2544. PROG_LDADD_EXTRA=''
  2545. RANLIB='ranlib'
  2546. SET_MAKE=''
  2547. SHELL='/bin/ash'
  2548. STRIP='strip'
  2549. VERSION='1.0.37'
  2550. ac_ct_CC='gcc'
  2551. am__EXEEXT_FALSE=''
  2552. am__EXEEXT_TRUE=''
  2553. am__fastdepCC_FALSE='#'
  2554. am__fastdepCC_TRUE=''
  2555. am__include='include'
  2556. am__isrc=''
  2557. am__leading_dot='.'
  2558. am__nodep='_no'
  2559. am__quote=''
  2560. am__tar='$${TAR-tar} chof - "$$tardir"'
  2561. am__untar='$${TAR-tar} xf -'
  2562. bindir='${exec_prefix}/bin'
  2563. build='x86_64-unknown-linux-gnu'
  2564. build_alias=''
  2565. build_cpu='x86_64'
  2566. build_os='linux-gnu'
  2567. build_vendor='unknown'
  2568. datadir='${datarootdir}'
  2569. datarootdir='${prefix}/share'
  2570. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2571. dvidir='${docdir}'
  2572. exec_prefix='NONE'
  2573. host='x86_64-unknown-linux-gnu'
  2574. host_alias=''
  2575. host_cpu='x86_64'
  2576. host_os='linux-gnu'
  2577. host_vendor='unknown'
  2578. htmldir='${docdir}'
  2579. includedir='${prefix}/include'
  2580. infodir='${datarootdir}/info'
  2581. install_sh='${SHELL} /volume1/scratch/source/tarsnap-autoconf-1.0.37/config.aux/install-sh'
  2582. libdir='${exec_prefix}/lib'
  2583. libexecdir='${exec_prefix}/libexec'
  2584. localedir='${datarootdir}/locale'
  2585. localstatedir='${prefix}/var'
  2586. mandir='${datarootdir}/man'
  2587. mkdir_p='$(MKDIR_P)'
  2588. oldincludedir='/usr/include'
  2589. pdfdir='${docdir}'
  2590. prefix='NONE'
  2591. program_transform_name='s,x,x,'
  2592. psdir='${docdir}'
  2593. sbindir='${exec_prefix}/sbin'
  2594. sharedstatedir='${prefix}/com'
  2595. sysconfdir='${prefix}/etc'
  2596. target='x86_64-unknown-linux-gnu'
  2597. target_alias=''
  2598. target_cpu='x86_64'
  2599. target_os='linux-gnu'
  2600. target_vendor='unknown'
  2601.  
  2602. ## ----------- ##
  2603. ## confdefs.h. ##
  2604. ## ----------- ##
  2605.  
  2606. /* confdefs.h */
  2607. #define PACKAGE_NAME "tarsnap"
  2608. #define PACKAGE_TARNAME "tarsnap"
  2609. #define PACKAGE_VERSION "1.0.37"
  2610. #define PACKAGE_STRING "tarsnap 1.0.37"
  2611. #define PACKAGE_BUGREPORT "cperciva@tarsnap.com"
  2612. #define PACKAGE_URL ""
  2613. #define PACKAGE "tarsnap"
  2614. #define VERSION "1.0.37"
  2615. #define LIBARCHIVE_VERSION_STRING "2.7.0"
  2616. #define LIBARCHIVE_VERSION_NUMBER "2007000"
  2617. #define TARVERSION "1.0.37"
  2618. #define TSSERVER "v1-0-0"
  2619. #define STDC_HEADERS 1
  2620. #define HAVE_SYS_TYPES_H 1
  2621. #define HAVE_SYS_STAT_H 1
  2622. #define HAVE_STDLIB_H 1
  2623. #define HAVE_STRING_H 1
  2624. #define HAVE_MEMORY_H 1
  2625. #define HAVE_STRINGS_H 1
  2626. #define HAVE_INTTYPES_H 1
  2627. #define HAVE_STDINT_H 1
  2628. #define HAVE_UNISTD_H 1
  2629. #define __EXTENSIONS__ 1
  2630. #define _ALL_SOURCE 1
  2631. #define _GNU_SOURCE 1
  2632. #define _POSIX_PTHREAD_SEMANTICS 1
  2633. #define _TANDEM_SOURCE 1
  2634. #define STDC_HEADERS 1
  2635. #define HAVE_DIRENT_H 1
  2636. #define HAVE_SYS_WAIT_H 1
  2637. #define HAVE_ACL_LIBACL_H 1
  2638. #define HAVE_CTYPE_H 1
  2639. #define HAVE_ERR_H 1
  2640. #define HAVE_ERRNO_H 1
  2641. #define HAVE_FCNTL_H 1
  2642. #define HAVE_GRP_H 1
  2643. #define HAVE_INTTYPES_H 1
  2644. #define HAVE_LANGINFO_H 1
  2645. #define HAVE_LIMITS_H 1
  2646. #define HAVE_LINUX_FS_H 1
  2647. #define HAVE_LOCALE_H 1
  2648. #define HAVE_PATHS_H 1
  2649. #define HAVE_POLL_H 1
  2650. #define HAVE_PWD_H 1
  2651. #define HAVE_REGEX_H 1
  2652. #define HAVE_SIGNAL_H 1
  2653. #define HAVE_STDARG_H 1
  2654. #define HAVE_STDINT_H 1
  2655. #define HAVE_STDLIB_H 1
  2656. #define HAVE_STRING_H 1
  2657. #define HAVE_SYS_ACL_H 1
  2658. #define HAVE_SYS_IOCTL_H 1
  2659. #define HAVE_SYS_PARAM_H 1
  2660. #define HAVE_SYS_POLL_H 1
  2661. #define HAVE_SYS_SELECT_H 1
  2662. #define HAVE_SYS_TIME_H 1
  2663. #define HAVE_TIME_H 1
  2664. #define HAVE_UNISTD_H 1
  2665. #define HAVE_UTIME_H 1
  2666. #define HAVE_WCHAR_H 1
  2667. #define HAVE_WCTYPE_H 1
  2668. #define HAVE_LIBRT 1
  2669. #define HAVE_CLOCK_GETTIME 1
  2670. #define HAVE_SYS_SYSINFO_H 1
  2671. #define HAVE_SYSINFO 1
  2672. #define HAVE_STRUCT_SYSINFO 1
  2673. #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
  2674. #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
  2675. #define HAVE_SYS_MOUNT_H 1
  2676. #define HAVE_SYS_STATFS_H 1
  2677. #define HAVE_SYS_STATVFS_H 1
  2678. #define HAVE_SYS_VFS_H 1
  2679. #define HAVE_SYS_SYSCTL_H 1
  2680. #define HAVE_STRUCT_STATFS_F_TYPE 1
  2681. #define HAVE_LINUX_MAGIC_H 1
  2682. #define HAVE_EXT2FS_EXT2_FS_H 1
  2683. #define HAVE_LIBZ 1
  2684.  
  2685. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement