Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File mLast.cmo cannot be installed (O'Caml 3.09.3) #4131

Closed
vicuna opened this issue Oct 8, 2006 · 1 comment
Closed

File mLast.cmo cannot be installed (O'Caml 3.09.3) #4131

vicuna opened this issue Oct 8, 2006 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Oct 8, 2006

Original bug ID: 4131
Reporter: gerd
Status: closed (set by @damiendoligez on 2006-10-24T15:09:38Z)
Resolution: fixed
Priority: normal
Severity: crash
Version: 3.09.3
Fixed in version: 3.09.4+dev / +rc
Category: ~DO NOT USE (was: OCaml general)
Has duplicate: #4137

Bug 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

@vicuna
Copy link
Author

vicuna commented Oct 24, 2006

Comment author: @damiendoligez

fixed in CVS branch (3.09.4+dev0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant