On Sat, Nov 12, 2016 at 04:59:36PM +0100, Hilko Bengen wrote:
> Control: tag -1 unreproducible moreinfo
> 
> Hi Santiago,
> 
> I cannot reproduce the problem here. can you show me exactly how the
> tests fail, e.g. by running
> 
>     $ perl -Mblib t/1use.t
> 
> and
> 
>     $ perl -Mblib t/2basic.t
> 
> after the build has failed? Thank you.

The first one:

1..14
not ok 1 - use SVN::Web;
#   Failed test 'use SVN::Web;'
#   at t/1use.t line 19.
#     Tried to use 'SVN::Web'.
#     Error:  Can't locate YAML.pm in @INC (you may need to install the YAML 
module) (@INC contains: /build/libsvn-web-perl-0.63/blib/arch 
/build/libsvn-web-perl-0.63/blib/lib /etc/perl 
/usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 
/usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 
/usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at 
/build/libsvn-web-perl-0.63/blib/lib/SVN/Web.pm line 11, <FH> line 118.
# BEGIN failed--compilation aborted at 
/build/libsvn-web-perl-0.63/blib/lib/SVN/Web.pm line 11, <FH> line 118.
# Compilation failed in require at t/1use.t line 19, <FH> line 118.
# BEGIN failed--compilation aborted at t/1use.t line 19, <FH> line 118.
ok 2 - use SVN::Web::Blame;
ok 3 - use SVN::Web::Browse;
ok 4 - use SVN::Web::Checkout;
ok 5 - use SVN::Web::Diff;
ok 6 - use SVN::Web::DiffParser;
ok 7 - use SVN::Web::I18N;
ok 8 - use SVN::Web::List;
ok 9 - use SVN::Web::Log;
ok 10 - use SVN::Web::RSS;
ok 11 - use SVN::Web::Revision;
ok 12 - use SVN::Web::View;
ok 13 - use SVN::Web::X;
ok 14 - use SVN::Web::action;
# Looks like you failed 1 test of 14.

The second one:

Can't locate YAML.pm in @INC (you may need to install the YAML module) (@INC 
contains: /build/libsvn-web-perl-0.63/blib/arch 
/build/libsvn-web-perl-0.63/blib/lib /etc/perl 
/usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 
/usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 
/usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at 
/build/libsvn-web-perl-0.63/blib/lib/SVN/Web.pm line 11.
BEGIN failed--compilation aborted at 
/build/libsvn-web-perl-0.63/blib/lib/SVN/Web.pm line 11.
Compilation failed in require at 
/build/libsvn-web-perl-0.63/blib/lib/SVN/Web/Test.pm line 24.
BEGIN failed--compilation aborted at 
/build/libsvn-web-perl-0.63/blib/lib/SVN/Web/Test.pm line 24.
Compilation failed in require at t/2basic.t line 6.
BEGIN failed--compilation aborted at t/2basic.t line 6.


Looks like a missing build-depends on whatever perl package provides
the YAML module. This is why I always recommend uploading in
source-only form.

Before tagging as unreproducible, please try building in a clean
chroot with only the build-dependencies installed (this is the only
way we should really try to reproduce FTBFS bugs).

Thanks.

Reply via email to