[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Results for mass autopkgtest run for all perl packages [2014-09-11]



Hi,

Martin Pitt wrote:
> I'm starting a new thread to keep the original one for the generic
> discussion and this to fixing the particular failures.

Not sure if I should reply to both lists or just to debian-perl@...

I just had a short look at
https://people.debian.org/~mpitt/tmp/perl-failures/ack-grep/log

It clearly tries to test the built and not the installed ack:

#   'Can\'t open perl script "/tmp/adttmp.6zDIN8/smokeiMeUCG/blib/script/ack": No such file or directory'

This is hardcoded in t/Utils.pm:

    if ( $ENV{'ACK_TEST_STANDALONE'} ) {
        unshift( @args, File::Spec->rel2abs( 'ack-standalone', $orig_wd ) );
    }
    else {
        unshift( @args, File::Spec->rel2abs( 'blib/script/ack', $orig_wd ) );
    }

The test suite IIRC also tests ack-standalone in a second run at build
time, but we neither install nor need that script. I suspect this will
require either patches with yet another case to handle in the code
above or some monkey patching elsewhere.

Feel free to reply only to debian-perl@... if you think the
autopkgtest guys will be rather bothered by that specific case. :-)

		Regards, Axel
-- 
 ,''`.  |  Axel Beckert <abe@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-    |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


Reply to: