[Bug 1053021] Re: building an older release fails due to missing a package

2020-12-02 Thread Regolith Linux
A problem with this change is that there are no syslinux theme packages past Xenial. So, when running on anything after, ubuntu-defaults-image fails to find a package and aborts. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1053021] Re: building an older release fails due to missing a package

2012-09-20 Thread Martin Pitt
I'd keep the Recommends:, as that will ensure the right package is installed if target and host release are the same. Otherwise we'd have to recommend an ever-growing list of -precise, -quantal, etc. packages. Thanks for the followup! I'll merge this. -- You received this bug notification

[Bug 1053021] Re: building an older release fails due to missing a package

2012-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-defaults-builder - 0.40 --- ubuntu-defaults-builder (0.40) quantal; urgency=low * bin/ubuntu-defaults-image: Install syslinux-themes-ubuntu-$SUITE, to ensure the theme for the target release is available, and to fail early if it is

[Bug 1053021] Re: building an older release fails due to missing a package

2012-09-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~nobuto/ubuntu/quantal/ubuntu-defaults-builder /syslinux-theme -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1053021 Title: building an older release fails due to missing a

[Bug 1053021] Re: building an older release fails due to missing a package

2012-09-19 Thread Nobuto MURATA
attached branch tries to install a syslinux theme of $SUITE specified with --release. if the package does not exist (--release lucid on a quantal host), just exit with apt-get error before stating a build. E: Unable to locate package syslinux-themes-ubuntu-lucid ** Changed in:

[Bug 1053021] Re: building an older release fails due to missing a package

2012-09-19 Thread Martin Pitt
Nice catch, thanks! But shouldn't we _only_ install syslinux-themes- ubuntu-$SUITE, and not syslinux-themes-ubuntu in addition? We'd get two themes installed, and it's not clear which one gets picked then (presumably the newest on,e, as this needs to work for upgrades, too). ** Changed in:

[Bug 1053021] Re: building an older release fails due to missing a package

2012-09-19 Thread Nobuto MURATA
I think you're right, syslinux-themes-ubuntu is not needed explicitly, but currently syslinux-themes-ubuntu is recommended by ubuntu-defaults- builder package. so changing recommends to syslinux-themes-ubuntu- quantal is appropriate? syslinux theme is selected in