Created
February 20, 2013 18:12
-
-
Save Kakadu/4997663 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kakadu ~/opam | |
$ ./configure | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.exe | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... .exe | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for ocamlc... ocamlc | |
OCaml version is 3.12.1 | |
OCaml library path is /usr/lib/ocaml | |
checking for ocamlopt... ocamlopt | |
checking for ocamlc.opt... ocamlc.opt | |
checking for ocamlopt.opt... ocamlopt.opt | |
checking for ocaml... ocaml | |
checking for ocamldep... ocamldep | |
checking for ocamlmktop... ocamlmktop | |
checking for ocamlmklib... ocamlmklib | |
checking for ocamldoc... ocamldoc | |
checking for ocamlbuild... ocamlbuild | |
checking for camlp4... camlp4 | |
checking for camlp4o... camlp4o | |
checking for camlp4of... camlp4of | |
checking for camlp4oof... camlp4oof | |
checking for camlp4orf... camlp4orf | |
checking for camlp4prof... camlp4prof | |
checking for camlp4r... camlp4r | |
checking for camlp4rf... camlp4rf | |
checking for gawk... gawk | |
checking for curl... curl | |
configure: creating ./config.status | |
config.status: creating Makefile.config | |
config.status: creating src/core/opamVersion.ml | |
Executables will be installed in /usr/local/bin | |
Manual pages will be installed in /usr/local/share/man | |
kakadu ~/opam | |
$ make | |
make -C ocp-build | |
make[1]: Entering directory `/home/1/opam/ocp-build' | |
awk '{ print "external "$1": unit -> unit = \"" $1 "\"" }' primitives > primitives.ml | |
ocamlc -o ocp-build.run -custom -make-runtime win32_c.c primitives.ml unix.cma -cclib -lunix | |
cat ocp-build.run ocp-build.boot >> ocp-build | |
chmod +x ocp-build | |
./ocp-build -help >/dev/null | |
make[1]: Leaving directory `/home/1/opam/ocp-build' | |
sed 's/@VERSION@/0.9.4/g' < META.in > META | |
fatal: No tags can describe 'e606cae6594a483e5bf50a35ffac3a911749043a'. | |
Try --always, or create some tags. | |
make clone | |
make[1]: Entering directory `/home/1/opam' | |
make -C src_ext | |
make[2]: Entering directory `/home/1/opam/src_ext' | |
curl --insecure -OL -k https://gforge.inria.fr/frs/download.php/31910/cudf-0.6.3.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 52907 100 52907 0 0 40413 0 0:00:01 0:00:01 --:--:-- 172k | |
tar xfz cudf-0.6.3.tar.gz | |
rm -rf cudf | |
mv cudf-0.6.3 cudf | |
curl --insecure -OL http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz | |
tar xfz extlib-1.5.3.tar.gz | |
rm -rf extlib | |
mv extlib-1.5.3 extlib | |
curl --insecure -OL https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.2.0.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 82965 100 82965 0 0 32139 0 0:00:02 0:00:02 --:--:-- 57256 | |
tar xfz ocaml-re-1.2.0.tar.gz | |
mv ocaml-re-ocaml-re-1.2.0 ocaml-re | |
curl --insecure -OL http://ocamlgraph.lri.fr/download/ocamlgraph-1.8.1.tar.gz | |
tar xfz ocamlgraph-1.8.1.tar.gz | |
rm -rf ocamlgraph | |
mv ocamlgraph-1.8.1 ocamlgraph | |
curl --insecure -OL https://gforge.inria.fr/frs/download.php/31595/dose3-3.1.2.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 244k 100 244k 0 0 169k 0 0:00:01 0:00:01 --:--:-- 469k | |
tar xfz dose3-3.1.2.tar.gz | |
cd dose3-3.1.2 && patch -p1 < ../dose-pcre2re.diff && cd .. | |
patching file common/cudfAdd.ml | |
patching file common/extBenchmark.ml | |
patching file common/tests.ml | |
patching file deb/apt.ml | |
patching file deb/version.ml | |
patching file eclipse/version.ml | |
patching file opencsw/packages.ml | |
patching file rpm/packages.ml | |
patching file deb/edsp.ml | |
patching file opencsw/version.ml | |
rm -rf dose | |
mv dose3-3.1.2 dose | |
curl --insecure -OL http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.3.tbz | |
tar xfj cmdliner-0.9.3.tbz | |
rm -rf cmdliner | |
mv cmdliner-0.9.3 cmdliner | |
cp depends.ocp.boot depends.ocp | |
make[2]: Leaving directory `/home/1/opam/src_ext' | |
make[1]: Leaving directory `/home/1/opam' | |
make compile | |
make[1]: Entering directory `/home/1/opam' | |
./ocp-build/ocp-build -init -scan -sanitize | |
Error while executing subprocess | |
exception Unix_error(No such file or directory, execvp, ocamlfind) | |
ocp-build: Entering directory `/home/1/opam' | |
Updating ocp-build.root | |
Warning: 9 incomplete projects: | |
opam in /home/1/opam/src/client (program,ocp) | |
opam-client in /home/1/opam/src/client (library,ocp) | |
opam-core in /home/1/opam/src/core (library,ocp) | |
opam-repositories in /home/1/opam/src/repositories (library,ocp) | |
opam-repo-check in /home/1/opam/src/scripts (program,ocp) | |
opam-check in /home/1/opam/src/scripts (program,ocp) | |
opam-mk-repo in /home/1/opam/src/scripts (program,ocp) | |
opam-solver in /home/1/opam/src/solver (library,ocp) | |
dose in /home/1/opam/src_ext (library,ocp) | |
INCOMPLETE "dose" missed by 1 projects | |
opam-core in /home/1/opam/src/core (library,ocp) | |
INCOMPLETE "opam-client" missed by 4 projects | |
opam in /home/1/opam/src/client (program,ocp) | |
opam-repo-check in /home/1/opam/src/scripts (program,ocp) | |
opam-check in /home/1/opam/src/scripts (program,ocp) | |
opam-mk-repo in /home/1/opam/src/scripts (program,ocp) | |
ABSENT "unix" missed by 2 projects | |
opam-core in /home/1/opam/src/core (library,ocp) | |
dose in /home/1/opam/src_ext (library,ocp) | |
INCOMPLETE "opam-repositories" missed by 1 projects | |
opam-client in /home/1/opam/src/client (library,ocp) | |
INCOMPLETE "opam-solver" missed by 1 projects | |
opam-client in /home/1/opam/src/client (library,ocp) | |
INCOMPLETE "opam-core" missed by 3 projects | |
opam-client in /home/1/opam/src/client (library,ocp) | |
opam-repositories in /home/1/opam/src/repositories (library,ocp) | |
opam-solver in /home/1/opam/src/solver (library,ocp) | |
[ 0%] unzip.mlmods OK | |
[ 1%] uChar.mlmods OK | |
[ 1%] uChar.mlimods OK | |
[ 2%] unzip.mlimods OK | |
[ 2%] std.mlmods OK | |
[ 3%] uChar.cmi OK | |
[ 3%] std.mlimods OK | |
[ 3%] refList.mlmods OK | |
[ 4%] uChar.cmo OK | |
[ 4%] uTF8.mlmods OK | |
[ 4%] refList.mlimods OK | |
[ 5%] pMap.mlimods OK | |
[ 5%] option.mlmods OK | |
[ 6%] option.mlimods OK | |
[ 6%] uChar.cmx OK | |
[ 6%] optParse.mlmods OK | |
[ 7%] optParse.mlimods OK | |
[ 7%] option.cmi OK | |
[ 7%] install.mlmods OK | |
[ 7%] option.cmo OK | |
[ 8%] optParse.cmi OK | |
[ 8%] pMap.mlmods OK | |
[ 8%] install.cmo OK | |
[ 9%] option.cmx OK | |
[ 9%] IO.mlimods OK | |
[ 9%] global.mlmods OK | |
[ 10%] global.mlimods OK | |
[ 10%] extString.mlmods OK | |
[ 10%] IO.mlmods OK | |
[ 11%] global.cmi OK | |
[ 11%] install.cmx OK | |
[ 11%] extHashtbl.mlmods OK | |
[ 12%] global.cmo OK | |
[ 12%] extString.mlimods OK | |
[ 12%] extHashtbl.mlimods OK | |
[ 13%] extList.mlimods OK | |
[ 13%] extLib.mlmods OK | |
[ 14%] extArray.mlmods OK | |
[ 14%] extArray.mlimods OK | |
[ 15%] enum.mlmods OK | |
[ 15%] global.cmx OK | |
[ 15%] enum.mlimods OK | |
[ 16%] dynArray.mlmods OK | |
[ 16%] dynArray.mlimods OK | |
[ 16%] dllist.mlmods OK | |
[ 17%] dllist.mlimods OK | |
[ 17%] bitSet.mlmods OK | |
[ 18%] bitSet.mlimods OK | |
[ 18%] enum.cmi OK | |
[ 18%] base64.mlmods OK | |
[ 19%] std.cmi OK | |
[ 19%] refList.cmi OK | |
[ 19%] base64.mlimods OK | |
[ 19%] pMap.cmi OK | |
[ 19%] extString.cmi OK | |
[ 19%] IO.cmi OK | |
[ 19%] pMap.cmo OK | |
[ 20%] unzip.cmi OK | |
[ 20%] extString.cmo OK | |
[ 20%] extList.mlmods OK | |
[ 20%] IO.cmo OK | |
[ 21%] unzip.cmo OK | |
[ 21%] extList.cmi OK | |
[ 21%] extArray.cmi OK | |
[ 21%] enum.cmo OK | |
[ 21%] extHashtbl.cmi OK | |
[ 21%] refList.cmo OK | |
[ 21%] std.cmo OK | |
[ 22%] extHashtbl.cmo OK | |
[ 22%] extLib.cmo OK | |
[ 22%] extList.cmo OK | |
[ 22%] dynArray.cmi OK | |
[ 22%] optParse.cmo OK | |
[ 22%] dllist.cmi OK | |
[ 22%] enum.cmx OK | |
[ 23%] dllist.cmo OK | |
[ 23%] bitSet.cmi OK | |
[ 23%] dynArray.cmo OK | |
[ 23%] uTF8.mlimods OK | |
[ 24%] pMap.cmx OK | |
[ 24%] uTF8.cmi OK | |
[ 24%] extString.cmx OK | |
[ 24%] extArray.cmo OK | |
[ 24%] uTF8.cmo OK | |
[ 24%] extHashtbl.cmx OK | |
[ 24%] extList.cmx OK | |
[ 25%] uTF8.cmx OK | |
[ 25%] dllist.cmx OK | |
[ 25%] IO.cmx OK | |
[ 25%] dynArray.cmx OK | |
[ 25%] bitSet.cmo OK | |
[ 26%] std.cmx OK | |
[ 26%] base64.cmi OK | |
[ 26%] refList.cmx OK | |
[ 26%] bitv.mlmods OK | |
[ 27%] bitSet.cmx OK | |
[ 27%] unzip.cmx OK | |
[ 27%] base64.cmo OK | |
[ 27%] bitv.mlimods OK | |
[ 28%] base64.cmx OK | |
[ 28%] extlib.cma OK | |
[ 28%] bitv.cmi OK | |
[ 28%] optParse.cmx OK | |
[ 28%] extArray.cmx OK | |
[ 28%] unionfind.mlimods OK | |
[ 29%] unionfind.mlmods OK | |
[ 29%] unionfind.cmi OK | |
[ 30%] bitv.cmo OK | |
[ 30%] unionfind.cmo OK | |
[ 30%] extLib.cmx OK | |
[ 30%] heap.mlimods OK | |
[ 30%] bitv.cmx OK | |
[ 31%] unionfind.cmx OK | |
[ 31%] version.mlmods OK | |
[ 31%] heap.cmi OK | |
[ 31%] util.mlmods OK | |
[ 32%] util.mlimods OK | |
[ 32%] traverse.mlmods OK | |
[ 33%] traverse.mlimods OK | |
[ 33%] topological.mlmods OK | |
[ 34%] topological.mlimods OK | |
[ 34%] strat.mlmods OK | |
[ 34%] extlib.cmxa OK | |
[ 35%] strat.mlimods OK | |
[ 35%] sig.mlimods OK | |
[ 36%] sig_pack.mlimods OK | |
[ 36%] rand.mlmods OK | |
[ 36%] sig_pack.cmi OK | |
[ 37%] rand.mlimods OK | |
[ 37%] persistent.mlmods OK | |
[ 37%] persistent.mlimods OK | |
[ 38%] sig.cmi OK | |
[ 38%] path.mlmods OK | |
[ 38%] util.cmi OK | |
[ 38%] path.mlimods OK | |
[ 39%] traverse.cmi OK | |
[ 39%] util.cmo OK | |
[ 39%] version.cmo OK | |
[ 39%] heap.mlmods OK | |
[ 39%] util.cmx OK | |
[ 40%] traverse.cmo OK | |
[ 40%] heap.cmo OK | |
[ 40%] version.cmx OK | |
[ 40%] topological.cmi OK | |
[ 40%] traverse.cmx OK | |
[ 40%] persistent.cmi OK | |
[ 41%] heap.cmx OK | |
[ 41%] path.cmi OK | |
[ 41%] topological.cmo OK | |
[ 42%] pack.mlmods OK | |
[ 42%] topological.cmx OK | |
[ 42%] pack.mlimods OK | |
[ 43%] oper.mlmods OK | |
[ 43%] path.cmo OK | |
[ 43%] pack.cmi OK | |
[ 43%] minsep.mlmods OK | |
[ 44%] minsep.mlimods OK | |
[ 44%] md.mlmods OK | |
[ 45%] path.cmx OK | |
[ 45%] minsep.cmi OK | |
[ 45%] mcs_m.mlmods OK | |
[ 45%] mcs_m.mlimods OK | |
[ 46%] kruskal.mlmods OK | |
[ 46%] mcs_m.cmi OK | |
[ 46%] kruskal.mlimods OK | |
[ 47%] imperative.mlmods OK | |
[ 47%] kruskal.cmi OK | |
[ 48%] imperative.mlimods OK | |
[ 48%] md.mlimods OK | |
[ 48%] kruskal.cmo OK | |
[ 49%] md.cmi OK | |
[ 49%] oper.mlimods OK | |
[ 49%] imperative.cmi OK | |
[ 49%] graphviz.mlmods OK | |
[ 50%] graphviz.mlimods OK | |
[ 50%] kruskal.cmx OK | |
[ 50%] gml.mlimods OK | |
[ 51%] gmap.mlmods OK | |
[ 51%] gmap.mlimods OK | |
[ 52%] graphviz.cmi OK | |
[ 52%] flow.mlmods OK | |
[ 52%] gmap.cmi OK | |
[ 52%] gml.ml OK | |
Command stdout: | |
26 states, 827 transitions, table size 3464 bytes | |
2623 additional bytes used for bindings | |
[ 52%] strat.cmi OK | |
[ 53%] gmap.cmo OK | |
[ 53%] graphviz.cmo OK | |
[ 53%] strat.cmo OK | |
[ 53%] gml.mlmods OK | |
[ 54%] graphviz.cmx OK | |
[ 54%] fixpoint.mlmods OK | |
[ 54%] strat.cmx OK | |
[ 54%] fixpoint.mlimods OK | |
[ 55%] dot_parser.ml OK | |
[ 55%] fixpoint.cmi OK | |
[ 55%] dot_parser.mlimods OK | |
[ 55%] dot_lexer.ml OK | |
Command stdout: | |
43 states, 478 transitions, table size 2170 bytes | |
[ 56%] fixpoint.cmo OK | |
[ 56%] gmap.cmx OK | |
[ 56%] dot_parser.mlmods OK | |
[ 57%] dot_ast.mlimods OK | |
[ 57%] dot_lexer.mlmods OK | |
[ 57%] dot.mlmods OK | |
[ 58%] dot.mlimods OK | |
[ 58%] delaunay.mlmods OK | |
[ 59%] delaunay.mlimods OK | |
[ 59%] components.mlmods OK | |
[ 60%] delaunay.cmi OK | |
[ 60%] components.mlimods OK | |
[ 60%] fixpoint.cmx OK | |
[ 60%] dot_ast.cmi OK | |
[ 61%] delaunay.cmo OK | |
[ 61%] dot_parser.cmi OK | |
[ 61%] coloring.mlmods OK | |
[ 61%] components.cmi OK | |
[ 61%] flow.mlimods OK | |
[ 62%] dot_parser.cmo OK | |
[ 62%] dot_lexer.cmo OK | |
[ 62%] flow.cmi OK | |
[ 62%] delaunay.cmx OK | |
[ 62%] dot_parser.cmx OK | |
[ 62%] components.cmx OK | |
[ 63%] flow.cmo OK | |
[ 63%] coloring.mlimods OK | |
[ 63%] cliquetree.mlmods OK | |
[ 64%] components.cmo OK | |
[ 64%] coloring.cmi OK | |
[ 64%] cliquetree.mlimods OK | |
[ 64%] dot_lexer.cmx OK | |
[ 65%] classic.mlmods OK | |
[ 65%] coloring.cmo OK | |
[ 65%] cliquetree.cmi OK | |
[ 66%] builder.mlmods OK | |
[ 66%] coloring.cmx OK | |
[ 66%] builder.mlimods OK | |
[ 67%] blocks.mlmods OK | |
[ 67%] cset.mlmods OK | |
[ 68%] builder.cmi OK | |
[ 68%] cset.mlimods OK | |
[ 68%] flow.cmx OK | |
[ 68%] rand.cmi OK | |
[ 68%] gml.cmi OK | |
[ 68%] oper.cmi OK | |
[ 68%] classic.mlimods OK | |
[ 69%] gml.cmo OK | |
[ 69%] blocks.cmo OK | |
[ 69%] rand.cmo OK | |
[ 69%] minsep.cmo OK | |
[ 69%] oper.cmo OK | |
[ 69%] md.cmo OK | |
[ 69%] mcs_m.cmo OK | |
[ 70%] dot.cmi OK | |
[ 70%] cliquetree.cmo OK | |
[ 70%] classic.cmi OK | |
[ 70%] persistent.cmo OK | |
[ 71%] builder.cmo OK | |
[ 71%] dot.cmo OK | |
[ 71%] classic.cmo OK | |
[ 71%] imperative.cmo OK | |
[ 71%] pack.cmo OK | |
[ 72%] automata.mlmods OK | |
[ 72%] builder.cmx OK | |
[ 72%] automata.mlimods OK | |
[ 72%] cset.cmi OK | |
[ 72%] oper.cmx OK | |
[ 73%] graph.cmo OK | |
[ 73%] rand.cmx OK | |
[ 73%] gml.cmx OK | |
[ 73%] minsep.cmx OK | |
[ 73%] graph.cma OK | |
[ 73%] cset.cmo OK | |
[ 74%] dot.cmx OK | |
[ 74%] automata.cmi OK | |
[ 74%] classic.cmx OK | |
[ 74%] cset.cmx OK | |
[ 74%] re.mlimods OK | |
[ 75%] re.mlmods OK | |
[ 75%] re.cmi OK | |
[ 75%] automata.cmo OK | |
Command stderr: | |
File "src_ext/ocaml-re/lib/automata.ml", line 95, characters 4-21: | |
Warning 26: unused variable x. | |
File "src_ext/ocaml-re/lib/automata.ml", line 306, characters 4-17: | |
Warning 26: unused variable x. | |
[ 76%] re_glob.mlmods OK | |
[ 76%] re_glob.mlimods OK | |
[ 77%] re.cmo OK | |
Command stderr: | |
File "src_ext/ocaml-re/lib/re.ml", line 889, characters 16-45: | |
Warning 26: unused variable m. | |
File "src_ext/ocaml-re/lib/re.ml", line 903, characters 12-41: | |
Warning 26: unused variable m. | |
File "src_ext/ocaml-re/lib/re.ml", line 461, characters 21-30: | |
Warning 12: this sub-pattern is unused. | |
[ 77%] re_perl.mlmods OK | |
[ 77%] re_glob.cmi OK | |
[ 77%] re.cma OK | |
[ 77%] automata.cmx OK | |
Command stderr: | |
File "src_ext/ocaml-re/lib/automata.ml", line 95, characters 4-21: | |
Warning 26: unused variable x. | |
File "src_ext/ocaml-re/lib/automata.ml", line 306, characters 4-17: | |
Warning 26: unused variable x. | |
[ 78%] re_pcre.mlmods OK | |
[ 78%] blocks.cmx OK | |
[ 78%] re_glob.cmo OK | |
Command stderr: | |
File "src_ext/ocaml-re/lib/re_glob.ml", line 67, characters 10-14: | |
Warning 26: unused variable mask. | |
File "src_ext/ocaml-re/lib/re_glob.ml", line 43, characters 6-11: | |
Warning 26: unused variable unget. | |
[ 78%] cmdliner.mlmods OK | |
[ 78%] re_perl.mlimods OK | |
[ 79%] re_perl.cmi OK | |
[ 79%] re_glob.cma OK | |
[ 79%] re_perl.cmo OK | |
[ 80%] cmdliner.mlimods OK | |
[ 80%] cmdliner.cmi OK | |
[ 80%] re_pcre.cmo OK | |
[ 80%] re_perl.cma OK | |
[ 81%] re.cmx OK | |
Command stderr: | |
File "src_ext/ocaml-re/lib/re.ml", line 889, characters 16-45: | |
Warning 26: unused variable m. | |
File "src_ext/ocaml-re/lib/re.ml", line 903, characters 12-41: | |
Warning 26: unused variable m. | |
File "src_ext/ocaml-re/lib/re.ml", line 461, characters 21-30: | |
Warning 12: this sub-pattern is unused. | |
[ 81%] cmdliner.cmo OK | |
[ 81%] re.cmxa OK | |
[ 81%] re_glob.cmx OK | |
Command stderr: | |
File "src_ext/ocaml-re/lib/re_glob.ml", line 67, characters 10-14: | |
Warning 26: unused variable mask. | |
File "src_ext/ocaml-re/lib/re_glob.ml", line 43, characters 6-11: | |
Warning 26: unused variable unget. | |
[ 81%] persistent.cmx OK | |
[ 81%] re_perl.cmx OK | |
[ 81%] re_glob.cmxa OK | |
[ 82%] cmdliner.cmx OK | |
[ 82%] cmdliner.cma OK | |
[ 82%] re_pcre.cmx OK | |
[ 82%] imperative.cmx OK | |
[ 82%] main_cudf_parse_822.mlmods OK | |
[ 82%] cliquetree.cmx OK | |
[ 83%] cmdliner.cmxa OK | |
[ 83%] main_cudf_check.mlmods OK | |
[ 83%] md.cmx OK | |
[ 84%] cudf_types_pp.mlmods OK | |
[ 84%] cudf_types_pp.mlimods OK | |
[ 84%] re_perl.cmxa OK | |
[ 85%] cudf_types.mlmods OK | |
[ 85%] cudf_types.mlimods OK | |
[ 86%] cudf_type_parser.ml OK | |
[ 86%] cudf_types.cmi OK | |
[ 86%] cudf_type_parser.mlimods OK | |
[ 86%] cudf_types_pp.cmi OK | |
[ 86%] cudf_type_lexer.ml OK | |
Command stdout: | |
39 states, 1690 transitions, table size 6994 bytes | |
1269 additional bytes used for bindings | |
[ 87%] cudf_types.cmo OK | |
[ 87%] cudf_type_parser.cmi OK | |
[ 87%] cudf_type_parser.mlmods OK | |
[ 87%] mcs_m.cmx OK | |
[ 87%] cudf_type_lexer.mlmods OK | |
[ 88%] cudf_types.cmx OK | |
[ 88%] cudf_printer.mlmods OK | |
[ 89%] cudf_type_lexer.cmo OK | |
[ 89%] cudf_printer.mlimods OK | |
[ 89%] cudf_type_parser.cmo OK | |
[ 89%] cudf_types_pp.cmo OK | |
[ 89%] cudf_type_parser.cmx OK | |
[ 90%] cudf_parser.mlimods OK | |
[ 90%] cudf_conf.mlmods OK | |
[ 90%] cudf_conf.mlimods OK | |
[ 91%] cudf_parser.mlmods OK | |
[ 91%] cudf_conf.cmi OK | |
[ 92%] cudf_type_lexer.cmx OK | |
[ 92%] cudf_checker.mlmods OK | |
[ 92%] cudf_conf.cmo OK | |
[ 92%] cudf_checker.mlimods OK | |
[ 93%] cudf_c.mlmods OK | |
[ 93%] cudf_conf.cmx OK | |
[ 93%] cudf_822_parser.ml OK | |
[ 93%] cudf_types_pp.cmx OK | |
[ 94%] cudf_822_lexer.ml OK | |
Command stdout: | |
15 states, 361 transitions, table size 1534 bytes | |
1541 additional bytes used for bindings | |
[ 94%] cudf_822_parser.mlimods OK | |
[ 94%] cudf_822_parser.mlmods OK | |
[ 95%] cudf_822_lexer.mlmods OK | |
[ 95%] cudf_822_parser.cmi OK | |
[ 95%] cudf.mlimods OK | |
[ 95%] cudf.mlmods OK | |
[ 96%] cudf_822_lexer.cmo OK | |
[ 96%] cudf.cmi OK | |
[ 96%] cudf_822_parser.cmx OK | |
[ 97%] cudf_printer.cmi OK | |
[ 97%] main_cudf_parse_822.cmo OK | |
[ 97%] cudf_parser.cmi OK | |
[ 97%] cudf_checker.cmi OK | |
[ 97%] cudf_printer.cmo OK | |
[ 97%] cudf_parser.cmo OK | |
[ 98%] main_cudf_check.cmo OK | |
[ 98%] cudf_checker.cmo OK | |
[ 98%] cudf_c.cmo OK | |
[ 98%] pack.cmx OK | |
[ 98%] cudf.cmo OK | |
[ 98%] cudf_822_parser.cmo OK | |
[ 98%] cudf_822_lexer.cmx OK | |
[ 98%] cudf.cma OK | |
[ 98%] cudf.cmx OK | |
[ 99%] main_cudf_parse_822.cmx OK | |
[ 99%] cudf_printer.cmx OK | |
[ 99%] cudf_parser.cmx OK | |
[ 99%] graph.cmx OK | |
[ 99%] cudf_checker.cmx OK | |
[ 99%] cudf_c.cmx OK | |
[ 99%] main_cudf_check.cmx OK | |
[100%] graph.cmxa OK | |
[100%] cudf.cmxa OK | |
Done in 21.86s: No error. 382 jobs (5 parallel), 492 files generated. | |
ocp-build: Leaving directory `/home/1/opam' | |
make[1]: Leaving directory `/home/1/opam' | |
kakadu ~/opam | |
$ make install | |
mkdir -p /usr/local/bin | |
make opam-install opam-mk-repo-install | |
make[1]: Entering directory `/home/1/opam' | |
install _obuild/opam/opam.byte | |
cp: cannot stat `_obuild/opam/opam.byte': No such file or directory | |
Makefile:59: recipe for target `opam-install' failed | |
make[1]: *** [opam-install] Error 1 | |
make[1]: Leaving directory `/home/1/opam' | |
Makefile:82: recipe for target `install' failed | |
make: *** [install] Error 2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment