From owner-freebsd-current@FreeBSD.ORG Wed Apr 27 20:16:53 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2882416A4CE for ; Wed, 27 Apr 2005 20:16:53 +0000 (GMT) Received: from fast.dnswatch.com (fast.dnswatch.com [216.177.243.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6778443D45 for ; Wed, 27 Apr 2005 20:16:52 +0000 (GMT) (envelope-from null@dnswatch.com) Received: from fast.dnswatch.com (localhost.dnswatch.com [127.0.0.1]) by fast.dnswatch.com (8.12.6/8.12.6) with ESMTP id j3RKGnrt001393 for ; Wed, 27 Apr 2005 13:16:51 -0700 (PDT) (envelope-from null@dnswatch.com) Received: (from www@localhost) by fast.dnswatch.com (8.12.6/8.12.6/Submit) id j3RKGnnN001392; Wed, 27 Apr 2005 13:16:49 -0700 (PDT) (envelope-from null@dnswatch.com) X-Authentication-Warning: fast.dnswatch.com: www set sender to null@dnswatch.com using -f Received: from mail.1command.com ([216.177.243.35]) (DNSwatch.com_WebMail authenticated user null) by webmail.dnswatch.com with HTTP; Wed, 27 Apr 2005 13:16:49 -0700 (PDT) Message-ID: <57775.216.177.243.35.1114633009.localmail@webmail.dnswatch.com> In-Reply-To: <84dead7205042706554f32484@mail.gmail.com> References: <63349.216.177.243.42.1114575288.localmail@webmail.dnswatch.com> <20050427060414.GA54657@ns2.wananchi.com> <55065.216.177.243.42.1114583234.localmail@webmail.dnswatch.com> <20050427083649.GC6929@ns2.wananchi.com> <61364.216.177.243.42.1114593685.localmail@webmail.dnswatch.com> <84dead7205042706554f32484@mail.gmail.com> Date: Wed, 27 Apr 2005 13:16:49 -0700 (PDT) From: "/dev/null" To: freebsd-current@freebsd.org User-Agent: DNSwatch.com_WebMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Re: can't build kernel [with CONFIG this time] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 20:16:53 -0000 O.K. here's the scoop; I newfs'd the "troublesome" machine. Then proceeded to boot to the 5.4-RC3 CD where I implimented a "standard" install. Upon finishing and rebooting. I chose to copy my backed-up kern config to /usr/src/sys/i386/conf as DEMON01. I then cd'd to /usr/src and typed: script /var/tmp/mbw.out . Then typed make buildworld. I chose not to cvsup first because of problems I had the last time and thought going a different route made more sense then using the same route expecting different results. Anyway, after a good while make barfed. I have attached the tar+gzipped mbw.out file that was the result of this attempt to build world (while this message is being moderated for size, you can download it @ http://www.dnswatch.com/kern/mbw.out.gz). The last few lines were: ... cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -DGENERATOR_FILE -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genrecog.c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genrecog.c: In function `change_state': /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genrecog.c:1723: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_tools. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. demon# exit exit Script done on Wed Apr 27 11:05:51 2005 So it would appear that 5.4-RC3 world is _NOT_ buildable. :(( O.K. this box is an NS (Name Server) for quite a few domains. So it was really important that I build bind9.31... cd /usr/ports/dns/bind9, script /var/tmp/mb.out, make ... $HIT! make barfed again! >:( WTF! Was it not intended to allow building applications on FBSD-5.4-RC3?!? I'm a bit confused here. I have attached the tar+gzipped output to mb.out.gz (while this message is being moderated for size you can get the file @ http://www.dnswatch.com/kern/mb.out.gz. The last few lines are as follows: ... cc -pthread -O -pipe -I/usr/ports/dns/bind9/work/bind-9.3.1 -I. -Iinclude -I/usr/ports/dns/bind9/work/bind-9.3.1/lib/dns/include -I../../lib/dns/include -I/usr/ports/dns/bind9/work/bind-9.3.1/lib/isc/include -I../../lib/isc -I../../lib/isc/include -I../../lib/isc/unix/include -I../../lib/isc/pthreads/include -D_REENTRANT -DUSE_MD5 -DOPENSSL -D_THREAD_SAFE -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -c dispatch.c dispatch.c: In function `dns_dispatch_detach': dispatch.c:1820: internal compiler error: in find_free_reg, at local-alloc.c:2140 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/ports/dns/bind9/work/bind-9.3.1/lib/dns. *** Error code 1 Stop in /usr/ports/dns/bind9/work/bind-9.3.1/lib. *** Error code 1 Stop in /usr/ports/dns/bind9/work/bind-9.3.1. *** Error code 1 Stop in /usr/ports/dns/bind9. demon# exit exit Script done on Wed Apr 27 11:19:00 2005 What gives??? Does anyone know? Is reverting to an "earlier model (version)" the only answer. Is FBSD progressing to uselessness - sorry, I'm pretty frustrated at this momment. Anyway, please, anyone please respond. Thanks, Chris P.S. I have also attached messages.gz (while this message is being moderated for size, you can get the file @ http://www.dnswatch.com/kern/messages.gz) which is a boot -v for this box. >> Now this one which required *no* voodoo won't build at all! > > Could you post the output of 'boot -v' on the troublesome > system (and please keep -current posted)? > > -- > FreeBSD Volunteer, http://people.freebsd.org/~jkoshy > > //////////////////////////////////////////////////// If only Western Electric had found a way to offer binary licenses for the UNIX system back in 1974, the UNIX system would be running on all PC's today rather than DOS/Windows. ////////////////////////////////////////////////////