Make buildworld failure
Matthew Dillon
dillon at apollo.backplane.com
Sat Mar 20 17:06:52 PST 2004
:And it appears to be true:
:
:#find /usr/include -name nwfs.h
:/usr/include/nwfs/nwfs.h
:/usr/include/vfs/nwfs/nwfs.h
:
:#find /usr/src -name nwfs.h
:/usr/src/sys/vfs/nwfs/nwfs.h
:
:I just looked thru /usr/include and still find quite a few
:files and directories left over from FBSD. Could these old
:files be causing a problem? (/usr/include/sys is all new)
:
:Thanks!
Yes, they sure could. If you now have DragonFly installed, then
I would recommend:
rm -rf /usr/include
mkdir /usr/include
cd /usr/src
make includes
Then try another buildworld.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Kernel
mailing list