From owner-freebsd-current Thu Feb 22 13:15:58 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id D7EDF37B491 for ; Thu, 22 Feb 2001 13:15:55 -0800 (PST) (envelope-from D.Rock@t-online.de) Received: from fwd01.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14W35e-00061Z-02; Thu, 22 Feb 2001 22:15:54 +0100 Received: from server.rock.net (340029380333-0001@[62.226.190.146]) by fmrl01.sul.t-online.com with esmtp id 14W35X-1IEQjYC; Thu, 22 Feb 2001 22:15:47 +0100 Received: from t-online.de (server [172.23.7.1]) by server.rock.net (8.11.2/8.11.2/Rock) with ESMTP id f1MLFaX17923 for ; Thu, 22 Feb 2001 22:15:36 +0100 (MET) Message-ID: <3A958178.380C85B6@t-online.de> Date: Thu, 22 Feb 2001 22:15:36 +0100 From: Daniel Rock X-Mailer: Mozilla 4.76 [de] (X11; U; SunOS 5.8 i86pc) X-Accept-Language: de, en MIME-Version: 1.0 Cc: current@FreeBSD.ORG Subject: Re: as segfaulting during world-build References: <200102201627.f1KGRLa20988@aldan.algebra.com> <20010220174909.F22771@petra.hos.u-szeged.hu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 340029380333-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Szilveszter Adam schrieb: > > On Tue, Feb 20, 2001 at 11:27:17AM -0500, Mikhail Teterin wrote: > > No, I don't think it is hardware. It died on the same spot for the > > third time in a row: > <...> > > What date is the -CURRENT you are attempting the build on from? There were > problems with as failing for a while not long ago. Check your version of > > src/lib/libc/stdio/findfp.c > > (the installed one...) to see if it is revision 1.15 or later. If not, you > will have to get a working as (and as reported by Martin Blapp, the other > binutiles in /usr/bin/ and /usr/libexec/elf too) from somwhere like an ftp > snapshot... if this is not the problem, I dunno, I did not have any such > problems even though I have just finished a buildworld. I did have the same problem. But just rebuilding binutils didn't help either. Trying to rebuild libc resulted in above SEGV from as. Some sort of Catch 22 I didn't have a working libc.so.5, so I just did the following: % cp /usr/lib/libc.so.4 /tmp/libc.so.5 [Maybe it's in /usr/lib/compat - I even found a libc.so.3 in /usr/lib. Hasn't been reinstalled since Mid 1998] % cd /usr/src/lib/libc; LD_LIBRARY_PATH=/tmp make all install -- Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message