Skip Menu |

This queue is for tickets about the Tickit-Async CPAN distribution.

Report information
The Basics
Id: 78426
Status: resolved
Priority: 0/
Queue: Tickit-Async

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.13
Fixed in: 0.14



Subject: Fails to install
cpan[1]> install Tickit::Async CPAN: Storable loaded ok (v2.20) Going to read '/home/leo/.cpan/Metadata' Database was generated on Mon, 16 Jul 2012 16:35:05 GMT Running install for module 'Tickit::Async' CPAN: YAML loaded ok (v0.71) Running make for P/PE/PEVANS/Tickit-Async-0.13.tar.gz CPAN: Digest::SHA loaded ok (v5.47) CPAN: Compress::Zlib loaded ok (v2.02) Checksum for /home/leo/.cpan/sources/authors/id/P/PE/PEVANS/Tickit- Async-0.13.tar.gz ok Scanning cache /home/leo/.cpan/build for sizes ........................................................................ ....DONE CPAN: Archive::Tar loaded ok (v1.52) Tickit-Async-0.13 Tickit-Async-0.13/Changes Tickit-Async-0.13/META.json Tickit-Async-0.13/README Tickit-Async-0.13/Build.PL Tickit-Async-0.13/LICENSE Tickit-Async-0.13/META.yml Tickit-Async-0.13/MANIFEST Tickit-Async-0.13/Makefile.PL Tickit-Async-0.13/lib Tickit-Async-0.13/lib/Tickit Tickit-Async-0.13/lib/Tickit/Async.pm Tickit-Async-0.13/examples Tickit-Async-0.13/examples/testonewidget.pl Tickit-Async-0.13/t Tickit-Async-0.13/t/00use.t Tickit-Async-0.13/t/01tickit-async.t Tickit-Async-0.13/t/99pod.t Tickit-Async-0.13/t/02tickit-async-input.t CPAN: File::Temp loaded ok (v0.22) CPAN: Module::Build loaded ok (v0.3622) CPAN.pm: Going to build P/PE/PEVANS/Tickit-Async-0.13.tar.gz Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'Tickit-Async' version '0.13' Building Tickit-Async PEVANS/Tickit-Async-0.13.tar.gz ./Build -- OK Running Build test t/00use.t ................. ok t/01tickit-async.t ........ 1/8 Nothing was ready after 10 second wait; called at /home/leo/lib/perl5/IO/Async/Test.pm line 170 # Looks like you planned 8 tests but ran 4. # Looks like your test exited with 22 just after 4. t/01tickit-async.t ........ Dubious, test returned 22 (wstat 5632, 0x1600) Failed 4/8 subtests t/02tickit-async-input.t .. ok t/99pod.t ................. ok Test Summary Report ------------------- t/01tickit-async.t (Wstat: 5632 Tests: 4 Failed: 0) Non-zero exit status: 22 Parse errors: Bad plan. You planned 8 tests but ran 4. Files=4, Tests=11, 11 wallclock secs ( 0.04 usr 0.05 sys + 0.35 cusr 0.09 csys = 0.53 CPU) Result: FAIL Failed 1/4 test programs. 0/11 subtests failed. PEVANS/Tickit-Async-0.13.tar.gz ./Build test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports PEVANS/Tickit-Async-0.13.tar.gz Running Build install make test had returned bad status, won't install without force Failed during this command: PEVANS/Tickit-Async-0.13.tar.gz : make_test NO leo@fairy:~ $ echo $TERM xterm leo@fairy:~ $ uname -a Linux fairy 3.0.18-linode43 #1 SMP Mon Jan 30 11:44:09 EST 2012 i686 GNU/Linux -- Paul Evans
On Tue Jul 17 09:36:09 2012, PEVANS wrote: Show quoted text
> t/01tickit-async.t ........ 1/8 Nothing was ready after 10 second
wait; Show quoted text
> called at /home/leo/lib/perl5/IO/Async/Test.pm line 170 > # Looks like you planned 8 tests but ran 4. > # Looks like your test exited with 22 just after 4. > t/01tickit-async.t ........ Dubious, test returned 22 (wstat 5632, > 0x1600)
Ahyes. That's buffering not being flushed. Will fix that in next core Tickit anyway. "notest install" should be fine on this. -- Paul Evans
Now fixed with Tickit 0.19 + Tickit::Async 0.14. -- Paul Evans