Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.02 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 package-query configure 0.4, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = srvlinux
  14. uname -m = x86_64
  15. uname -r = 2.6.36-pf
  16. uname -s = Linux
  17. uname -v = #0 SMP PREEMPT Thu Nov 4 14:11:18 BRST 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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: /bin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /usr/sbin
  34. PATH: /opt/android-sdk/tools
  35. PATH: /opt/kde/bin
  36. PATH: /usr/lib/perl5/vendor_perl/bin
  37. PATH: /usr/bin/perlbin/vendor
  38. PATH: /usr/lib/perl5/core_perl/bin
  39. PATH: /opt/qt/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2253: checking for a BSD-compatible install
  47. configure:2321: result: /bin/install -c
  48. configure:2332: checking whether build environment is sane
  49. configure:2382: result: yes
  50. configure:2523: checking for a thread-safe mkdir -p
  51. configure:2562: result: /bin/mkdir -p
  52. configure:2575: checking for gawk
  53. configure:2591: found /bin/gawk
  54. configure:2602: result: gawk
  55. configure:2613: checking whether make sets $(MAKE)
  56. configure:2635: result: yes
  57. configure:2769: checking for gcc
  58. configure:2785: found /usr/bin/gcc
  59. configure:2796: result: gcc
  60. configure:3025: checking for C compiler version
  61. configure:3034: gcc --version >&5
  62. gcc (GCC) 4.5.1
  63. Copyright (C) 2010 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:3045: $? = 0
  68. configure:3034: gcc -v >&5
  69. Using built-in specs.
  70. COLLECT_GCC=gcc
  71. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/lto-wrapper
  72. Target: x86_64-unknown-linux-gnu
  73. Configured with: ../configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
  74. Thread model: posix
  75. gcc version 4.5.1 (GCC)
  76. configure:3045: $? = 0
  77. configure:3034: gcc -V >&5
  78. gcc: '-V' option must have argument
  79. configure:3045: $? = 1
  80. configure:3034: gcc -qversion >&5
  81. gcc: unrecognized option '-qversion'
  82. gcc: no input files
  83. configure:3045: $? = 1
  84. configure:3065: checking whether the C compiler works
  85. configure:3087: gcc -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
  86. configure:3091: $? = 0
  87. configure:3139: result: yes
  88. configure:3142: checking for C compiler default output file name
  89. configure:3144: result: a.out
  90. configure:3150: checking for suffix of executables
  91. configure:3157: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
  92. configure:3161: $? = 0
  93. configure:3183: result:
  94. configure:3205: checking whether we are cross compiling
  95. configure:3213: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
  96. configure:3217: $? = 0
  97. configure:3224: ./conftest
  98. configure:3228: $? = 0
  99. configure:3243: result: no
  100. configure:3248: checking for suffix of object files
  101. configure:3270: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  102. configure:3274: $? = 0
  103. configure:3295: result: o
  104. configure:3299: checking whether we are using the GNU C compiler
  105. configure:3318: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  106. configure:3318: $? = 0
  107. configure:3327: result: yes
  108. configure:3336: checking whether gcc accepts -g
  109. configure:3356: gcc -c -g conftest.c >&5
  110. configure:3356: $? = 0
  111. configure:3397: result: yes
  112. configure:3414: checking for gcc option to accept ISO C89
  113. configure:3478: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  114. configure:3478: $? = 0
  115. configure:3491: result: none needed
  116. configure:3522: checking for style of include used by make
  117. configure:3550: result: GNU
  118. configure:3575: checking dependency style of gcc
  119. configure:3685: result: gcc3
  120. configure:3729: checking build system type
  121. configure:3743: result: x86_64-unknown-linux-gnu
  122. configure:3763: checking host system type
  123. configure:3776: result: x86_64-unknown-linux-gnu
  124. configure:3817: checking how to print strings
  125. configure:3844: result: printf
  126. configure:3865: checking for a sed that does not truncate output
  127. configure:3929: result: /bin/sed
  128. configure:3947: checking for grep that handles long lines and -e
  129. configure:4005: result: /bin/grep
  130. configure:4010: checking for egrep
  131. configure:4072: result: /bin/grep -E
  132. configure:4077: checking for fgrep
  133. configure:4139: result: /bin/grep -F
  134. configure:4174: checking for ld used by gcc
  135. configure:4241: result: /usr/bin/ld
  136. configure:4248: checking if the linker (/usr/bin/ld) is GNU ld
  137. configure:4263: result: yes
  138. configure:4275: checking for BSD- or MS-compatible name lister (nm)
  139. configure:4324: result: /usr/bin/nm -B
  140. configure:4454: checking the name lister (/usr/bin/nm -B) interface
  141. configure:4461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  142. configure:4464: /usr/bin/nm -B "conftest.o"
  143. configure:4467: output
  144. 0000000000000000 B some_variable
  145. configure:4474: result: BSD nm
  146. configure:4477: checking whether ln -s works
  147. configure:4481: result: yes
  148. configure:4489: checking the maximum length of command line arguments
  149. configure:4614: result: 1572864
  150. configure:4631: checking whether the shell understands some XSI constructs
  151. configure:4641: result: yes
  152. configure:4645: checking whether the shell understands "+="
  153. configure:4651: result: yes
  154. configure:4686: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  155. configure:4726: result: func_convert_file_noop
  156. configure:4733: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  157. configure:4753: result: func_convert_file_noop
  158. configure:4760: checking for /usr/bin/ld option to reload object files
  159. configure:4767: result: -r
  160. configure:4841: checking for objdump
  161. configure:4857: found /usr/bin/objdump
  162. configure:4868: result: objdump
  163. configure:4900: checking how to recognize dependent libraries
  164. configure:5102: result: pass_all
  165. configure:5187: checking for dlltool
  166. configure:5217: result: no
  167. configure:5247: checking how to associate runtime and link libraries
  168. configure:5274: result: printf %s\n
  169. configure:5335: checking for ar
  170. configure:5351: found /usr/bin/ar
  171. configure:5362: result: ar
  172. configure:5399: checking for archiver @FILE support
  173. configure:5416: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  174. configure:5416: $? = 0
  175. configure:5419: ar cru libconftest.a @conftest.lst >&5
  176. configure:5422: $? = 0
  177. configure:5427: ar cru libconftest.a @conftest.lst >&5
  178. ar: conftest.o: No such file or directory
  179. configure:5430: $? = 1
  180. configure:5442: result: @
  181. configure:5500: checking for strip
  182. configure:5516: found /usr/bin/strip
  183. configure:5527: result: strip
  184. configure:5599: checking for ranlib
  185. configure:5615: found /usr/bin/ranlib
  186. configure:5626: result: ranlib
  187. configure:5728: checking command to parse /usr/bin/nm -B output from gcc object
  188. configure:5847: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  189. configure:5850: $? = 0
  190. configure:5854: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  191. configure:5857: $? = 0
  192. configure:5923: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c conftstm.o >&5
  193. configure:5926: $? = 0
  194. configure:5964: result: ok
  195. configure:6001: checking for sysroot
  196. configure:6031: result: no
  197. configure:6108: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  198. configure:6111: $? = 0
  199. configure:6274: checking for mt
  200. configure:6304: result: no
  201. configure:6324: checking if : is a manifest tool
  202. configure:6330: : '-?'
  203. configure:6338: result: no
  204. configure:6970: checking how to run the C preprocessor
  205. configure:7001: gcc -E conftest.c
  206. configure:7001: $? = 0
  207. configure:7015: gcc -E conftest.c
  208. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  209. compilation terminated.
  210. configure:7015: $? = 1
  211. configure: failed program was:
  212. | /* confdefs.h */
  213. | #define PACKAGE_NAME "package-query"
  214. | #define PACKAGE_TARNAME "package-query"
  215. | #define PACKAGE_VERSION "0.4"
  216. | #define PACKAGE_STRING "package-query 0.4"
  217. | #define PACKAGE_BUGREPORT "tuxce.net@gmail.com"
  218. | #define PACKAGE_URL ""
  219. | #define PACKAGE "package-query"
  220. | #define VERSION "0.4"
  221. | /* end confdefs.h. */
  222. | #include <ac_nonexistent.h>
  223. configure:7040: result: gcc -E
  224. configure:7060: gcc -E conftest.c
  225. configure:7060: $? = 0
  226. configure:7074: gcc -E conftest.c
  227. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  228. compilation terminated.
  229. configure:7074: $? = 1
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME "package-query"
  233. | #define PACKAGE_TARNAME "package-query"
  234. | #define PACKAGE_VERSION "0.4"
  235. | #define PACKAGE_STRING "package-query 0.4"
  236. | #define PACKAGE_BUGREPORT "tuxce.net@gmail.com"
  237. | #define PACKAGE_URL ""
  238. | #define PACKAGE "package-query"
  239. | #define VERSION "0.4"
  240. | /* end confdefs.h. */
  241. | #include <ac_nonexistent.h>
  242. configure:7103: checking for ANSI C header files
  243. configure:7123: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  244. configure:7123: $? = 0
  245. configure:7196: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
  246. configure:7196: $? = 0
  247. configure:7196: ./conftest
  248. configure:7196: $? = 0
  249. configure:7207: result: yes
  250. configure:7220: checking for sys/types.h
  251. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  252. configure:7220: $? = 0
  253. configure:7220: result: yes
  254. configure:7220: checking for sys/stat.h
  255. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  256. configure:7220: $? = 0
  257. configure:7220: result: yes
  258. configure:7220: checking for stdlib.h
  259. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  260. configure:7220: $? = 0
  261. configure:7220: result: yes
  262. configure:7220: checking for string.h
  263. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  264. configure:7220: $? = 0
  265. configure:7220: result: yes
  266. configure:7220: checking for memory.h
  267. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  268. configure:7220: $? = 0
  269. configure:7220: result: yes
  270. configure:7220: checking for strings.h
  271. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  272. configure:7220: $? = 0
  273. configure:7220: result: yes
  274. configure:7220: checking for inttypes.h
  275. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  276. configure:7220: $? = 0
  277. configure:7220: result: yes
  278. configure:7220: checking for stdint.h
  279. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  280. configure:7220: $? = 0
  281. configure:7220: result: yes
  282. configure:7220: checking for unistd.h
  283. configure:7220: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  284. configure:7220: $? = 0
  285. configure:7220: result: yes
  286. configure:7234: checking for dlfcn.h
  287. configure:7234: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  288. configure:7234: $? = 0
  289. configure:7234: result: yes
  290. configure:7421: checking for objdir
  291. configure:7436: result: .libs
  292. configure:7703: checking if gcc supports -fno-rtti -fno-exceptions
  293. configure:7721: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5
  294. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  295. configure:7725: $? = 0
  296. configure:7738: result: no
  297. configure:8048: checking for gcc option to produce PIC
  298. configure:8055: result: -fPIC -DPIC
  299. configure:8063: checking if gcc PIC flag -fPIC -DPIC works
  300. configure:8081: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5
  301. configure:8085: $? = 0
  302. configure:8098: result: yes
  303. configure:8127: checking if gcc static flag -static works
  304. configure:8155: result: yes
  305. configure:8170: checking if gcc supports -c -o file.o
  306. configure:8191: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -o out/conftest2.o conftest.c >&5
  307. configure:8195: $? = 0
  308. configure:8217: result: yes
  309. configure:8225: checking if gcc supports -c -o file.o
  310. configure:8272: result: yes
  311. configure:8305: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  312. configure:9463: result: yes
  313. configure:9500: checking whether -lc should be explicitly linked in
  314. configure:9508: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  315. configure:9511: $? = 0
  316. configure:9526: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  317. configure:9529: $? = 0
  318. configure:9543: result: no
  319. configure:9708: checking dynamic linker characteristics
  320. configure:10222: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
  321. configure:10222: $? = 0
  322. configure:10444: result: GNU/Linux ld.so
  323. configure:10551: checking how to hardcode library paths into programs
  324. configure:10576: result: immediate
  325. configure:11116: checking whether stripping libraries is possible
  326. configure:11121: result: yes
  327. configure:11156: checking if libtool supports shared libraries
  328. configure:11158: result: yes
  329. configure:11161: checking whether to build shared libraries
  330. configure:11182: result: yes
  331. configure:11185: checking whether to build static libraries
  332. configure:11189: result: yes
  333. configure:11239: checking ctype.h usability
  334. configure:11239: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  335. configure:11239: $? = 0
  336. configure:11239: result: yes
  337. configure:11239: checking ctype.h presence
  338. configure:11239: gcc -E conftest.c
  339. configure:11239: $? = 0
  340. configure:11239: result: yes
  341. configure:11239: checking for ctype.h
  342. configure:11239: result: yes
  343. configure:11239: checking getopt.h usability
  344. configure:11239: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  345. configure:11239: $? = 0
  346. configure:11239: result: yes
  347. configure:11239: checking getopt.h presence
  348. configure:11239: gcc -E conftest.c
  349. configure:11239: $? = 0
  350. configure:11239: result: yes
  351. configure:11239: checking for getopt.h
  352. configure:11239: result: yes
  353. configure:11239: checking libintl.h usability
  354. configure:11239: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  355. configure:11239: $? = 0
  356. configure:11239: result: yes
  357. configure:11239: checking libintl.h presence
  358. configure:11239: gcc -E conftest.c
  359. configure:11239: $? = 0
  360. configure:11239: result: yes
  361. configure:11239: checking for libintl.h
  362. configure:11239: result: yes
  363. configure:11239: checking limits.h usability
  364. configure:11239: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  365. configure:11239: $? = 0
  366. configure:11239: result: yes
  367. configure:11239: checking limits.h presence
  368. configure:11239: gcc -E conftest.c
  369. configure:11239: $? = 0
  370. configure:11239: result: yes
  371. configure:11239: checking for limits.h
  372. configure:11239: result: yes
  373. configure:11239: checking locale.h usability
  374. configure:11239: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  375. configure:11239: $? = 0
  376. configure:11239: result: yes
  377. configure:11239: checking locale.h presence
  378. configure:11239: gcc -E conftest.c
  379. configure:11239: $? = 0
  380. configure:11239: result: yes
  381. configure:11239: checking for locale.h
  382. configure:11239: result: yes
  383. configure:11239: checking sys/ioctl.h usability
  384. configure:11239: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  385. configure:11239: $? = 0
  386. configure:11239: result: yes
  387. configure:11239: checking sys/ioctl.h presence
  388. configure:11239: gcc -E conftest.c
  389. configure:11239: $? = 0
  390. configure:11239: result: yes
  391. configure:11239: checking for sys/ioctl.h
  392. configure:11239: result: yes
  393. configure:11239: checking sys/utsname.h usability
  394. configure:11239: gcc -c -march=x86-64 -mtune=generic -O2 -pipe conftest.c >&5
  395. configure:11239: $? = 0
  396. configure:11239: result: yes
  397. configure:11239: checking sys/utsname.h presence
  398. configure:11239: gcc -E conftest.c
  399. configure:11239: $? = 0
  400. configure:11239: result: yes
  401. configure:11239: checking for sys/utsname.h
  402. configure:11239: result: yes
  403. configure:11250: checking for alpm_version in -lalpm
  404. configure:11275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lalpm >&5
  405. /usr/bin/ld: cannot find -lalpm
  406. collect2: ld returned 1 exit status
  407. configure:11275: $? = 1
  408. configure: failed program was:
  409. | /* confdefs.h */
  410. | #define PACKAGE_NAME "package-query"
  411. | #define PACKAGE_TARNAME "package-query"
  412. | #define PACKAGE_VERSION "0.4"
  413. | #define PACKAGE_STRING "package-query 0.4"
  414. | #define PACKAGE_BUGREPORT "tuxce.net@gmail.com"
  415. | #define PACKAGE_URL ""
  416. | #define PACKAGE "package-query"
  417. | #define VERSION "0.4"
  418. | #define STDC_HEADERS 1
  419. | #define HAVE_SYS_TYPES_H 1
  420. | #define HAVE_SYS_STAT_H 1
  421. | #define HAVE_STDLIB_H 1
  422. | #define HAVE_STRING_H 1
  423. | #define HAVE_MEMORY_H 1
  424. | #define HAVE_STRINGS_H 1
  425. | #define HAVE_INTTYPES_H 1
  426. | #define HAVE_STDINT_H 1
  427. | #define HAVE_UNISTD_H 1
  428. | #define HAVE_DLFCN_H 1
  429. | #define LT_OBJDIR ".libs/"
  430. | #define HAVE_CTYPE_H 1
  431. | #define HAVE_GETOPT_H 1
  432. | #define HAVE_LIBINTL_H 1
  433. | #define HAVE_LIMITS_H 1
  434. | #define HAVE_LOCALE_H 1
  435. | #define HAVE_SYS_IOCTL_H 1
  436. | #define HAVE_SYS_UTSNAME_H 1
  437. | /* end confdefs.h. */
  438. |
  439. | /* Override any GCC internal prototype to avoid an error.
  440. | Use char because int might match the return type of a GCC
  441. | builtin and then its argument prototype would still apply. */
  442. | #ifdef __cplusplus
  443. | extern "C"
  444. | #endif
  445. | char alpm_version ();
  446. | int
  447. | main ()
  448. | {
  449. | return alpm_version ();
  450. | ;
  451. | return 0;
  452. | }
  453. configure:11284: result: no
  454. configure:11294: error: pacman is needed to compile package-query
  455.  
  456. ## ---------------- ##
  457. ## Cache variables. ##
  458. ## ---------------- ##
  459.  
  460. ac_cv_build=x86_64-unknown-linux-gnu
  461. ac_cv_c_compiler_gnu=yes
  462. ac_cv_env_CC_set=
  463. ac_cv_env_CC_value=
  464. ac_cv_env_CFLAGS_set=set
  465. ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe'
  466. ac_cv_env_CPPFLAGS_set=
  467. ac_cv_env_CPPFLAGS_value=
  468. ac_cv_env_CPP_set=
  469. ac_cv_env_CPP_value=
  470. ac_cv_env_LDFLAGS_set=set
  471. ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,--as-needed'
  472. ac_cv_env_LIBCURL_CFLAGS_set=
  473. ac_cv_env_LIBCURL_CFLAGS_value=
  474. ac_cv_env_LIBCURL_LIBS_set=
  475. ac_cv_env_LIBCURL_LIBS_value=
  476. ac_cv_env_LIBS_set=
  477. ac_cv_env_LIBS_value=
  478. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  479. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  480. ac_cv_env_PKG_CONFIG_PATH_set=set
  481. ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/pkgconfig:/opt/qt/lib/pkgconfig
  482. ac_cv_env_PKG_CONFIG_set=
  483. ac_cv_env_PKG_CONFIG_value=
  484. ac_cv_env_build_alias_set=
  485. ac_cv_env_build_alias_value=
  486. ac_cv_env_host_alias_set=
  487. ac_cv_env_host_alias_value=
  488. ac_cv_env_target_alias_set=
  489. ac_cv_env_target_alias_value=
  490. ac_cv_header_ctype_h=yes
  491. ac_cv_header_dlfcn_h=yes
  492. ac_cv_header_getopt_h=yes
  493. ac_cv_header_inttypes_h=yes
  494. ac_cv_header_libintl_h=yes
  495. ac_cv_header_limits_h=yes
  496. ac_cv_header_locale_h=yes
  497. ac_cv_header_memory_h=yes
  498. ac_cv_header_stdc=yes
  499. ac_cv_header_stdint_h=yes
  500. ac_cv_header_stdlib_h=yes
  501. ac_cv_header_string_h=yes
  502. ac_cv_header_strings_h=yes
  503. ac_cv_header_sys_ioctl_h=yes
  504. ac_cv_header_sys_stat_h=yes
  505. ac_cv_header_sys_types_h=yes
  506. ac_cv_header_sys_utsname_h=yes
  507. ac_cv_header_unistd_h=yes
  508. ac_cv_host=x86_64-unknown-linux-gnu
  509. ac_cv_lib_alpm_alpm_version=no
  510. ac_cv_objext=o
  511. ac_cv_path_EGREP='/bin/grep -E'
  512. ac_cv_path_FGREP='/bin/grep -F'
  513. ac_cv_path_GREP=/bin/grep
  514. ac_cv_path_SED=/bin/sed
  515. ac_cv_path_install='/bin/install -c'
  516. ac_cv_path_mkdir=/bin/mkdir
  517. ac_cv_prog_AWK=gawk
  518. ac_cv_prog_CPP='gcc -E'
  519. ac_cv_prog_ac_ct_AR=ar
  520. ac_cv_prog_ac_ct_CC=gcc
  521. ac_cv_prog_ac_ct_OBJDUMP=objdump
  522. ac_cv_prog_ac_ct_RANLIB=ranlib
  523. ac_cv_prog_ac_ct_STRIP=strip
  524. ac_cv_prog_cc_c89=
  525. ac_cv_prog_cc_g=yes
  526. ac_cv_prog_make_make_set=yes
  527. am_cv_CC_dependencies_compiler_type=gcc3
  528. lt_cv_ar_at_file=@
  529. lt_cv_archive_cmds_need_lc=no
  530. lt_cv_deplibs_check_method=pass_all
  531. lt_cv_file_magic_cmd='$MAGIC_CMD'
  532. lt_cv_file_magic_test_file=
  533. lt_cv_ld_reload_flag=-r
  534. lt_cv_nm_interface='BSD nm'
  535. lt_cv_objdir=.libs
  536. lt_cv_path_LD=/usr/bin/ld
  537. lt_cv_path_NM='/usr/bin/nm -B'
  538. lt_cv_path_mainfest_tool=no
  539. lt_cv_prog_compiler_c_o=yes
  540. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  541. lt_cv_prog_compiler_pic_works=yes
  542. lt_cv_prog_compiler_rtti_exceptions=no
  543. lt_cv_prog_compiler_static_works=yes
  544. lt_cv_prog_gnu_ld=yes
  545. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  546. lt_cv_shlibpath_overrides_runpath=no
  547. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  548. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  549. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  550. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  551. lt_cv_sys_max_cmd_len=1572864
  552. lt_cv_to_host_file_cmd=func_convert_file_noop
  553. lt_cv_to_tool_file_cmd=func_convert_file_noop
  554.  
  555. ## ----------------- ##
  556. ## Output variables. ##
  557. ## ----------------- ##
  558.  
  559. ACLOCAL='${SHELL} /mnt/backup/linux/arch/AUR/yaourt-tmp-moises/aur-package-query/src/package-query-0.4/missing --run aclocal-1.11'
  560. AMDEPBACKSLASH='\'
  561. AMDEP_FALSE='#'
  562. AMDEP_TRUE=''
  563. AMTAR='${SHELL} /mnt/backup/linux/arch/AUR/yaourt-tmp-moises/aur-package-query/src/package-query-0.4/missing --run tar'
  564. AR='ar'
  565. AUR_BASE_URL=''
  566. AUTOCONF='${SHELL} /mnt/backup/linux/arch/AUR/yaourt-tmp-moises/aur-package-query/src/package-query-0.4/missing --run autoconf'
  567. AUTOHEADER='${SHELL} /mnt/backup/linux/arch/AUR/yaourt-tmp-moises/aur-package-query/src/package-query-0.4/missing --run autoheader'
  568. AUTOMAKE='${SHELL} /mnt/backup/linux/arch/AUR/yaourt-tmp-moises/aur-package-query/src/package-query-0.4/missing --run automake-1.11'
  569. AWK='gawk'
  570. CC='gcc'
  571. CCDEPMODE='depmode=gcc3'
  572. CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
  573. CPP='gcc -E'
  574. CPPFLAGS=''
  575. CYGPATH_W='echo'
  576. DEFS=''
  577. DEPDIR='.deps'
  578. DLLTOOL='false'
  579. DSYMUTIL=''
  580. DUMPBIN=''
  581. ECHO_C=''
  582. ECHO_N='-n'
  583. ECHO_T=''
  584. EGREP='/bin/grep -E'
  585. EXEEXT=''
  586. FGREP='/bin/grep -F'
  587. GIT=''
  588. GIT_VERSION=''
  589. GREP='/bin/grep'
  590. INSTALL_DATA='${INSTALL} -m 644'
  591. INSTALL_PROGRAM='${INSTALL}'
  592. INSTALL_SCRIPT='${INSTALL}'
  593. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  594. LD='/usr/bin/ld -m elf_x86_64'
  595. LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed'
  596. LIBCURL_CFLAGS=''
  597. LIBCURL_LIBS=''
  598. LIBOBJS=''
  599. LIBS=''
  600. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  601. LIPO=''
  602. LN_S='ln -s'
  603. LTLIBOBJS=''
  604. MAKEINFO='${SHELL} /mnt/backup/linux/arch/AUR/yaourt-tmp-moises/aur-package-query/src/package-query-0.4/missing --run makeinfo'
  605. MANIFEST_TOOL=':'
  606. MKDIR_P='/bin/mkdir -p'
  607. NM='/usr/bin/nm -B'
  608. NMEDIT=''
  609. OBJDUMP='objdump'
  610. OBJEXT='o'
  611. OTOOL64=''
  612. OTOOL=''
  613. PACKAGE='package-query'
  614. PACKAGE_BUGREPORT='tuxce.net@gmail.com'
  615. PACKAGE_NAME='package-query'
  616. PACKAGE_STRING='package-query 0.4'
  617. PACKAGE_TARNAME='package-query'
  618. PACKAGE_URL=''
  619. PACKAGE_VERSION='0.4'
  620. PATH_SEPARATOR=':'
  621. PKG_CONFIG=''
  622. PKG_CONFIG_LIBDIR=''
  623. PKG_CONFIG_PATH='/usr/lib/pkgconfig:/opt/qt/lib/pkgconfig'
  624. RANLIB='ranlib'
  625. ROOTDIR=''
  626. SED='/bin/sed'
  627. SET_MAKE=''
  628. SHELL='/bin/sh'
  629. STRIP='strip'
  630. USE_GIT_VERSION_FALSE=''
  631. USE_GIT_VERSION_TRUE=''
  632. VERSION='0.4'
  633. ac_ct_AR='ar'
  634. ac_ct_CC='gcc'
  635. ac_ct_DUMPBIN=''
  636. am__EXEEXT_FALSE=''
  637. am__EXEEXT_TRUE=''
  638. am__fastdepCC_FALSE='#'
  639. am__fastdepCC_TRUE=''
  640. am__include='include'
  641. am__isrc=''
  642. am__leading_dot='.'
  643. am__quote=''
  644. am__tar='${AMTAR} chof - "$$tardir"'
  645. am__untar='${AMTAR} xf -'
  646. bindir='${exec_prefix}/bin'
  647. build='x86_64-unknown-linux-gnu'
  648. build_alias=''
  649. build_cpu='x86_64'
  650. build_os='linux-gnu'
  651. build_vendor='unknown'
  652. datadir='${datarootdir}'
  653. datarootdir='${prefix}/share'
  654. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  655. dvidir='${docdir}'
  656. exec_prefix='NONE'
  657. host='x86_64-unknown-linux-gnu'
  658. host_alias=''
  659. host_cpu='x86_64'
  660. host_os='linux-gnu'
  661. host_vendor='unknown'
  662. htmldir='${docdir}'
  663. includedir='${prefix}/include'
  664. infodir='${datarootdir}/info'
  665. install_sh='${SHELL} /mnt/backup/linux/arch/AUR/yaourt-tmp-moises/aur-package-query/src/package-query-0.4/install-sh'
  666. libdir='${exec_prefix}/lib'
  667. libexecdir='${exec_prefix}/libexec'
  668. localedir='${datarootdir}/locale'
  669. localstatedir='/var'
  670. mandir='${datarootdir}/man'
  671. mkdir_p='/bin/mkdir -p'
  672. oldincludedir='/usr/include'
  673. pdfdir='${docdir}'
  674. prefix='/usr'
  675. program_transform_name='s,x,x,'
  676. psdir='${docdir}'
  677. sbindir='${exec_prefix}/sbin'
  678. sharedstatedir='${prefix}/com'
  679. sysconfdir='/etc'
  680. target_alias=''
  681.  
  682. ## ----------- ##
  683. ## confdefs.h. ##
  684. ## ----------- ##
  685.  
  686. /* confdefs.h */
  687. #define PACKAGE_NAME "package-query"
  688. #define PACKAGE_TARNAME "package-query"
  689. #define PACKAGE_VERSION "0.4"
  690. #define PACKAGE_STRING "package-query 0.4"
  691. #define PACKAGE_BUGREPORT "tuxce.net@gmail.com"
  692. #define PACKAGE_URL ""
  693. #define PACKAGE "package-query"
  694. #define VERSION "0.4"
  695. #define STDC_HEADERS 1
  696. #define HAVE_SYS_TYPES_H 1
  697. #define HAVE_SYS_STAT_H 1
  698. #define HAVE_STDLIB_H 1
  699. #define HAVE_STRING_H 1
  700. #define HAVE_MEMORY_H 1
  701. #define HAVE_STRINGS_H 1
  702. #define HAVE_INTTYPES_H 1
  703. #define HAVE_STDINT_H 1
  704. #define HAVE_UNISTD_H 1
  705. #define HAVE_DLFCN_H 1
  706. #define LT_OBJDIR ".libs/"
  707. #define HAVE_CTYPE_H 1
  708. #define HAVE_GETOPT_H 1
  709. #define HAVE_LIBINTL_H 1
  710. #define HAVE_LIMITS_H 1
  711. #define HAVE_LOCALE_H 1
  712. #define HAVE_SYS_IOCTL_H 1
  713. #define HAVE_SYS_UTSNAME_H 1
  714.  
  715. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement