[Bug 645147] Re: pdebuild-cross fails to build things

2010-10-06 Thread Launchpad Bug Tracker
This bug was fixed in the package emdebian-crush - 2.2.4ubuntu3 --- emdebian-crush (2.2.4ubuntu3) maverick; urgency=low [Wookey] * xapt: Add config file for Debian/Ubuntu variant defaults (mirror and components) * xapt: Fix incorrect skipping of source URLs that don't end i

Re: [Bug 645147] Re: pdebuild-cross fails to build things

2010-10-05 Thread Wookey
+++ Steve Langasek [2010-10-05 07:51 -]: > Wookey, > > This looks good, but the xapt.conf needed for Ubuntu is missing from the > diff (shows up as an "Only in [...]" file) Can you please attach it? oops. Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wook

[Bug 645147] Re: pdebuild-cross fails to build things

2010-10-05 Thread Steve Langasek
Wookey, This looks good, but the xapt.conf needed for Ubuntu is missing from the diff (shows up as an "Only in [...]" file) Can you please attach it? -- pdebuild-cross fails to build things https://bugs.launchpad.net/bugs/645147 You received this bug notification because you are a member of Ubu

[Bug 645147] Re: pdebuild-cross fails to build things

2010-10-01 Thread Wookey
OK, and here's the same thing with a bit more tidying. ** Patch added: "emdebian-crush-2.2.4ubuntu3.patch" https://bugs.launchpad.net/ubuntu/+source/emdebian-crush/+bug/645147/+attachment/1663315/+files/emdebian-crush-2.2.4ubuntu3.patch -- pdebuild-cross fails to build things https://bugs.la

[Bug 645147] Re: pdebuild-cross fails to build things

2010-10-01 Thread Wookey
OK. here is an updated patch following above discussion which tests OK with current multistrap. It now uses a config file /etc/xapt/xapt.conf to set mirror and default components - this is the only thing that should change between Debian/Ubuntu. Avoids whole lsb-release issue and the switch that n

Re: [Bug 645147] Re: pdebuild-cross fails to build things

2010-09-29 Thread Wookey
+++ Steve Langasek [2010-09-29 18:03 -]: > Sorry, last comments - saving the best for last... :) > > * xapt: Use /etc/lsb-release to identify Debian/Ubuntu and use correct > default > URL and suites, but avoid 9MB lsb-release+python dependency > > However, lsb_release is the defined

[Bug 645147] Re: pdebuild-cross fails to build things

2010-09-29 Thread Steve Langasek
Sorry, last comments - saving the best for last... :) * xapt: Use /etc/lsb-release to identify Debian/Ubuntu and use correct default URL and suites, but avoid 9MB lsb-release+python dependency However, lsb_release is the defined interface for this - parsing the file may give you random oth

Re: [Bug 645147] Re: pdebuild-cross fails to build things

2010-09-28 Thread Wookey
+++ Steve Langasek [2010-09-28 18:37 -]: > Likewise, > > Only in emdebian-crush-2.2.4ubuntu2/buildd: A00pbuilder-cross-hook > Only in emdebian-crush-2.2.4ubuntu2/buildd: A20-apt-cross-hook Both those files should be removed. Now that it is clear xapt actually works, apt-cross is being dr

[Bug 645147] Re: pdebuild-cross fails to build things

2010-09-28 Thread Steve Langasek
foreach my $dep (@dependencies) { $dep =~ s/^ //; +my $archlisted=1; +# if there is an arch specifier then honour it when making deps list +if ($dep =~ /\[(.*)\]/) { + $archlisted=0; + my @archspec=split(/ /, $1); + foreach my $arch (@

[Bug 645147] Re: pdebuild-cross fails to build things

2010-09-28 Thread Steve Langasek
Likewise, Only in emdebian-crush-2.2.4ubuntu2/buildd: A20-apt-cross-hook -- pdebuild-cross fails to build things https://bugs.launchpad.net/bugs/645147 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 645147] Re: pdebuild-cross fails to build things

2010-09-28 Thread Steve Langasek
>From the diff: Only in emdebian-crush-2.2.4ubuntu2/buildd: A00pbuilder-cross-hook Is this file meant to be included? -- pdebuild-cross fails to build things https://bugs.launchpad.net/bugs/645147 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 645147] Re: pdebuild-cross fails to build things

2010-09-24 Thread Wookey
Here is an updated patch which doesn't add an lsb-release dependency and does work properly with latest apt. The upload should be syncronised with multstrap fix: https://bugs.launchpad.net/ubuntu/+source/multistrap/+bug/646901 It also removes vestiges of the now-superceded apt-cross which were ju

[Bug 645147] Re: pdebuild-cross fails to build things

2010-09-22 Thread Brian Murray
** Tags added: patch -- pdebuild-cross fails to build things https://bugs.launchpad.net/bugs/645147 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailma

[Bug 645147] Re: pdebuild-cross fails to build things

2010-09-22 Thread Wookey
** Patch added: "emdebian-crush-2.2.4ubuntu3.patch" https://bugs.launchpad.net/ubuntu/+bug/645147/+attachment/1622312/+files/emdebian-crush-2.2.4ubuntu3.patch ** Package changed: ubuntu => emdebian-crush (Ubuntu) ** Changed in: emdebian-crush (Ubuntu) Status: New => Confirmed ** Chan