From owner-freebsd-questions Sun Apr 21 8:49:39 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 4DFCE37B41B for ; Sun, 21 Apr 2002 08:49:32 -0700 (PDT) Received: from wenk (H204.C233.tor.velocet.net [216.138.233.204]) by spitfire.velocet.net (Postfix) with SMTP id 46D4AFB4595 for ; Sun, 21 Apr 2002 11:49:30 -0400 (EDT) Message-ID: <001e01c1e965$b3a1f930$b300a8c0@wenk> From: "Jeff Shevlen" To: Subject: Buildworld Date: Sun, 21 Apr 2002 11:52:34 -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 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: 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=================== For the record: make.conf========================== CPUTYPE= i586 CFLAGS= -O -pipe COPTFLAGS= -O -pipe #NO_BIND= true # do not build BIND #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs #NO_X= true # do not compile in XWindows support (e.g. doscmd) NOPROFILE= true # Avoid compiling profiled libraries USA_RESIDENT= YES # Kerberos5 end make.conf======================= 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: 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