[Bug 2044154] [NEW] Universe removed in cloud image builds since livecd-rootfs 24.04.4
Philip Roche
2044154 at bugs.launchpad.net
Tue Nov 21 16:19:23 UTC 2023
Public bug reported:
We are seeing recent failures in noble cloud image builds due to
universe no longer being enabled. https://git.launchpad.net/livecd-
rootfs/commit/live-
build/auto/config?id=8fb2180842c452ff08dd41a5746c00bfd69521cf appears to
be the culprit `touch config/universe-enabled` as the `config/universe-
enabled` is no longer being created. Was this your intention ?
The diff in the log
```
+ configure_universe
+ [ -f config/universe-enabled ]
+ cat
+ [ -d chroot/var/lib/preinstalled-pool ]
```
before the change vs
```
+ configure_universe
+ [ -f config/universe-enabled ]
+ [ -d chroot/var/lib/preinstalled-pool ]
```
After the change.
This bug is to track the work to revert the `touch config/universe-
enabled` part for `$PREINSTALLED" = "true"` ? change in
8fb2180842c452ff08dd41a5746c00bfd69521cf
** Affects: livecd-rootfs (Ubuntu)
Importance: Undecided
Status: New
--
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/2044154
Title:
Universe removed in cloud image builds since livecd-rootfs 24.04.4
Status in livecd-rootfs package in Ubuntu:
New
Bug description:
We are seeing recent failures in noble cloud image builds due to
universe no longer being enabled. https://git.launchpad.net/livecd-
rootfs/commit/live-
build/auto/config?id=8fb2180842c452ff08dd41a5746c00bfd69521cf appears
to be the culprit `touch config/universe-enabled` as the
`config/universe-enabled` is no longer being created. Was this your
intention ?
The diff in the log
```
+ configure_universe
+ [ -f config/universe-enabled ]
+ cat
+ [ -d chroot/var/lib/preinstalled-pool ]
```
before the change vs
```
+ configure_universe
+ [ -f config/universe-enabled ]
+ [ -d chroot/var/lib/preinstalled-pool ]
```
After the change.
This bug is to track the work to revert the `touch config/universe-
enabled` part for `$PREINSTALLED" = "true"` ? change in
8fb2180842c452ff08dd41a5746c00bfd69521cf
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2044154/+subscriptions
More information about the foundations-bugs
mailing list