| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0004798 | OCaml | OCaml general | public | 2009-05-19 21:38 | 2009-05-20 14:06 |
|
| Reporter | monate | |
| Assigned To | | |
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 3.11.0 | |
| Target Version | | Fixed in Version | 3.11.1+dev | |
|
| Summary | 0004798: Cannot "make op.opt " with 3.11.1rc0 under mingw |
| Description | Compilation
make -f Makefile.nt world
make -f Makefile.nt bootstrap
make -f Makefile.nt opt
make -f Makefile.nt opt.opt
fails while compiling ocamldoc.opt.
I attach the outputs of the compilation below.
By the way the product version 3.11.1rc0 is not available in the BTS. |
| Tags | No tags attached. |
|
| Attached Files | LOG [^] (4,623 bytes) 2009-05-19 21:38 [Show Content] [Hide Content]cd lex ; make -f Makefile.nt allopt
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/lex'
make[1]: Nothing to be done for `allopt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/lex'
cd tools ; make -f Makefile.nt opt.opt
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/tools'
make[1]: Nothing to be done for `opt.opt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/tools'
for i in win32unix str num win32graph dynlink bigarray systhreads; do make -f Makefile.nt -C otherlibs/$i allopt; done
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/win32unix'
make[1]: Nothing to be done for `allopt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/win32unix'
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/str'
make[1]: Nothing to be done for `allopt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/str'
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/num'
make[1]: Nothing to be done for `allopt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/num'
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/win32graph'
make[1]: Nothing to be done for `allopt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/win32graph'
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/dynlink'
make[1]: Nothing to be done for `allopt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/dynlink'
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/bigarray'
make[1]: Nothing to be done for `allopt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/bigarray'
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/systhreads'
make[1]: Nothing to be done for `allopt'.
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/otherlibs/systhreads'
./build/mixed-boot.sh
boot/ocamlrun boot/ocamlc -I boot -nostdlib -I "C:\cygwin\home\lmonate\ocaml-3.11.1rc0/_build/ocamlbuild" "C:\cygwin\home\lmonate\ocaml-3.11.1rc0/_build/ocamlbuild/ocamlbuildlightlib.cma" myocamlbuild_config.mli myocamlbuild_config.ml myocamlbuild.ml "C:\cygwin\home\lmonate\ocaml-3.11.1rc0/_build/ocamlbuild/ocamlbuildlight.cmo" -o myocamlbuild
./build/ocamlbuild-native-only.sh
./build/camlp4-native-only.sh
cd ocamldoc ; make -f Makefile.nt opt.opt
make[1]: Entering directory `/home/lmonate/ocaml-3.11.1rc0/ocamldoc'
../boot/ocamlrun ../ocamlopt -o ocamldoc.opt unix.cmxa str.cmxa -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/num -I ../otherlibs/win32graph -nostdlib ../parsing/printast.cmx ../typing/ident.cmx ../utils/tbl.cmx ../utils/misc.cmx ../utils/config.cmx ../utils/clflags.cmx ../utils/warnings.cmx ../utils/ccomp.cmx ../utils/consistbl.cmx ../parsing/linenum.cmx ../parsing/location.cmx ../parsing/longident.cmx ../parsing/syntaxerr.cmx ../parsing/parser.cmx ../parsing/lexer.cmx ../parsing/parse.cmx ../typing/types.cmx ../typing/path.cmx ../typing/btype.cmx ../typing/predef.cmx ../typing/datarepr.cmx ../typing/subst.cmx ../typing/env.cmx ../typing/ctype.cmx ../typing/primitive.cmx ../typing/oprint.cmx ../typing/printtyp.cmx ../typing/includecore.cmx ../typing/typetexp.cmx ../typing/parmatch.cmx ../typing/typedtree.cmx ../typing/stypes.cmx ../typing/typecore.cmx ../typing/includeclass.cmx ../typing/typedecl.cmx ../typing/typeclass.cmx ../typing/mtype.cmx ../typing/includemod.cmx ../typing/typemod.cmx ../bytecomp/lambda.cmx ../bytecomp/typeopt.cmx ../bytecomp/printlambda.cmx ../bytecomp/switch.cmx ../bytecomp/matching.cmx ../bytecomp/translobj.cmx ../bytecomp/translcore.cmx ../bytecomp/translclass.cmx ../tools/depend.cmx odoc_config.cmx odoc_global.cmx odoc_messages.cmx odoc_types.cmx odoc_misc.cmx odoc_text_parser.cmx odoc_text_lexer.cmx odoc_text.cmx odoc_name.cmx odoc_parameter.cmx odoc_value.cmx odoc_type.cmx odoc_exception.cmx odoc_class.cmx odoc_module.cmx odoc_print.cmx odoc_str.cmx odoc_args.cmx odoc_comments_global.cmx odoc_parser.cmx odoc_lexer.cmx odoc_see_lexer.cmx odoc_env.cmx odoc_merge.cmx odoc_sig.cmx odoc_ast.cmx odoc_control.cmx odoc_inherit.cmx odoc_search.cmx odoc_scan.cmx odoc_cross.cmx odoc_comments.cmx odoc_dep.cmx odoc_analyse.cmx odoc_info.cmx odoc_dag2html.cmx odoc_to_text.cmx odoc_ocamlhtml.cmx odoc_html.cmx odoc_man.cmx odoc_latex_style.cmx odoc_latex.cmx odoc_texi.cmx odoc_dot.cmx odoc.cmx
make[1]: Leaving directory `/home/lmonate/ocaml-3.11.1rc0/ocamldoc'
LOG.err [^] (4,220 bytes) 2009-05-19 21:39 |
|