[Bug 1319153] Re: Failes to create x86 chroot
Michael Vogt
michael.vogt at canonical.com
Thu May 15 14:41:36 UTC 2014
There was a problem with the sources.list generation in the chroot, the
linked branch fixes this.
However there is still the problem that the chroot expects to have a
"g++-%s" % target_tuple
package to do the cross build. So your example will stil fail.
I would like to get feedback from Colin what we should do:
- generate a better error but leave the cases when there is no g++-%(target_tuple)s available
- support chroot for native == target arch
- support the amd64 -> i386 as a special case
Or none of the above :) ?
--
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:
Failes to create x86 chroot
Status in “click” package in Ubuntu:
Triaged
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