Acpi_call-dkms: Deprecated feature: CLEAN

Just a question. Can there anything been done about the deprecated message?

Install DKMS modules                                                                             [15/30]
==> dkms install --no-depmod linux-apfs-rw/0.3.21 -k 6.12.104-1-MANJARO
==> dkms install --no-depmod linux-apfs-rw/0.3.21 -k 6.18.45-1-MANJARO
==> dkms install --no-depmod acpi_call/1.2.2 -k 6.12.104-1-MANJARO
Deprecated feature: CLEAN (/var/lib/dkms/acpi_call/1.2.2/source/dkms.conf)
==> dkms install --no-depmod zfs/2.4.2 -k 6.12.104-1-MANJARO
==> dkms install --no-depmod acpi_call/1.2.2 -k 7.1.9-1-MANJARO
Deprecated feature: CLEAN (/var/lib/dkms/acpi_call/1.2.2/source/dkms.conf)
==> dkms install --no-depmod acpi_call/1.2.2 -k 6.18.45-1-MANJARO
Deprecated feature: CLEAN (/var/lib/dkms/acpi_call/1.2.2/source/dkms.conf)
==> dkms install --no-depmod zfs/2.4.2 -k 6.18.45-1-MANJARO
==> dkms install --no-depmod linux-apfs-rw/0.3.21 -k 7.1.9-1-MANJARO
==> dkms install --no-depmod zfs/2.4.2 -k 7.1.9-1-MANJARO
==> dkms install --no-depmod linux-apfs-rw/0.3.21 -k 6.12.89-4-rt18-MANJARO
==> depmod 6.18.45-1-MANJARO
==> depmod 6.12.89-4-rt18-MANJARO
==> depmod 6.12.104-1-MANJARO
==> depmod 7.1.9-1-MANJARO

Seemingly in the .conf file there is an unwanted command. I don’t know what it is for.

It’s the CLEAN="make clean" line in the upstream acpi_call dkms.conf. It’s already been removed, but there’s been no new tag yet.

EDIT: Actually, since Arch uses a custom dkms.conf in the acpi_call-dkms package, that’s where it orginates from.

I’ve just pushed a temporary acpi_call-dkms overlay package to all branches that fixes the issue with 1.2.2-3.0.

That’s perfect. I already tried this update and everything is doing fine. Thank you for this fast solution.