[Bug 1739790] Re: live-build fails to build

Sebastien Bacher seb128 at ubuntu.com
Mon Jul 15 07:45:24 UTC 2019


Thank you for your bug report.

Indeed it's obvious from the code was is wrong and should be trivial to
fix

functions/defaults.sh has that code

'		ubuntu)
			LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-ubuntu-oneiric}"
			;;'

Or the -oneiric binary got removed in xenial so it's probably a matter
for doing s/oneiric/xenial there


Tagging rls for foundations review they know better the image build tools and what modes are supposed in Ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to live-build in Ubuntu.
https://bugs.launchpad.net/bugs/1739790

Title:
  live-build fails to build

Status in live-build package in Ubuntu:
  Confirmed

Bug description:
  Hello, I'm trying to build an Ubuntu ISO with the minimal amount of packages using live-build, towards the end of the building process it says "Unable to locate package syslinux-themes-ubuntu-oneiric" and then it appears to stop the build process, below is the command from my bash file, thank you in advance to any replies.
  --

  #!/bin/sh

  sudo lb clean

  sudo lb config \
  --mode ubuntu \
  --architecture amd64 \
  --distribution xenial \
  --archive-areas "main universe multiverse" \
  --parent-distribution xenial \
  --parent-archive-areas "main universe multiverse" \
  --apt-options "--yes" \
  --binary-images iso-hybrid \

  sudo lb build

  --

  1) OS:Ubuntu 16.04.3 LTS
  2) Live-Build Version: 3.0~a57-1ubuntu25.5
  3) Live-Build to build an installable minimal Ubuntu ISO
  4) "Unable to locate package syslinux-themes-ubuntu-oneiric"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1739790/+subscriptions



More information about the foundations-bugs mailing list