Start 2010-04-12T13:35:46 ActivePerl-1200 CPAN-1.9402 Going to read '/Users/fly1200/var/cpan/Metadata' Database was generated on Sun, 11 Apr 2010 21:27:12 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.9721.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JH/JHI/Time-HiRes-1.9721.tar.gz Checksum for /Users/fly1200/var/cpan/sources/authors/id/J/JH/JHI/Time-HiRes-1.9721.tar.gz ok Time-HiRes-1.9721/ Time-HiRes-1.9721/Changes Time-HiRes-1.9721/fallback/ Time-HiRes-1.9721/hints/ Time-HiRes-1.9721/HiRes.pm Time-HiRes-1.9721/HiRes.xs Time-HiRes-1.9721/Makefile.PL Time-HiRes-1.9721/MANIFEST Time-HiRes-1.9721/META.yml Time-HiRes-1.9721/ppport.h Time-HiRes-1.9721/README Time-HiRes-1.9721/t/ Time-HiRes-1.9721/TODO Time-HiRes-1.9721/typemap Time-HiRes-1.9721/t/HiRes.t Time-HiRes-1.9721/hints/aix.pl Time-HiRes-1.9721/hints/dec_osf.pl Time-HiRes-1.9721/hints/dynixptx.pl Time-HiRes-1.9721/hints/irix.pl Time-HiRes-1.9721/hints/linux.pl Time-HiRes-1.9721/hints/sco.pl Time-HiRes-1.9721/hints/solaris.pl Time-HiRes-1.9721/hints/svr4.pl Time-HiRes-1.9721/fallback/const-c.inc Time-HiRes-1.9721/fallback/const-xs.inc Going to apply 1 patch: /Users/fly1200/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.9721.tar.gz >>> /Users/fly1200/bin/perl Makefile.PL Configuring Time::HiRes... Have syscall()... looking for syscall.h... NOT found. Looking for gettimeofday()... found. Looking for setitimer()... found. Looking for getitimer()... found. You have interval timers (both setitimer and getitimer). 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/fly1200/bin/perl /Users/fly1200/ap1200-292396/lib/ExtUtils/xsubpp -typemap /Users/fly1200/ap1200-292396/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.4 -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.9721\" -DXS_VERSION=\"1.9721\" "-I/Users/fly1200/ap1200-292396/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.4 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.9721.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1200/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 9823, starting the timer process... # I am the timer process 9824, sleeping for 360 seconds... # The timer process 9824 launched, continuing testing... 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 = 1271104562, two = 1271104562, three = 1271104562 ok 13 # tick = 3, one = 1271104562, two = 1271104562, three = 1271104562 ok 14 # s = 60.5265202522278, n = 100, s/n = 0.605265202522278 # time...1271104562.63352 ok 15 # sleep...0.500073 ok 16 # sigaction tick, ALRM = 14 # Tick! 4 0.301897 # Select returned! 4 0.302047 # 0.899317666666667 # Tick! 3 0.602264 # Select returned! 3 0.602406 # 0.799198 # Tick! 2 0.902595 # Select returned! 2 0.902731 # 0.699089666666667 # Tick! 1 1.202875 # Select returned! 1 1.202973 # 0.599009 # Tick! 0 1.50315 # Select returned! 0 1.503289 # 0.498903666666667 ok 17 # 0 # setitimer: 0 0 ok 18 # getitimer: 0.5 0.4 # Tick! 2 0.899135 # Tick! 1 1.309098 # Tick! 0 1.709093 # Tick! 0 3.849137 # getitimer: 0 0 ok 19 ok 20 # 1.50008106231689 went by while sleeping 1.5, ratio 1.00003. ok 21 # 1.50007510185242 went by while sleeping 1.5, ratio 1.000026. ok 22 # skipped ok 23 # skipped ok 24 ok 25 ok 26 ok 27 ok 28 # skipped # Finding delay loop... # N = 1024, t1 = 1271104571.48901, t0 = 1271104571.48859, dt = 0.000416994094848633 # N = 2048, t1 = 1271104571.48991, t0 = 1271104571.48906, dt = 0.000850915908813477 # N = 4096, t1 = 1271104571.49166, t0 = 1271104571.48994, dt = 0.00171804428100586 # N = 8192, t1 = 1271104571.49504, t0 = 1271104571.49168, dt = 0.00336408615112305 # N = 16384, t1 = 1271104571.50163, t0 = 1271104571.49508, dt = 0.00655698776245117 # N = 32768, t1 = 1271104571.51437, t0 = 1271104571.50166, dt = 0.0127110481262207 # Alarm 1 - 1271104571.52465 # Alarm 2 - 1271104571.54867 ok 29 # No clock_gettime ok 30 # skipped # No clock_getres ok 31 # skipped # No clock_nanosleep ok 32 # skipped ok 33 # skipped # t0 = 1271104571.6848 # ualarm(100000) # t1 = 1271104571.78492 # dt = 0.100121974945068 # r = 1.00121974945068 ok 34 # t0 = 1271104571.78507 # ualarm(1100000) # t1 = 1271104572.88523 # dt = 1.10015892982483 # r = 1.00014448165894 ok 35 # t0 = 1271104572.88548 # ualarm(2200000) # t1 = 1271104575.08565 # dt = 2.20017409324646 # r = 1.00007913329385 ok 36 # t0 = 1271104575.0859 # ualarm(4300000) # t1 = 1271104579.38607 # dt = 4.30017685890198 # r = 1.0000411299772 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 = 1271104583.38734 # t1 = 1271104583.68734 # t1 - t0 = 0.300000905990601 ok 46 ok 47 ok 48 # I am the main process 9823, terminating the timer process 9824 # before it terminates me in 336 seconds (testing took 23 seconds). # kill KILL 9824 = 1 # All done. ok All tests successful. Files=1, Tests=48, 23 wallclock secs ( 0.09 usr 0.03 sys + 16.10 cusr 0.11 csys = 16.33 CPU) Result: PASS JHI/Time-HiRes-1.9721.tar.gz make test TEST_VERBOSE=1 -- OK Jarkko Hietaniemi <jhi@iki.fi> High resolution alarm, sleep, gettimeofday, interval timers >>> (cd /Users/fly1200/var/cpan/build/Time-HiRes-1.9721-P283VE && tar cvf - Time-HiRes-1.9721.ppd blib) | gzip -c >/Users/fly1200/var/REPO/J/JH/JHI/Time-HiRes-1.9721.tar.gz Time-HiRes-1.9721.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/fly1200/var/cpan/build/Time-HiRes-1.9721-P283VE/Time-HiRes-1.9721.ppd /Users/fly1200/var/REPO/J/JH/JHI Finished 2010-04-12T13:36:24