From owner-freebsd-current Sat Jul 22 11:17:11 2000 Delivered-To: freebsd-current@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id A308637BBC4 for ; Sat, 22 Jul 2000 11:17:05 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (qmail 1233 invoked from network); 22 Jul 2000 18:17:01 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 22 Jul 2000 18:17:01 -0000 Date: Sun, 23 Jul 2000 04:17:13 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Norbert Irmer Cc: freebsd-current@FreeBSD.ORG Subject: Re: buildworld failure In-Reply-To: <3979DCDC.CFFFD61A@heim9.tu-clausthal.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 22 Jul 2000, Norbert Irmer wrote: > I cvsup'ed the lastest sources of ~current, but got the > following after only a few seconds > > cd /usr/src/usr.sbin/mtree; make _EXTRADEPEND > ... > cc -O -pipe -DMD5 -DSHA1 -DRMD160 -I/usr/obj/usr/src/i386/usr/include -o mtree compare.o crc.o > create.o excludes.o misc.o mtree.o spec.o verify.o -lmd > misc.o: In function `flags_to_string': > misc.o(.text+0x89): undefined reference to `fflagstostr' > spec.o: In function `set': > spec.o(.text+0x5f5): undefined reference to `strtofflags' > *** Error code 1 > > Do I have to do something special before I can do a 'make buildworld', or > is ~current currently broken ? 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. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message