Buildworld fails in 5.1-CURRENT in wall

M. Warner Losh imp at bsdimp.com
Mon Oct 20 22:23:16 PDT 2003


In message: <3F94C120.5070208 at mindcore.net>
            Scott W <wegster at mindcore.net> writes:
: M. Warner Losh wrote:
: 
: >I'd remove all the .depend files and try again.
: >
: >Warner
: >_______________________________________________
: >freebsd-current at freebsd.org mailing list
: >http://lists.freebsd.org/mailman/listinfo/freebsd-current
: >To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
: >
: >  
: >
: I've tried that one- I'm not familiar with freeBSD's build environment, 
: but 'find /usr/src -name ".depend" shows the only .depend files are in 
: the kernel tree /usr/src/sus/i386/compile/.... , so I'm assuming it's 
: generating them as part of the build process itself, or dumping them 
: outside of the /usr/src heirarchy.  Tried again from cvsup ~11pm with 
: same results...any other ideas?

find /usr/obj -name .depend

or better yet

rm -rf /usr/obj/*

Warner


More information about the freebsd-current mailing list