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#48284 - dkms missing service
Attached to Project:
Arch Linux
Opened by Simon Gomizelj (simongmzlj) - Sunday, 21 February 2016, 04:32 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 21 February 2016, 05:21 GMT
Opened by Simon Gomizelj (simongmzlj) - Sunday, 21 February 2016, 04:32 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 21 February 2016, 05:21 GMT
|
Detailsdkms package in testing (2.2.0.3+git151023-4) is missing a service file.
The package in community has one (2.2.0.3+git151023-1). |
This task depends upon
# bash -x /usr/lib/dkms/alpm-hook install
+ (( EUID ))
+ (( 1 < 1 ))
+ source_tree=/usr/src
+ dkms_tree=/var/lib/dkms
+ install_tree=/usr/lib/modules
+ source /etc/dkms/framework.conf
+ shopt -s nullglob
+ read -r path
usr/lib/modules/4.4.2.201602182048-1-grsec/
+ [[ /usr/lib/modules/4.4.2.201602182048-1-grsec/ =~ ^/usr/src/([^/]+)-([^/]+)/dkms\.conf$ ]]
+ [[ /usr/lib/modules/4.4.2.201602182048-1-grsec/ =~ ^/usr/lib/modules/([^/]+)/ ]]
+ pushd /var/lib/dkms
+ for mod in '*/*/source'
+ dkms install -m broadcom-wl/6.30.223.248 -k 4.4.2.201602182048-1-grsec
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
make KERNELRELEASE=4.4.2.201602182048-1-grsec -C /usr/lib/modules/4.4.2.201602182048-1-grsec/build M=/var/lib/dkms/broadcom-wl/6.30.223.248/build...
...
However, with pacman -S linux-grsec (either reinstall or uninstall/install), I see this in the debug output:
debug: parsing hook file /usr/share/libalpm/hooks/70-dkms-remove.hook
debug: parsing hook file /usr/share/libalpm/hooks/70-dkms-install.hook
debug: unregistering database 'local'
Which makes me suspicious that the hook isn't triggering
- The package is obviously wired up against the headers package. I misread the trigger. Reinstalling linux-grsec-headers did retrigger the dkms build.
- I guess this might have arose from the order in which I upgraded packages.
I missed the message inside the install hook, sorry for the noise.