From owner-freebsd-current Sat Jul 22 15:35:24 2000 Delivered-To: freebsd-current@freebsd.org Received: from lola.heim10.tu-clausthal.de (lola.heim10.tu-clausthal.de [139.174.241.25]) by hub.freebsd.org (Postfix) with ESMTP id 3564337B506 for ; Sat, 22 Jul 2000 15:35:18 -0700 (PDT) (envelope-from norbert.irmer@heim9.tu-clausthal.de) Received: from heim9.tu-clausthal.de (localhost.heim10.tu-clausthal.de [127.0.0.1]) by lola.heim10.tu-clausthal.de (8.9.3/8.9.3) with ESMTP id AAA97539 for ; Sun, 23 Jul 2000 00:35:12 +0200 (CEST) (envelope-from norbert.irmer@heim9.tu-clausthal.de) Message-ID: <397A219C.6BE5B7@heim9.tu-clausthal.de> Date: Sun, 23 Jul 2000 00:35:08 +0200 From: Norbert Irmer X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG Subject: Re: buildworld failure References: <397A16CE.E49EB0D@cup.hp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcel Moolenaar wrote: > > Bruce Evans wrote: > > > > Bootstrapping from 4.0 and previous versions to 4.1 and -current is broken, > > because mtree depends on new library features but must be built before the > > new libraries. You have to somehow bootstrap the new libraries. Maybe > > copy them from a current snapshot. > > Grrr... > > Is there a clean way to fix this, other than reverting the -L > incompatibility? > Did we bump the libc version number when the strtofflags/fflagstostr > functions went in? > Thanks for the information. I could solve this dilemma by adding the source file 'strtofflags.c' from the new 'libc' sources temporarily to the sources of 'mtree'. Then I could do a 'buildworld'. Afterwards I replaced the old libc with the new libc, removed 'strtofflags.c' from the sources of 'mtree' again, and rebuild it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message