[Bug 2036192] Re: Ubuntu 23.10 armhf ubuntu-cpc cloud image builds failing
Launchpad Bug Tracker
2036192 at bugs.launchpad.net
Sat Sep 16 15:17:37 UTC 2023
This bug was fixed in the package livecd-rootfs - 23.10.37
---------------
livecd-rootfs (23.10.37) mantic; urgency=medium
* fix: ensure minimize-manual script uses passed in argument for all commands (LP: #2036198)
* fix: armhf flavour for 6.5+ kernel is now generic (LP: #2036192)
-- Philip Roche <phil.roche at ubuntu.com> Fri, 15 Sep 2023 11:58:23
+0100
** Changed in: livecd-rootfs (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/2036192
Title:
Ubuntu 23.10 armhf ubuntu-cpc cloud image builds failing
Status in livecd-rootfs package in Ubuntu:
Fix Released
Bug description:
With the introduction of the 6.5 kernel for mantic two days ago we are
seeing image build failures on the armhf builds.
cloud image builds for mantic for armhf following the roll to 6.5
kernel started to fail.
Recent build failures @
https://launchpad.net/~cloudware/+livefs/ubuntu/mantic/cpc/+build/496872
and
https://launchpad.net/~cloudware/+livefs/ubuntu/mantic/cpc/+build/497411
(only viewable by Canonical Cloudware team) with failure `No kernel
output for generic-lpae!` as a result of running
```
KVERS="$( (cd "binary/$INITFS"; ls vmlinu?-* 2>/dev/null || true) | (fgrep -v .efi || true) | sed -n "s/^vmlinu.-\\([^-]*-[^-]*-$FLAVOUR\\)$/\\1/p" )"
if [ -z "$KVERS" ]; then
```
- see https://git.launchpad.net/livecd-rootfs/tree/live-
build/auto/build#n643
Introduced in the 6.4 kernel and therefore now also in 6.5 there is no
generic-lpae flavor anymore. it's just generic now.
It appears we have code @ https://git.launchpad.net/livecd-
rootfs/tree/live-build/auto/build#n615 which sets the flavour for
armhf to`generic-lpae` but others are `generic`.This can now be
dropped for mantic+
All base mantic cloud image builds will fail to publish until this is
resolved.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2036192/+subscriptions
More information about the foundations-bugs
mailing list