From owner-freebsd-alpha Mon Apr 12 14:12: 2 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from noop.colo.erols.net (noop.colo.erols.net [207.96.1.150]) by hub.freebsd.org (Postfix) with ESMTP id 09456154BA for ; Mon, 12 Apr 1999 14:11:47 -0700 (PDT) (envelope-from gjp@noop.colo.erols.net) Received: from localhost ([127.0.0.1] helo=noop.colo.erols.net) by noop.colo.erols.net with esmtp (Exim 2.12 #1) id 10Wnx5-0004RR-00; Mon, 12 Apr 1999 17:09:07 -0400 To: Doug Rabson Cc: Hidetoshi Shimokawa , gallatin@cs.duke.edu, freebsd-alpha@FreeBSD.ORG, obrien@NUXI.com From: "Gary Palmer" Subject: Re: EGCS and Alpha builds In-reply-to: Your message of "Sun, 11 Apr 1999 19:26:49 BST." Date: Mon, 12 Apr 1999 17:09:07 -0400 Message-ID: <17076.923951347@noop.colo.erols.net> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug Rabson wrote in message ID : > > 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