From owner-freebsd-questions Wed Oct 16 15: 7:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1043937B404 for ; Wed, 16 Oct 2002 15:07:38 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6421E43E3B for ; Wed, 16 Oct 2002 15:07:37 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id PAA07745; Wed, 16 Oct 2002 15:07:35 -0700 Message-ID: <3DADE326.8030006@owt.com> Date: Wed, 16 Oct 2002 15:07:34 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Bryce Newall Cc: FreeBSD Questions List Subject: Re: Buildworld error References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bryce Newall wrote: > Hi all, > > I am running into some difficulty trying to upgrade my system (a > freshly-installed FreeBSD 4.7-RELEASE system) to 4.7-STABLE. About 45 > minutes into the buildworld process, it bombs out with the following: > > ===> share/doc/papers/fsinterface > touch _stamp.extraobjs > (cd /usr/src/share/doc/papers/fsinterface; groff -mtty-char -Tascii -t -ms > -o1- /usr/src/share/doc/papers/fsinterface/fsinterface.ms) | gzip -cn > > fsinterface.ascii.gz > ===> share/doc/papers/jail > touch _stamp.extraobjs > (cd /usr/src/share/doc/papers/jail; groff -mtty-char -Tascii -ms -o1- > /usr/src/share/doc/papers/jail/paper.ms) | gzip -cn > jail.ascii.gz > ===> share/doc/papers/kernmalloc > (cd /usr/src/share/doc/papers/kernmalloc; soelim kernmalloc.t) > > kernmalloc.ms > vgrind -f < /usr/src/share/doc/papers/kernmalloc/appendix.t > appendix.ms > elf_load_section: truncated ELF file > Abort trap > *** Error code 134 > > Stop in /usr/src/share/doc/papers/kernmalloc. > *** Error code 1 > > Stop in /usr/src/share/doc/papers. > *** Error code 1 > > Stop in /usr/src/share/doc. > *** Error code 1 > > Stop in /usr/src/share. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > That "truncated ELF file" is what is concerning me, but I don't know what > to check for. Any help will be greatly appreciated. Thanks!! > FWIW, the kernmalloc.ms line appears 92% of the way into the build. You could have some sort of hardware failure that is dying with the truncation error instead of giving you a signal error and dying. An HD that is overheating or something similar. Did you try the buildworld more than once? I checked on vgrind and only the Makefile has changed in the last year. I wonder if you have corrupted sources for it. You could always cd /usr/src/usr.bin/vgrind and try rebuilding it and see if that helps. Otherwise, I would remove everything in the vgrind directory, re-cvsup 4-stable, and try doing a buildworld again. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message