configuring... testing: struct timex tx; int st; st = ntp_adjtime(&tx); cc -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE -L/usr/lib/hpux32 -o conftest conftest.c Error 112: "conftest.c", line 5 # Include file not found. #include ^^^^^^^^^^^^^ Error 628: "conftest.c", line 6 # "timex#13 tx" ["conftest.c", line 6] cannot be defined to have an incomplete type. int main(void) { struct timex tx; int st; st = ntp_adjtime(&tx); } ^^ testing: struct timex tx; tx.time.tv_sec = 0; return tx.time.tv_sec; cc -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE -L/usr/lib/hpux32 -o conftest conftest.c Error 112: "conftest.c", line 5 # Include file not found. #include ^^^^^^^^^^^^^ Error 628: "conftest.c", line 6 # "timex#13 tx" ["conftest.c", line 6] cannot be defined to have an incomplete type. int main(void) { struct timex tx; tx.time.tv_sec = 0; return tx.time.tv_sec; } ^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct timex' and 'struct timex' has not been defined yet. int main(void) { struct timex tx; tx.time.tv_sec = 0; return tx.time.tv_sec; } ^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct timex' and 'struct timex' has not been defined yet. int main(void) { struct timex tx; tx.time.tv_sec = 0; return tx.time.tv_sec; } ^^ testing: struct timex tx; tx.time.tv_nsec = 0; return tx.time.tv_nsec; cc -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE -L/usr/lib/hpux32 -o conftest conftest.c Error 112: "conftest.c", line 5 # Include file not found. #include ^^^^^^^^^^^^^ Error 628: "conftest.c", line 6 # "timex#13 tx" ["conftest.c", line 6] cannot be defined to have an incomplete type. int main(void) { struct timex tx; tx.time.tv_nsec = 0; return tx.time.tv_nsec; } ^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct timex' and 'struct timex' has not been defined yet. int main(void) { struct timex tx; tx.time.tv_nsec = 0; return tx.time.tv_nsec; } ^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct timex' and 'struct timex' has not been defined yet. int main(void) { struct timex tx; tx.time.tv_nsec = 0; return tx.time.tv_nsec; } ^^ testing: struct timex tx; tx.time_state = 0; return tx.time_state; cc -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE -L/usr/lib/hpux32 -o conftest conftest.c Error 112: "conftest.c", line 5 # Include file not found. #include ^^^^^^^^^^^^^ Error 628: "conftest.c", line 6 # "timex#13 tx" ["conftest.c", line 6] cannot be defined to have an incomplete type. int main(void) { struct timex tx; tx.time_state = 0; return tx.time_state; } ^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct timex' and 'struct timex' has not been defined yet. int main(void) { struct timex tx; tx.time_state = 0; return tx.time_state; } ^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct timex' and 'struct timex' has not been defined yet. int main(void) { struct timex tx; tx.time_state = 0; return tx.time_state; } ^^ testing: struct ntptimeval ntv; ntv.time.tv_nsec = 0; return ntv.time.tv_nsec; cc -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE -L/usr/lib/hpux32 -o conftest conftest.c Error 112: "conftest.c", line 5 # Include file not found. #include ^^^^^^^^^^^^^ Error 628: "conftest.c", line 6 # "ntptimeval#13 ntv" ["conftest.c", line 6] cannot be defined to have an incomplete type. int main(void) { struct ntptimeval ntv; ntv.time.tv_nsec = 0; return ntv.time.tv_nsec; } ^^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct ntptimeval' and 'struct ntptimeval' has not been defined yet. int main(void) { struct ntptimeval ntv; ntv.time.tv_nsec = 0; return ntv.time.tv_nsec; } ^^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct ntptimeval' and 'struct ntptimeval' has not been defined yet. ain(void) { struct ntptimeval ntv; ntv.time.tv_nsec = 0; return ntv.time.tv_nsec; } ^^^ testing: struct ntptimeval ntv; ntv.time_state = 0; return ntv.time_state; cc -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE -L/usr/lib/hpux32 -o conftest conftest.c Error 112: "conftest.c", line 5 # Include file not found. #include ^^^^^^^^^^^^^ Error 628: "conftest.c", line 6 # "ntptimeval#13 ntv" ["conftest.c", line 6] cannot be defined to have an incomplete type. int main(void) { struct ntptimeval ntv; ntv.time_state = 0; return ntv.time_state; } ^^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct ntptimeval' and 'struct ntptimeval' has not been defined yet. int main(void) { struct ntptimeval ntv; ntv.time_state = 0; return ntv.time_state; } ^^^ Error 548: "conftest.c", line 6 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct ntptimeval' and 'struct ntptimeval' has not been defined yet. main(void) { struct ntptimeval ntv; ntv.time_state = 0; return ntv.time_state; } ^^^ testing: struct timeval tv; int st; st = gettimeofday(&tv, NULL); cc -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE -L/usr/lib/hpux32 -o conftest conftest.c ld: Unsatisfied symbol "Perl_reentrant_retry" in file conftest.o ld: Unsatisfied symbol "PL_thr_key" in file conftest.o 2 errors. 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/ia64/build/5.8.2/bin/perl /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/typemap Now.xs > Now.xsc && mv Now.xsc Now.c cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"0.006\" -DXS_VERSION=\"0.006\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" 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="" /usr/bin/ld -b +vnocompatwarnings -L/usr/lib/hpux32 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/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" 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 ( 0.42 cusr + 0.09 csys = 0.51 CPU) Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi/auto/Time/UTC/Now/Now.so Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi/auto/Time/UTC/Now/Now.bs Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi/Time/UTC/Now.pm Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Time::UTC::Now.3 Appending installation info to /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/perllocal.pod