Am Mittwoch, den 29.02.2012, 12:26 +0100 schrieb Alexander
Reichle-Schmehl:
> tags +moreinfo
> thanks
> 
> Hi!
> 
> * bojo42 <boj...@gmail.com> [120229 11:01]:
> 
> > While debugging an issue specific to the autobuilders i accidentally
> > give upstream's testsuite an false exit code by simply cat'ing the
> > testsuite log. Therefore the binaries for all architectures passed
> > upstreams QA even though every one beside i386 had failures in the
> > testsuite. I already fixed it for the next version.
> > 
> > Therefore i like to request the removal of all binaries and the source
> > for version 0.7.9+git20120219-1 of pspp from sid.
> 
> (I guess youa re refering to #660854; a reference in this bug would have
> been nice.)

Sorry that i forgot, but yes.

> 
> 
> Hu?  Sorry, but that doesn't makes sense.  If it's just a missguided cat
> over a log, than upload a fixed package and fill an rc bug to preventing
> migration to testing if you haven't done so (or reuse this bug).

Hmm, the problem is that the builds should have failed definitely for
some architectures as they didn't pass upstreams QA requirements and
even when we have Bug#660854 fixed some will still fail for other
reasons, especially ia64 and big endian.

The detailed source for all this was that i used 

override_dh_auto_test:
        dh_auto_test || cat $(CURDIR)/tests/testsuite.log

where i should have used:

override_dh_auto_test:
        dh_auto_test || { cat $(CURDIR)/tests/testsuite.log; false; }

So as soon as we have a fixed package uploaded i am not able to
supersede version 0.7.9+git20120219-1 on all architectures. Therefore i
thought removing all of them is the best option.

What do you think now?

> 
> Best Regards,
>   Alexander





-- 
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