[Bug 730236] Re: alien 8.81 claims to build .deb but doesn't

2011-03-16 Thread Jeremy Bicha
Sam, thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at https://wiki.ubuntu.com/Debian/Bug

[Bug 730236] Re: alien 8.81 claims to build .deb but doesn't

2011-03-07 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730236 Title: alien 8.81 claims to build .deb but doesn't -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 730236] Re: alien 8.81 claims to build .deb but doesn't

2011-03-07 Thread Sam Brightman
and of course workaround with: dpkg-architecture -ai386 -c "fakeroot alien *.rpm" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/730236 Title: alien 8.81 claims to build .deb but doesn't -- ubuntu

[Bug 730236] Re: alien 8.81 claims to build .deb but doesn't

2011-03-07 Thread Sam Brightman
This patch is a partial solution - better error checking and warning. Doesn't solve the main problem of being unable to build for a different architecture though. ** Patch added: "alien.diff" https://bugs.launchpad.net/ubuntu/+source/alien/+bug/730236/+attachment/1891735/+files/alien.diff --

[Bug 730236] Re: alien 8.81 claims to build .deb but doesn't

2011-03-07 Thread Sam Brightman
I believe the new change to debhelper is buggy - it does not operate on all packages by default as claimed in the man page, and the -a switch was changed to depend on the build architecture. This seems illogical and not backwards compatible. However, alien should still report the failure properly.

[Bug 730236] Re: alien 8.81 claims to build .deb but doesn't

2011-03-07 Thread Sam Brightman
In my case this was due to architecture incompatibility. debhelper changed in a way that prevents dh_listpackages from returning the incompatible architecture. It used to do so, so alien could build the package and you could then use ia32-libs etc. It should also not report success when doing nothi