Date: Mon, 12 Apr 1999 17:09:07 -0400 From: "Gary Palmer" <gpalmer@freebsd.org> To: Doug Rabson <dfr@nlsystems.com> Cc: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>, gallatin@cs.duke.edu, freebsd-alpha@FreeBSD.ORG, obrien@NUXI.com Subject: Re: EGCS and Alpha builds Message-ID: <17076.923951347@noop.colo.erols.net> In-Reply-To: Your message of "Sun, 11 Apr 1999 19:26:49 BST." <Pine.BSF.4.05.9904111926110.74823-100000@herring.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Rabson wrote in message ID <Pine.BSF.4.05.9904111926110.74823-100000@herring.nlsystems.com>: > > Anyway, I think egcs on alpha fair enough now. > I have done a few -j8 buildworlds now without problem too. My machine keeps having problems during the perl build. Specifically: Manifying DynaLoader.3 cd /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext ; for i in `find . -name \*.pm -o -name \*.pod | grep -v POSIX.pm` ; do j=`echo $i | sed -e 's|./||' -e 's|/SysV/|/IPC/|' -e 's|/Dumper/|/Data/|' -e 's|/lib/|/|' -e 's|^[^/]*/||' -e 's|/|::|g' -e 's|.pm|.3|' -e 's|.pod|.3|'`; i=`echo $i | sed -e 's|./||'` ; echo Manifying $j ; miniperl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib /usr/obj/usr/src/gnu/usr.bin/perl/perl/pod2man $i > ../lib/$j ; gzip -fn ../lib/$j ; done Manifying B::Asmdata.3 Segmentation fault *** Error code 139 Stop. *** Error code 1 Anyone know what could be causing that? Thanks, Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17076.923951347>