Start 2010-02-14T00:23:22 ActivePerl-818 CPAN-1.9402 Going to read '/Users/fly818/var/cpan/Metadata' Database was generated on Sat, 13 Feb 2010 22:43:37 GMT ______________________ D i s t r o P r e f s ______________________ Time-HiRes.yml[0] Running make for J/JH/JHI/Time-HiRes-1.9720.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JH/JHI/Time-HiRes-1.9720.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JH/JHI/CHECKSUMS Checksum for /Users/fly818/var/cpan/sources/authors/id/J/JH/JHI/Time-HiRes-1.9720.tar.gz ok Will not use Archive::Tar, need 1.00 Time-HiRes-1.9720/ Time-HiRes-1.9720/Changes Time-HiRes-1.9720/fallback/ Time-HiRes-1.9720/hints/ Time-HiRes-1.9720/HiRes.pm Time-HiRes-1.9720/HiRes.xs Time-HiRes-1.9720/Makefile.PL Time-HiRes-1.9720/MANIFEST Time-HiRes-1.9720/META.yml Time-HiRes-1.9720/ppport.h Time-HiRes-1.9720/README Time-HiRes-1.9720/t/ Time-HiRes-1.9720/TODO Time-HiRes-1.9720/typemap Time-HiRes-1.9720/t/HiRes.t Time-HiRes-1.9720/hints/aix.pl Time-HiRes-1.9720/hints/dec_osf.pl Time-HiRes-1.9720/hints/dynixptx.pl Time-HiRes-1.9720/hints/irix.pl Time-HiRes-1.9720/hints/linux.pl Time-HiRes-1.9720/hints/sco.pl Time-HiRes-1.9720/hints/solaris.pl Time-HiRes-1.9720/hints/svr4.pl Time-HiRes-1.9720/fallback/const-c.inc /usr/bin/tar: Read 6144 bytes from - Time-HiRes-1.9720/fallback/const-xs.inc Going to apply 1 patch: /Users/fly818/etc/distroprefs/Time-HiRes-1.9719.patch /usr/bin/patch -N --fuzz=3 -p1 <= IV_1E6 || uinterval >= IV_1E6) - croak("Time::HiRes::ualarm(%d, %d): useconds or uinterval equal to or more than %"IVdf, useconds, uinterval, IV_1E6); RETVAL = ualarm(useconds, uinterval); #endif @@ -948,8 +946,6 @@ } } #else - if (useconds >= IV_1E6 || uinterval >= IV_1E6) - croak("Time::HiRes::alarm(%d, %d): seconds or interval equal to or more than 1.0 ", useconds, uinterval, IV_1E6); RETVAL = (NV)ualarm( useconds, uinterval ) / NV_1E6; #endif } EOT patching file HiRes.xs Hunk #1 succeeded at 922 (offset 2 lines). Hunk #2 succeeded at 950 (offset 4 lines). CPAN.pm: Going to build J/JH/JHI/Time-HiRes-1.9720.tar.gz >>> /Users/fly818/bin/perl Makefile.PL Configuring Time::HiRes... Have syscall()... looking for syscall.h... NOT found. Looking for gettimeofday()... found. Looking for setitimer()... NOT found. Looking for getitimer()... NOT found. You do not have interval timers. Looking for ualarm()... found. Looking for usleep()... found. Looking for nanosleep()... testing... NOT found. You cannot mix subsecond sleeps with signals. (It would not be portable anyway.) Looking for clock_gettime()... NOT found. Looking for clock_getres()... NOT found. Looking for clock_nanosleep()... NOT found. Looking for clock()... NOT found. Looking for stat() subsecond timestamps... Trying struct stat st_atimespec.tv_nsec...NOT found. Trying struct stat st_atimensec...NOT found. Trying struct stat st_atime_n...NOT found. Trying struct stat st_atim.tv_nsec...NOT found. Trying struct stat st_uatime...NOT found. You do not seem to have stat subsecond timestamps. Checking if your kit is complete... Looks good Writing Makefile for Time::HiRes Now you may issue 'make'. Do not forget also 'make test'. >>> make cp HiRes.pm blib/lib/Time/HiRes.pm /Users/fly818/bin/perl /Users/fly818/var/megalib/ExtUtils/xsubpp -typemap /Users/fly818/ap818/lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O3 -DVERSION=\"1.9720\" -DXS_VERSION=\"1.9720\" "-I/Users/fly818/ap818/lib/CORE" -DATLEASTFIVEOHOHFIVE HiRes.c Running Mkbootstrap for Time::HiRes () chmod 644 HiRes.bs rm -f blib/arch/auto/Time/HiRes/HiRes.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 HiRes.o -o blib/arch/auto/Time/HiRes/HiRes.bundle \ \ chmod 755 blib/arch/auto/Time/HiRes/HiRes.bundle cp HiRes.bs blib/arch/auto/Time/HiRes/HiRes.bs chmod 644 blib/arch/auto/Time/HiRes/HiRes.bs Manifying blib/man3/Time::HiRes.3 JHI/Time-HiRes-1.9720.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/HiRes.t .. 1..48 ok 1 # have_gettimeofday = 1 # have_usleep = 1 # have_nanosleep = 0 # have_ualarm = 1 # have_clock_gettime = 0 # have_clock_getres = 0 # have_clock_nanosleep = 0 # have_clock = 0 # have_hires_stat = 0 # I am the main process 18073, starting the timer process... # The timer process 18074 launched, continuing testing... # I am the timer process 18074, sleeping for 360 seconds... ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 # tick = 1, one = 1266135818, two = 1266135818, three = 1266135818 ok 13 # tick = 3, one = 1266135818, two = 1266135818, three = 1266135818 ok 14 # s = 21.9839692115784, n = 100, s/n = 0.219839692115784 # time...1266135818.23132 ok 15 # sleep...0.500064 ok 16 # sigaction tick, ALRM = 14 # Tick! 4 0.316918 # Select returned! 4 0.317068 # 0.894310666666667 # Tick! 3 0.617274 # Select returned! 3 0.617383 # 0.794205666666667 # Tick! 2 0.917603 # Select returned! 2 0.917757 # 0.694081 # Tick! 1 1.217956 # Select returned! 1 1.218093 # 0.593969 # Tick! 0 1.518282 # Select returned! 0 1.518441 # 0.493853 ok 17 # 0 ok 18 # Skip: no virtual interval timers ok 19 # Skip: no virtual interval timers ok 20 # 1.50008821487427 went by while sleeping 1.5, ratio 1.00004066666667. ok 21 # 1.50006914138794 went by while sleeping 1.5, ratio 1.00002666666667. ok 22 # skipped ok 23 # skipped ok 24 ok 25 ok 26 ok 27 ok 28 # skipped # Finding delay loop... # N = 1024, t1 = 1266135823.25146, t0 = 1266135823.25106, dt = 0.000391960144042969 # N = 2048, t1 = 1266135823.25231, t0 = 1266135823.2515, dt = 0.000807046890258789 # N = 4096, t1 = 1266135823.25397, t0 = 1266135823.25233, dt = 0.00163984298706055 # N = 8192, t1 = 1266135823.25715, t0 = 1266135823.25406, dt = 0.00308799743652344 # N = 16384, t1 = 1266135823.26348, t0 = 1266135823.25718, dt = 0.00629091262817383 # N = 32768, t1 = 1266135823.2764, t0 = 1266135823.26351, dt = 0.0128951072692871 # Alarm 1 - 1266135823.28765 # Alarm 2 - 1266135823.31341 ok 29 # No clock_gettime ok 30 # skipped # No clock_getres ok 31 # skipped # No clock_nanosleep ok 32 # skipped ok 33 # skipped # t0 = 1266135823.44104 # ualarm(100000) # t1 = 1266135823.54128 # dt = 0.100237131118774 # r = 1.00237131118774 ok 34 # t0 = 1266135823.54155 # ualarm(1100000) # t1 = 1266135824.64172 # dt = 1.10017085075378 # r = 1.00015531886708 ok 35 # t0 = 1266135824.64199 # ualarm(2200000) # t1 = 1266135826.84216 # dt = 2.20016288757324 # r = 1.00007403980602 ok 36 # t0 = 1266135826.84242 # ualarm(4300000) # t1 = 1266135831.14258 # dt = 4.30015707015991 # r = 1.00003652794417 ok 37 # No effectual d_hires_stat ok 38 # skipped ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 # t0 = 1266135835.1437 # t1 = 1266135835.4437 # t1 - t0 = 0.300002098083496 ok 46 ok 47 ok 48 # I am the main process 18073, terminating the timer process 18074 # before it terminates me in 340 seconds (testing took 19 seconds). # kill KILL 18074 = 1 # All done. ok All tests successful. Files=1, Tests=48, 19 wallclock secs ( 0.09 usr 0.03 sys + 12.26 cusr 0.07 csys = 12.45 CPU) Result: PASS JHI/Time-HiRes-1.9720.tar.gz make test TEST_VERBOSE=1 -- OK Jarkko Hietaniemi <jhi@iki.fi> High resolution alarm, sleep, gettimeofday, interval timers >>> (cd /Users/fly818/var/cpan/build/Time-HiRes-1.9720-DuC4jD && tar cvf - Time-HiRes-1.9720.ppd blib) | gzip -c >/Users/fly818/var/REPO/J/JH/JHI/Time-HiRes-1.9720.tar.gz Time-HiRes-1.9720.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Time/ blib/arch/auto/Time/HiRes/ blib/arch/auto/Time/HiRes/HiRes.bs blib/arch/auto/Time/HiRes/HiRes.bundle blib/lib/ blib/lib/Time/ blib/lib/Time/HiRes.pm blib/man3/ blib/man3/Time::HiRes.3 >>> mv /Users/fly818/var/cpan/build/Time-HiRes-1.9720-DuC4jD/Time-HiRes-1.9720.ppd /Users/fly818/var/REPO/J/JH/JHI Finished 2010-02-14T00:23:57