#15332 closed enhancement (fixed)
ocaml: parallel build problem
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
I tried adding "use_parallel_build yes" to the ocaml port, and it failed to build. (See attachment for the errors it produced.) I suggest "use_parallel_build no" be added to the portfile to make it clear that parallel building is not supported for ocaml. I also recommend you report this to the developers of ocaml so they can fix ocaml so that a future version will allow parallel building.
Attachments (2)
Change History (6)
Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | ocaml-parallel-build.txt added |
---|
Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | ocaml-no-parallel-build.diff added |
---|
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | ocaml: parallel build → ocaml: parallel build problem |
---|
comment:3 Changed 16 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Reporter committed the fix in r37523.
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
No response from maintainer in > 72 hours so I applied the diff in r37523 to explicitly show that the parallel build won't work.
Upstream should still be consulted about whether this can be fixed in their sources.