#2) cpan[1]> install Event::Lib CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Mon, 15 Sep 2008 04:02:50 GMT Running install for module 'Event::Lib' Running make for V/VP/VPARSEVAL/Event-Lib-1.03.tar.gz CPAN: Digest::SHA loaded ok (v5.45) CPAN: Compress::Zlib loaded ok (v2.012) Checksum for /root/.cpan/sources/authors/id/V/VP/VPARSEVAL/Event-Lib-1.03.tar.gz ok Scanning cache /root/.cpan/build for sizes ............................................................................DONE Event-Lib-1.03/ Event-Lib-1.03/Changes Event-Lib-1.03/check.c Event-Lib-1.03/const-xs.inc Event-Lib-1.03/dhash.h Event-Lib-1.03/event_debug.h Event-Lib-1.03/fallback/ Event-Lib-1.03/fallback/const-c.inc Event-Lib-1.03/fallback/const-xs.inc Event-Lib-1.03/lib/ Event-Lib-1.03/lib/Event/ Event-Lib-1.03/lib/Event/Lib.pm Event-Lib-1.03/Lib.xs Event-Lib-1.03/Makefile.PL Event-Lib-1.03/MANIFEST Event-Lib-1.03/META.yml Event-Lib-1.03/ppport.h Event-Lib-1.03/README Event-Lib-1.03/scripts/ Event-Lib-1.03/scripts/client.pl Event-Lib-1.03/scripts/eprof Event-Lib-1.03/scripts/server.pl Event-Lib-1.03/t/ Event-Lib-1.03/t/00_pod.t Event-Lib-1.03/t/00_pod_coverage.t Event-Lib-1.03/t/01_event-lib.t Event-Lib-1.03/t/10_event.t Event-Lib-1.03/t/20_signal.t Event-Lib-1.03/t/30_timer.t Event-Lib-1.03/t/31_timer_one.t Event-Lib-1.03/t/32_timer_timeout.t Event-Lib-1.03/t/40_exception.t Event-Lib-1.03/t/41_exception.t Event-Lib-1.03/t/42_exception.t Event-Lib-1.03/t/43_exception.t Event-Lib-1.03/t/44_exception.t Event-Lib-1.03/t/45_exception.t Event-Lib-1.03/t/46_exception.t Event-Lib-1.03/t/47_exception_flags.t Event-Lib-1.03/t/50_cleanup.t Event-Lib-1.03/t/51_cleanup_persistent.t Event-Lib-1.03/t/52_cleanup_readded.t Event-Lib-1.03/t/53_cleanup_undef.t Event-Lib-1.03/t/54_cleanup_reassign.t Event-Lib-1.03/t/60_event_as_arg.t Event-Lib-1.03/t/61_events_in_struct.t Event-Lib-1.03/t/62_events_readded.t Event-Lib-1.03/t/63_events_readded.t Event-Lib-1.03/t/64_pending_events_destroyed.t Event-Lib-1.03/t/65_stress_no_clone.t Event-Lib-1.03/t/70_misc.t Event-Lib-1.03/t/71_misc.t Event-Lib-1.03/t/72_misc.t Event-Lib-1.03/t/73_misc.t Event-Lib-1.03/t/80_processes.t Event-Lib-1.03/t/90_leak.t Event-Lib-1.03/t/91_leak.t Event-Lib-1.03/t/92_leak.t Event-Lib-1.03/t/93_leak.t Event-Lib-1.03/typemap CPAN: File::Temp loaded ok (v0.18) CPAN: YAML loaded ok (v0.66) CPAN.pm: Going to build V/VP/VPARSEVAL/Event-Lib-1.03.tar.gz Checking existance of libevent...yes Checking capabilities... event_set_log_callback...yes event_priority_init...yes Additional defines: -DHAVE_LOG_CALLBACKS -DHAVE_PRIORITIES Checking if your kit is complete... Looks good Writing Makefile for Event::Lib cp lib/Event/Lib.pm blib/lib/Event/Lib.pm /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap typemap Lib.xs > Lib.xsc && mv Lib.xsc Lib.c cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DHAVE_CONFIG_H -DHAVE_LOG_CALLBACKS -DHAVE_PRIORITIES Lib.c Running Mkbootstrap for Event::Lib () chmod 644 Lib.bs rm -f blib/arch/auto/Event/Lib/Lib.so cc -shared -O2 -g -L/usr/local/lib Lib.o -o blib/arch/auto/Event/Lib/Lib.so \ -levent -lm \ chmod 755 blib/arch/auto/Event/Lib/Lib.so cp Lib.bs blib/arch/auto/Event/Lib/Lib.bs chmod 644 blib/arch/auto/Event/Lib/Lib.bs Manifying blib/man3/Event::Lib.3pm VPARSEVAL/Event-Lib-1.03.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_pod.........................ok t/00_pod_coverage................ok t/01_event-lib...................ok t/10_event.......................ok t/20_signal......................ok t/30_timer.......................ok t/31_timer_one...................ok t/32_timer_timeout...............ok t/40_exception...................ok t/41_exception...................ok t/42_exception...................ok t/43_exception...................ok t/44_exception...................ok t/45_exception...................ok t/46_exception...................ok t/47_exception_flags.............ok t/50_cleanup.....................ok t/51_cleanup_persistent..........ok 2/6Test output counter mismatch [test 3] Test output counter mismatch [test 4] t/51_cleanup_persistent..........ok 5/6Test output counter mismatch [test 5] Test output counter mismatch [test 6] t/51_cleanup_persistent..........ok t/52_cleanup_readded.............ok t/53_cleanup_undef...............ok t/54_cleanup_reassign............ok t/60_event_as_arg................ok t/61_events_in_struct............ok t/62_events_readded..............ok t/63_events_readded..............ok t/64_pending_events_destroyed....ok t/65_stress_no_clone.............ok t/70_misc........................ok t/71_misc........................ok t/72_misc........................ok t/73_misc........................ok t/80_processes...................ok t/90_leak........................ok 1/1 skipped: various reasons t/91_leak........................ok 1/1 skipped: various reasons t/92_leak........................ok 1/1 skipped: various reasons t/93_leak........................ok 1/1 skipped: various reasons All tests successful, 4 subtests skipped. Files=36, Tests=284, 50 wallclock secs ( 1.13 cusr + 0.41 csys = 1.54 CPU) VPARSEVAL/Event-Lib-1.03.tar.gz /usr/bin/make test -- OK Running make install Prepending /root/.cpan/build/Event-Lib-1.03-xyJVqn/blib/arch /root/.cpan/build/Event-Lib-1.03-xyJVqn/blib/lib to PERL5LIB for 'install' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/local/lib/perl/5.10.0/auto/Event/Lib/Lib.bs Installing /usr/local/lib/perl/5.10.0/auto/Event/Lib/Lib.so Installing /usr/local/lib/perl/5.10.0/Event/Lib.pm Installing /usr/local/man/man3/Event::Lib.3pm Writing /usr/local/lib/perl/5.10.0/auto/Event/Lib/.packlist Appending installation info to /usr/local/lib/perl/5.10.0/perllocal.pod VPARSEVAL/Event-Lib-1.03.tar.gz /usr/bin/make install -- OK