Subject: installing ocaml under macosx
To: None <tech-pkg@netbsd.org>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: tech-pkg
Date: 04/18/2004 12:11:55
Hi,

I ran into this problem when doing "bmake install" in lang/ocaml

cd lib; /usr/bin/gnumake install
if test -d /Volumes/NetBSD/pkg/lib/ocaml/labltk; then : ; else install -d -o root -g wheel -m 755 /Volumes/NetBSD/pkg/lib/ocaml/labltk; fi
install -c -o root -g wheel -m 444 labltk.cma /Volumes/NetBSD/pkg/lib/ocaml/labltk
install -c -s -o root -g wheel -m 555 labltktop /Volumes/NetBSD/pkg/lib/ocaml/labltk
strip: the __LINKEDIT segment does not cover the end of the file (can't be processed) in: /Volumes/NetBSD/pkg/lib/ocaml/labltk/labltktop
gnumake[2]: *** [install] Error 70
gnumake[1]: *** [install] Error 2
gnumake: *** [install] Error 2
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/lang/ocaml
*** Error code 1