[Bug 1319153] Re: Fails to create x86 chroot
Launchpad Bug Tracker
1319153 at bugs.launchpad.net
Wed May 21 00:19:55 UTC 2014
This bug was fixed in the package click - 0.4.23.1
---------------
click (0.4.23.1) utopic; urgency=medium
[ Colin Watson ]
* chroot: Force dpkg-architecture to recalculate everything rather than
picking up values from the environment, to avoid the test suite getting
confused by environment variables exported by dpkg-buildpackage.
* tox.ini: Regularise whitespace.
* Lintian complains about dh --with gir without a direct Build-
Depends: gobject-introspection, although libgirepository1.0-dev
depends on it. Build-depend on both.
* Factor out some repetitive PackageKit error-reporting code.
* Fix test coverage glitch.
* Avoid ensure_dbing multiple times.
* /custom/click, not /custom.
* Remove trailing whitespace.
* Document chroot session management.
* Make manifest.json example actually be valid JSON.
* Document that click chroot -s is mainly for debugging.
* Allow specifying a framework base directly.
* Fix docstring.
* Add appropriate Since: annotations.
* formatting
* merge lp:~mvo/click/documentation-tweak
* merge lp:~mvo/click/avoid-exposing-envvars
click (0.4.23) utopic; urgency=medium
[ Michael Vogt ]
* Show human-readable error message when a click chroot subcommand fails
because of existing or non-existing chroots (LP: #1296820).
* Selectively disable logging on some tests to avoid message spam during
the test runs.
* When running hooks, remove hook symlinks if framework requirements are
not met (LP: #1271944).
* Cleanup the chroot if "click chroot create" fails (unless
--keep-broken-chroot is used)
* Fix sources.list generation when native_arch and target_arch are on the
same archive server (part of LP #1319153).
* Add "click framework list" command to list available frameworks
(LP: #1294659).
[ Pete Woods ]
* Add libunity-scopes-dev package to chroot (LP: #1320786).
[ Sergio Schvezov ]
* click chroot creation depends on dpkg-architecture, so recommend
dpkg-dev.
[ Colin Watson ]
* chroot: Handle the case where we can execute binaries for the target
architecture directly and thus don't need a cross-compiler
(LP: #1319153).
-- Ubuntu daily release <ps-jenkins at lists.canonical.com> Tue, 20 May 2014 13:15:41 +0000
** Changed in: click (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1319153
Title:
Fails to create x86 chroot
Status in “click” package in Ubuntu:
Fix Released
Bug description:
The `sudo click chroot -a i386 -f ubuntu-sdk-14.04 create` command
fails with this error:
E: Unable to locate package g++-i686-linux-gnu
E: Couldn't find any package by regex 'g++-i686-linux-gnu'
E: Unable to locate package pkg-config-i686-linux-gnu
Command returned 100: schroot -u root -c source:click-ubuntu-sdk-14.04-i386 -- /finish.sh
The same with amd64 on my i386 machine fails as expected in a bit more
spectacular way: http://pastebin.ubuntu.com/7459031/
1) $ lsb_release -rd
Description: Ubuntu Utopic Unicorn (development branch)
Release: 14.10
2) $ apt-cache policy click
click:
Installed: 0.4.21.1
Candidate: 0.4.21.1
Version table:
*** 0.4.21.1 0
500 http://archive.ubuntu.com/ubuntu/ utopic/main i386 Packages
100 /var/lib/dpkg/status
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1319153/+subscriptions
More information about the foundations-bugs
mailing list