maintainer-feedback requested: [Bug 240915] graphics/drm-current-kmod: SOURCE option prevents make installkernel from working

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 29 09:55:47 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-x11 mailing list
<x11 at FreeBSD.org> for maintainer-feedback:
Bug 240915: graphics/drm-current-kmod: SOURCE option prevents make
installkernel from working
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240915



--- Description ---
I have a machine that's currently on r349807, and I'm trying to update it to
r352847. The build is done on a separate machine, and I use NFS to mount
/usr/src and /usr/obj to complete the installation process.

This machine I'm updating has the latest graphics/drm-current-kmod installed
(4.16.g20190927).

When I run `make installkernel', I get the following error:

[...]
===> zlib (install)
install -T release -o root -g wheel -m 555   zlib.ko /boot/kernel/
install -T debug -o root -g wheel -m 555   zlib.ko.debug
/usr/lib/debug/boot/kernel/
kldxref /boot/kernel
===> drm-current-kmod (install)
===> drm-current-kmod/linuxkpi (install)
install -T release -o root -g wheel -m 555   linuxkpi_gplv2.ko /boot/kernel/
install: linuxkpi_gplv2.ko: No such file or directory
*** Error code 71

Stop.
make[4]: stopped in /usr/local/sys/modules/drm-current-kmod/linuxkpi
*** Error code 1

Stop.
make[3]: stopped in /usr/local/sys/modules/drm-current-kmod
*** Error code 1


More information about the freebsd-x11 mailing list