Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2000 04:17:13 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Norbert Irmer <norbert.irmer@heim9.tu-clausthal.de>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: buildworld failure
Message-ID:  <Pine.BSF.4.21.0007230413260.908-100000@besplex.bde.org>
In-Reply-To: <3979DCDC.CFFFD61A@heim9.tu-clausthal.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007230413260.908-100000>