Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#43771 - [dkms] Error in sed expression when building external kernel modules
Attached to Project:
Community Packages
Opened by Christos Nouskas (nous) - Tuesday, 10 February 2015, 20:51 GMT
Last edited by Sébastien Luttringer (seblu) - Saturday, 07 November 2015, 15:20 GMT
Opened by Christos Nouskas (nous) - Tuesday, 10 February 2015, 20:51 GMT
Last edited by Sébastien Luttringer (seblu) - Saturday, 07 November 2015, 15:20 GMT
|
DetailsI'm getting the following error when dkms builds out-of-tree modules (nvidia, virtualbox and others):
sed: -e expression #1, char 6: unknown command: `m' This has been filed as a bug in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1371325 and fixed/closed with http://anonscm.debian.org/cgit/pkg-dkms/dkms.git/commit/?id=9064776a8a9b5fb633e14a225c162a87eeea2cfd Nevertheless, modules build and install without problem. |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Saturday, 07 November 2015, 15:20 GMT
Reason for closing: No response
Saturday, 07 November 2015, 15:20 GMT
Reason for closing: No response
$ sudo dkms autoinstall
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=4.3.0-rc6-seblu -C /usr/lib/modules/4.3.0-rc6-seblu/build M=/var/lib/dkms/vboxhost/5.0.8/build.........................
cleaning build area....
DKMS: build completed.
vboxdrv.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /usr/lib/modules/4.3.0-rc6-seblu/kernel/misc/
vboxnetflt.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /usr/lib/modules/4.3.0-rc6-seblu/kernel/misc/
vboxnetadp.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /usr/lib/modules/4.3.0-rc6-seblu/kernel/misc/
vboxpci.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /usr/lib/modules/4.3.0-rc6-seblu/kernel/misc/
depmod....
DKMS: install completed.