Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2002 16:45:23 -0700
From:      "Jeff Shevlen" <jshevlen@passedpawn.com>
To:        "Axel Scheepers" <axel@axel.truedestiny.net>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Buildworld
Message-ID:  <007901c1e98e$9b69e200$b300a8c0@wenk>
References:  <001e01c1e965$b3a1f930$b300a8c0@wenk> <20020421180115.E82499@mars.thuis>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007901c1e98e$9b69e200$b300a8c0>