Set up gcc environment - 3.3 WARNING: Couldn't find libstk in environment; using included library Checking if your kit is complete... Looks good Writing Makefile for stk Writing Makefile for CIAO::Lib::StackIO cp lib/CIAO/Lib/StackIO.pm blib/lib/CIAO/Lib/StackIO.pm cd stklib && make all make[1]: Entering directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' gcc -c -D_REENTRANT -DPRIVLIB_LAST_IN_INC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe -O -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/export/home/cpanrun/build/5.10.0/lib/CORE" stack.c rm -rf libstk.a /usr/ccs/bin/ar cr libstk.a stack.o && : libstk.a chmod 755 libstk.a make[1]: Leaving directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' make[1]: Entering directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' make[1]: Leaving directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' /export/home/cpanrun/build/5.10.0/bin/perl /export/home/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -noprototypes -typemap /export/home/cpanrun/build/5.10.0/lib/ExtUtils/typemap -typemap typemap StackIO.xs > StackIO.xsc && mv StackIO.xsc StackIO.c gcc -c -I. -D_REENTRANT -DPRIVLIB_LAST_IN_INC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe -O -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/export/home/cpanrun/build/5.10.0/lib/CORE" StackIO.c Running Mkbootstrap for CIAO::Lib::StackIO () chmod 644 StackIO.bs rm -f blib/arch/auto/CIAO/Lib/StackIO/StackIO.so gcc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/prod/lib StackIO.o -o blib/arch/auto/CIAO/Lib/StackIO/StackIO.so stklib/libstk.a \ \ chmod 755 blib/arch/auto/CIAO/Lib/StackIO/StackIO.so cp StackIO.bs blib/arch/auto/CIAO/Lib/StackIO/StackIO.bs chmod 644 blib/arch/auto/CIAO/Lib/StackIO/StackIO.bs Manifying blib/man3/CIAO::Lib::StackIO.3 make[1]: Entering directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' make[1]: Leaving directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/CIAO-Lib-StackIO....1..80 ok 1 - use CIAO::Lib::StackIO; ok 2 - empty stack ok 3 - simple stack: count ok 4 - simple stack: current ok 5 - simple stack: entry ok 6 - simple stack: current ok 7 - expand stack: count ok 8 - expand stack: entry ok 9 - expand stack: entry ok 10 - read next/val foo01 ok 11 - read next/val foo02 ok 12 - read next/val foo03 ok 13 - read next/val foo04 ok 14 - read next/val foo05 ok 15 - read next/val foo06 ok 16 - read next/val foo07 ok 17 - read next/val foo08 ok 18 - read next/val foo09 ok 19 - read next/val foo10 ok 20 - bounds after read ok 21 - rewind ok 22 - set current ok 23 - set current to end ok 24 - set current to pre start ok 25 - read list (10): count ok 26 - read list (10): current ok 27 - read list (10): val foo01 ok 28 - read list (10): val foo02 ok 29 - read list (10): val foo03 ok 30 - read list (10): val foo04 ok 31 - read list (10): val foo05 ok 32 - read list (10): val foo06 ok 33 - read list (10): val foo07 ok 34 - read list (10): val foo08 ok 35 - read list (10): val foo09 ok 36 - read list (10): val foo10 ok 37 - read list (3): count ok 38 - read list (3): current ok 39 - read list (3): val foo01 ok 40 - read list (3): val foo02 ok 41 - read list (3): val foo03 ok 42 - read list (3): val foo04 ok 43 - read list (3): val foo05 ok 44 - read list (3): val foo06 ok 45 - read list (3): val foo07 ok 46 - read list (3): val foo08 ok 47 - read list (3): val foo09 ok 48 - read list (3): val foo10 ok 49 - read list (0): count ok 50 - read list (0): current ok 51 - read list (0): val foo01 ok 52 - read list (0): val foo02 ok 53 - read list (0): val foo03 ok 54 - read list (0): val foo04 ok 55 - read list (0): val foo05 ok 56 - read list (0): val foo06 ok 57 - read list (0): val foo07 ok 58 - read list (0): val foo08 ok 59 - read list (0): val foo09 ok 60 - read list (0): val foo10 ok 61 - change current ok 62 - change second ok 63 - change last ok 64 - delete current: count ok 65 - delete current: entry ok 66 - delete first: count ok 67 - delete first: entry ok 68 - delete last: count ok 69 - delete last: entry ok 70 - append: count ok 71 - append: entry ok 72 - stack file prepend: data/foo ok 73 - stack file prepend: data/goo ok 74 - stack file prepend: data/boo ok 75 - stack file no prepend: foo ok 76 - stack file no prepend: goo ok 77 - stack file no prepend: boo ok 78 - stack file append prepend: data/foo ok 79 - stack file append prepend: data/goo ok 80 - stack file append prepend: data/boo ok All tests successful. Files=1, Tests=80, 1 wallclock secs ( 0.39 cusr + 0.05 csys = 0.44 CPU) make[1]: Entering directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' No tests defined for stk extension. make[1]: Leaving directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' make[1]: Entering directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' make[1]: Leaving directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CIAO-Lib-StackIO/stklib' Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/CIAO/Lib/StackIO/StackIO.so Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/CIAO/Lib/StackIO/StackIO.bs Installing /export/home/cpanrun/build/5.10.0/site/lib/auto/stk/extralibs.ld Installing /export/home/cpanrun/build/5.10.0/html/site/lib/CIAO/Lib/StackIO.html Installing /export/home/cpanrun/build/5.10.0/site/lib/CIAO/Lib/StackIO.pm Installing /export/home/cpanrun/build/5.10.0/site/man/man3/CIAO::Lib::StackIO.3 Appending installation info to /export/home/cpanrun/build/5.10.0/lib/perllocal.pod