Checking if your kit is complete... Looks good Writing Makefile for Sun::Solaris::Ucred cp Ucred.pm blib/lib/Sun/Solaris/Ucred.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 -typemap typemap Ucred.xs > Ucred.xsc && mv Ucred.xsc Ucred.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=\"1.1\" -DXS_VERSION=\"1.1\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Ucred.c Warning 67: "Ucred.xs", line 9 # Invalid pragma name: 'ident' (ignored). #pragma ident "@(#)Ucred.xs 1.1 04/01/22 SMI" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 112: "Ucred.xs", line 12 # Include file not found. #include ^^^^^^^^^ Error 112: "Ucred.xs", line 13 # Include file not found. #include ^^^^^^^^ Error 20: "Ucred.xs", line 21 # ',' expected before 'Sun__Solaris__Privilege__Privset'. typedef priv_set_t Sun__Solaris__Privilege__Privset; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 19: "Ucred.xs", line 22 # Unexpected 'Sun__Solaris__Ucred__Ucred'. typedef ucred_t Sun__Solaris__Ucred__Ucred; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 172: "Ucred.c", line 80 # Undeclared variable 'Sun__Solaris__Ucred__Ucred'. Sun__Solaris__Ucred__Ucred * RETVAL; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 172: "Ucred.c", line 82 # Undeclared variable 'RETVAL'. RETVAL = ucred_get(pid); ^^^^^^ Error 172: "Ucred.c", line 84 # Undeclared variable 'RETVAL'. sv_setref_pv(ST(0), "Sun::Solaris::Ucred::UcredPtr", (void*)RETV ^^^^^^^^^^^^ Error 172: "Ucred.c", line 102 # Undeclared variable 'Sun__Solaris__Ucred__Ucred'. Sun__Solaris__Ucred__Ucred * uc; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 419: "Ucred.c", line 107 # 'Sun__Solaris__Ucred__Ucred' is used as a type, but has not been defined as a type. uc = INT2PTR(Sun__Solaris__Ucred__Ucred *,tmp); ^^^^^^^ Error 172: "Ucred.c", line 107 # Undeclared variable 'uc'. uc = INT2PTR(Sun__Solaris__Ucred__Ucred *,tmp); ^^ Error 172: "Ucred.c", line 112 # Undeclared variable 'uc'. RETVAL = ucred_geteuid(uc); ^^ Error 172: "Ucred.c", line 139 # Undeclared variable 'Sun__Solaris__Ucred__Ucred'. Sun__Solaris__Ucred__Ucred * uc; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 699: "Ucred.c", line 139 # Error limit reached; halting compilation. Sun__Solaris__Ucred__Ucred * uc; ^^^^^^^^^^^^^^^^^^^^^^^^^^ make: *** [Ucred.o] Error 2