| Anonymous | Login | Signup for a new account | 2013-06-19 10:51 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0004131 | OCaml | OCaml general | public | 2006-10-08 17:36 | 2006-10-24 17:09 | |||
| Reporter | gerd | |||||||
| Assigned To | ||||||||
| Priority | normal | Severity | crash | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.09.3 | |||||||
| Target Version | Fixed in Version | 3.09.4+dev / +rc | ||||||
| Summary | 0004131: File mLast.cmo cannot be installed (O'Caml 3.09.3) | |||||||
| Description | While upgrading GODI to 3.09.3 I found this problem: When installing camlp4, the file mLast.cmo is tried to be installed, but apparently does not exist. Some platforms ignore this error (e.g. Linux) so it can be easily overlooked, some stop the entire build at this point (e.g. FreeBSD). The cp error message is printed for all platforms I tested. Output: cp camlp4 "/home/gerd/godi/build/godi/godi-ocaml/work/stage/bin/." for ext in mli cmi cmo cmx o; do for mod in mLast quotation ast2pt pcaml spretty reloc; do cp ${mod}.${ext} "/home/gerd/godi/build/godi/godi-ocaml/work/stage/lib/ocaml/std-lib/camlp4/."; done; done cp: mLast.cmo: No such file or directory *** Error code 1 | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships |
||||||
|
||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2006-10-08 17:36 | gerd | New Issue | |
| 2006-10-24 17:09 | doligez | Note Added: 0003816 | |
| 2006-10-24 17:09 | doligez | Status | new => closed |
| 2006-10-24 17:09 | doligez | Resolution | open => fixed |
| 2006-10-24 17:09 | doligez | Fixed in Version | => 3.09.4+dev / +rc |
| 2006-10-24 17:27 | doligez | Relationship added | has duplicate 0004137 |
| Copyright © 2000 - 2011 MantisBT Group |