ocamlc.opt segfault on sparc64

Scot Hetzel swhetzel at gmail.com
Thu Jun 7 14:58:33 UTC 2007


On 6/7/07, goldskorpion <goldskorpion at gmail.com> wrote:
> dear manteiner,
> i am trying to compile and install ocaml but is marked as broken.
> i'm not under x11, so i take ocaml-nox11, but ocaml has the same problem.
> this is the makefile ( http://phpfi.com/240007 )
>
:
>
> Makefile
> dax# make install clean
> ===>  ocaml-notk-3.09.3_1 is marked as broken: ocamlc.opt seg-faults
> on sparc64, please try to fix.
> *** Error code 1
>
> Stop in /usr/ports/lang/ocaml-nox11.
>
>
> i really don't know what i can do, and google don't give me news about this
> error.
> i am on a sun ultra 5 without gui. i have freebsd 6.2 for sparc64.
>
The port was marked broken in revision 1.47 of
http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/ocaml/Makefile due to
ocamlc.opt would segfault on sparc64, and then marked broken in
revision 1.49 for ia64.

Try building the port with TRYBROKEN:

cd /usr/ports/lang/ocaml-nox11
make build -DTRYBROKEN

and if it succeeds, install the port.  Then try testing to see if you
can get the port to segfault.  If it doesn't segfault send a PR to
have sparc64 removed from the BROKEN condition.  If it does segfault,
either try to determine why it is segfaulting and submit a patch, or
at least a back trace of the failure.

Scot


-- 
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.


More information about the freebsd-ports mailing list