On Sat, Aug 02, 2008 at 11:22:02PM -0700, Daniel Schepler wrote:
> This was a build in a clean pbuilder chroot, which I've reproduced several 
> times here (on a dual-core amd64 machine).  Here's the full build log.

Thanks.

I've located the problem - "make -j2 all check" tries to make all and
check concurrently, which causes problems because libquartzcheck.la is
referred to by two different relative paths from the "all" build and the
"check" build.

That should be fixed in the upstream build system really, but the simple
fix for debian/rules is to do the optional "make check" with a separate
make invocation.

Cheers,
    Olly



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to