Start 2009-03-21T02:41:42 ActivePerl-818 CPAN-1.9351 Going to read '/Users/fly818/var/cpan/Metadata' Database was generated on Fri, 20 Mar 2009 10:27:01 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.9719.tar.gz Checksum for /Users/fly818/var/cpan/sources/authors/id/J/JH/JHI/Time-HiRes-1.9719.tar.gz ok Time-HiRes-1.9719/ Time-HiRes-1.9719/Changes Time-HiRes-1.9719/fallback/ Time-HiRes-1.9719/fallback/const-c.inc Time-HiRes-1.9719/fallback/const-xs.inc Time-HiRes-1.9719/hints/ Time-HiRes-1.9719/hints/aix.pl Time-HiRes-1.9719/hints/dec_osf.pl Time-HiRes-1.9719/hints/dynixptx.pl Time-HiRes-1.9719/hints/irix.pl Time-HiRes-1.9719/hints/linux.pl Time-HiRes-1.9719/hints/sco.pl Time-HiRes-1.9719/hints/solaris.pl Time-HiRes-1.9719/hints/svr4.pl Time-HiRes-1.9719/HiRes.pm Time-HiRes-1.9719/HiRes.xs Time-HiRes-1.9719/Makefile.PL Time-HiRes-1.9719/MANIFEST Time-HiRes-1.9719/META.yml Time-HiRes-1.9719/ppport.h Time-HiRes-1.9719/README Time-HiRes-1.9719/t/ Time-HiRes-1.9719/t/HiRes.t Time-HiRes-1.9719/TODO Time-HiRes-1.9719/typemap 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 CPAN.pm: Going to build J/JH/JHI/Time-HiRes-1.9719.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.9719\" -DXS_VERSION=\"1.9719\" "-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.9719.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.... 1..40 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 18808, starting the timer process... # I am the timer process 18809, sleeping for 360 seconds... # The timer process 18809 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 = 1237628519, two = 1237628519, three = 1237628519 ok 13 # tick = 3, one = 1237628519, two = 1237628519, three = 1237628519 ok 14 # s = 63.8013019561768, n = 100, s/n = 0.638013019561768 # time...1237628519.64927 ok 15 # sleep...0.500045 ok 16 # sigaction tick, ALRM = 14 # Tick! 4 0.321212 # Select returned! 4 0.321366 # 0.892878 # Tick! 3 0.62156 # Select returned! 3 0.621694 # 0.792768666666667 # Tick! 2 0.921845 # Select returned! 2 0.921947 # 0.692684333333333 # Tick! 1 1.222125 # Select returned! 1 1.222255 # 0.592581666666667 # Tick! 0 1.522447 # Select returned! 0 1.522589 # 0.492470333333333 ok 17 # 0 ok 18 # SKIP : no virtual interval timers ok 19 # SKIP : no virtual interval timers ok 20 # 1.50006794929504 went by while sleeping 1.5, ratio 1.000024. ok 21 # 1.5000741481781 went by while sleeping 1.5, ratio 1.000028. ok 22 # skipped ok 23 # skipped ok 24 ok 25 ok 26 ok 27 ok 28 # skipped # Finding delay loop... # N = 1024, t1 = 1237628524.67353, t0 = 1237628524.67314, dt = 0.000390052795410156 # N = 2048, t1 = 1237628524.67435, t0 = 1237628524.67357, dt = 0.000774145126342773 # N = 4096, t1 = 1237628524.67597, t0 = 1237628524.67437, dt = 0.00159382820129395 # N = 8192, t1 = 1237628524.67909, t0 = 1237628524.676, dt = 0.00309085845947266 # N = 16384, t1 = 1237628524.68531, t0 = 1237628524.67912, dt = 0.00618815422058105 # N = 32768, t1 = 1237628524.69725, t0 = 1237628524.68533, dt = 0.0119140148162842 # Alarm 1 - 1237628524.70756 # Alarm 2 - 1237628524.73371 ok 29 # No clock_gettime ok 30 # skipped # No clock_getres ok 31 # skipped # No clock_nanosleep ok 32 # skipped ok 33 # skipped # t0 = 1237628524.87668 # ualarm(100000) # t1 = 1237628524.97681 # dt = 0.100131988525391 # r = 1.00131988525391 ok 34 # t0 = 1237628524.97701 # ualarm(1100000) # t1 = 1237628526.07715 # dt = 1.10013818740845 # r = 1.00012562491677 ok 35 # t0 = 1237628526.07742 # ualarm(2200000) # t1 = 1237628528.27753 # dt = 2.20010900497437 # r = 1.00004954771562 ok 36 # t0 = 1237628528.27768 # ualarm(4300000) # t1 = 1237628532.57782 # dt = 4.30013704299927 # r = 1.00003187046495 ok 37 # No effectual d_hires_stat ok 38 # skipped ok 39 ok 40 # I am the main process 18808, terminating the timer process 18809 # before it terminates me in 341 seconds (testing took 18 seconds). # kill KILL 18809 = 1 # All done. ok All tests successful. Files=1, Tests=40, 18 wallclock secs ( 0.10 usr 0.04 sys + 11.02 cusr 0.04 csys = 11.20 CPU) Result: PASS JHI/Time-HiRes-1.9719.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JH/JHI/CHECKSUMS Jarkko Hietaniemi <jhi@iki.fi> High resolution alarm, sleep, gettimeofday, interval timers >>> (cd /Users/fly818/var/cpan/build/Time-HiRes-1.9719-RMH0M_ && tar cvf - Time-HiRes-1.9719.ppd blib) | gzip -c >/Users/fly818/var/REPO/J/JH/JHI/Time-HiRes-1.9719.tar.gz Time-HiRes-1.9719.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.9719-RMH0M_/Time-HiRes-1.9719.ppd /Users/fly818/var/REPO/J/JH/JHI Finished 2009-03-21T02:42:17