Comment 91 for bug 831768

Revision history for this message
Daniel Hartwig (wigs) wrote : Re: [Bug 831768] Re: aptitude cannot handle conflicts with multiarch enabled

On 6 August 2012 03:15, Edward Donovan <email address hidden> wrote:
> (I tried to build it against 0.6.8 from the debian source, but the gtest
> stuff wouldn't build. I was compiling it with dpkg-buildpackage, and
> couldn't find how to skip building those tests.)

After review of the changes between .6 and .8, the patch should be fine on .6.

Having said that, you can skip building the tests with the standard mechanism:

$ export DEB_BUILD_OPTIONS="nocheck"
$ dpkg-buildpackage …

There is also a patch with Ubuntu specific changes for .8 attached to
Bug #824708.