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

Solaris 2 make opt.opt fails #8175

Closed
vicuna opened this issue Jun 18, 2003 · 2 comments
Closed

Solaris 2 make opt.opt fails #8175

vicuna opened this issue Jun 18, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 18, 2003

Original bug ID: 1716
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Christopher Dutchyn
Version: 3.06+ (anon cvs)
OS: Solaris 2.9
Submission from: bnhu530ey3144.bc.hsia.telus.net (142.173.20.174)

make opt.opt
<<< various output elided >>>
cd ../camlp4; make optp4 OTOP=../.. CAMLP4OPT=../meta/camlp4r.opt CAMLP4M="-I
../meta pa_r.cmx pa_rp.cmx pr_dump.cmx"
../../ocamlcompopt.sh ../odyl/odyl.cmxa camlp4.cmxa -I ../meta pa_r.cmx
pa_rp.cmx pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../meta/camlp4r.opt
Files ../odyl/odyl.cmxa and ../../stdlib/stdlib.cmxa
make inconsistent assumptions over implementation Arg
*** Error code 2
make: Fatal error: Command failed for target `../meta/camlp4r.opt'
<<< more output elided >>>

@vicuna
Copy link
Author

vicuna commented Jun 19, 2003

Comment author: administrator

make opt.opt
<<< various output elided >>>
cd ../camlp4; make optp4 OTOP=../.. CAMLP4OPT=../meta/camlp4r.opt CAMLP4M="-I
../meta pa_r.cmx pa_rp.cmx pr_dump.cmx"
../../ocamlcompopt.sh ../odyl/odyl.cmxa camlp4.cmxa -I ../meta pa_r.cmx
pa_rp.cmx pr_dump.cmx ../odyl/odyl.cmx -linkall -o ../meta/camlp4r.opt
Files ../odyl/odyl.cmxa and ../../stdlib/stdlib.cmxa
make inconsistent assumptions over implementation Arg

That could be caused by compiled files left over from the compilation
of an earlier version. Do you still see the problem if you do

    make clean all opt opt.opt
  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Jun 20, 2003

Comment author: administrator

Old files lying around.

@vicuna vicuna closed this as completed Jun 20, 2003
@vicuna vicuna added the bug label Mar 19, 2019
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