Advertisement
Guest User

Untitled

a guest
Sep 25th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.07 KB | None | 0 0
  1. ~>opam install -v ocamlfind
  2. The following actions will be performed:
  3. ∗ install ocamlfind 1.5.5
  4.  
  5. =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  6. [ocamlfind] Archive in cache
  7.  
  8. =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  9. [ocamlfind: ./configure] Command started
  10. + ./configure "-bindir" "/Users/dudicusmafudicus/.opam/system/bin" "-sitelib" "/Users/dudicusmafudicus/.opam/system/lib" "-mandir" "/Users/dudicusmafudicus/.opam/system/man" "-config" "/Users/dudicusmafudicus/.opam/system/lib/findlib.conf" "-no-topfind" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
  11. - Welcome to findlib version 1.5.5
  12. - Configuring core...
  13. - Checking for #remove_directory...
  14. - Testing threading model...
  15. - systhread_supported: true
  16. - Testing DLLs...
  17. - Testing whether ppxopt can be supported...
  18. - Configuring libraries...
  19. - native dynlink: found
  20. - labltk: not present
  21. - ocamlbuild: found
  22. - camlp4: using camlp4, style 310
  23. - compiler-libs: found
  24. - dbm: not present (normal since OCaml-4.00)
  25. - bytes: found, installing fake library
  26. - Configuration for dynlink written to site-lib-src/dynlink/META
  27. - Configuration for graphics written to site-lib-src/graphics/META
  28. - Configuration for num written to site-lib-src/num/META
  29. - Configuration for num-top written to site-lib-src/num-top/META
  30. - Configuration for str written to site-lib-src/str/META
  31. - Configuration for threads written to site-lib-src/threads/META
  32. - Configuration for unix written to site-lib-src/unix/META
  33. - Configuration for stdlib written to site-lib-src/stdlib/META
  34. - Configuration for bigarray written to site-lib-src/bigarray/META
  35. - Configuration for camlp4 written to site-lib-src/camlp4/META
  36. - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
  37. - Configuration for compiler-libs written to site-lib-src/compiler-libs/META
  38. - Configuration for bytes written to site-lib-src/bytes/META
  39. - Detecting compiler arguments: (extractor built) ok
  40. -
  41. - About the OCAML core installation:
  42. - Standard library: /usr/local/lib/ocaml
  43. - Binaries: /usr/local/bin
  44. - Manual pages: /usr/local/man
  45. - Multi-threading type: posix
  46. - The directory of site-specific packages will be
  47. - site-lib: /Users/dudicusmafudicus/.opam/system/lib
  48. - The configuration file is written to:
  49. - findlib config file: /Users/dudicusmafudicus/.opam/system/lib/findlib.conf
  50. - Software will be installed:
  51. - Libraries: in <site-lib>/findlib
  52. - Binaries: /Users/dudicusmafudicus/.opam/system/bin
  53. - Manual pages: /Users/dudicusmafudicus/.opam/system/man
  54. - topfind script: omitted
  55. - Topfind ppxopt support: yes
  56. - Toolbox: no
  57. - Link custom runtime: yes
  58. - Need bytes compatibility: no
  59. -
  60. - Configuration has been written to Makefile.config
  61. -
  62. - You can now do 'make all', and optionally 'make opt', to build ocamlfind.
  63. [ocamlfind: make all] Command started
  64. + make "all" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
  65. - for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make all ) || exit; done
  66. - ocamllex fl_meta.mll
  67. - 22 states, 392 transitions, table size 1700 bytes
  68. - ocamldep *.ml *.mli >depend
  69. - USE_CYGPATH="0"; \
  70. - export USE_CYGPATH; \
  71. - cat findlib_config.mlp | \
  72. - ../../tools/patch '@CONFIGFILE@' '/Users/dudicusmafudicus/.opam/system/lib/findlib.conf' | \
  73. - ../../tools/patch '@STDLIB@' '/usr/local/lib/ocaml' | \
  74. - sed -e 's;@AUTOLINK@;true;g' \
  75. - -e 's;@SYSTEM@;macosx;g' \
  76. - >findlib_config.ml
  77. - ocamlc -I +compiler-libs -g -c findlib_config.ml
  78. - ocamlc -I +compiler-libs -g -c fl_split.ml
  79. - ocamlc -I +compiler-libs -g -c fl_metatoken.ml
  80. - ocamlc -I +compiler-libs -g -c fl_meta.ml
  81. - ocamlc -I +compiler-libs -c fl_metascanner.mli
  82. - ocamlc -I +compiler-libs -g -c fl_metascanner.ml
  83. - ocamlc -I +compiler-libs -c fl_topo.mli
  84. - ocamlc -I +compiler-libs -g -c fl_topo.ml
  85. - ocamlc -I +compiler-libs -c fl_package_base.mli
  86. - ocamlc -I +compiler-libs -g -c fl_package_base.ml
  87. - ocamlc -I +compiler-libs -c findlib.mli
  88. - ocamlc -I +compiler-libs -g -c findlib.ml
  89. - ocamlc -I +compiler-libs -g -c fl_args.ml
  90. - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo
  91. - ocamlc -I +compiler-libs -g -c ocaml_args.ml
  92. - ocamlc -I +compiler-libs -g -c frontend.ml
  93. - Makefile:160: depend: No such file or directory
  94. - File "fl_split.ml", line 114, characters 10-21:
  95. - Warning 3: deprecated: String.copy
  96. - File "fl_split.ml", line 118, characters 43-62:
  97. - Warning 3: deprecated: String.set
  98. - Use Bytes.set instead.
  99. - File "fl_split.ml", line 119, characters 37-56:
  100. - Warning 3: deprecated: String.set
  101. - Use Bytes.set instead.
  102. - File "fl_split.ml", line 123, characters 34-47:
  103. - Warning 3: deprecated: String.set
  104. - Use Bytes.set instead.
  105. - File "fl_split.ml", line 124, characters 34-47:
  106. - Warning 3: deprecated: String.set
  107. - Use Bytes.set instead.
  108. - File "fl_split.ml", line 126, characters 26-39:
  109. - Warning 3: deprecated: String.set
  110. - Use Bytes.set instead.
  111. - File "fl_split.ml", line 127, characters 45-64:
  112. - Warning 3: deprecated: String.set
  113. - Use Bytes.set instead.
  114. - File "fl_split.ml", line 128, characters 38-57:
  115. - Warning 3: deprecated: String.set
  116. - Use Bytes.set instead.
  117. - File "fl_split.ml", line 136, characters 13-26:
  118. - Warning 3: deprecated: String.create
  119. - Use Bytes.create instead.
  120. - File "fl_split.ml", line 140, characters 1-19:
  121. - Warning 3: deprecated: String.set
  122. - Use Bytes.set instead.
  123. - File "fl_meta.mll", line 57, characters 13-26:
  124. - Warning 3: deprecated: String.create
  125. - Use Bytes.create instead.
  126. - File "fl_meta.mll", line 61, characters 11-29:
  127. - Warning 3: deprecated: String.set
  128. - Use Bytes.set instead.
  129. - File "fl_meta.mll", line 62, characters 11-22:
  130. - Warning 3: deprecated: String.set
  131. - Use Bytes.set instead.
  132. - File "fl_metascanner.ml", line 111, characters 23-32:
  133. - Warning 3: deprecated: Sort.list
  134. - Use List.sort instead.
  135. - File "fl_metascanner.ml", line 372, characters 20-29:
  136. - Warning 3: deprecated: Sort.list
  137. - Use List.sort instead.
  138. - File "frontend.ml", line 32, characters 9-20:
  139. - Warning 3: deprecated: String.copy
  140. - File "frontend.ml", line 34, characters 24-36:
  141. - Warning 3: deprecated: String.set
  142. - Use Bytes.set instead.
  143. - ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \
  144. - ocaml_args.cmo frontend.cmo
  145. - if [ "true" = "true" ]; then \
  146. - cp topfind.ml.in topfind.ml; \
  147. - else \
  148. - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \
  149. - > topfind.ml ; \
  150. - fi
  151. - ocamlc -I +compiler-libs -c topfind.mli
  152. - ocamlc -I +compiler-libs -g -c topfind.ml
  153. - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
  154. - USE_CYGPATH="0"; \
  155. - export USE_CYGPATH; \
  156. - cat topfind_rd1.p | \
  157. - ../../tools/patch '@SITELIB@' '/Users/dudicusmafudicus/.opam/system/lib' \
  158. - >topfind
  159. - ocamlc -I +compiler-libs -c num_top_printers.mli
  160. - ocamlc -I +compiler-libs -g -c num_top_printers.ml
  161. - ocamlc -I +compiler-libs -c num_top.mli
  162. - ocamlc -I +compiler-libs -g -c num_top.ml
  163. - ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
  164. - /Applications/Xcode.app/Contents/Developer/usr/bin/make all-config
  165. - USE_CYGPATH="0"; \
  166. - export USE_CYGPATH; \
  167. - cat findlib.conf.in | \
  168. - tools/patch '@SITELIB@' '/Users/dudicusmafudicus/.opam/system/lib' >findlib.conf
  169. - if ocamlc.opt >/dev/null 2>&1; then \
  170. - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
  171. - fi
  172. - if ocamlopt.opt >/dev/null 2>&1; then \
  173. - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
  174. - fi
  175. - if ocamldep.opt >/dev/null 2>&1; then \
  176. - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
  177. - fi
  178. - if ocamldoc.opt >/dev/null 2>&1; then \
  179. - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
  180. - fi
  181. - File "frontend.ml", line 1769, characters 16-29:
  182. - Warning 3: deprecated: String.create
  183. - Use Bytes.create instead.
  184. [ocamlfind: make opt] Command started
  185. + make "opt" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
  186. - for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make opt ) || exit; done
  187. - ocamldep *.ml *.mli >depend
  188. - ocamlopt -I +compiler-libs -c findlib_config.ml
  189. - ocamlopt -I +compiler-libs -c fl_split.ml
  190. - ocamlopt -I +compiler-libs -c fl_metatoken.ml
  191. - ocamlopt -I +compiler-libs -c fl_meta.ml
  192. - ocamlopt -I +compiler-libs -c fl_metascanner.ml
  193. - ocamlopt -I +compiler-libs -c fl_topo.ml
  194. - ocamlopt -I +compiler-libs -c fl_package_base.ml
  195. - File "fl_split.ml", line 114, characters 10-21:
  196. - Warning 3: deprecated: String.copy
  197. - File "fl_split.ml", line 118, characters 43-62:
  198. - Warning 3: deprecated: String.set
  199. - Use Bytes.set instead.
  200. - File "fl_split.ml", line 119, characters 37-56:
  201. - Warning 3: deprecated: String.set
  202. - Use Bytes.set instead.
  203. - File "fl_split.ml", line 123, characters 34-47:
  204. - Warning 3: deprecated: String.set
  205. - Use Bytes.set instead.
  206. - File "fl_split.ml", line 124, characters 34-47:
  207. - Warning 3: deprecated: String.set
  208. - Use Bytes.set instead.
  209. - File "fl_split.ml", line 126, characters 26-39:
  210. - Warning 3: deprecated: String.set
  211. - Use Bytes.set instead.
  212. - File "fl_split.ml", line 127, characters 45-64:
  213. - Warning 3: deprecated: String.set
  214. - Use Bytes.set instead.
  215. - File "fl_split.ml", line 128, characters 38-57:
  216. - Warning 3: deprecated: String.set
  217. - Use Bytes.set instead.
  218. - File "fl_split.ml", line 136, characters 13-26:
  219. - Warning 3: deprecated: String.create
  220. - Use Bytes.create instead.
  221. - File "fl_split.ml", line 140, characters 1-19:
  222. - Warning 3: deprecated: String.set
  223. - Use Bytes.set instead.
  224. - File "fl_meta.mll", line 57, characters 13-26:
  225. - Warning 3: deprecated: String.create
  226. - Use Bytes.create instead.
  227. - File "fl_meta.mll", line 61, characters 11-29:
  228. - Warning 3: deprecated: String.set
  229. - Use Bytes.set instead.
  230. - File "fl_meta.mll", line 62, characters 11-22:
  231. - Warning 3: deprecated: String.set
  232. - Use Bytes.set instead.
  233. - File "fl_metascanner.ml", line 111, characters 23-32:
  234. - Warning 3: deprecated: Sort.list
  235. - Use List.sort instead.
  236. - File "fl_metascanner.ml", line 372, characters 20-29:
  237. - Warning 3: deprecated: Sort.list
  238. - Use List.sort instead.
  239. - ocamlopt -I +compiler-libs -c findlib.ml
  240. - ocamlopt -I +compiler-libs -c fl_args.ml
  241. - ocamlopt -I +compiler-libs -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx
  242. - if [ 1 -gt 0 ]; then \
  243. - ocamlopt -I +compiler-libs -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx; \
  244. - fi
  245. - ocamlopt -I +compiler-libs -c ocaml_args.ml
  246. - ocamlopt -I +compiler-libs -c frontend.ml
  247. - File "frontend.ml", line 32, characters 9-20:
  248. - Warning 3: deprecated: String.copy
  249. - File "frontend.ml", line 34, characters 24-36:
  250. - Warning 3: deprecated: String.set
  251. - Use Bytes.set instead.
  252. - File "frontend.ml", line 1769, characters 16-29:
  253. - Warning 3: deprecated: String.create
  254. - Use Bytes.create instead.
  255. - ocamlopt -I +compiler-libs -o ocamlfind_opt findlib.cmxa unix.cmxa \
  256. - ocaml_args.cmx frontend.cmx
  257. - ld: warning: ignoring file findlib.a, file was built for archive which is not the architecture being linked (x86_64): findlib.a
  258. - Undefined symbols for architecture x86_64:
  259. - "_camlFindlib", referenced from:
  260. - _caml_globals in camlstartup202b39.o
  261. - .L121 in frontend.o
  262. - .L370 in frontend.o
  263. - .L1149 in frontend.o
  264. - .L1156 in frontend.o
  265. - .L1514 in frontend.o
  266. - .L1516 in frontend.o
  267. - ...
  268. - "_camlFindlib__code_begin", referenced from:
  269. - _caml_code_segments in camlstartup202b39.o
  270. - "_camlFindlib__code_end", referenced from:
  271. - _caml_code_segments in camlstartup202b39.o
  272. - "_camlFindlib__command_1154", referenced from:
  273. - .L1597 in frontend.o
  274. - .L1599 in frontend.o
  275. - .L1614 in frontend.o
  276. - .L1356 in frontend.o
  277. - .L1355 in frontend.o
  278. - .L1354 in frontend.o
  279. - .L1353 in frontend.o
  280. - ...
  281. - "_camlFindlib__data_begin", referenced from:
  282. - _caml_data_segments in camlstartup202b39.o
  283. - "_camlFindlib__data_end", referenced from:
  284. - _caml_data_segments in camlstartup202b39.o
  285. - "_camlFindlib__entry", referenced from:
  286. - .L135 in camlstartup202b39.o
  287. - "_camlFindlib__frametable", referenced from:
  288. - _caml_frametable in camlstartup202b39.o
  289. - "_camlFindlib__init_1073", referenced from:
  290. - .L2243 in frontend.o
  291. - "_camlFindlib__lazy_init_1150", referenced from:
  292. - .L118 in frontend.o
  293. - .L116 in frontend.o
  294. - .L294 in frontend.o
  295. - .L323 in frontend.o
  296. - .L349 in frontend.o
  297. - .L367 in frontend.o
  298. - .L397 in frontend.o
  299. - ...
  300. - "_camlFindlib__list_packages_inner_1364", referenced from:
  301. - .L2145 in frontend.o
  302. - "_camlFindlib__meta_directory_1152", referenced from:
  303. - .L1890 in frontend.o
  304. - .L2045 in frontend.o
  305. - .L2163 in frontend.o
  306. - .L2180 in frontend.o
  307. - "_camlFindlib__package_property_1161", referenced from:
  308. - _camlFrontend__fun_2336 in frontend.o
  309. - .L332 in frontend.o
  310. - .L338 in frontend.o
  311. - .L360 in frontend.o
  312. - .L379 in frontend.o
  313. - .L391 in frontend.o
  314. - .L447 in frontend.o
  315. - ...
  316. - "_camlFindlib__resolve_path_inner_1349", referenced from:
  317. - .L100 in frontend.o
  318. - .L103 in frontend.o
  319. - _camlFrontend__fun_2123 in frontend.o
  320. - .L165 in frontend.o
  321. - .L188 in frontend.o
  322. - .L389 in frontend.o
  323. - .L579 in frontend.o
  324. - ...
  325. - "_camlFindlib_config", referenced from:
  326. - _caml_globals in camlstartup202b39.o
  327. - .L1137 in frontend.o
  328. - "_camlFindlib_config__1", referenced from:
  329. - .L2155 in frontend.o
  330. - .L2170 in frontend.o
  331. - "_camlFindlib_config__4", referenced from:
  332. - .L1921 in frontend.o
  333. - .L2079 in frontend.o
  334. - _camlFrontend__614 in frontend.o
  335. - "_camlFindlib_config__5", referenced from:
  336. - .L1065 in frontend.o
  337. - .L1072 in frontend.o
  338. - .L1199 in frontend.o
  339. - .L1332 in frontend.o
  340. - "_camlFindlib_config__code_begin", referenced from:
  341. - _caml_code_segments in camlstartup202b39.o
  342. - "_camlFindlib_config__code_end", referenced from:
  343. - _caml_code_segments in camlstartup202b39.o
  344. - "_camlFindlib_config__data_begin", referenced from:
  345. - _caml_data_segments in camlstartup202b39.o
  346. - "_camlFindlib_config__data_end", referenced from:
  347. - _caml_data_segments in camlstartup202b39.o
  348. - "_camlFindlib_config__entry", referenced from:
  349. - .L128 in camlstartup202b39.o
  350. - "_camlFindlib_config__frametable", referenced from:
  351. - _caml_frametable in camlstartup202b39.o
  352. - "_camlFl_args", referenced from:
  353. - _caml_globals in camlstartup202b39.o
  354. - "_camlFl_args__code_begin", referenced from:
  355. - _caml_code_segments in camlstartup202b39.o
  356. - "_camlFl_args__code_end", referenced from:
  357. - _caml_code_segments in camlstartup202b39.o
  358. - "_camlFl_args__data_begin", referenced from:
  359. - _caml_data_segments in camlstartup202b39.o
  360. - "_camlFl_args__data_end", referenced from:
  361. - _caml_data_segments in camlstartup202b39.o
  362. - "_camlFl_args__entry", referenced from:
  363. - .L136 in camlstartup202b39.o
  364. - "_camlFl_args__frametable", referenced from:
  365. - _caml_frametable in camlstartup202b39.o
  366. - "_camlFl_args__rewrite_contracted_args_1055", referenced from:
  367. - .L1440 in frontend.o
  368. - "_camlFl_meta", referenced from:
  369. - _caml_globals in camlstartup202b39.o
  370. - "_camlFl_meta__code_begin", referenced from:
  371. - _caml_code_segments in camlstartup202b39.o
  372. - "_camlFl_meta__code_end", referenced from:
  373. - _caml_code_segments in camlstartup202b39.o
  374. - "_camlFl_meta__data_begin", referenced from:
  375. - _caml_data_segments in camlstartup202b39.o
  376. - "_camlFl_meta__data_end", referenced from:
  377. - _caml_data_segments in camlstartup202b39.o
  378. - "_camlFl_meta__entry", referenced from:
  379. - .L131 in camlstartup202b39.o
  380. - "_camlFl_meta__frametable", referenced from:
  381. - _caml_frametable in camlstartup202b39.o
  382. - "_camlFl_metascanner", referenced from:
  383. - _caml_globals in camlstartup202b39.o
  384. - .L1002 in frontend.o
  385. - "_camlFl_metascanner__code_begin", referenced from:
  386. - _caml_code_segments in camlstartup202b39.o
  387. - "_camlFl_metascanner__code_end", referenced from:
  388. - _caml_code_segments in camlstartup202b39.o
  389. - "_camlFl_metascanner__data_begin", referenced from:
  390. - _caml_data_segments in camlstartup202b39.o
  391. - "_camlFl_metascanner__data_end", referenced from:
  392. - _caml_data_segments in camlstartup202b39.o
  393. - "_camlFl_metascanner__entry", referenced from:
  394. - .L132 in camlstartup202b39.o
  395. - "_camlFl_metascanner__frametable", referenced from:
  396. - _caml_frametable in camlstartup202b39.o
  397. - "_camlFl_metascanner__parse_lexing_1033", referenced from:
  398. - .L1955 in frontend.o
  399. - "_camlFl_metascanner__print_1262", referenced from:
  400. - .L1002 in frontend.o
  401. - "_camlFl_metatoken", referenced from:
  402. - _caml_globals in camlstartup202b39.o
  403. - "_camlFl_metatoken__code_begin", referenced from:
  404. - _caml_code_segments in camlstartup202b39.o
  405. - "_camlFl_metatoken__code_end", referenced from:
  406. - _caml_code_segments in camlstartup202b39.o
  407. - "_camlFl_metatoken__data_begin", referenced from:
  408. - _caml_data_segments in camlstartup202b39.o
  409. - "_camlFl_metatoken__data_end", referenced from:
  410. - _caml_data_segments in camlstartup202b39.o
  411. - "_camlFl_metatoken__entry", referenced from:
  412. - .L130 in camlstartup202b39.o
  413. - "_camlFl_metatoken__frametable", referenced from:
  414. - _caml_frametable in camlstartup202b39.o
  415. - "_camlFl_package_base", referenced from:
  416. - _caml_globals in camlstartup202b39.o
  417. - "_camlFl_package_base__code_begin", referenced from:
  418. - _caml_code_segments in camlstartup202b39.o
  419. - "_camlFl_package_base__code_end", referenced from:
  420. - _caml_code_segments in camlstartup202b39.o
  421. - "_camlFl_package_base__data_begin", referenced from:
  422. - _caml_data_segments in camlstartup202b39.o
  423. - "_camlFl_package_base__data_end", referenced from:
  424. - _caml_data_segments in camlstartup202b39.o
  425. - "_camlFl_package_base__entry", referenced from:
  426. - .L134 in camlstartup202b39.o
  427. - "_camlFl_package_base__frametable", referenced from:
  428. - _caml_frametable in camlstartup202b39.o
  429. - "_camlFl_package_base__list_packages_1417", referenced from:
  430. - .L1744 in frontend.o
  431. - "_camlFl_package_base__module_conflict_report_1448", referenced from:
  432. - .L1152 in frontend.o
  433. - "_camlFl_package_base__package_conflict_report_1392", referenced from:
  434. - .L1146 in frontend.o
  435. - .L2146 in frontend.o
  436. - "_camlFl_package_base__package_users_1420", referenced from:
  437. - .L1326 in frontend.o
  438. - "_camlFl_package_base__query_1221", referenced from:
  439. - .L122 in frontend.o
  440. - .L129 in frontend.o
  441. - .L295 in frontend.o
  442. - .L324 in frontend.o
  443. - .L350 in frontend.o
  444. - .L371 in frontend.o
  445. - .L398 in frontend.o
  446. - ...
  447. - "_camlFl_package_base__requires_deeply_1280", referenced from:
  448. - .L1242 in frontend.o
  449. - .L1280 in frontend.o
  450. - .L1344 in frontend.o
  451. - .L1506 in frontend.o
  452. - .L1508 in frontend.o
  453. - .L1667 in frontend.o
  454. - "_camlFl_split", referenced from:
  455. - _caml_globals in camlstartup202b39.o
  456. - "_camlFl_split__code_begin", referenced from:
  457. - _caml_code_segments in camlstartup202b39.o
  458. - "_camlFl_split__code_end", referenced from:
  459. - _caml_code_segments in camlstartup202b39.o
  460. - "_camlFl_split__data_begin", referenced from:
  461. - _caml_data_segments in camlstartup202b39.o
  462. - "_camlFl_split__data_end", referenced from:
  463. - _caml_data_segments in camlstartup202b39.o
  464. - "_camlFl_split__entry", referenced from:
  465. - .L129 in camlstartup202b39.o
  466. - "_camlFl_split__frametable", referenced from:
  467. - _caml_frametable in camlstartup202b39.o
  468. - "_camlFl_split__in_words_1008", referenced from:
  469. - .L120 in frontend.o
  470. - .L256 in frontend.o
  471. - .L331 in frontend.o
  472. - .L356 in frontend.o
  473. - .L369 in frontend.o
  474. - .L440 in frontend.o
  475. - .L437 in frontend.o
  476. - ...
  477. - "_camlFl_split__in_words_ws_1014", referenced from:
  478. - .L382 in frontend.o
  479. - .L446 in frontend.o
  480. - .L443 in frontend.o
  481. - .L672 in frontend.o
  482. - "_camlFl_split__norm_dir_1036", referenced from:
  483. - .L648 in frontend.o
  484. - .L1015 in frontend.o
  485. - .L1033 in frontend.o
  486. - .L1035 in frontend.o
  487. - .L1539 in frontend.o
  488. - .L2002 in frontend.o
  489. - .L2120 in frontend.o
  490. - ...
  491. - "_camlFl_topo", referenced from:
  492. - _caml_globals in camlstartup202b39.o
  493. - "_camlFl_topo__code_begin", referenced from:
  494. - _caml_code_segments in camlstartup202b39.o
  495. - "_camlFl_topo__code_end", referenced from:
  496. - _caml_code_segments in camlstartup202b39.o
  497. - "_camlFl_topo__data_begin", referenced from:
  498. - _caml_data_segments in camlstartup202b39.o
  499. - "_camlFl_topo__data_end", referenced from:
  500. - _caml_data_segments in camlstartup202b39.o
  501. - "_camlFl_topo__entry", referenced from:
  502. - .L133 in camlstartup202b39.o
  503. - "_camlFl_topo__frametable", referenced from:
  504. - _caml_frametable in camlstartup202b39.o
  505. - ld: symbol(s) not found for architecture x86_64
  506. - clang: error: linker command failed with exit code 1 (use -v to see invocation)
  507. - File "caml_startup", line 1:
  508. - Error: Error during linking
  509. - make[1]: *** [ocamlfind_opt] Error 2
  510. - make: *** [opt] Error 2
  511. [ERROR] The compilation of ocamlfind failed at "make opt".
  512. [ocamlfind: ocamlfind remove] Command started
  513. + ocamlfind "remove" "bytes" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
  514. - ocamlfind: [WARNING] No such directory: /usr/local/lib/ocaml/site-lib/bytes
  515. [ocamlfind: ./configure] Command started
  516. + ./configure "-bindir" "/Users/dudicusmafudicus/.opam/system/bin" "-sitelib" "/Users/dudicusmafudicus/.opam/system/lib" "-mandir" "/Users/dudicusmafudicus/.opam/system/man" "-config" "/Users/dudicusmafudicus/.opam/system/lib/findlib.conf" "-no-topfind" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
  517. - Welcome to findlib version 1.5.5
  518. - Configuring core...
  519. - Checking for #remove_directory...
  520. - Testing threading model...
  521. - systhread_supported: true
  522. - Testing DLLs...
  523. - Testing whether ppxopt can be supported...
  524. - Configuring libraries...
  525. - native dynlink: found
  526. - labltk: not present
  527. - ocamlbuild: found
  528. - camlp4: using camlp4, style 310
  529. - compiler-libs: found
  530. - dbm: not present (normal since OCaml-4.00)
  531. - bytes: found, installing fake library
  532. - Configuration for dynlink written to site-lib-src/dynlink/META
  533. - Configuration for graphics written to site-lib-src/graphics/META
  534. - Configuration for num written to site-lib-src/num/META
  535. - Configuration for num-top written to site-lib-src/num-top/META
  536. - Configuration for str written to site-lib-src/str/META
  537. - Configuration for threads written to site-lib-src/threads/META
  538. - Configuration for unix written to site-lib-src/unix/META
  539. - Configuration for stdlib written to site-lib-src/stdlib/META
  540. - Configuration for bigarray written to site-lib-src/bigarray/META
  541. - Configuration for camlp4 written to site-lib-src/camlp4/META
  542. - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
  543. - Configuration for compiler-libs written to site-lib-src/compiler-libs/META
  544. - Configuration for bytes written to site-lib-src/bytes/META
  545. - Detecting compiler arguments: (extractor built) ok
  546. -
  547. - About the OCAML core installation:
  548. - Standard library: /usr/local/lib/ocaml
  549. - Binaries: /usr/local/bin
  550. - Manual pages: /usr/local/man
  551. - Multi-threading type: posix
  552. - The directory of site-specific packages will be
  553. - site-lib: /Users/dudicusmafudicus/.opam/system/lib
  554. - The configuration file is written to:
  555. - findlib config file: /Users/dudicusmafudicus/.opam/system/lib/findlib.conf
  556. - Software will be installed:
  557. - Libraries: in <site-lib>/findlib
  558. - Binaries: /Users/dudicusmafudicus/.opam/system/bin
  559. - Manual pages: /Users/dudicusmafudicus/.opam/system/man
  560. - topfind script: omitted
  561. - Topfind ppxopt support: yes
  562. - Toolbox: no
  563. - Link custom runtime: yes
  564. - Need bytes compatibility: no
  565. -
  566. - Configuration has been written to Makefile.config
  567. -
  568. - You can now do 'make all', and optionally 'make opt', to build ocamlfind.
  569. [ocamlfind: make uninstall] Command started
  570. + make "uninstall" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
  571. - /Applications/Xcode.app/Contents/Developer/usr/bin/make uninstall-doc
  572. - rm -f /Users/dudicusmafudicus/.opam/system/man/man1/ocamlfind.1
  573. - rm -f /Users/dudicusmafudicus/.opam/system/man/man3/Findlib.3
  574. - rm -f /Users/dudicusmafudicus/.opam/system/man/man3/Topfind.3
  575. - rm -f /Users/dudicusmafudicus/.opam/system/man/man5/META.5
  576. - rm -f /Users/dudicusmafudicus/.opam/system/man/man5/site-lib.5
  577. - /Applications/Xcode.app/Contents/Developer/usr/bin/make uninstall-meta
  578. - for x in `ls site-lib-src`; do if [ "$x" != "CVS" ]; then rm -rf "/Users/dudicusmafudicus/.opam/system/lib/$x"; fi; done
  579. - for p in `cd src; echo *`; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make uninstall ); done
  580. - rm -rf "/Users/dudicusmafudicus/.opam/system/lib/bytes"
  581. - USE_CYGPATH="0"; \
  582. - export USE_CYGPATH; \
  583. - cat findlib_config.mlp | \
  584. - ../../tools/patch '@CONFIGFILE@' '/Users/dudicusmafudicus/.opam/system/lib/findlib.conf' | \
  585. - ../../tools/patch '@STDLIB@' '/usr/local/lib/ocaml' | \
  586. - sed -e 's;@AUTOLINK@;true;g' \
  587. - -e 's;@SYSTEM@;macosx;g' \
  588. - >findlib_config.ml
  589. - ocamldep *.ml *.mli >depend
  590. - rm -f /usr/local/lib/ocaml/findlib
  591. - rm -rf /Users/dudicusmafudicus/.opam/system/lib/findlib
  592. - rm -f /Users/dudicusmafudicus/.opam/system/bin/ocamlfind
  593. - true
  594. - /Applications/Xcode.app/Contents/Developer/usr/bin/make uninstall-config
  595. - Leaving /Users/dudicusmafudicus/.opam/system/lib/findlib.conf installed, consider manual removal
  596.  
  597. #=== ERROR while installing ocamlfind.1.5.5 ===================================#
  598. # opam-version 1.2.2
  599. # os darwin
  600. # command make opt
  601. # path /Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5
  602. # compiler system (4.02.3)
  603. # exit-code 2
  604. # env-file /Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5/ocamlfind-54854-c61e7b.env
  605. # stdout-file /Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5/ocamlfind-54854-c61e7b.out
  606. # stderr-file /Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5/ocamlfind-54854-c61e7b.err
  607. ### stdout ###
  608. # [...]
  609. # ocamlopt -I +compiler-libs -c findlib.ml
  610. # ocamlopt -I +compiler-libs -c fl_args.ml
  611. # ocamlopt -I +compiler-libs -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx
  612. # if [ 1 -gt 0 ]; then \
  613. # ocamlopt -I +compiler-libs -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx; \
  614. # fi
  615. # ocamlopt -I +compiler-libs -c ocaml_args.ml
  616. # ocamlopt -I +compiler-libs -c frontend.ml
  617. # ocamlopt -I +compiler-libs -o ocamlfind_opt findlib.cmxa unix.cmxa \
  618. # ocaml_args.cmx frontend.cmx
  619. ### stderr ###
  620. # Undefined symbols for architecture x86_64:
  621. # [...]
  622. # .L133 in camlstartup202b39.o
  623. # "_camlFl_topo__frametable", referenced from:
  624. # _caml_frametable in camlstartup202b39.o
  625. # ld: symbol(s) not found for architecture x86_64
  626. # clang: error: linker command failed with exit code 1 (use -v to see invocation)
  627. # File "caml_startup", line 1:
  628. # Error: Error during linking
  629. # make[1]: *** [ocamlfind_opt] Error 2
  630. # make: *** [opt] Error 2
  631.  
  632.  
  633.  
  634. =-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  635. The following actions failed
  636. ∗ install ocamlfind 1.5.5
  637. No changes have been performed
  638.  
  639. =-=- ocamlfind.1.5.5 troubleshooting =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
  640. => Could not build ocamlfind. The most common reason for that is a missing 'm4' system package.
  641. 'opam install -v ocamlfind' failed.
  642.  
  643.  
  644. ~> opam config report
  645. # OPAM config report
  646. # opam-version 1.2.2
  647. # self-upgrade no
  648. # os darwin
  649. # external-solver aspcud $in $out $criteria
  650. # criteria -count(removed),-notuptodate(request),-sum(request,version-lag),-count(down),-notuptodate(changed),-count(changed),-notuptodate(solution),-sum(solution,version-lag)
  651. # jobs 4
  652. # repositories 1* (http)
  653. # pinned 0
  654. # current-switch system*
  655. # last-update 2015-09-25 16:19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement