Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2003 16:16:24 -0800
From:      Marcus Reid <marcus@blazingdot.com>
To:        Aron H?kanson <aron@hakanson.se>
Cc:        freebsd-current@freebsd.org
Subject:   Re: buildworld fails
Message-ID:  <20031117001623.GA1130@blazingdot.com>
In-Reply-To: <1069027473.36297.12.camel@hakanson.se>
References:  <20031116201134.B421@pukruppa.net> <1069027473.36297.12.camel@hakanson.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 17, 2003 at 01:04:33AM +0100, Aron H?kanson wrote:
> S?n 2003-11-16 klockan 21.12 skrev Peter Ulrich Kruppa:
> > Hi!
> > 
> > I have a problem with today's sources.
> > 
> > At my first try make buildworld and make kernel worked all-right
> > and the new kernel could be booted, so I didn't check closely and
> > made installworld. This failed *somewhere* , and now I am left
> > with a defect system: no internet connection, no XFree86 and
> > perhaps some more things I haven't found yet.
> > 
> > Next I deleted /usr/obj/usr and /usr/src and cvsupped fresh
> > sources (via a a basic 4.8 -RELEASE I have got on the same
> > machine), but now buildworld fails very soon with
> ...
> 
> > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libegacy.a /usr/obj/us
> > r/src/i386/legacy/usr/lib
> > *** Signal 11
> 
> There is a problem with the old install program when you make the
> installworld with the new sources. You can solve this by installing the
> new install program from the obj-directory. Just copy the
> /usr/obj/usr/src/usr.bin/xinstall/xinstall to /usr/bin/install (ev. a
> chmod 555 too) and it should work.

If you don't already have a binary to work with, do a:

  cd /usr/src/usr.bin/xinstall
  make all

Then copy the resulting xinstall binary over /usr/bin/install.

Marcus

> Aron



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031117001623.GA1130>