NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build problem with NetBSD 9_Stable amd64 (tools/nbmakestrs?)



On Mon, Dec 14, 2020 at 03:14:38PM -0000, yancm%sdf.org@localhost wrote:
> Since about last Friday (Dec.11) I am encountering an error building the
> distribution for amd64 NetBSD 9_Stable branch from latest sources.
> 
> Tracking stable branch via:
> cvs -q up -rnetbsd-9 -PAd src
> 
> Building tools itself with:
> ./build.sh -O ../obj -T ../tools -u tools
> completes without error, which seems confusing...
> 
> I had previously built successfully, first had the error when trying to
> update sources, then started with clean tools and obj directory, but have
> same error.
> 
> Using build.sh with command:
> ./build.sh -x -O ../obj -T ../tools -u distribution
> 
> [stuff that seems normal deleted]
> #    create  makestrs/.depend
> rm -f .depend
> /usr/src/../tools/bin/nbhost-mkdep -s .lo\ .ln\ .d -d -f .depend makestrs.d
> /usr/src/../tools/bin/nbhost-mkdep: Ignoring makestrs.d
> #      link  makestrs/nbmakestrs
> cc -O -I/usr/src/../tools/include/compat -I/usr/src/tools/compat
> -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -I.   -o nbmakestrs
> makestrs.lo -L/usr/src/../tools/lib -lnbcompat -lrt -lz
> cc: error: makestrs.lo: No such file or directory

remove -x or have xsrc


Home | Main Index | Thread Index | Old Index