This bug was fixed in the package dkms - 2.2.0.3-2ubuntu11.8
---------------
dkms (2.2.0.3-2ubuntu11.8) xenial; urgency=medium
* d/p/fix-kernelsource-check.patch: Take --kernelsourcedir into account
when checking for headers (from 2.2.0.3-5 "Do not ignore
--kernelsourcedir") (LP: #1838045).
-- Stefan Bader <[email protected]> Fri, 26 Jul 2019 10:16:28
+0200
** Changed in: dkms (Ubuntu Xenial)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dkms in Ubuntu.
https://bugs.launchpad.net/bugs/1838045
Title:
Header check ignore --kernelsourcedir
Status in dkms package in Ubuntu:
Fix Released
Status in dkms source package in Xenial:
Fix Released
Bug description:
In Ubuntu 16.04/Xenial the dkms command (2.2.0.3-2ubuntu11.7) ignores
the provided kernel source directory and then fails by not finding the
headers.
This was fixed upstream in 2.2.0.3-5 and landed in 18.04/Bionic.
Proposing to backport the additional line of code into Xenial.
+ [ ! -z "$ksourcedir_fromcli" ] && DIR=$kernel_source_dir
Testcase:
Trying to compile any DKMS module with kernel source (headers) in a
non-standard location (/usr/src) will fail with an error reporting missing
headers without the change, even using --kernelsourcedir. With the patch
applied, this works.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1838045/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp