Bug#687403: libio-async-loop-epoll-perl: FTBFS: test failed

gregor herrmann gregoa at debian.org
Wed Sep 12 14:52:34 UTC 2012


On Wed, 12 Sep 2012 16:03:18 +0200, gregor herrmann wrote:

> [ http://bugs.debian.org/687403 ]

> [0] from CPAN RT#78892:
> "If you update libio-async-perl to 0.52, you should find that the
> Epoll loop now skips those tests, because it doesn't declare
> _CAN_SUBSECOND_ACCURATELY."
> (And the patch in 0.51-3 backports this 0.52 change.)

From staring at the patch:

http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-perl.git;a=commitdiff;h=c9312eb

++# Some Loop implementations do not accurately handle sub-second timers.
++# This only matters for unit tests
++use constant _CAN_SUBSECOND_ACCURATELY => 1;

++   SKIP: {
++      skip "Unable to handle sub-second timers accurately", 3 unless $loop->_CAN_SUBSECOND_ACCURATELY;


Should this be "_CAN_SUBSECOND_ACCURATELY => 0" to turn it off unless
some loop test explicitly sets it?


Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Don McLean: Aftermath
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120912/924a47a0/attachment.pgp>


More information about the pkg-perl-maintainers mailing list