make buildworld fails with up-to-date sourcecode from HEAD

Sepherosa Ziehau sepherosa at gmail.com
Sun Nov 12 05:14:08 PST 2006


I assume you have failed to installworld before this compiling error.
If my assuming is correct then add following lines after last #include
. .. in src/usr.sbin/makewhatis/makewhatis.c:
#ifndef MACHINE
#define MACHINE "pc32"
#endif
Don't forget to nuke it once you have "a whole new world" :-)

BTW, before you installworld, please make sure to:
export MACHINE=pc32
Thank Sascha for this tip :-)
Best Regards,
sephe
--
Live Free or Die




More information about the Bugs mailing list