FS#66653 - [dkms] alpm-hook sometimes doesn't remove the installed modules

Attached to Project: Community Packages
Opened by Yuxuan Shui (yshui) - Thursday, 14 May 2020, 22:56 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 21 May 2020, 08:21 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

dkms_remove matches the state of the dkms modules with:

if [[ "$state" =~ :[[:space:]](built|installed)$ ]]; then

But dkms can sometimes output things like:

some_module, 0.0.1, 5.6.x, x86_64: installed (WARNING! Diff between built and installed module!)

Which doesn't match the regex, but it should still be removed.
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Thursday, 21 May 2020, 08:21 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#62879 

Loading...