Advertisement
Guest User

Untitled

a guest
Feb 8th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.55 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 The Glorious Glasgow Haskell Compilation System configure 8.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = delilah
  14. uname -m = x86_64
  15. uname -r = 4.8.13-1-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016
  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: /home/rupert/perl5/bin
  31. PATH: /home/rupert/.opam/4.02.3/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/bin
  35. PATH: /usr/bin/site_perl
  36. PATH: /usr/bin/vendor_perl
  37. PATH: /usr/bin/core_perl
  38. PATH: /home/rupert/.local/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2673: checking for gfind
  46. configure:2706: result: no
  47. configure:2673: checking for find
  48. configure:2691: found /usr/bin/find
  49. configure:2703: result: /usr/bin/find
  50. configure:2783: checking for sort
  51. configure:2801: found /usr/bin/sort
  52. configure:2813: result: /usr/bin/sort
  53. configure:2890: checking for GHC version date
  54. configure:2903: result: inferred 8.1.20170208
  55. configure:2916: checking for GHC Git commit id
  56. configure:2924: result: inferred 34e3523354916b0fb8a0dc93041d25812f7e6181
  57. configure:3022: checking for ghc
  58. configure:3040: found /usr/bin/ghc
  59. configure:3052: result: /usr/bin/ghc
  60. configure:3088: checking version of ghc
  61. The Glorious Glasgow Haskell Compilation System, version 8.0.1
  62. configure:3117: result: 8.0.1
  63. configure:3316: checking build system type
  64. configure:3330: result: x86_64-unknown-linux-gnu
  65. configure:3350: checking host system type
  66. configure:3363: result: x86_64-unknown-linux-gnu
  67. configure:3383: checking target system type
  68. configure:3396: result: x86_64-unknown-linux-gnu
  69. configure:4169: checking for path to top of build tree
  70. configure:4195: result: /home/rupert/github/ghc
  71. configure:4513: checking for gcc
  72. configure:4529: found /usr/bin/gcc
  73. configure:4540: result: gcc
  74. configure:4571: checking for C compiler version
  75. configure:4580: gcc --version >&5
  76. gcc (GCC) 6.3.1 20170109
  77. Copyright (C) 2016 Free Software Foundation, Inc.
  78. This is free software; see the source for copying conditions. There is NO
  79. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  80.  
  81. configure:4591: $? = 0
  82. configure:4580: gcc -v >&5
  83. Using built-in specs.
  84. COLLECT_GCC=gcc
  85. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper
  86. Target: x86_64-pc-linux-gnu
  87. Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
  88. Thread model: posix
  89. gcc version 6.3.1 20170109 (GCC)
  90. configure:4591: $? = 0
  91. configure:4580: gcc -V >&5
  92. gcc: error: unrecognized command line option '-V'
  93. gcc: fatal error: no input files
  94. compilation terminated.
  95. configure:4591: $? = 1
  96. configure:4580: gcc -qversion >&5
  97. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  98. gcc: fatal error: no input files
  99. compilation terminated.
  100. configure:4591: $? = 1
  101. configure:4611: checking whether the C compiler works
  102. configure:4633: gcc conftest.c >&5
  103. configure:4637: $? = 0
  104. configure:4685: result: yes
  105. configure:4688: checking for C compiler default output file name
  106. configure:4690: result: a.out
  107. configure:4696: checking for suffix of executables
  108. configure:4703: gcc -o conftest conftest.c >&5
  109. configure:4707: $? = 0
  110. configure:4729: result:
  111. configure:4751: checking whether we are cross compiling
  112. configure:4759: gcc -o conftest conftest.c >&5
  113. configure:4763: $? = 0
  114. configure:4770: ./conftest
  115. configure:4774: $? = 0
  116. configure:4789: result: no
  117. configure:4794: checking for suffix of object files
  118. configure:4816: gcc -c conftest.c >&5
  119. configure:4820: $? = 0
  120. configure:4841: result: o
  121. configure:4845: checking whether we are using the GNU C compiler
  122. configure:4864: gcc -c conftest.c >&5
  123. configure:4864: $? = 0
  124. configure:4873: result: yes
  125. configure:4882: checking whether gcc accepts -g
  126. configure:4902: gcc -c -g conftest.c >&5
  127. configure:4902: $? = 0
  128. configure:4943: result: yes
  129. configure:4960: checking for gcc option to accept ISO C89
  130. configure:5023: gcc -c -g -O2 conftest.c >&5
  131. configure:5023: $? = 0
  132. configure:5036: result: none needed
  133. configure:5071: checking how to run the C preprocessor
  134. configure:5102: gcc -E conftest.c
  135. configure:5102: $? = 0
  136. configure:5116: gcc -E conftest.c
  137. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  138. #include <ac_nonexistent.h>
  139. ^
  140. compilation terminated.
  141. configure:5116: $? = 1
  142. configure: failed program was:
  143. | /* confdefs.h */
  144. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  145. | #define PACKAGE_TARNAME "ghc-8.1"
  146. | #define PACKAGE_VERSION "8.1"
  147. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.1"
  148. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  149. | #define PACKAGE_URL ""
  150. | /* end confdefs.h. */
  151. | #include <ac_nonexistent.h>
  152. configure:5141: result: gcc -E
  153. configure:5161: gcc -E conftest.c
  154. configure:5161: $? = 0
  155. configure:5175: gcc -E conftest.c
  156. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  157. #include <ac_nonexistent.h>
  158. ^
  159. compilation terminated.
  160. configure:5175: $? = 1
  161. configure: failed program was:
  162. | /* confdefs.h */
  163. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  164. | #define PACKAGE_TARNAME "ghc-8.1"
  165. | #define PACKAGE_VERSION "8.1"
  166. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.1"
  167. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  168. | #define PACKAGE_URL ""
  169. | /* end confdefs.h. */
  170. | #include <ac_nonexistent.h>
  171. configure:5204: checking for grep that handles long lines and -e
  172. configure:5262: result: /usr/bin/grep
  173. configure:5267: checking for egrep
  174. configure:5329: result: /usr/bin/grep -E
  175. configure:5334: checking for ANSI C header files
  176. configure:5354: gcc -c -g -O2 conftest.c >&5
  177. configure:5354: $? = 0
  178. configure:5427: gcc -o conftest -g -O2 conftest.c >&5
  179. configure:5427: $? = 0
  180. configure:5427: ./conftest
  181. configure:5427: $? = 0
  182. configure:5438: result: yes
  183. configure:5451: checking for sys/types.h
  184. configure:5451: gcc -c -g -O2 conftest.c >&5
  185. configure:5451: $? = 0
  186. configure:5451: result: yes
  187. configure:5451: checking for sys/stat.h
  188. configure:5451: gcc -c -g -O2 conftest.c >&5
  189. configure:5451: $? = 0
  190. configure:5451: result: yes
  191. configure:5451: checking for stdlib.h
  192. configure:5451: gcc -c -g -O2 conftest.c >&5
  193. configure:5451: $? = 0
  194. configure:5451: result: yes
  195. configure:5451: checking for string.h
  196. configure:5451: gcc -c -g -O2 conftest.c >&5
  197. configure:5451: $? = 0
  198. configure:5451: result: yes
  199. configure:5451: checking for memory.h
  200. configure:5451: gcc -c -g -O2 conftest.c >&5
  201. configure:5451: $? = 0
  202. configure:5451: result: yes
  203. configure:5451: checking for strings.h
  204. configure:5451: gcc -c -g -O2 conftest.c >&5
  205. configure:5451: $? = 0
  206. configure:5451: result: yes
  207. configure:5451: checking for inttypes.h
  208. configure:5451: gcc -c -g -O2 conftest.c >&5
  209. configure:5451: $? = 0
  210. configure:5451: result: yes
  211. configure:5451: checking for stdint.h
  212. configure:5451: gcc -c -g -O2 conftest.c >&5
  213. configure:5451: $? = 0
  214. configure:5451: result: yes
  215. configure:5451: checking for unistd.h
  216. configure:5451: gcc -c -g -O2 conftest.c >&5
  217. configure:5451: $? = 0
  218. configure:5451: result: yes
  219. configure:5464: checking minix/config.h usability
  220. configure:5464: gcc -c -g -O2 conftest.c >&5
  221. conftest.c:52:26: fatal error: minix/config.h: No such file or directory
  222. #include <minix/config.h>
  223. ^
  224. compilation terminated.
  225. configure:5464: $? = 1
  226. configure: failed program was:
  227. | /* confdefs.h */
  228. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  229. | #define PACKAGE_TARNAME "ghc-8.1"
  230. | #define PACKAGE_VERSION "8.1"
  231. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.1"
  232. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  233. | #define PACKAGE_URL ""
  234. | #define STDC_HEADERS 1
  235. | #define HAVE_SYS_TYPES_H 1
  236. | #define HAVE_SYS_STAT_H 1
  237. | #define HAVE_STDLIB_H 1
  238. | #define HAVE_STRING_H 1
  239. | #define HAVE_MEMORY_H 1
  240. | #define HAVE_STRINGS_H 1
  241. | #define HAVE_INTTYPES_H 1
  242. | #define HAVE_STDINT_H 1
  243. | #define HAVE_UNISTD_H 1
  244. | /* end confdefs.h. */
  245. | #include <stdio.h>
  246. | #ifdef HAVE_SYS_TYPES_H
  247. | # include <sys/types.h>
  248. | #endif
  249. | #ifdef HAVE_SYS_STAT_H
  250. | # include <sys/stat.h>
  251. | #endif
  252. | #ifdef STDC_HEADERS
  253. | # include <stdlib.h>
  254. | # include <stddef.h>
  255. | #else
  256. | # ifdef HAVE_STDLIB_H
  257. | # include <stdlib.h>
  258. | # endif
  259. | #endif
  260. | #ifdef HAVE_STRING_H
  261. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  262. | # include <memory.h>
  263. | # endif
  264. | # include <string.h>
  265. | #endif
  266. | #ifdef HAVE_STRINGS_H
  267. | # include <strings.h>
  268. | #endif
  269. | #ifdef HAVE_INTTYPES_H
  270. | # include <inttypes.h>
  271. | #endif
  272. | #ifdef HAVE_STDINT_H
  273. | # include <stdint.h>
  274. | #endif
  275. | #ifdef HAVE_UNISTD_H
  276. | # include <unistd.h>
  277. | #endif
  278. | #include <minix/config.h>
  279. configure:5464: result: no
  280. configure:5464: checking minix/config.h presence
  281. configure:5464: gcc -E conftest.c
  282. conftest.c:19:26: fatal error: minix/config.h: No such file or directory
  283. #include <minix/config.h>
  284. ^
  285. compilation terminated.
  286. configure:5464: $? = 1
  287. configure: failed program was:
  288. | /* confdefs.h */
  289. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  290. | #define PACKAGE_TARNAME "ghc-8.1"
  291. | #define PACKAGE_VERSION "8.1"
  292. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.1"
  293. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  294. | #define PACKAGE_URL ""
  295. | #define STDC_HEADERS 1
  296. | #define HAVE_SYS_TYPES_H 1
  297. | #define HAVE_SYS_STAT_H 1
  298. | #define HAVE_STDLIB_H 1
  299. | #define HAVE_STRING_H 1
  300. | #define HAVE_MEMORY_H 1
  301. | #define HAVE_STRINGS_H 1
  302. | #define HAVE_INTTYPES_H 1
  303. | #define HAVE_STDINT_H 1
  304. | #define HAVE_UNISTD_H 1
  305. | /* end confdefs.h. */
  306. | #include <minix/config.h>
  307. configure:5464: result: no
  308. configure:5464: checking for minix/config.h
  309. configure:5464: result: no
  310. configure:5485: checking whether it is safe to define __EXTENSIONS__
  311. configure:5503: gcc -c -g -O2 conftest.c >&5
  312. configure:5503: $? = 0
  313. configure:5510: result: yes
  314. configure:5530: checking how to run the C preprocessor
  315. configure:5600: result: gcc -E
  316. configure:5620: gcc -E conftest.c
  317. configure:5620: $? = 0
  318. configure:5634: gcc -E conftest.c
  319. conftest.c:24:28: fatal error: ac_nonexistent.h: No such file or directory
  320. #include <ac_nonexistent.h>
  321. ^
  322. compilation terminated.
  323. configure:5634: $? = 1
  324. configure: failed program was:
  325. | /* confdefs.h */
  326. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  327. | #define PACKAGE_TARNAME "ghc-8.1"
  328. | #define PACKAGE_VERSION "8.1"
  329. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.1"
  330. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  331. | #define PACKAGE_URL ""
  332. | #define STDC_HEADERS 1
  333. | #define HAVE_SYS_TYPES_H 1
  334. | #define HAVE_SYS_STAT_H 1
  335. | #define HAVE_STDLIB_H 1
  336. | #define HAVE_STRING_H 1
  337. | #define HAVE_MEMORY_H 1
  338. | #define HAVE_STRINGS_H 1
  339. | #define HAVE_INTTYPES_H 1
  340. | #define HAVE_STDINT_H 1
  341. | #define HAVE_UNISTD_H 1
  342. | #define __EXTENSIONS__ 1
  343. | #define _ALL_SOURCE 1
  344. | #define _GNU_SOURCE 1
  345. | #define _POSIX_PTHREAD_SEMANTICS 1
  346. | #define _TANDEM_SOURCE 1
  347. | /* end confdefs.h. */
  348. | #include <ac_nonexistent.h>
  349. configure:5776: checking for gcc option to accept ISO C99
  350. configure:5925: gcc -c -g -O2 conftest.c >&5
  351. configure:5925: $? = 0
  352. configure:5938: result: none needed
  353. configure:5977: checking for /usr/bin/gcc option to accept ISO C99
  354. configure:6126: /usr/bin/gcc -c conftest.c >&5
  355. configure:6126: $? = 0
  356. configure:6139: result: none needed
  357. configure:6178: checking for gcc option to accept ISO C99
  358. configure:6327: gcc -c conftest.c >&5
  359. configure:6327: $? = 0
  360. configure:6340: result: none needed
  361. configure:6379: checking for gcc option to accept ISO C99
  362. configure:6528: gcc -c conftest.c >&5
  363. configure:6528: $? = 0
  364. configure:6541: result: none needed
  365. configure:6597: checking for ld
  366. configure:6615: found /usr/bin/ld
  367. configure:6627: result: /usr/bin/ld
  368. configure:6841: checking for nm
  369. configure:6859: found /usr/bin/nm
  370. configure:6871: result: /usr/bin/nm
  371. configure:6987: checking for objdump
  372. configure:7005: found /usr/bin/objdump
  373. configure:7017: result: /usr/bin/objdump
  374. configure:7104: checking for ar
  375. configure:7122: found /usr/bin/ar
  376. configure:7134: result: /usr/bin/ar
  377. configure:7222: checking for ranlib
  378. configure:7240: found /usr/bin/ranlib
  379. configure:7252: result: /usr/bin/ranlib
  380. configure:7477: checking for llc-3.9
  381. configure:7510: result: no
  382. configure:7593: checking for llc
  383. configure:7626: result: no
  384. configure:7726: checking for opt-3.9
  385. configure:7759: result: no
  386. configure:7842: checking for opt
  387. configure:7875: result: no
  388. configure:7960: checking whether #! works in shell scripts
  389. configure:7977: result: yes
  390. configure:7991: checking for perl
  391. configure:8009: found /usr/bin/perl
  392. configure:8021: result: /usr/bin/perl
  393. configure:8056: checking version of gcc
  394. configure:8160: result: 6.3.1
  395. configure:8171: checking whether GCC supports -no-pie
  396. configure:8177: result: yes
  397. configure:8188: checking whether C compiler is clang
  398. configure:8200: result: no
  399. configure:8202: checking whether C compiler has an LLVM back end
  400. configure:8216: result: no
  401. configure:8226: checking whether ld is GNU ld
  402. configure:8237: result: YES
  403. configure:8243: checking whether ld understands --build-id
  404. configure:8257: result: yes
  405. configure:8267: checking whether ld understands -no_compact_unwind
  406. configure:8281: result: yes
  407. configure:8291: checking whether ld understands -filelist
  408. configure:8312: result: no
  409. configure:8324: checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS
  410. configure:8416: result: done
  411. configure:8420: checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0
  412. configure:8512: result: done
  413. configure:8516: checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1
  414. configure:8608: result: done
  415. configure:8612: checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2
  416. configure:8704: result: done
  417. configure:8710: checking for extra options to pass gcc when compiling via C
  418. configure:8764: result: -fwrapv -fno-builtin
  419. configure:9057: checking for .subsections_via_symbols
  420. configure:9070: gcc -c -g -O2 -fno-stack-protector conftest.c >&5
  421. conftest.c: Assembler messages:
  422. conftest.c:29: Error: unknown pseudo-op: `.subsections_via_symbols'
  423. configure:9070: $? = 1
  424. configure: failed program was:
  425. | /* confdefs.h */
  426. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  427. | #define PACKAGE_TARNAME "ghc-8.1"
  428. | #define PACKAGE_VERSION "8.1"
  429. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.1"
  430. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  431. | #define PACKAGE_URL ""
  432. | #define STDC_HEADERS 1
  433. | #define HAVE_SYS_TYPES_H 1
  434. | #define HAVE_SYS_STAT_H 1
  435. | #define HAVE_STDLIB_H 1
  436. | #define HAVE_STRING_H 1
  437. | #define HAVE_MEMORY_H 1
  438. | #define HAVE_STRINGS_H 1
  439. | #define HAVE_INTTYPES_H 1
  440. | #define HAVE_STDINT_H 1
  441. | #define HAVE_UNISTD_H 1
  442. | #define __EXTENSIONS__ 1
  443. | #define _ALL_SOURCE 1
  444. | #define _GNU_SOURCE 1
  445. | #define _POSIX_PTHREAD_SEMANTICS 1
  446. | #define _TANDEM_SOURCE 1
  447. | #define sUPPORTED_LLVM_VERSION (3,9)
  448. | /* end confdefs.h. */
  449. |
  450. | int
  451. | main ()
  452. | {
  453. | __asm__ (".subsections_via_symbols");
  454. | ;
  455. | return 0;
  456. | }
  457. configure:9080: result: no
  458. configure:9086: checking whether your assembler supports .ident directive
  459. configure:9092: gcc -c -g -O2 -fno-stack-protector conftest.c >&5
  460. configure:9092: $? = 0
  461. configure:9093: result: yes
  462. configure:9106: checking for GNU non-executable stack support
  463. configure:9119: gcc -c conftest.c >&5
  464. configure:9119: $? = 0
  465. configure:9120: result: yes
  466. configure:9150: checking for a working context diff
  467. configure:9166: result: diff -U 1
  468. configure:9190: checking for a BSD-compatible install
  469. configure:9258: result: /usr/bin/install -c
  470. configure:9272: checking for ar
  471. configure:9302: result: /usr/bin/ar
  472. configure:9315: checking whether /usr/bin/ar is GNU ar
  473. configure:9326: result: yes
  474. configure:9333: checking for ar arguments
  475. configure:9359: result: q
  476. configure:9370: checking whether /usr/bin/ar supports @file
  477. configure:9390: result: yes
  478. configure:9444: checking for ranlib
  479. configure:9471: result: /usr/bin/ranlib
  480. configure:9532: checking whether ln -s works
  481. configure:9536: result: yes
  482. configure:9620: checking for gsed
  483. configure:9653: result: no
  484. configure:9620: checking for sed
  485. configure:9638: found /usr/bin/sed
  486. configure:9650: result: /usr/bin/sed
  487. configure:9666: checking for time
  488. configure:9684: found /usr/bin/time
  489. configure:9696: result: /usr/bin/time
  490. configure:9709: checking for gnutar
  491. configure:9742: result: no
  492. configure:9709: checking for gtar
  493. configure:9742: result: no
  494. configure:9709: checking for tar
  495. configure:9727: found /usr/bin/tar
  496. configure:9739: result: /usr/bin/tar
  497. configure:9756: checking for gpatch
  498. configure:9789: result: no
  499. configure:9756: checking for patch
  500. configure:9774: found /usr/bin/patch
  501. configure:9786: result: /usr/bin/patch
  502. configure:9802: checking for dtrace
  503. configure:9835: result: no
  504. configure:9849: checking for HsColour
  505. configure:9882: result: no
  506. configure:9897: checking for sphinx-build
  507. configure:9915: found /usr/bin/sphinx-build
  508. configure:9927: result: /usr/bin/sphinx-build
  509. configure:9935: checking for version of sphinx-build
  510. configure:9945: result: 1.5.2
  511. configure:9974: checking for xelatex
  512. configure:9992: found /usr/bin/xelatex
  513. configure:10004: result: /usr/bin/xelatex
  514. configure:10013: checking for ghc-pkg matching /usr/bin/ghc
  515. configure:10028: error: Cannot find matching ghc-pkg
  516.  
  517. ## ---------------- ##
  518. ## Cache variables. ##
  519. ## ---------------- ##
  520.  
  521. ac_cv_build=x86_64-unknown-linux-gnu
  522. ac_cv_c_compiler_gnu=yes
  523. ac_cv_env_CC_STAGE0_set=
  524. ac_cv_env_CC_STAGE0_value=
  525. ac_cv_env_CC_set=
  526. ac_cv_env_CC_value=
  527. ac_cv_env_CFLAGS_set=
  528. ac_cv_env_CFLAGS_value=
  529. ac_cv_env_CPPFLAGS_set=
  530. ac_cv_env_CPPFLAGS_value=
  531. ac_cv_env_CPP_set=
  532. ac_cv_env_CPP_value=
  533. ac_cv_env_LDFLAGS_set=
  534. ac_cv_env_LDFLAGS_value=
  535. ac_cv_env_LIBS_set=
  536. ac_cv_env_LIBS_value=
  537. ac_cv_env_build_alias_set=
  538. ac_cv_env_build_alias_value=
  539. ac_cv_env_host_alias_set=
  540. ac_cv_env_host_alias_value=
  541. ac_cv_env_target_alias_set=
  542. ac_cv_env_target_alias_value=
  543. ac_cv_header_inttypes_h=yes
  544. ac_cv_header_memory_h=yes
  545. ac_cv_header_minix_config_h=no
  546. ac_cv_header_stdc=yes
  547. ac_cv_header_stdint_h=yes
  548. ac_cv_header_stdlib_h=yes
  549. ac_cv_header_string_h=yes
  550. ac_cv_header_strings_h=yes
  551. ac_cv_header_sys_stat_h=yes
  552. ac_cv_header_sys_types_h=yes
  553. ac_cv_header_unistd_h=yes
  554. ac_cv_host=x86_64-unknown-linux-gnu
  555. ac_cv_objext=o
  556. ac_cv_path_AR=/usr/bin/ar
  557. ac_cv_path_EGREP='/usr/bin/grep -E'
  558. ac_cv_path_GHC=/usr/bin/ghc
  559. ac_cv_path_GREP=/usr/bin/grep
  560. ac_cv_path_LD=/usr/bin/ld
  561. ac_cv_path_NM=/usr/bin/nm
  562. ac_cv_path_OBJDUMP=/usr/bin/objdump
  563. ac_cv_path_PatchCmd=/usr/bin/patch
  564. ac_cv_path_PerlCmd=/usr/bin/perl
  565. ac_cv_path_RANLIB=/usr/bin/ranlib
  566. ac_cv_path_SPHINXBUILD=/usr/bin/sphinx-build
  567. ac_cv_path_SedCmd=/usr/bin/sed
  568. ac_cv_path_TarCmd=/usr/bin/tar
  569. ac_cv_path_TimeCmd=/usr/bin/time
  570. ac_cv_path_XELATEX=/usr/bin/xelatex
  571. ac_cv_path_fp_prog_ar=/usr/bin/ar
  572. ac_cv_path_fp_prog_find=/usr/bin/find
  573. ac_cv_path_fp_prog_sort=/usr/bin/sort
  574. ac_cv_path_install='/usr/bin/install -c'
  575. ac_cv_prog_CPP='gcc -E'
  576. ac_cv_prog_ac_ct_CC=gcc
  577. ac_cv_prog_ac_ct_RANLIB=/usr/bin/ranlib
  578. ac_cv_prog_cc_c89=
  579. ac_cv_prog_cc_g=yes
  580. ac_cv_safe_to_define___extensions__=yes
  581. ac_cv_sys_interpreter=yes
  582. ac_cv_target=x86_64-unknown-linux-gnu
  583. fp_cv_context_diff='diff -U 1'
  584. fp_cv_gcc_extra_opts=' -fwrapv -fno-builtin'
  585. fp_cv_gcc_version=6.3.1
  586. fp_cv_gnu_ld=YES
  587. fp_cv_ld_build_id=yes
  588. fp_cv_ld_has_filelist=no
  589. fp_cv_ld_no_compact_unwind=yes
  590. fp_cv_prog_ar_args=q
  591. fp_cv_prog_ar_is_gnu=yes
  592. fp_cv_prog_ar_needs_ranlib=no
  593. fp_cv_prog_ar_supports_atfile=yes
  594. fp_cv_sphinx_version=1.5.2
  595.  
  596. ## ----------------- ##
  597. ## Output variables. ##
  598. ## ----------------- ##
  599.  
  600. ALLOCA=''
  601. AR='/usr/bin/ar'
  602. ARM_ISA=''
  603. AR_OPTS_STAGE0='q'
  604. AR_STAGE0='/usr/bin/ar'
  605. Alex3=''
  606. AlexCmd=''
  607. AlexVersion=''
  608. ArArgs='q'
  609. ArCmd='/usr/bin/ar'
  610. ArIsGNUAr='YES'
  611. ArSupportsAtFile='YES'
  612. ArSupportsAtFile_STAGE0='YES'
  613. BUILD_MAN=''
  614. BUILD_SPHINX_HTML=''
  615. BUILD_SPHINX_PDF=''
  616. BuildArch_CPP='x86_64'
  617. BuildOS_CPP='linux'
  618. BuildPlatform='x86_64-unknown-linux'
  619. BuildPlatform_CPP='x86_64_unknown_linux'
  620. BuildVendor_CPP='unknown'
  621. CC='gcc'
  622. CC_CLANG_BACKEND='0'
  623. CC_LLVM_BACKEND='0'
  624. CC_STAGE0='/usr/bin/gcc'
  625. CFLAGS='-g -O2 -fno-stack-protector'
  626. CONFIGURE_ARGS=''
  627. CONF_CC_OPTS_STAGE0=' -fno-stack-protector'
  628. CONF_CC_OPTS_STAGE1=' -fno-stack-protector'
  629. CONF_CC_OPTS_STAGE2=' -fno-stack-protector'
  630. CONF_CPP_OPTS_STAGE0=''
  631. CONF_CPP_OPTS_STAGE1=''
  632. CONF_CPP_OPTS_STAGE2=''
  633. CONF_GCC_LINKER_OPTS_STAGE0=''
  634. CONF_GCC_LINKER_OPTS_STAGE1=''
  635. CONF_GCC_LINKER_OPTS_STAGE2=''
  636. CONF_HC_OPTS_STAGE0=''
  637. CONF_HC_OPTS_STAGE1=''
  638. CONF_HC_OPTS_STAGE2=''
  639. CONF_LD_LINKER_OPTS_STAGE0=''
  640. CONF_LD_LINKER_OPTS_STAGE1=''
  641. CONF_LD_LINKER_OPTS_STAGE2=''
  642. CPP='gcc -E'
  643. CPPFLAGS=''
  644. CURSES_INCLUDE_DIRS=''
  645. CURSES_LIB_DIRS=''
  646. ContextDiffCmd='diff -U 1'
  647. CrossCompilePrefix=''
  648. CrossCompiling='NO'
  649. DEFS=''
  650. DtraceCmd=''
  651. ECHO_C=''
  652. ECHO_N='-n'
  653. ECHO_T=''
  654. EGREP='/usr/bin/grep -E'
  655. EXEEXT=''
  656. FFIIncludeDir=''
  657. FFILibDir=''
  658. FindCmd='/usr/bin/find'
  659. GHC='/usr/bin/ghc'
  660. GHC_PACKAGE_DB_FLAG='package-db'
  661. GMP_INCLUDE_DIRS=''
  662. GMP_LIB_DIRS=''
  663. GREP='/usr/bin/grep'
  664. GccExtraViaCOpts=' -fwrapv -fno-builtin'
  665. GccIsClang=''
  666. GccLT34='NO'
  667. GccLT44='NO'
  668. GccLT46='NO'
  669. GccVersion='6.3.1'
  670. GhcLibsWithUnix='YES'
  671. GhcMajVersion='8'
  672. GhcMinVersion='0'
  673. GhcPatchLevel='1'
  674. GhcPkgCmd=''
  675. GhcVersion='8.0.1'
  676. HSCOLOUR=''
  677. HappyCmd=''
  678. HappyVersion=''
  679. HaskellCPPArgs='-E -undef -traditional'
  680. HaskellCPPCmd='gcc'
  681. HaskellHaveGnuNonexecStack='True'
  682. HaskellHaveIdentDirective='True'
  683. HaskellHaveRTSLinker='YES'
  684. HaskellHaveSubsectionsViaSymbols='False'
  685. HaskellTargetArch='ArchX86_64'
  686. HaskellTargetOs='OSLinux'
  687. HaveDtrace='NO'
  688. HaveLibMingwEx=''
  689. HostArch_CPP='x86_64'
  690. HostOS_CPP='linux'
  691. HostPlatform='x86_64-unknown-linux'
  692. HostPlatform_CPP='x86_64_unknown_linux'
  693. HostVendor_CPP='unknown'
  694. ICONV_INCLUDE_DIRS=''
  695. ICONV_LIB_DIRS=''
  696. INSTALL_DATA='${INSTALL} -m 644'
  697. INSTALL_PROGRAM='${INSTALL}'
  698. INSTALL_SCRIPT='${INSTALL}'
  699. LD='/usr/bin/ld'
  700. LDFLAGS=''
  701. LD_GOLD=''
  702. LD_STAGE0='/usr/bin/ld'
  703. LIBOBJS=''
  704. LIBRARY_Cabal_VERSION=''
  705. LIBRARY_base_VERSION=''
  706. LIBRARY_compact_VERSION=''
  707. LIBRARY_ghc_VERSION=''
  708. LIBRARY_ghc_prim_VERSION=''
  709. LIBS=''
  710. LLC=''
  711. LN_S='ln -s'
  712. LTLIBOBJS=''
  713. LdCmd='/usr/bin/ld'
  714. LdHasBuildId='YES'
  715. LdHasFilelist='NO'
  716. LdHasNoCompactUnwind='YES'
  717. LdIsGNULd='YES'
  718. LeadingUnderscore=''
  719. LlcCmd=''
  720. LlvmVersion='3.9'
  721. MakeCmd=''
  722. NM='/usr/bin/nm'
  723. NmCmd='/usr/bin/nm'
  724. OBJDUMP='/usr/bin/objdump'
  725. OBJEXT='o'
  726. OPT=''
  727. OSTYPE='linux-gnu'
  728. ObjdumpCmd='/usr/bin/objdump'
  729. OptCmd=''
  730. PACKAGE_BUGREPORT='glasgow-haskell-bugs@haskell.org'
  731. PACKAGE_NAME='The Glorious Glasgow Haskell Compilation System'
  732. PACKAGE_STRING='The Glorious Glasgow Haskell Compilation System 8.1'
  733. PACKAGE_TARNAME='ghc-8.1'
  734. PACKAGE_URL=''
  735. PACKAGE_VERSION='8.1.20170208'
  736. PATH_SEPARATOR=':'
  737. PatchCmd='/usr/bin/patch'
  738. PerlCmd='/usr/bin/perl'
  739. ProjectGitCommitId='34e3523354916b0fb8a0dc93041d25812f7e6181'
  740. ProjectName='The Glorious Glasgow Haskell Compilation System'
  741. ProjectPatchLevel1='20170208'
  742. ProjectPatchLevel2=''
  743. ProjectPatchLevel='20170208'
  744. ProjectVersion='8.1.20170208'
  745. ProjectVersionInt='801'
  746. ProjectVersionMunged='8.1'
  747. RANLIB='/usr/bin/ranlib'
  748. RANLIB_CMD='true'
  749. REAL_RANLIB_CMD='/usr/bin/ranlib'
  750. SHELL='/bin/sh'
  751. SOLARIS_BROKEN_SHLD='NO'
  752. SPHINXBUILD='/usr/bin/sphinx-build'
  753. SUPPORTS_THIS_UNIT_ID='YES'
  754. SedCmd='/usr/bin/sed'
  755. SettingsArCommand='/usr/bin/ar'
  756. SettingsCCompilerCommand='gcc'
  757. SettingsCCompilerFlags=' -fno-stack-protector'
  758. SettingsCCompilerLinkFlags=''
  759. SettingsCCompilerSupportsNoPie='YES'
  760. SettingsDllWrapCommand='/bin/false'
  761. SettingsHaskellCPPCommand='gcc'
  762. SettingsHaskellCPPFlags='-E -undef -traditional'
  763. SettingsLdCommand='/usr/bin/ld'
  764. SettingsLdFlags=''
  765. SettingsLibtoolCommand='libtool'
  766. SettingsLlcCommand='llc'
  767. SettingsOptCommand='opt'
  768. SettingsPerlCommand='/usr/bin/perl'
  769. SettingsTouchCommand='touch'
  770. SettingsWindresCommand='/bin/false'
  771. SortCmd='/usr/bin/sort'
  772. SplitObjsBroken='NO'
  773. TarCmd='/usr/bin/tar'
  774. TargetArch_CPP='x86_64'
  775. TargetOS_CPP='linux'
  776. TargetPlatform='x86_64-unknown-linux'
  777. TargetPlatformFull='x86_64-unknown-linux'
  778. TargetPlatform_CPP='x86_64_unknown_linux'
  779. TargetVendor_CPP='unknown'
  780. TimeCmd='/usr/bin/time'
  781. Unregisterised='NO'
  782. UseLibdw=''
  783. UseSystemLibFFI=''
  784. WithGhc='/usr/bin/ghc'
  785. WordSize=''
  786. XELATEX='/usr/bin/xelatex'
  787. ac_ct_CC='gcc'
  788. bindir='${exec_prefix}/bin'
  789. build='x86_64-unknown-linux'
  790. build_alias=''
  791. build_cpu='x86_64'
  792. build_os='linux-gnu'
  793. build_vendor='unknown'
  794. datadir='${datarootdir}'
  795. datarootdir='${prefix}/share'
  796. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  797. dvidir='${docdir}'
  798. exec_prefix='NONE'
  799. exeext_host=''
  800. exeext_target=''
  801. fp_prog_ar='/usr/bin/ar'
  802. fp_prog_find='/usr/bin/find'
  803. fp_prog_sort='/usr/bin/sort'
  804. hardtop='/home/rupert/github/ghc'
  805. host='x86_64-unknown-linux'
  806. host_alias=''
  807. host_cpu='x86_64'
  808. host_os='linux-gnu'
  809. host_vendor='unknown'
  810. htmldir='${docdir}'
  811. includedir='${prefix}/include'
  812. infodir='${datarootdir}/info'
  813. libdir='${exec_prefix}/lib'
  814. libexecdir='${exec_prefix}/libexec'
  815. localedir='${datarootdir}/locale'
  816. localstatedir='${prefix}/var'
  817. mandir='${datarootdir}/man'
  818. oldincludedir='/usr/include'
  819. pdfdir='${docdir}'
  820. prefix='NONE'
  821. program_transform_name='s,x,x,'
  822. psdir='${docdir}'
  823. release='1'
  824. sbindir='${exec_prefix}/sbin'
  825. sharedstatedir='${prefix}/com'
  826. soext_host='.so'
  827. soext_target='.so'
  828. sysconfdir='${prefix}/etc'
  829. target='x86_64-unknown-linux'
  830. target_alias=''
  831. target_cpu='x86_64'
  832. target_os='linux-gnu'
  833. target_vendor='unknown'
  834.  
  835. ## ----------- ##
  836. ## confdefs.h. ##
  837. ## ----------- ##
  838.  
  839. /* confdefs.h */
  840. #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  841. #define PACKAGE_TARNAME "ghc-8.1"
  842. #define PACKAGE_VERSION "8.1"
  843. #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.1"
  844. #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  845. #define PACKAGE_URL ""
  846. #define STDC_HEADERS 1
  847. #define HAVE_SYS_TYPES_H 1
  848. #define HAVE_SYS_STAT_H 1
  849. #define HAVE_STDLIB_H 1
  850. #define HAVE_STRING_H 1
  851. #define HAVE_MEMORY_H 1
  852. #define HAVE_STRINGS_H 1
  853. #define HAVE_INTTYPES_H 1
  854. #define HAVE_STDINT_H 1
  855. #define HAVE_UNISTD_H 1
  856. #define __EXTENSIONS__ 1
  857. #define _ALL_SOURCE 1
  858. #define _GNU_SOURCE 1
  859. #define _POSIX_PTHREAD_SEMANTICS 1
  860. #define _TANDEM_SOURCE 1
  861. #define sUPPORTED_LLVM_VERSION (3,9)
  862.  
  863. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement