Summary: | dev-ml/pxp-1.2.3: fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Team for the ML programming language family <ml> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Diego Elio Pettenò (RETIRED)
2013-02-21 15:37:56 UTC
ocamlfind ocamlc -g -syntax camlp4o -ppopt -DOCAML_NEW_LOC -ppopt -loc -ppopt loc -package "netstring,ulex,camlp4.quotations,camlp4.macro" -c pxp_pp.ml Camlp4: Uncaught exception: DynLoader.Error ("/usr/lib64/ocaml/ulex/pa_ulex.cma", "interface mismatch on Camlp4_import") you need to rebuild ulex (I have not yet finished to convert everything to eapi5 and subslots) Is ocaml-rebuild not enough? (In reply to comment #2) > Is ocaml-rebuild not enough? I've removed it from latest versions, in favor of: emerge -1 /usr/$(get_libdir)/ocaml or: emerge @ocaml-rebuild (portage 2.2) |