Skip Menu |

This queue is for tickets about the Search-Estraier CPAN distribution.

Report information
The Basics
Id: 86021
Status: open
Priority: 0/
Queue: Search-Estraier

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: gregoa [...] cpan.org
Subject: libsearch-estraier-perl: FTBFS with perl 5.18: test failures
This bug has been forwarded from http://bugs.debian.org/711615 -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->--> Source: libsearch-estraier-perl Version: 0.09-5 Severity: important User: debian-perl@lists.debian.org Usertags: perl-5.18-transition Tags: sid jessie This package FTBFS with perl 5.18 from experimental (in a clean sbuild session): # Failed test 'drafts same' # at t/1_Document.t line 78. # got: '@uri=http://localhost/Search-Estraier/ # empty= # foo=bar # size=42 # zero=0 # %VECTOR foo 42 baz 0 bar 100 # # This is a test # of pure-perl bindings # for HyperEstraier # This is hidden text # ' # expected: '@uri=http://localhost/Search-Estraier/ # empty= # foo=bar # size=42 # zero=0 # %VECTOR baz 0 bar 100 foo 42 # # This is a test # of pure-perl bindings # for HyperEstraier # This is hidden text # ' # Looks like you failed 1 test of 60. t/1_Document.t ........ 1..60 -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) <--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<-- Thanks in advance, gregor herrmann, Debian Perl Group
On 2013-06-09 11:44:46, GREGOA wrote: Show quoted text
> This bug has been forwarded from http://bugs.debian.org/711615 > > -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->--> > > Source: libsearch-estraier-perl > Version: 0.09-5 > Severity: important > User: debian-perl@lists.debian.org > Usertags: perl-5.18-transition > Tags: sid jessie > > This package FTBFS with perl 5.18 from experimental (in a clean sbuild > session): > > # Failed test 'drafts same' > # at t/1_Document.t line 78. > # got: '@uri=http://localhost/Search-Estraier/ > # empty= > # foo=bar > # size=42 > # zero=0 > # %VECTOR foo 42 baz 0 bar 100 > # > # This is a test > # of pure-perl bindings > # for HyperEstraier > # This is hidden text > # ' > # expected: '@uri=http://localhost/Search-Estraier/ > # empty= > # foo=bar > # size=42 > # zero=0 > # %VECTOR baz 0 bar 100 foo 42 > # > # This is a test > # of pure-perl bindings > # for HyperEstraier > # This is hidden text > # ' > # Looks like you failed 1 test of 60. > t/1_Document.t ........ > 1..60 >
Currently I see two problems with this distribution: * t/pod.t fails if Test::Pod is installed (all perl versions) * t/1_Document.t fails randomly for perl >= 5.17.6 ("hash randomization") The 2nd problem can be workarounded by using deterministic hashes, e.g. by setting the environment variables PERL_HASH_SEED=1 PERL_PERTURB_KEYS=NO (To force a failure, PERL_HASH_SEED=2 may be set)