configuring... testing: struct timex tx; int st; st = ntp_adjtime(&tx); gcc -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -o conftest conftest.c testing: struct timex tx; tx.time.tv_sec = 0; return tx.time.tv_sec; gcc -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -o conftest conftest.c testing: struct timex tx; tx.time.tv_nsec = 0; return tx.time.tv_nsec; gcc -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -o conftest conftest.c conftest.c: In function `main': conftest.c:6: structure has no member named `tv_nsec' conftest.c:6: structure has no member named `tv_nsec' testing: struct timex tx; tx.time_state = 0; return tx.time_state; gcc -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -o conftest conftest.c conftest.c: In function `main': conftest.c:6: structure has no member named `time_state' conftest.c:6: structure has no member named `time_state' testing: struct ntptimeval ntv; ntv.time.tv_nsec = 0; return ntv.time.tv_nsec; gcc -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -o conftest conftest.c conftest.c: In function `main': conftest.c:6: structure has no member named `tv_nsec' conftest.c:6: structure has no member named `tv_nsec' testing: struct ntptimeval ntv; ntv.time_state = 0; return ntv.time_state; gcc -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -o conftest conftest.c conftest.c: In function `main': conftest.c:6: structure has no member named `time_state' conftest.c:6: structure has no member named `time_state' testing: struct timeval tv; int st; st = gettimeofday(&tv, NULL); gcc -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -o conftest conftest.c Checking if your kit is complete... Warning: the following files are missing in your kit: .cvsignore Please inform the author. Writing Makefile for Time::UTC::Now cp lib/Time/UTC/Now.pm blib/lib/Time/UTC/Now.pm /home/cpanrun/build/5.6.1/bin/perl -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/xsubpp -typemap /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/typemap Now.xs > Now.xsc && mv Now.xsc Now.c gcc -c -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.006\" -DXS_VERSION=\"0.006\" -fpic -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -DQUSE_NTP_ADJTIME -DQHAVE_STRUCT_TIMEX_TIME -DQUSE_GETTIMEOFDAY Now.c Running Mkbootstrap for Time::UTC::Now () chmod 644 Now.bs rm -f blib/arch/auto/Time/UTC/Now/Now.so LD_RUN_PATH="" gcc -shared Now.o -o blib/arch/auto/Time/UTC/Now/Now.so chmod 755 blib/arch/auto/Time/UTC/Now/Now.so cp Now.bs blib/arch/auto/Time/UTC/Now/Now.bs chmod 644 blib/arch/auto/Time/UTC/Now/Now.bs Manifying blib/man3/Time::UTC::Now.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/cjdn..............1..4 ok 1 - use Time::UTC::Now; ok 2 ok 3 ok 4 ok t/mjdn..............1..4 ok 1 - use Time::UTC::Now; ok 2 ok 3 ok 4 ok t/use...............1..1 ok 1 - use Time::UTC::Now; ok All tests successful. Files=3, Tests=9, 1 wallclock secs ( 1.00 cusr + 0.08 csys = 1.08 CPU) Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/i686-linux-thread-multi/auto/Time/UTC/Now/Now.so Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/i686-linux-thread-multi/auto/Time/UTC/Now/Now.bs Installing /home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/i686-linux-thread-multi/Time/UTC/Now.pm Installing /home/cpanrun/build/5.6.1/man/man3/Time::UTC::Now.3 Appending installation info to /home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/perllocal.pod