** Changed in: linux (Ubuntu Kinetic)
       Status: Confirmed => Fix Committed

-- 
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:
  Confirmed
Status in linux source package in Kinetic:
  Fix Committed
Status in linux source package in Lunar:
  Confirmed

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 <t.lampre...@proxmox.com>
  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 <t.lampre...@proxmox.com>
      Acked-by: Tim Gardner <tim.gard...@canonical.com>
      Signed-off-by: Paolo Pisati <paolo.pis...@canonical.com>

  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     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to