Hi, Raphaël. Same result:
ubuntu@P8lpar5:~$ cat /usr/src/acpi-call-1.1.0/dkms.conf PACKAGE_NAME="acpi-call" PACKAGE_VERSION="1.1.0" MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build" CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" BUILT_MODULE_NAME[0]="acpi_call" DEST_MODULE_LOCATION[0]="/extra" AUTOINSTALL="yes" if ! grep -q -E "^CONFIG_ACPI=[ym]$" "$kernel_source_dir/.config" 2>/dev/null ; then BUILD_EXCLUSIVE_ARCH="^do_not_build$" fi ubuntu@P8lpar5:~$ sudo dkms install acpi-call/1.1.0 -k `uname -r ` Error! The dkms.conf for this module includes a BUILD_EXCLUSIVE directive which does not match this kernel/arch. This indicates that it should not be built. ubuntu@P8lpar5:~$ And I changed CONFIG_ACPI for CONFIG_OF, and it tried to build it, so should work just fine on the arches that really do support ACPI. Thanks. Cascardo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1830040 Title: acpi-call 1.1.0-4 ADT test failure with linux 5.2.0-0.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/acpi-call/+bug/1830040/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs