Current-Users archive

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

Re: failure to build current



Hi,

Robert Swindells wrote:
Have you updated your xsrc tree too ?
That was it! Thanks. I had file-permission problems that made the checkout incomplete. A chmod -R is your friend in these cases. I thus have a clean update of both src and xsrc.

The daily snapshot builds are not giving this error and I built amd64
and evbarm myself yesterday with no problems.
I use:
./build.sh -O ../obj -T ../tools -U -x distribution

Now the build progresses much further:

./stand/i386/6.99.40/modules/zl10353/zl10353.kmod
./stand/i386/6.99.40/modules/zlib
./stand/i386/6.99.40/modules/zlib/zlib.kmod
=========  end of 374 extra files  ===========


*** Failed target:  checkflist
*** Failed command: cd /usr/src/distrib/sets && DESTDIR=/usr/src/../obj/destdir.i386 MACHINE=i386 MACHINE_ARCH=i386 AWK=/usr/src/../tools/bin/nbawk CKSUM=/usr/src/../tools/bin/nbcksum DB=/usr/src/../tools/bin/nbdb HOST_SH=/bin/sh MAKE=/usr/src/../tools/bin/nbmake MKTEMP=/usr/src/../tools/bin/nbmktemp MTREE=/usr/src/../tools/bin/nbmtree PAX=/usr/src/../tools/bin/nbpax COMPRESS_PROGRAM=gzip GZIP=-n PKG_CREATE=/usr/src/../tools/bin/nbpkg_create SED=/usr/src/../tools/bin/nbsed TSORT=/usr/src/../tools/bin/nbtsort\ -q /bin/sh /usr/src/distrib/sets/checkflist -L base,x -M /usr/src/../obj/destdir.i386/METALOG.sanitised
*** Error code 1

Stop.
nbmake[1]: stopped in /usr/src/distrib/sets

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget distrib/sets checkflist
*** Error code 1

Stop.
nbmake: stopped in /usr/src


What failure is this? Do I need a clean /usr/obj after I had to failed builds?

Riccardo


Home | Main Index | Thread Index | Old Index