This bug was fixed in the package linux - 6.1.0-16.16
---------------
linux (6.1.0-16.16) lunar; urgency=medium
* lunar/linux: 6.1.0-16.16 -proposed tracker (LP: #2008480)
* Packaging resync (LP: #1786013)
- debian/dkms-versions -- temporarily drop broken dkms
-- Andrea Righi <[email protected]> Fri, 24 Feb 2023 14:24:48
+0100
** Changed in: linux (Ubuntu Lunar)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999556
Title:
commit cf58599cded35cf4affed1e659c0e2c742d3fda7 seems to be missing in
kinetic master to remove "hio" reference from Makefile
Status in linux package in Ubuntu:
Fix Released
Status in linux source package in Kinetic:
Fix Released
Status in linux source package in Lunar:
Fix Released
Bug description:
[Impact]
Added Linux kernel remote branch for Kinetic raspi to test with 22.04
install (both master and master-next branches). When running "make
clean" noticed error referencing "hio" driver that's been removed from
Jammy kernels:
$ make clean
scripts/Makefile.clean:15: ubuntu/hio/Makefile: No such file or directory
make[2]: *** No rule to make target 'ubuntu/hio/Makefile'. Stop.
make[1]: *** [scripts/Makefile.clean:62: ubuntu/hio] Error 2
make: *** [Makefile:1858: _clean_ubuntu] Error 2
Found that commit cf58599cded35cf4affed1e659c0e2c742d3fda7 missing:
commit cf58599cded35cf4affed1e659c0e2c742d3fda7
Author: Thomas Lamprecht <[email protected]>
Date: Sat Mar 12 16:19:10 2022 +0100
Ubuntu: remove leftover reference to ubuntu/hio driver
A single reference to the hio driver was forgotten when it was removed
recently. While this reference is not a problem for the build itself, it
breaks the __clean target from 'scripts/Makefile.clean' here, as make
cannot enter the "ubuntu/hio" folder for cleaning due to ENOENT.
Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver")
Signed-off-by: Thomas Lamprecht <[email protected]>
Acked-by: Tim Gardner <[email protected]>
Signed-off-by: Paolo Pisati <[email protected]>
Here's some additional information for code repositories (didn't know
if this was helpful),
remote.kinetic-raspi.url=https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/kinetic
remote.kinetic-raspi.fetch=+refs/heads/*:refs/remotes/kinetic-raspi/*
branch.kinetic-master-next.remote=kinetic-raspi
branch.kinetic-master-next.merge=refs/heads/master-next
branch.kinetic-master.remote=kinetic-raspi
branch.kinetic-master.merge=refs/heads/master
[Test Case]
See above.
[Fix]
Pick commit cf58599cded35cf4affed1e659c0e2c742d3fda7 from jammy.
[Where Problems Could Occur]
Build failures.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1999556/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp