Subject: building -current
To: None <port-alpha@netbsd.org>
From: Ray Phillips <r.phillips@jkmrc.uq.edu.au>
List: port-alpha
Date: 10/10/2002 15:40:21
I don't seem to be able to build a -current distribution...

I downloaded all the tar.gz files from

     ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/src/

(dated 5 October) into /usr/current-src/tmp on a machine running 1.6 then

# cd /usr/current-src
# mkdir releasdir destdir
# for i in tmp/*gz
>  do
>  tar zxpf $i
>  done
# cd src
# /usr/bin/time sh -c './build.sh -d -D ../destdir -R ../releasdir \
     > build.sh.log 2>&1'

as instructed in

     http://www.au.netbsd.org/Documentation/current/#building

The build proceeds for about five hours then stops with:

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

Stop.
nbmake: stopped in /usr/current-src/src/distrib/sets
*** Error code 1

Stop.
nbmake: stopped in /usr/current-src/src/distrib/sets
*** Error code 1

Stop.
nbmake: stopped in /usr/current-src/src/etc
*** Error code 1

Stop.
nbmake: stopped in /usr/current-src/src


So, what have I done wrong?


Ray