From owner-freebsd-questions Sun Apr 21 13:42:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spitfire.velocet.net (spitfire.velocet.net [216.138.223.227]) by hub.freebsd.org (Postfix) with ESMTP id 309D537B404 for ; Sun, 21 Apr 2002 13:42:20 -0700 (PDT) Received: from wenk (H204.C233.tor.velocet.net [216.138.233.204]) by spitfire.velocet.net (Postfix) with SMTP id 3E0D6FB4602; Sun, 21 Apr 2002 16:42:18 -0400 (EDT) Message-ID: <007901c1e98e$9b69e200$b300a8c0@wenk> From: "Jeff Shevlen" To: "Axel Scheepers" Cc: References: <001e01c1e965$b3a1f930$b300a8c0@wenk> <20020421180115.E82499@mars.thuis> Subject: Re: Buildworld Date: Sun, 21 Apr 2002 16:45:23 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 Thanks for the tip. I wasn't doing a "make clean" between attempts. Unfortunately, even with the cleaning, buildworld fails in the same place with the same message. Any other suggestions? before I scrub the whole thing and reinstall? compiler output======================= -------------------------------------------------------------- >>> stage 4: populating /usr/obj/usr/src/i386/usr/include -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.1 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr /obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 SHARED=symlinks includes cd /usr/src/include; make -B all install creating osreldate.h from newvers.sh setvar PARAMFILE /usr/src/include/../sys/sys/param.h; . /usr/src/include/../sys/conf/newvers.sh; echo "$COPYRIGHT" > osreldate.h; echo "#ifdef _KERNEL" >> osreldate.h; echo '#error "/usr/include/osreldate.h cannot be used in the kernel, use sys/param.h"' >> osreldate.h; echo "#else" >> osreldate.h; echo \#'undef __FreeBSD_version' >> osreldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h; echo "#endif" >> osreldate.h *** Signal 12 Stop in /usr/src/include. *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error end compiler output=================== > On Sun, Apr 21, 2002 at 11:52:34AM -0700, Jeff Shevlen wrote: > > Hi, > > > > I've got 2 problems: > > 1. A buildworld compile failure > > 2. My kernel(s) won't boot properly now. > > > > 1. Buildworld: > > I've tried several make.conf variations, but all buildworlds all kak > > at the dame place, in "stage 4" of the compile: > > Did you do a make clean in between? That's neccesary to clean up the mess the > other compile left. > > > > > 2. Kernel Boot > > I get dumped into single user mode when I boot. I've tried booting > > the GENERIC kernel, and a backup kernel, but no matter what kernel is > > booting, after all the devices load this is what it says: > > It seems that you're system binaries are inconsistent with the kernel and the > libraries. Try to remake world by > cd /usr/src > make clean > make buildworld > make installworld > > After that rebuild your kernel. > > > > > Mounting root from ufs: /dev/ad0s1a > > pid 7 (sh), uid 0: exited on signal 12 > > April 21 00:00:00: init /bin/sh on /etc/rc terminated abnormally, > > going to single user mode. > > Enter full pathname of shell, or RETURN for /bin/sh: > > > > > > Any ideas? > > > > JEff > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message