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

error during "make opt" for svn trunk on sparc #5695

Closed
vicuna opened this issue Jul 21, 2012 · 2 comments
Closed

error during "make opt" for svn trunk on sparc #5695

vicuna opened this issue Jul 21, 2012 · 2 comments
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented Jul 21, 2012

Original bug ID: 5695
Reporter: rmikhov
Assigned to: @lefessan
Status: closed (set by @xavierleroy on 2015-12-11T18:07:23Z)
Resolution: fixed
Priority: normal
Severity: minor
Platform: sparc
OS: solaris
Fixed in version: 4.01.0+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

"make opt" gave several warnings-as-fatal-errors for "Warning 33: unused open". Fixing these was trivial but required editing the relevant files so I thought you might want to know. Otherwise, compilation was successful.

asmcomp/(sparc/)arch.ml: unused open Misc
asmcomp/(sparc/)selection.ml: unused open Misc
asmcomp/emit.ml: unused open Location

Additional information

ln -s sparc/arch.ml asmcomp/arch.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml
File "asmcomp/arch.ml", line 17, characters 0-9:
Warning 33: unused open Misc.
File "asmcomp/arch.ml", line 1:
Error: Error-enabled warnings (1 occurrences)
make[1]: *** [asmcomp/arch.cmo] Error 2

@vicuna
Copy link
Author

vicuna commented Jul 22, 2012

Comment author: @damiendoligez

Do you get the same problem on 4.00.0+rc1 ?

@vicuna
Copy link
Author

vicuna commented Jul 22, 2012

Comment author: @lefessan

Thanks. Fixed in commit r12758.

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

2 participants