On Sun, 20 Mar 2005, Chuck Robey wrote: > My kernel build is busted, it can't find: > > cd ../../../modules; > MAKEOBJDIRPREFIX=/usr/src/sys/amd64/compile/JULY/modules > KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=amd64 > KERNBUILDDIR="/usr/src/sys/amd64/compile/JULY" make all > ===> aac (all) > ===> accf_data (all) > ===> accf_http (all) > ===> agp (all) > ===> aha (all) > ===> aic7xxx (all) > ===> aic7xxx/aicasm (all) > make: don't know how to make aicasm.1. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules/aic7xxx. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > I know that to fix this, the simplest way is to merely stick a NOMAN= > <empty> > > into the Makefile at /sys/modules/aic7xxx/aicasm. I don't know if > that's the way you'd want to fix it, but it seems to break the build for > me, so a prompt fix is in order, I think. Are you building a 6.x kernel from a 5.x userspace? You can work around it the documented way by using buildworld and the buildkernel, or the easy way, by forcing NOMAN during the kernel build (or changing NO_MAN in the aicasm Makefile to NOMAN). There was discussion of adding compatibility bits to 5.x so it could build makefiles that use NO_MAN, but I've yet to see that work. Of course, my 5.x boxes where I build 6.x kernels aren't all that up-to-date... Robert N M WatsonReceived on Sun Mar 20 2005 - 18:07:23 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:30 UTC