make buildworld problems
Matthew Dillon
dillon at apollo.backplane.com
Wed Jan 28 18:23:57 PST 2004
:Hi,
:
:I've been having problems with make buildworld. The last few times it
:has halted with the attached error. The most recent attempt was with a
:source tree completely in sync with what's currently in CVS (or at
:least, I haven't received any messages onthe cvs list since I started
:the last buildworld.)
:
:Looks like some library/object file missing in Matt's ntp change?
:Or, more likely, some misconfiguration on my part, but I can't think of
:what.
:
:-Chris
The build works when I try it here. Are you sure this is a clean
build? It feels to me like there might be a truncated object file or
something like that.
Make sure there aren't any object files in the source directory itself,
then from /usr/src/usr.sbin/ntp do:
make cleandepend clean
make obj depend
make
-Matt
More information about the Bugs
mailing list