From owner-freebsd-alpha Mon Apr 12 14:16:28 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id CC0EA155CC; Mon, 12 Apr 1999 14:16:08 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.1/8.9.1) with ESMTP id RAA27913; Mon, 12 Apr 1999 17:13:49 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id RAA46051; Mon, 12 Apr 1999 17:13:05 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 12 Apr 1999 17:13:05 -0400 (EDT) To: "Gary Palmer" Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: EGCS and Alpha builds In-Reply-To: <17076.923951347@noop.colo.erols.net> References: <17076.923951347@noop.colo.erols.net> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14098.24886.121441.9631@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gary Palmer writes: > 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? Are you building with /usr/obj mounted via NFS? NFS seems to have broken in the last week or so.. I can no longer link kernels over NFS without ld dying a horrible death. At first I thought it was the new toolchain, but running a newer kernel on an machine with an old toolchain results in the same behaviour. Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message