[Bug 860432] Re: tried to grab repository for wrong architecture

2012-06-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: multistrap (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860432 Title:

[Bug 860432] Re: tried to grab repository for wrong architecture

2012-06-14 Thread Svein Seldal
I confirm the bug. I didn't find this bug using multistrap, I rather used a custom script of my own which is attached here. It's purpose is to download a armel package and all its dependencies. This script works when being run on a Natty amd64 and i386 host machine, while it fails on Precise

[Bug 860432] Re: tried to grab repository for wrong architecture

2012-06-14 Thread Daniel Hartwig
From attached apt-wrap: mkdir -p $DIR/var/cache/apt/archives/partial cat $DIR/etc/apt/apt.conf EOF APT::Architecture $ARCH; … You should also add this line: APT::Architectures { $ARCH; }; which will prevent apt getting this list from dpkg --print-foreign- architectures. Alternatively, you

[Bug 860432] Re: tried to grab repository for wrong architecture

2012-06-14 Thread Svein Seldal
Both approaches have been tested and confirmed. I'm going to stick with setting the APT::Architectures as I have less control of the real sources.list being used. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 860432] Re: tried to grab repository for wrong architecture

2012-03-05 Thread Marcin Juszkiewicz
** Changed in: apt (Ubuntu) Status: Incomplete = Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860432 Title: tried to grab repository for wrong architecture To manage notifications

[Bug 860432] Re: tried to grab repository for wrong architecture

2012-02-28 Thread Torsten Spindler
Does this problem still occur in Precise? ** Changed in: apt (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860432 Title: tried to grab repository for wrong

[Bug 860432] Re: tried to grab repository for wrong architecture

2012-02-28 Thread Marcin Juszkiewicz
Yes, it still happens: sudo http_proxy=http://192.168.1.1:3142/ multistrap --arch armel --no-auth --tidy-up --file multistrap-configs/linaro-alip-dev.conf - -dir sysroots/sysroot-alip-dev | tee log-alip-dev [sudo] password for hrw: tee: log-alip-dev: Brak dostępu Use of uninitialized value

[Bug 860432] Re: tried to grab repository for wrong architecture

2011-09-27 Thread Marcin Juszkiewicz
Configuration file given to multistrap ** Attachment added: multistrap.conf https://bugs.launchpad.net/ubuntu/+source/multistrap/+bug/860432/+attachment/2468578/+files/multistrap.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 860432] Re: tried to grab repository for wrong architecture

2011-09-27 Thread Marcin Juszkiewicz
Problem exists because dpkg is told that i386 is foreign architecture which is allowed in system. APT follows it even if it should not. ** Also affects: apt (Ubuntu) Importance: Undecided Status: New ** Tags added: apport-collected oneiric ** Description changed: multistrap