Date: Sat, 24 Mar 2018 13:04:28 +0000 From: James Wright <james.wright@jigsawdezign.com> To: freebsd-current@freebsd.org Subject: installkernel error WITHOUT_BLUETOOTH Message-ID: <a8b64373-ba32-4445-3ba9-b149c53e3602@jigsawdezign.com>
next in thread | raw e-mail | index | archive | help
Hi, Just ran into this issue when trying to "make installkernel" after adding the "WITHOUT_BLUETOOTH" flag to my "/etc/src.conf" (see snippet below). Is this expected behaviour? Do I need to add "WITHOUT_NETGRAPH" also? >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> install -T release -o root -g wheel -m 555 ng_atmllc.ko /boot/kernel/ install -T debug -o root -g wheel -m 555 ng_atmllc.ko.debug /usr/lib/debug/boot/kernel/ ===> netgraph/bluetooth (install) ===> netgraph/bluetooth/bluetooth (install) install -T release -o root -g wheel -m 555 ng_bluetooth.ko /boot/kernel/ install: ng_bluetooth.ko: No such file or directory *** Error code 71 Stop. make[6]: stopped in /usr/src/sys/modules/netgraph/bluetooth/bluetooth *** Error code 1 Stop. make[5]: stopped in /usr/src/sys/modules/netgraph/bluetooth *** Error code 1 Stop. make[4]: stopped in /usr/src/sys/modules/netgraph *** Error code 1 Stop. make[3]: stopped in /usr/src/sys/modules *** Error code 1 Stop. make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Thanks, James
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a8b64373-ba32-4445-3ba9-b149c53e3602>