Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~>opam install -v ocamlfind
- The following actions will be performed:
- ∗ install ocamlfind 1.5.5
- =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
- [ocamlfind] Archive in cache
- =-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
- [ocamlfind: ./configure] Command started
- + ./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)
- - Welcome to findlib version 1.5.5
- - Configuring core...
- - Checking for #remove_directory...
- - Testing threading model...
- - systhread_supported: true
- - Testing DLLs...
- - Testing whether ppxopt can be supported...
- - Configuring libraries...
- - native dynlink: found
- - labltk: not present
- - ocamlbuild: found
- - camlp4: using camlp4, style 310
- - compiler-libs: found
- - dbm: not present (normal since OCaml-4.00)
- - bytes: found, installing fake library
- - Configuration for dynlink written to site-lib-src/dynlink/META
- - Configuration for graphics written to site-lib-src/graphics/META
- - Configuration for num written to site-lib-src/num/META
- - Configuration for num-top written to site-lib-src/num-top/META
- - Configuration for str written to site-lib-src/str/META
- - Configuration for threads written to site-lib-src/threads/META
- - Configuration for unix written to site-lib-src/unix/META
- - Configuration for stdlib written to site-lib-src/stdlib/META
- - Configuration for bigarray written to site-lib-src/bigarray/META
- - Configuration for camlp4 written to site-lib-src/camlp4/META
- - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- - Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- - Configuration for bytes written to site-lib-src/bytes/META
- - Detecting compiler arguments: (extractor built) ok
- -
- - About the OCAML core installation:
- - Standard library: /usr/local/lib/ocaml
- - Binaries: /usr/local/bin
- - Manual pages: /usr/local/man
- - Multi-threading type: posix
- - The directory of site-specific packages will be
- - site-lib: /Users/dudicusmafudicus/.opam/system/lib
- - The configuration file is written to:
- - findlib config file: /Users/dudicusmafudicus/.opam/system/lib/findlib.conf
- - Software will be installed:
- - Libraries: in <site-lib>/findlib
- - Binaries: /Users/dudicusmafudicus/.opam/system/bin
- - Manual pages: /Users/dudicusmafudicus/.opam/system/man
- - topfind script: omitted
- - Topfind ppxopt support: yes
- - Toolbox: no
- - Link custom runtime: yes
- - Need bytes compatibility: no
- -
- - Configuration has been written to Makefile.config
- -
- - You can now do 'make all', and optionally 'make opt', to build ocamlfind.
- [ocamlfind: make all] Command started
- + make "all" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
- - for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make all ) || exit; done
- - ocamllex fl_meta.mll
- - 22 states, 392 transitions, table size 1700 bytes
- - ocamldep *.ml *.mli >depend
- - USE_CYGPATH="0"; \
- - export USE_CYGPATH; \
- - cat findlib_config.mlp | \
- - ../../tools/patch '@CONFIGFILE@' '/Users/dudicusmafudicus/.opam/system/lib/findlib.conf' | \
- - ../../tools/patch '@STDLIB@' '/usr/local/lib/ocaml' | \
- - sed -e 's;@AUTOLINK@;true;g' \
- - -e 's;@SYSTEM@;macosx;g' \
- - >findlib_config.ml
- - ocamlc -I +compiler-libs -g -c findlib_config.ml
- - ocamlc -I +compiler-libs -g -c fl_split.ml
- - ocamlc -I +compiler-libs -g -c fl_metatoken.ml
- - ocamlc -I +compiler-libs -g -c fl_meta.ml
- - ocamlc -I +compiler-libs -c fl_metascanner.mli
- - ocamlc -I +compiler-libs -g -c fl_metascanner.ml
- - ocamlc -I +compiler-libs -c fl_topo.mli
- - ocamlc -I +compiler-libs -g -c fl_topo.ml
- - ocamlc -I +compiler-libs -c fl_package_base.mli
- - ocamlc -I +compiler-libs -g -c fl_package_base.ml
- - ocamlc -I +compiler-libs -c findlib.mli
- - ocamlc -I +compiler-libs -g -c findlib.ml
- - ocamlc -I +compiler-libs -g -c fl_args.ml
- - 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
- - ocamlc -I +compiler-libs -g -c ocaml_args.ml
- - ocamlc -I +compiler-libs -g -c frontend.ml
- - Makefile:160: depend: No such file or directory
- - File "fl_split.ml", line 114, characters 10-21:
- - Warning 3: deprecated: String.copy
- - File "fl_split.ml", line 118, characters 43-62:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 119, characters 37-56:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 123, characters 34-47:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 124, characters 34-47:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 126, characters 26-39:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 127, characters 45-64:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 128, characters 38-57:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 136, characters 13-26:
- - Warning 3: deprecated: String.create
- - Use Bytes.create instead.
- - File "fl_split.ml", line 140, characters 1-19:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_meta.mll", line 57, characters 13-26:
- - Warning 3: deprecated: String.create
- - Use Bytes.create instead.
- - File "fl_meta.mll", line 61, characters 11-29:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_meta.mll", line 62, characters 11-22:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_metascanner.ml", line 111, characters 23-32:
- - Warning 3: deprecated: Sort.list
- - Use List.sort instead.
- - File "fl_metascanner.ml", line 372, characters 20-29:
- - Warning 3: deprecated: Sort.list
- - Use List.sort instead.
- - File "frontend.ml", line 32, characters 9-20:
- - Warning 3: deprecated: String.copy
- - File "frontend.ml", line 34, characters 24-36:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - ocamlc -I +compiler-libs -custom -o ocamlfind -g findlib.cma unix.cma \
- - ocaml_args.cmo frontend.cmo
- - if [ "true" = "true" ]; then \
- - cp topfind.ml.in topfind.ml; \
- - else \
- - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \
- - > topfind.ml ; \
- - fi
- - ocamlc -I +compiler-libs -c topfind.mli
- - ocamlc -I +compiler-libs -g -c topfind.ml
- - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- - USE_CYGPATH="0"; \
- - export USE_CYGPATH; \
- - cat topfind_rd1.p | \
- - ../../tools/patch '@SITELIB@' '/Users/dudicusmafudicus/.opam/system/lib' \
- - >topfind
- - ocamlc -I +compiler-libs -c num_top_printers.mli
- - ocamlc -I +compiler-libs -g -c num_top_printers.ml
- - ocamlc -I +compiler-libs -c num_top.mli
- - ocamlc -I +compiler-libs -g -c num_top.ml
- - ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- - /Applications/Xcode.app/Contents/Developer/usr/bin/make all-config
- - USE_CYGPATH="0"; \
- - export USE_CYGPATH; \
- - cat findlib.conf.in | \
- - tools/patch '@SITELIB@' '/Users/dudicusmafudicus/.opam/system/lib' >findlib.conf
- - if ocamlc.opt >/dev/null 2>&1; then \
- - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- - fi
- - if ocamlopt.opt >/dev/null 2>&1; then \
- - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- - fi
- - if ocamldep.opt >/dev/null 2>&1; then \
- - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- - fi
- - if ocamldoc.opt >/dev/null 2>&1; then \
- - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- - fi
- - File "frontend.ml", line 1769, characters 16-29:
- - Warning 3: deprecated: String.create
- - Use Bytes.create instead.
- [ocamlfind: make opt] Command started
- + make "opt" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
- - for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make opt ) || exit; done
- - ocamldep *.ml *.mli >depend
- - ocamlopt -I +compiler-libs -c findlib_config.ml
- - ocamlopt -I +compiler-libs -c fl_split.ml
- - ocamlopt -I +compiler-libs -c fl_metatoken.ml
- - ocamlopt -I +compiler-libs -c fl_meta.ml
- - ocamlopt -I +compiler-libs -c fl_metascanner.ml
- - ocamlopt -I +compiler-libs -c fl_topo.ml
- - ocamlopt -I +compiler-libs -c fl_package_base.ml
- - File "fl_split.ml", line 114, characters 10-21:
- - Warning 3: deprecated: String.copy
- - File "fl_split.ml", line 118, characters 43-62:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 119, characters 37-56:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 123, characters 34-47:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 124, characters 34-47:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 126, characters 26-39:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 127, characters 45-64:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 128, characters 38-57:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_split.ml", line 136, characters 13-26:
- - Warning 3: deprecated: String.create
- - Use Bytes.create instead.
- - File "fl_split.ml", line 140, characters 1-19:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_meta.mll", line 57, characters 13-26:
- - Warning 3: deprecated: String.create
- - Use Bytes.create instead.
- - File "fl_meta.mll", line 61, characters 11-29:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_meta.mll", line 62, characters 11-22:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "fl_metascanner.ml", line 111, characters 23-32:
- - Warning 3: deprecated: Sort.list
- - Use List.sort instead.
- - File "fl_metascanner.ml", line 372, characters 20-29:
- - Warning 3: deprecated: Sort.list
- - Use List.sort instead.
- - ocamlopt -I +compiler-libs -c findlib.ml
- - ocamlopt -I +compiler-libs -c fl_args.ml
- - 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
- - if [ 1 -gt 0 ]; then \
- - 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; \
- - fi
- - ocamlopt -I +compiler-libs -c ocaml_args.ml
- - ocamlopt -I +compiler-libs -c frontend.ml
- - File "frontend.ml", line 32, characters 9-20:
- - Warning 3: deprecated: String.copy
- - File "frontend.ml", line 34, characters 24-36:
- - Warning 3: deprecated: String.set
- - Use Bytes.set instead.
- - File "frontend.ml", line 1769, characters 16-29:
- - Warning 3: deprecated: String.create
- - Use Bytes.create instead.
- - ocamlopt -I +compiler-libs -o ocamlfind_opt findlib.cmxa unix.cmxa \
- - ocaml_args.cmx frontend.cmx
- - ld: warning: ignoring file findlib.a, file was built for archive which is not the architecture being linked (x86_64): findlib.a
- - Undefined symbols for architecture x86_64:
- - "_camlFindlib", referenced from:
- - _caml_globals in camlstartup202b39.o
- - .L121 in frontend.o
- - .L370 in frontend.o
- - .L1149 in frontend.o
- - .L1156 in frontend.o
- - .L1514 in frontend.o
- - .L1516 in frontend.o
- - ...
- - "_camlFindlib__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFindlib__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFindlib__command_1154", referenced from:
- - .L1597 in frontend.o
- - .L1599 in frontend.o
- - .L1614 in frontend.o
- - .L1356 in frontend.o
- - .L1355 in frontend.o
- - .L1354 in frontend.o
- - .L1353 in frontend.o
- - ...
- - "_camlFindlib__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFindlib__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFindlib__entry", referenced from:
- - .L135 in camlstartup202b39.o
- - "_camlFindlib__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - "_camlFindlib__init_1073", referenced from:
- - .L2243 in frontend.o
- - "_camlFindlib__lazy_init_1150", referenced from:
- - .L118 in frontend.o
- - .L116 in frontend.o
- - .L294 in frontend.o
- - .L323 in frontend.o
- - .L349 in frontend.o
- - .L367 in frontend.o
- - .L397 in frontend.o
- - ...
- - "_camlFindlib__list_packages_inner_1364", referenced from:
- - .L2145 in frontend.o
- - "_camlFindlib__meta_directory_1152", referenced from:
- - .L1890 in frontend.o
- - .L2045 in frontend.o
- - .L2163 in frontend.o
- - .L2180 in frontend.o
- - "_camlFindlib__package_property_1161", referenced from:
- - _camlFrontend__fun_2336 in frontend.o
- - .L332 in frontend.o
- - .L338 in frontend.o
- - .L360 in frontend.o
- - .L379 in frontend.o
- - .L391 in frontend.o
- - .L447 in frontend.o
- - ...
- - "_camlFindlib__resolve_path_inner_1349", referenced from:
- - .L100 in frontend.o
- - .L103 in frontend.o
- - _camlFrontend__fun_2123 in frontend.o
- - .L165 in frontend.o
- - .L188 in frontend.o
- - .L389 in frontend.o
- - .L579 in frontend.o
- - ...
- - "_camlFindlib_config", referenced from:
- - _caml_globals in camlstartup202b39.o
- - .L1137 in frontend.o
- - "_camlFindlib_config__1", referenced from:
- - .L2155 in frontend.o
- - .L2170 in frontend.o
- - "_camlFindlib_config__4", referenced from:
- - .L1921 in frontend.o
- - .L2079 in frontend.o
- - _camlFrontend__614 in frontend.o
- - "_camlFindlib_config__5", referenced from:
- - .L1065 in frontend.o
- - .L1072 in frontend.o
- - .L1199 in frontend.o
- - .L1332 in frontend.o
- - "_camlFindlib_config__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFindlib_config__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFindlib_config__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFindlib_config__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFindlib_config__entry", referenced from:
- - .L128 in camlstartup202b39.o
- - "_camlFindlib_config__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - "_camlFl_args", referenced from:
- - _caml_globals in camlstartup202b39.o
- - "_camlFl_args__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_args__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_args__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_args__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_args__entry", referenced from:
- - .L136 in camlstartup202b39.o
- - "_camlFl_args__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - "_camlFl_args__rewrite_contracted_args_1055", referenced from:
- - .L1440 in frontend.o
- - "_camlFl_meta", referenced from:
- - _caml_globals in camlstartup202b39.o
- - "_camlFl_meta__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_meta__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_meta__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_meta__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_meta__entry", referenced from:
- - .L131 in camlstartup202b39.o
- - "_camlFl_meta__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - "_camlFl_metascanner", referenced from:
- - _caml_globals in camlstartup202b39.o
- - .L1002 in frontend.o
- - "_camlFl_metascanner__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_metascanner__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_metascanner__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_metascanner__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_metascanner__entry", referenced from:
- - .L132 in camlstartup202b39.o
- - "_camlFl_metascanner__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - "_camlFl_metascanner__parse_lexing_1033", referenced from:
- - .L1955 in frontend.o
- - "_camlFl_metascanner__print_1262", referenced from:
- - .L1002 in frontend.o
- - "_camlFl_metatoken", referenced from:
- - _caml_globals in camlstartup202b39.o
- - "_camlFl_metatoken__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_metatoken__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_metatoken__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_metatoken__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_metatoken__entry", referenced from:
- - .L130 in camlstartup202b39.o
- - "_camlFl_metatoken__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - "_camlFl_package_base", referenced from:
- - _caml_globals in camlstartup202b39.o
- - "_camlFl_package_base__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_package_base__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_package_base__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_package_base__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_package_base__entry", referenced from:
- - .L134 in camlstartup202b39.o
- - "_camlFl_package_base__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - "_camlFl_package_base__list_packages_1417", referenced from:
- - .L1744 in frontend.o
- - "_camlFl_package_base__module_conflict_report_1448", referenced from:
- - .L1152 in frontend.o
- - "_camlFl_package_base__package_conflict_report_1392", referenced from:
- - .L1146 in frontend.o
- - .L2146 in frontend.o
- - "_camlFl_package_base__package_users_1420", referenced from:
- - .L1326 in frontend.o
- - "_camlFl_package_base__query_1221", referenced from:
- - .L122 in frontend.o
- - .L129 in frontend.o
- - .L295 in frontend.o
- - .L324 in frontend.o
- - .L350 in frontend.o
- - .L371 in frontend.o
- - .L398 in frontend.o
- - ...
- - "_camlFl_package_base__requires_deeply_1280", referenced from:
- - .L1242 in frontend.o
- - .L1280 in frontend.o
- - .L1344 in frontend.o
- - .L1506 in frontend.o
- - .L1508 in frontend.o
- - .L1667 in frontend.o
- - "_camlFl_split", referenced from:
- - _caml_globals in camlstartup202b39.o
- - "_camlFl_split__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_split__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_split__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_split__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_split__entry", referenced from:
- - .L129 in camlstartup202b39.o
- - "_camlFl_split__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - "_camlFl_split__in_words_1008", referenced from:
- - .L120 in frontend.o
- - .L256 in frontend.o
- - .L331 in frontend.o
- - .L356 in frontend.o
- - .L369 in frontend.o
- - .L440 in frontend.o
- - .L437 in frontend.o
- - ...
- - "_camlFl_split__in_words_ws_1014", referenced from:
- - .L382 in frontend.o
- - .L446 in frontend.o
- - .L443 in frontend.o
- - .L672 in frontend.o
- - "_camlFl_split__norm_dir_1036", referenced from:
- - .L648 in frontend.o
- - .L1015 in frontend.o
- - .L1033 in frontend.o
- - .L1035 in frontend.o
- - .L1539 in frontend.o
- - .L2002 in frontend.o
- - .L2120 in frontend.o
- - ...
- - "_camlFl_topo", referenced from:
- - _caml_globals in camlstartup202b39.o
- - "_camlFl_topo__code_begin", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_topo__code_end", referenced from:
- - _caml_code_segments in camlstartup202b39.o
- - "_camlFl_topo__data_begin", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_topo__data_end", referenced from:
- - _caml_data_segments in camlstartup202b39.o
- - "_camlFl_topo__entry", referenced from:
- - .L133 in camlstartup202b39.o
- - "_camlFl_topo__frametable", referenced from:
- - _caml_frametable in camlstartup202b39.o
- - ld: symbol(s) not found for architecture x86_64
- - clang: error: linker command failed with exit code 1 (use -v to see invocation)
- - File "caml_startup", line 1:
- - Error: Error during linking
- - make[1]: *** [ocamlfind_opt] Error 2
- - make: *** [opt] Error 2
- [ERROR] The compilation of ocamlfind failed at "make opt".
- [ocamlfind: ocamlfind remove] Command started
- + ocamlfind "remove" "bytes" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
- - ocamlfind: [WARNING] No such directory: /usr/local/lib/ocaml/site-lib/bytes
- [ocamlfind: ./configure] Command started
- + ./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)
- - Welcome to findlib version 1.5.5
- - Configuring core...
- - Checking for #remove_directory...
- - Testing threading model...
- - systhread_supported: true
- - Testing DLLs...
- - Testing whether ppxopt can be supported...
- - Configuring libraries...
- - native dynlink: found
- - labltk: not present
- - ocamlbuild: found
- - camlp4: using camlp4, style 310
- - compiler-libs: found
- - dbm: not present (normal since OCaml-4.00)
- - bytes: found, installing fake library
- - Configuration for dynlink written to site-lib-src/dynlink/META
- - Configuration for graphics written to site-lib-src/graphics/META
- - Configuration for num written to site-lib-src/num/META
- - Configuration for num-top written to site-lib-src/num-top/META
- - Configuration for str written to site-lib-src/str/META
- - Configuration for threads written to site-lib-src/threads/META
- - Configuration for unix written to site-lib-src/unix/META
- - Configuration for stdlib written to site-lib-src/stdlib/META
- - Configuration for bigarray written to site-lib-src/bigarray/META
- - Configuration for camlp4 written to site-lib-src/camlp4/META
- - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
- - Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- - Configuration for bytes written to site-lib-src/bytes/META
- - Detecting compiler arguments: (extractor built) ok
- -
- - About the OCAML core installation:
- - Standard library: /usr/local/lib/ocaml
- - Binaries: /usr/local/bin
- - Manual pages: /usr/local/man
- - Multi-threading type: posix
- - The directory of site-specific packages will be
- - site-lib: /Users/dudicusmafudicus/.opam/system/lib
- - The configuration file is written to:
- - findlib config file: /Users/dudicusmafudicus/.opam/system/lib/findlib.conf
- - Software will be installed:
- - Libraries: in <site-lib>/findlib
- - Binaries: /Users/dudicusmafudicus/.opam/system/bin
- - Manual pages: /Users/dudicusmafudicus/.opam/system/man
- - topfind script: omitted
- - Topfind ppxopt support: yes
- - Toolbox: no
- - Link custom runtime: yes
- - Need bytes compatibility: no
- -
- - Configuration has been written to Makefile.config
- -
- - You can now do 'make all', and optionally 'make opt', to build ocamlfind.
- [ocamlfind: make uninstall] Command started
- + make "uninstall" (CWD=/Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5)
- - /Applications/Xcode.app/Contents/Developer/usr/bin/make uninstall-doc
- - rm -f /Users/dudicusmafudicus/.opam/system/man/man1/ocamlfind.1
- - rm -f /Users/dudicusmafudicus/.opam/system/man/man3/Findlib.3
- - rm -f /Users/dudicusmafudicus/.opam/system/man/man3/Topfind.3
- - rm -f /Users/dudicusmafudicus/.opam/system/man/man5/META.5
- - rm -f /Users/dudicusmafudicus/.opam/system/man/man5/site-lib.5
- - /Applications/Xcode.app/Contents/Developer/usr/bin/make uninstall-meta
- - for x in `ls site-lib-src`; do if [ "$x" != "CVS" ]; then rm -rf "/Users/dudicusmafudicus/.opam/system/lib/$x"; fi; done
- - for p in `cd src; echo *`; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make uninstall ); done
- - rm -rf "/Users/dudicusmafudicus/.opam/system/lib/bytes"
- - USE_CYGPATH="0"; \
- - export USE_CYGPATH; \
- - cat findlib_config.mlp | \
- - ../../tools/patch '@CONFIGFILE@' '/Users/dudicusmafudicus/.opam/system/lib/findlib.conf' | \
- - ../../tools/patch '@STDLIB@' '/usr/local/lib/ocaml' | \
- - sed -e 's;@AUTOLINK@;true;g' \
- - -e 's;@SYSTEM@;macosx;g' \
- - >findlib_config.ml
- - ocamldep *.ml *.mli >depend
- - rm -f /usr/local/lib/ocaml/findlib
- - rm -rf /Users/dudicusmafudicus/.opam/system/lib/findlib
- - rm -f /Users/dudicusmafudicus/.opam/system/bin/ocamlfind
- - true
- - /Applications/Xcode.app/Contents/Developer/usr/bin/make uninstall-config
- - Leaving /Users/dudicusmafudicus/.opam/system/lib/findlib.conf installed, consider manual removal
- #=== ERROR while installing ocamlfind.1.5.5 ===================================#
- # opam-version 1.2.2
- # os darwin
- # command make opt
- # path /Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5
- # compiler system (4.02.3)
- # exit-code 2
- # env-file /Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5/ocamlfind-54854-c61e7b.env
- # stdout-file /Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5/ocamlfind-54854-c61e7b.out
- # stderr-file /Users/dudicusmafudicus/.opam/system/build/ocamlfind.1.5.5/ocamlfind-54854-c61e7b.err
- ### stdout ###
- # [...]
- # ocamlopt -I +compiler-libs -c findlib.ml
- # ocamlopt -I +compiler-libs -c fl_args.ml
- # 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
- # if [ 1 -gt 0 ]; then \
- # 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; \
- # fi
- # ocamlopt -I +compiler-libs -c ocaml_args.ml
- # ocamlopt -I +compiler-libs -c frontend.ml
- # ocamlopt -I +compiler-libs -o ocamlfind_opt findlib.cmxa unix.cmxa \
- # ocaml_args.cmx frontend.cmx
- ### stderr ###
- # Undefined symbols for architecture x86_64:
- # [...]
- # .L133 in camlstartup202b39.o
- # "_camlFl_topo__frametable", referenced from:
- # _caml_frametable in camlstartup202b39.o
- # ld: symbol(s) not found for architecture x86_64
- # clang: error: linker command failed with exit code 1 (use -v to see invocation)
- # File "caml_startup", line 1:
- # Error: Error during linking
- # make[1]: *** [ocamlfind_opt] Error 2
- # make: *** [opt] Error 2
- =-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
- The following actions failed
- ∗ install ocamlfind 1.5.5
- No changes have been performed
- =-=- ocamlfind.1.5.5 troubleshooting =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 🐫
- => Could not build ocamlfind. The most common reason for that is a missing 'm4' system package.
- 'opam install -v ocamlfind' failed.
- ~> opam config report
- # OPAM config report
- # opam-version 1.2.2
- # self-upgrade no
- # os darwin
- # external-solver aspcud $in $out $criteria
- # criteria -count(removed),-notuptodate(request),-sum(request,version-lag),-count(down),-notuptodate(changed),-count(changed),-notuptodate(solution),-sum(solution,version-lag)
- # jobs 4
- # repositories 1* (http)
- # pinned 0
- # current-switch system*
- # last-update 2015-09-25 16:19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement