OCaml installation-time fixes are not documented

Bug #741703 reported by Luca Saiu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
marionnet
New
Undecided
Unassigned

Bug Description

marionnet_from_scratch performs some undocumented magic on ocaml that is also needed when compiling from sources without the script. Such magic *must* be documented, so that people may manually compile from sources.

See this message:
https://lists.launchpad.net/marionnet-dev/msg00283.html

Revision history for this message
Luca Saiu (saiu) wrote :

We've just verified that objinfo is not even compiled by default, let alone installed with a particular name, at least in OCaml 3.11.2.

This is how to install the utility if you have installed ocaml from sources:

From the ocaml source directory it can be made with
  make -C tools/ objinfo

And then installed (as root) with:
  cp tools/objinfo /usr/local/bin/ocamlobjinfo

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.