> -----Original Message----- > From: owner-po...@openbsd.org > [mailto:owner-po...@openbsd.org] On Behalf Of Anil Madhavapeddy > Sent: Friday, October 09, 2009 01:09 > To: Antoine Jacoutot; Vincent Gross; ports@openbsd.org > Subject: Re: splitting ocaml package > > > I realise I'm off-topic by not discussing "braking" people's noses, > but I just noticed that this breakage is not specific to Vincent's > patch; with it reverted the build still fails on sparc64. > > Does anyone have a sparc64 box to confirm that -current OCaml is not > successfully building there? > > Also, if someone has a sparc64 around the UK to donate that I could > use to test all these OCaml ports, that would be exceedingly > helpful. > My current box is about 4000 miles away and hard to upgrade. > > -anil
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. gmake[2]: *** [../../parsing/linenum.cmo] Error 2 gmake[2]: Leaving directory `/usr/obj/ports/ocaml-3.11.1p0/ocaml-3.11.1/otherlibs/dynlink' gmake[1]: *** [otherlibraries] Error 2 gmake[1]: Leaving directory `/usr/obj/ports/ocaml-3.11.1p0/ocaml-3.11.1' gmake: *** [world] Error 2 *** Error code 2 Stop in /usr/ports/lang/ocaml (line 2193 of /usr/ports/infrastructure/mk/bsd.port.mk). Thanks, //Alex