Trying to build a custom kernel I get the following problem:
Does anyone know what's going wrong here? This is on a system running 9.1-RELEASE/amd64, currently still with a GENERIC kernel. And I've tried adding the following to /etc/make.conf:
but the problem just keeps reoccurring with other modules.
Code:
[CMD=#]make buildkernel KERNCONF=SOMETHING[/CMD]
[i][...] (works fine)[/i]
[CMD=#]make installkernel KERNCONF=SOMETHING[/CMD]
[i][...] (goes ok initially)[/i]
===> bwn (install)
install -o root -g wheel -m 555 if_bwn.ko /boot/kernel
install: if_bwn.ko: No such file or directory
*** [_kmodinstall] Error code 71
Stop in /jails/pointyhat/rw/usr/src/sys/modules/bwn
*** [realinstall] Error code 1
[i][...] (bailing out)[/i]
Does anyone know what's going wrong here? This is on a system running 9.1-RELEASE/amd64, currently still with a GENERIC kernel. And I've tried adding the following to /etc/make.conf:
Code:
WITHOUT_MODULES=bwn