[Bug 1097039] Re: Chinese edition build fails on precise due to 'set -o pipefail'
Launchpad Bug Tracker
1097039 at bugs.launchpad.net
Wed Jan 9 07:56:15 UTC 2013
This bug was fixed in the package livecd-rootfs - 2.65.6
---------------
livecd-rootfs (2.65.6) precise; urgency=low
* live-build/auto/build: Use safer code for kernel handling that doesn't
cause failures under 'set -o pipefail' in ubuntu-defaults-image
(LP: #1097039).
-- Colin Watson <cjwatson at ubuntu.com> Mon, 07 Jan 2013 21:31:39 +0000
** Changed in: livecd-rootfs (Ubuntu Precise)
Status: Fix Committed => 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/1097039
Title:
Chinese edition build fails on precise due to 'set -o pipefail'
Status in “livecd-rootfs” package in Ubuntu:
Invalid
Status in “livecd-rootfs” source package in Precise:
Fix Released
Bug description:
[Test Case] ubuntu-defaults-image --locale zh_CN --arch i386 --release
precise
The Chinese edition build has been failing on precise for a while.
Investigation reveals that this is because precise used 'set -o
pipefail' in live-build/auto/build, and '... | fgrep -v .efi | ...'
causes this to fail 'set -e' when the LHS doesn't output anything
containing ".efi". We need to fix this in precise-updates to make the
build work again.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1097039/+subscriptions
More information about the foundations-bugs
mailing list