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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message