Subject: Re: -current build still broken
To: Bryan P <u6@terran.org>
From: Frederick Bruckman <fredb@immanent.net>
List: current-users
Date: 02/15/2003 08:18:56
On Fri, 14 Feb 2003, Bryan P wrote:

> DESTDIR=/usr/home/bryan/etc/src/NetBSD/current/DEST  MACHINE=i386 MACHINE_ARCH=i386 MAKE=/usr/home/bryan/etc/src/NetBSD/current/src/tools/obj/tools.NetBSD-1.6N-i386/bin/nbmake MTREE=/usr/home/bryan/etc/src/NetBSD/current/src/tools/obj/tools.NetBSD-1.6N-i386/bin/nbmtree PAX=/usr/home/bryan/etc/src/NetBSD/current/src/tools/obj/tools.NetBSD-1.6N-i386/bin/nbpax sh /usr/home/bryan/etc/src/NetBSD/current/src/distrib/sets/checkflist -M /usr/home/bryan/etc/src/NetBSD/current/DEST/METALOG
> 2159a2160,2161
> > ./usr/lib/libcrypto_idea.a
> > ./usr/lib/libcrypto_idea_p.a
> 2161a2164,2165
> > ./usr/lib/libcrypto_rc5.a
> > ./usr/lib/libcrypto_rc5_p.a
> 2456a2461,2462
> > ./usr/libdata/lint/llib-lcrypto_idea.ln
> > ./usr/libdata/lint/llib-lcrypto_rc5.ln
> checkflist: flist inconsistencies found
> checkflist: key to output:
>   <  file is in flist but missing from DESTDIR
>      (file wasn't installed ?)
>   >  file is in DESTDIR but missing from flist
>      (file is obsolete or flist is out of date ?)
> *** Error code 1

None of the variations that change the files in the build (such as
MKCATPAGES, MKSHARE) have ever been supported by the "release"
target. You could, rather, use "installworld", or tar up the $DESTDIR
manually. If you really want to build sets (for your own use) with
these files, you could add them to "distrib/sets/lists/comp/{,lint.}mi"
in your own checkout.

Frederick