On Wed, Jul 27, 2011 at 06:33:08PM +0200, Geert Stappers wrote:
> - fakeroot debian/rules binary

So the problem here is that fakeroot cannot be run within fakeroot
(see bug#409856).

In the interim, you can build with pbuilder/cowbuilder,
dpkg-buildpackage, debuild, or
debian/rules build && fakeroot debian/rules binary

The key is to run the build target outside of fakeroot so that
the tests run in a cleaner environment, and then only run the
binary target specifically under your system fakeroot.

We should probably test for this condition and emit some
relevant warning.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to