[opam-devel] [MirageOS-devel] Cross-compiling OCaml, Mirage OS for rumprun, OPAM integration

Martin Lucina martin at lucina.net
Wed May 20 11:43:08 BST 2015


On Wednesday, 20.05.2015 at 12:02, Martin Lucina wrote:
> Getting further through the list of Mirage dependencies, trying to get
> sexplib building for rumprun hits another different problem with OASIS:

*facepalm* Ok, sorry, this was caused by a two-character typo:

["ocaml" "setup.ml" "-configure" "--prefix" "${prefix}/x86_64-rumprun-netbsd" "--disable-syntax"]

should have been

["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%/x86_64-rumprun-netbsd" "--disable-syntax"]

Still, "Stack overflow" is not a terribly descriptive error :-)

Sorry for the noise.

Martin


More information about the opam-devel mailing list