| Anonymous | Login | Signup for a new account | 2013-05-22 13:53 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 | ||||||
| 0005750 | OCaml | OCaml internal build/install (Makefiles, configure) | public | 2012-09-01 05:59 | 2012-09-10 14:12 | ||||||
| Reporter | tficon | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | feedback | Resolution | open | ||||||||
| Platform | s390x | OS | SLES | OS Version | 11 SP1 | ||||||
| Product Version | 4.00.0 | ||||||||||
| Target Version | 4.00.2+dev | Fixed in Version | |||||||||
| Summary | 0005750: Error during make opt command, based on research isses detect platform type of s390x | ||||||||||
| Description | make[1]: *** No rule to make target none.o', needed by libasmrun.a'. Stop. make: *** [runtimeopt] Error 2 | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Notes |
|
|
(0008034) xleroy (administrator) 2012-09-08 18:02 edited on: 2012-09-08 18:03 |
Well, the cause of your symptom is that OCaml's native-code compiler does not have a code generator for the architecture you're using (IBM S/390, right?). The "configure" script mentioned that in the report it prints at the end. As written in the INSTALL file, step 4, in this situation you should stop at "make world", skip "make opt" and "make opt.opt", and go straight to "make install". Now, to handle this report, I'd like to know what you are complaining about, exactly: 1- That S/390 is not supported by OCaml's native compiler? There is very little chance that this will ever happen, given that you are the first to ask and that we don't have access to a S/390 machine. You might, however, be able to contract with a service company to have a S/390 code generator developed specially for you. 2- That the error reported by "make opt" could be clearer? This I can agree with, but it's definitely not a major issue. Sincerely, - Xavier Leroy |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-09-01 05:59 | tficon | New Issue | |
| 2012-09-06 16:42 | doligez | Target Version | => 4.00.1+dev |
| 2012-09-08 18:02 | xleroy | Note Added: 0008034 | |
| 2012-09-08 18:02 | xleroy | Status | new => feedback |
| 2012-09-08 18:03 | xleroy | Note Edited: 0008034 | View Revisions |
| 2012-09-10 14:12 | frisch | Priority | urgent => normal |
| 2012-09-10 14:12 | frisch | Severity | major => minor |
| 2012-09-10 14:12 | frisch | Target Version | 4.00.1+dev => 4.00.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |