This bug was fixed in the package bbswitch - 0.8-13 Sponsored for Andrea Righi (arighi)
--------------- bbswitch (0.8-13) unstable; urgency=medium * Use experimental dkms feature BUILD_EXCLUSIVE_CONFIG="CONFIG_ACPI". * Add patch for Linux 5.18 from Arch Linux. (Closes: #1012560, #1012779) * Update Standards version to 4.6.1, no changes required. -- Andreas Beckmann <a...@debian.org> Sat, 18 Jun 2022 14:09:20 +0200 bbswitch (0.8-12) unstable; urgency=medium [ Andrea Righi ] * Drop support for armhf and ppc64el (LP: #1956434) [ Andreas Beckmann ] * Drop ACPI patch from 0.8-11. * Restrict the autopkgtest to supported architectures. -- Andreas Beckmann <a...@debian.org> Mon, 11 Apr 2022 16:05:04 +0200 bbswitch (0.8-11) unstable; urgency=medium [ Andrea Righi ] * Fix build error on architectures that don't have ACPI enabled (LP: #1951583) [ Andreas Beckmann ] * Switch to dh-sequence-dkms. [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on tar. * Update watch file format version to 4. * Update standards version to 4.6.0, no changes needed. -- Andreas Beckmann <a...@debian.org> Thu, 10 Feb 2022 00:18:18 +0100 ** Changed in: bbswitch (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to bbswitch in Ubuntu. https://bugs.launchpad.net/bugs/1981716 Title: bbswitch fails to build on 5.19 kernel (kinetic) Status in bbswitch package in Ubuntu: Fix Released Status in bbswitch source package in Kinetic: Fix Released Bug description: [Impact] bbswitch fails to build with the latest 5.19 kernel, the error is the following: /var/lib/dkms/bbswitch/0.8/build/bbswitch.c:273:13: error: implicit declaration of function ‘acpi_bus_get_device’; did you mean ‘acpi_is_pnp_device’? [-Werror=implicit-function-declaration] 273 | r = acpi_bus_get_device(dis_handle, &ad); | ^~~~~~~~~~~~~~~~~~~ | acpi_is_pnp_device cc1: some warnings being treated as errors [Test case] $ sudo apt install bbswitch-dkms [Fix] Replace acpi_bus_get_device() with the equivalent interface - acpi_fetch_acpi_dev() - in 5.19 kernels. [Regression potential] We may see bbswitch regressions in kernels >= 5.19 (fix isn't affecting older kernels). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bbswitch/+bug/1981716/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp