On 20 Oct 2009, at 02:20, Popov, Alex wrote:
I finaly got my sparc64 box up and and running and tried building
OCaml
from 4.6-current.
It fails on with the following error:
gmake[2]: Leaving directory
`/usr/obj/ports/ocaml-3.11.1p0/ocaml-3.11.1/otherlibs/num'
gmake[2]: Entering directory
`/usr/obj/ports/ocaml-3.11.1p0/ocaml-3.11.1/otherlibs/dynlink'
../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I
../../utils -I ../../typing -I ../../bytecomp ../../parsing/linenum.ml
File "parsing/linenum.mll", line 17, characters 0-1:
Error: Could not find the .cmi file for interface
../../parsing/linenum.mli.
That looks like a parallel build error; do you have a -j flag in your
build options somewhere?
-anil