Writing Makefile for Proc::UID cp UID.pm blib/lib/Proc/UID.pm /home/cpanrun/ia64/build/5.6.1/bin/perl -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/ExtUtils/xsubpp -typemap /home/cpanrun/ia64/build/5.6.1/lib/5.6.1/ExtUtils/typemap UID.xs > UID.xsc && mv UID.xsc UID.c gcc -c -DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE -L/lib/hpux32 -DUINT32_MAX_BROKEN -fPIC -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi/CORE UID.c Running Mkbootstrap for Proc::UID () chmod 644 UID.bs rm -f blib/arch/auto/Proc/UID/UID.so LD_RUN_PATH="" gcc -shared -L/lib/hpux32 -L/usr/local/lib UID.o -o blib/arch/auto/Proc/UID/UID.so chmod 755 blib/arch/auto/Proc/UID/UID.so cp UID.bs blib/arch/auto/Proc/UID/UID.bs chmod 644 blib/arch/auto/Proc/UID/UID.bs Manifying blib/man3/Proc::UID.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00_setup..........1..0 # Skipped, this setup can only be done as root. skipped: this setup can only be done as root. t/01_defined_subs...1..25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 not ok 23 # Test 23 got: '0' (t/01_defined_subs.t at line 49) # Expected: '105' (Saved UID is not equal to Real UID) ok 24 not ok 25 # Test 25 got: '0' (t/01_defined_subs.t at line 55) # Expected: '20' (Saved GID is not equal to Real GID) FAILED tests 23, 25 Failed 2/25 tests, 92.00% okay t/02_user_tests.....1..18 ok 1 ok 2 ok 3 not ok 4 # Test 4 got: '0' (t/02_user_tests.t at line 25) # Expected: '105' (getsuid not the same as original $>) ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 # Running as non-root, no need to drop group ok 12 # Running as non-root, no need to drop privileges ok 13 ok 14 ok 15 # Cannot set saved-UID directly on this system ok 16 ok 17 ok 18 # Cannot set saved-GID correctly on this system FAILED test 4 Failed 1/18 tests, 94.44% okay t/03_root_tests.....1..0 # Skipped, this file must be run as root. skipped: this file must be run as root. t/04_suid_tests.....1..0 # Skipped, this file must run setuid. skipped: this file must run setuid. t/05_sgid_tests.....1..0 # Skipped, this file must run setgid. skipped: this file must run setgid. Failed Test Status Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------------------- t/01_defined_subs.t 25 2 8.00% 23, 25 t/02_user_tests.t 18 1 5.56% 4 4 tests skipped. Failed 2/6 test scripts, 66.67% okay. 3/43 subtests failed, 93.02% okay. make: *** [test_dynamic] Error 25