On 2013-11-09, Scott McEachern <[email protected]> wrote:
> Using a clean install from the Nov. 8th i386 snapshot, I upgraded all
> sources and ran into this while building the system:
The most common problem when building source is from a (current or past)
failure to run "make obj" before building. You could try this to remove all
files not in CVS (borrowed from xenocara/README) :-
cd /usr/src && cvs -q update -PAd -I - | awk '$1=="?" {print $2}' | xargs rm -f
I would then rm -rf /usr/obj/*, re-run "make obj" and attempt the build again.