From owner-freebsd-current@FreeBSD.ORG Sun Nov 16 16:04:35 2003 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 0285416A4CF for ; Sun, 16 Nov 2003 16:04:35 -0800 (PST) Received: from aron.hakanson.se (h75n2c2o1023.bredband.skanova.com [213.64.165.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9E543FCB for ; Sun, 16 Nov 2003 16:04:33 -0800 (PST) (envelope-from aron@hakanson.se) Received: from hakanson.se (localhost [127.0.0.1]) by aron.hakanson.se (8.12.10/8.12.10) with ESMTP id hAH04Yxf036437 for ; Mon, 17 Nov 2003 01:04:34 +0100 (CET) (envelope-from aron@hakanson.se) Received: (from aron@localhost) by hakanson.se (8.12.10/8.12.10/Submit) id hAH04XQ1036436 for freebsd-current@freebsd.org; Mon, 17 Nov 2003 01:04:33 +0100 (CET) (envelope-from aron@hakanson.se) From: Aron =?ISO-8859-1?Q?H=E5kanson?= To: freebsd-current@freebsd.org In-Reply-To: <20031116201134.B421@pukruppa.net> References: <20031116201134.B421@pukruppa.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Organization: Comitor Konsult Message-Id: <1069027473.36297.12.camel@hakanson.se> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 17 Nov 2003 01:04:33 +0100 Subject: Re: buildworld fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aron@hakanson.se List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:04:35 -0000 S=F6n 2003-11-16 klockan 21.12 skrev Peter Ulrich Kruppa: > Hi! >=20 > I have a problem with today's sources. >=20 > 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. >=20 > 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. Aron