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 gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"\" -DXS_VERSION=\"\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" stack.c rm -rf libstk.a /usr/bin/ar cr libstk.a stack.o && /usr/bin/ar s libstk.a ranlib: archive library: libstk.a will be fat and ar(1) will not be able to operate on it chmod 755 libstk.a /Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -noprototypes -typemap /Users/cpanrun/build/5.10.0/lib/ExtUtils/typemap -typemap typemap StackIO.xs > StackIO.xsc && mv StackIO.xsc StackIO.c gcc -c -I. -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" "-I/Users/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.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 StackIO.o -o blib/arch/auto/CIAO/Lib/StackIO/StackIO.bundle stklib/libstk.a \ \ chmod 755 blib/arch/auto/CIAO/Lib/StackIO/StackIO.bundle 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 PERL_DL_NONLAZY=1 /Users/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, 0 wallclock secs ( 0.11 cusr + 0.03 csys = 0.14 CPU) No tests defined for stk extension. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Users/cpanrun/build/5.10.0/site/lib/auto/CIAO/Lib/StackIO/StackIO.bs Installing /Users/cpanrun/build/5.10.0/site/lib/auto/CIAO/Lib/StackIO/StackIO.bundle Installing /Users/cpanrun/build/5.10.0/site/lib/auto/stk/extralibs.ld Installing /Users/cpanrun/build/5.10.0/html/site/lib/CIAO/Lib/StackIO.html Installing /Users/cpanrun/build/5.10.0/site/lib/CIAO/Lib/StackIO.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/CIAO::Lib::StackIO.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod