Subject: Re: flist errors on build
To: current-users <current-users@netbsd.org>
From: None <grant@netbsd.org>
List: current-users
Date: 10/15/2002 16:36:26
On Tue, Oct 15, 2002 at 04:30:18PM +1000, Charlie Allom wrote:
> I am getting these build errors on all my ports (cross and not
> cross-compiled). What could be wrong?
[...]
> sh /usr/src/current/src/distrib/sets/checkflist
> 8626a8627
> > ./usr/share/man/cat9/vn_rdwr.0
> 13398a13400
> > ./usr/share/man/man9/vn_rdwr.9
> 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
"file is in DESTDIR but missing from flist" - this happens when new
files are installed but the set lists aren't updated and also when
commits are de-sync'd from what is on anoncvs.
Updating your sources should resolve this, as vn_rdwr has been
added.
g.