Advertisement
Guest User

Untitled

a guest
Mar 9th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. Resolving dependencies...
  2. Configuring X11-1.5.0.1...
  3. configure: WARNING: unrecognized options: --with-compiler, --with-gcc
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.outchecking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking how to run the C preprocessor... gcc -E
  13. checking for X... no
  14. configure: error: in `/private/var/folders/vr/6swz_qtn60q0ld9lp_pbdqk80000gn/T/X11-1.5.0.1-78620/X11-1.5.0.1':
  15. configure: error: X11 libraries not found, so X11 package cannot be built
  16. See `config.log' for more details
  17. cabal: Error: some packages failed to install:X11-1.5.0.1 failed during the configure step. The exception was:ExitFailure 1
  18.  
  19. This file contains any messages produced by compilers while
  20. running configure, to aid debugging if configure makes a mistake.
  21.  
  22. It was created by Haskell X11 package configure 1.4.6, which was
  23. generated by GNU Autoconf 2.68. Invocation command line was
  24.  
  25. $ configure --with-hc=ghc --with-gcc=/usr/bin/gcc
  26.  
  27. ## --------- ##
  28. ## Platform. ##
  29. ## --------- ##
  30.  
  31. hostname = ilikeplantss-MacBook.local
  32. uname -m = x86_64
  33. uname -r = 12.0.0
  34. uname -s = Darwin
  35. uname -v = Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
  36.  
  37. /usr/bin/uname -p = i386
  38. /bin/uname -X = unknown
  39.  
  40. /bin/arch = unknown
  41. /usr/bin/arch -k = unknown
  42. /usr/convex/getsysinfo = unknown
  43. /usr/bin/hostinfo = Mach kernel version:
  44. Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
  45. Kernel configured for up to 2 processors.
  46. 2 processors are physically available.
  47. 2 processors are logically available.
  48. Processor type: i486 (Intel 80486)
  49. Processors active: 0 1
  50. Primary memory available: 2.00 gigabytes
  51. Default processor set: 96 tasks, 410 threads, 2 processors
  52. Load average: 1.90, Mach factor: 0.72
  53. /bin/machine = unknown
  54. /usr/bin/oslevel = unknown
  55. /bin/universe = unknown
  56.  
  57. PATH: /opt/local/bin
  58. PATH: /opt/local/sbin
  59. PATH: /usr/bin
  60. PATH: /bin
  61. PATH: /usr/sbin
  62. PATH: /sbin
  63. PATH: /usr/local/bin
  64. PATH: /opt/X11/bin
  65.  
  66.  
  67. ## ----------- ##
  68. ## Core tests. ##
  69. ## ----------- ##
  70.  
  71. configure:2169: checking for gcc
  72. configure:2185: found /usr/bin/gcc
  73. configure:2196: result: gcc
  74. configure:2425: checking for C compiler version
  75. configure:2434: gcc --version >&5
  76. i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  77. Copyright (C) 2007 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:2445: $? = 0
  82. configure:2434: gcc -v >&5
  83. Using built-in specs.
  84. Target: i686-apple-darwin11
  85. Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
  86. Thread model: posix
  87. gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  88. configure:2445: $? = 0
  89. configure:2434: gcc -V >&5
  90. llvm-gcc-4.2: argument to `-V' is missing
  91. configure:2445: $? = 1
  92. configure:2434: gcc -qversion >&5
  93. i686-apple-darwin11-llvm-gcc-4.2: no input files
  94. configure:2445: $? = 1
  95. configure:2465: checking whether the C compiler works
  96. configure:2487: gcc -m32 conftest.c >&5
  97. configure:2491: $? = 0
  98. configure:2539: result: yes
  99. configure:2542: checking for C compiler default output file name
  100. configure:2544: result: a.out
  101. configure:2550: checking for suffix of executables
  102. configure:2557: gcc -o conftest -m32 conftest.c >&5
  103. configure:2561: $? = 0
  104. configure:2583: result:
  105. configure:2605: checking whether we are cross compiling
  106. configure:2613: gcc -o conftest -m32 conftest.c >&5
  107. configure:2617: $? = 0
  108. configure:2624: ./conftest
  109. configure:2628: $? = 0
  110. configure:2643: result: no
  111. configure:2648: checking for suffix of object files
  112. configure:2670: gcc -c -m32 conftest.c >&5
  113. configure:2674: $? = 0
  114. configure:2695: result: o
  115. configure:2699: checking whether we are using the GNU C compiler
  116. configure:2718: gcc -c -m32 conftest.c >&5
  117. configure:2718: $? = 0
  118. configure:2727: result: yes
  119. configure:2736: checking whether gcc accepts -g
  120. configure:2756: gcc -c -g conftest.c >&5
  121. configure:2756: $? = 0
  122. configure:2797: result: yes
  123. configure:2814: checking for gcc option to accept ISO C89
  124. configure:2878: gcc -c -m32 conftest.c >&5
  125. configure:2878: $? = 0
  126. configure:2891: result: none needed
  127. configure:2917: checking how to run the C preprocessor
  128. configure:2948: gcc -E conftest.c
  129. configure:2948: $? = 0
  130. configure:2962: gcc -E conftest.c
  131. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  132. configure:2962: $? = 1
  133. configure: failed program was:
  134. | /* confdefs.h */
  135. | #define PACKAGE_NAME "Haskell X11 package"
  136. | #define PACKAGE_TARNAME "X11"
  137. | #define PACKAGE_VERSION "1.4.6"
  138. | #define PACKAGE_STRING "Haskell X11 package 1.4.6"
  139. | #define PACKAGE_BUGREPORT "dons@galois.com"
  140. | #define PACKAGE_URL ""
  141. | /* end confdefs.h. */
  142. | #include <ac_nonexistent.h>
  143. configure:2987: result: gcc -E
  144. configure:3007: gcc -E conftest.c
  145. configure:3007: $? = 0
  146. configure:3021: gcc -E conftest.c
  147. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  148. configure:3021: $? = 1
  149. configure: failed program was:
  150. | /* confdefs.h */
  151. | #define PACKAGE_NAME "Haskell X11 package"
  152. | #define PACKAGE_TARNAME "X11"
  153. | #define PACKAGE_VERSION "1.4.6"
  154. | #define PACKAGE_STRING "Haskell X11 package 1.4.6"
  155. | #define PACKAGE_BUGREPORT "dons@galois.com"
  156. | #define PACKAGE_URL ""
  157. | /* end confdefs.h. */
  158. | #include <ac_nonexistent.h>
  159. configure:3050: checking for X
  160. configure:3158: gcc -E conftest.c
  161. conftest.c:9:22: error: X11/Xlib.h: No such file or directory
  162. configure:3158: $? = 1
  163. configure: failed program was:
  164. | /* confdefs.h */
  165. | #define PACKAGE_NAME "Haskell X11 package"
  166. | #define PACKAGE_TARNAME "X11"
  167. | #define PACKAGE_VERSION "1.4.6"
  168. | #define PACKAGE_STRING "Haskell X11 package 1.4.6"
  169. | #define PACKAGE_BUGREPORT "dons@galois.com"
  170. | #define PACKAGE_URL ""
  171. | /* end confdefs.h. */
  172. | #include <X11/Xlib.h>
  173. configure:3189: gcc -o conftest -m32 conftest.c -lX11 >&5
  174. conftest.c:9:22: error: X11/Xlib.h: No such file or directory
  175. configure:3189: $? = 1
  176. configure: failed program was:
  177. | /* confdefs.h */
  178. | #define PACKAGE_NAME "Haskell X11 package"
  179. | #define PACKAGE_TARNAME "X11"
  180. | #define PACKAGE_VERSION "1.4.6"
  181. | #define PACKAGE_STRING "Haskell X11 package 1.4.6"
  182. | #define PACKAGE_BUGREPORT "dons@galois.com"
  183. | #define PACKAGE_URL ""
  184. | /* end confdefs.h. */
  185. | #include <X11/Xlib.h>
  186. | int
  187. | main ()
  188. | {
  189. | XrmInitialize ()
  190. | ;
  191. | return 0;
  192. | }
  193. configure:3228: result: no
  194. configure:3744: gcc -E conftest.c
  195. conftest.c:10:22: error: X11/Xlib.h: No such file or directory
  196. configure:3744: $? = 1
  197. configure: failed program was:
  198. | /* confdefs.h */
  199. | #define PACKAGE_NAME "Haskell X11 package"
  200. | #define PACKAGE_TARNAME "X11"
  201. | #define PACKAGE_VERSION "1.4.6"
  202. | #define PACKAGE_STRING "Haskell X11 package 1.4.6"
  203. | #define PACKAGE_BUGREPORT "dons@galois.com"
  204. | #define PACKAGE_URL ""
  205. | #define X_DISPLAY_MISSING 1
  206. | /* end confdefs.h. */
  207. | #include <X11/Xlib.h>
  208. configure:3759: error: in `/Users/gav/Desktop/X11-1.6.0':
  209. configure:3761: error: X11 libraries not found, so X11 package cannot be built
  210. See `config.log' for more details
  211.  
  212. ## ---------------- ##
  213. ## Cache variables. ##
  214. ## ---------------- ##
  215.  
  216. ac_cv_c_compiler_gnu=yes
  217. ac_cv_env_CC_set=
  218. ac_cv_env_CC_value=
  219. ac_cv_env_CFLAGS_set=set
  220. ac_cv_env_CFLAGS_value=-m32
  221. ac_cv_env_CPPFLAGS_set=
  222. ac_cv_env_CPPFLAGS_value=
  223. ac_cv_env_CPP_set=
  224. ac_cv_env_CPP_value=
  225. ac_cv_env_LDFLAGS_set=
  226. ac_cv_env_LDFLAGS_value=
  227. ac_cv_env_LIBS_set=
  228. ac_cv_env_LIBS_value=
  229. ac_cv_env_XMKMF_set=
  230. ac_cv_env_XMKMF_value=
  231. ac_cv_env_build_alias_set=
  232. ac_cv_env_build_alias_value=
  233. ac_cv_env_host_alias_set=
  234. ac_cv_env_host_alias_value=
  235. ac_cv_env_target_alias_set=
  236. ac_cv_env_target_alias_value=
  237. ac_cv_have_x=have_x=no
  238. ac_cv_objext=o
  239. ac_cv_prog_CPP='gcc -E'
  240. ac_cv_prog_ac_ct_CC=gcc
  241. ac_cv_prog_cc_c89=
  242. ac_cv_prog_cc_g=yes
  243.  
  244. ## ----------------- ##
  245. ## Output variables. ##
  246. ## ----------------- ##
  247.  
  248. BUILD_PACKAGE_BOOL=''
  249. CC='gcc'
  250. CFLAGS='-m32'
  251. CPP='gcc -E'
  252. CPPFLAGS=' -INONE'
  253. DEFS=''
  254. ECHO_C='c'
  255. ECHO_N=''
  256. ECHO_T=''
  257. EGREP=''
  258. EXEEXT=''
  259. EXTRA_LIBRARIES=''
  260. GREP=''
  261. LDFLAGS=''
  262. LIBOBJS=''
  263. LIBS=''
  264. LTLIBOBJS=''
  265. OBJEXT='o'
  266. PACKAGE_BUGREPORT='dons@galois.com'
  267. PACKAGE_NAME='Haskell X11 package'
  268. PACKAGE_STRING='Haskell X11 package 1.4.6'
  269. PACKAGE_TARNAME='X11'
  270. PACKAGE_URL=''
  271. PACKAGE_VERSION='1.4.6'
  272. PATH_SEPARATOR=':'
  273. SHELL='/bin/sh'
  274. X11_BUILD_PACKAGE=''
  275. XMKMF=''
  276. X_CFLAGS=''
  277. X_EXTRA_LIBS=''
  278. X_LIBS=''
  279. X_PRE_LIBS=''
  280. ac_ct_CC='gcc'
  281. bindir='${exec_prefix}/bin'
  282. build_alias=''
  283. datadir='${datarootdir}'
  284. datarootdir='${prefix}/share'
  285. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  286. dvidir='${docdir}'
  287. exec_prefix='NONE'
  288. host_alias=''
  289. htmldir='${docdir}'
  290. includedir='${prefix}/include'
  291. infodir='${datarootdir}/info'
  292. libdir='${exec_prefix}/lib'
  293. libexecdir='${exec_prefix}/libexec'
  294. localedir='${datarootdir}/locale'
  295. localstatedir='${prefix}/var'
  296. mandir='${datarootdir}/man'
  297. oldincludedir='/usr/include'
  298. pdfdir='${docdir}'
  299. prefix='NONE'
  300. program_transform_name='s,x,x,'
  301. psdir='${docdir}'
  302. sbindir='${exec_prefix}/sbin'
  303. sharedstatedir='${prefix}/com'
  304. sysconfdir='${prefix}/etc'
  305. target_alias=''
  306.  
  307. ## ----------- ##
  308. ## confdefs.h. ##
  309. ## ----------- ##
  310.  
  311. /* confdefs.h */
  312. #define PACKAGE_NAME "Haskell X11 package"
  313. #define PACKAGE_TARNAME "X11"
  314. #define PACKAGE_VERSION "1.4.6"
  315. #define PACKAGE_STRING "Haskell X11 package 1.4.6"
  316. #define PACKAGE_BUGREPORT "dons@galois.com"
  317. #define PACKAGE_URL ""
  318. #define X_DISPLAY_MISSING 1
  319.  
  320. configure: exit 1
  321.  
  322. env CPPFLAGS="-I/opt/X11/include" LDFLAGS="-L/opt/X11/lib" your-build-command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement