Yes I blow away the build dir on every rebuild. MKX11=yes is set in
mk.conf. Hmmm, I left that piece of info out :(. It's not just X11R7 files throughout. It's all html-ize man pages under /usr/X11R7/man/html and /usr/share/man/html?/ Steven M. Bellovin wrote: On Sat, 17 Jan 2009 11:16:39 -0500 "I'Khala" <nubisci%gmail.com@localhost> wrote:Morning All and Happy New Year!! Ever since updating my -current/i386 boxes from 4.99.72 to 5.99.x, my distribution builds have failed with the following errors: ====== 8537 missing files in DESTDIR ======== Files in flist but missing from DESTDIR. File wasn't installed ? ------------------------------------------ ./usr/X11R7/man/html1/Xmark.html ./usr/X11R7/man/html1/Xnest.html ./usr/X11R7/man/html1/Xorg.html ./usr/X11R7/man/html1/Xserver.html ./usr/X11R7/man/html1/Xvfb.html ./usr/X11R7/man/html1/appres.html ./usr/X11R7/man/html1/atobm.html ./usr/X11R7/man/html1/bdftopcf.html ./usr/X11R7/man/html1/bdftruncate.html ./usr/X11R7/man/html1/beforelight.html ./usr/X11R7/man/html1/bitmap.html ./usr/X11R7/man/html1/bmtoa.html ./usr/X11R7/man/html1/ccmakedep.html ./usr/X11R7/man/html1/cleanlinks.html ./usr/X11R7/man/html1/cvt.html ./usr/X11R7/man/html1/cxpm.html ./usr/X11R7/man/html1/dga.html ./usr/X11R7/man/html1/editres.html ./usr/X11R7/man/html1/fc-cache.html ... -- this goes on for a bit and ends with the following: ======== end of 8537 missing files ========== *** Failed target: checkflist *** Failed command: cd /usr/src/distrib/sets && DESTDIR=/home/netbsd/builds/i386/ronin MACHINE=i386 MACHINE_ARCH=i386 AWK=/usr/tools/bin/nbawk CKSUM=/usr/tools/bin/nbcksum DB=/usr/tools/bin/nbdb HOS T_SH=/bin/sh MAKE=/usr/tools/bin/nbmake MKTEMP=/usr/tools/bin/nbmktemp MTREE=/usr/tools/bin/nbmtree PAX=/usr/tools/bin/nbpax SED=/usr/tools/bin/nbsed TSORT=/usr/tools/bin/nbtsort\ -q /bin/sh /usr/sr c/distrib/sets/checkflist -b *** Error code 1 Stop. nbmake: stopped in /usr/src/distrib/sets *** Failed target: distribution *** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) th is="${dir}/"; real="${dir}" ;; .) this=""; real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${d ir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /u sr/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget distrib/sets checkflist *** Error code 1 Stop. nbmake: stopped in /usr/src ERROR: Failed to make distribution *** BUILD ABORTED *** I've downloaded new sources numerous times, blown away /usr/src and downloaded sources, nothing has worked. I've looked through the archives and have not seen anything close to what I'm seeing, so that means it's me :). Now it's time for another set of eyes to help me see what I'm overlooking.Have you blown away your build directory, too? Do you have MKX11=yes in /etc/mk.conf? All of the examples you show are X11R7 files; is that the case throughout? |