Start 2008-10-31T11:07:46 Going to read /export/home/fly818/var/cpan/Metadata Database was generated on Thu, 30 Oct 2008 08:28:32 GMT Running make for C/CH/CHROMATIC/P5NCI-0.31.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHROMATIC/P5NCI-0.31.tar.gz ok P5NCI-0.31/ P5NCI-0.31/lib/ P5NCI-0.31/lib/P5NCI.pm P5NCI-0.31/lib/P5NCI/ P5NCI-0.31/lib/P5NCI/Library.pm P5NCI-0.31/lib/P5NCI/Declare.pm P5NCI-0.31/lib/ppport.h P5NCI-0.31/t/ P5NCI-0.31/t/declare.t P5NCI-0.31/t/P5NCI_simple.t P5NCI-0.31/t/library.t P5NCI-0.31/t/P5NCI.t P5NCI-0.31/Changes P5NCI-0.31/build_lib/ P5NCI-0.31/build_lib/P5NCI/ P5NCI-0.31/build_lib/P5NCI/GenerateXS.pm P5NCI-0.31/build_lib/P5NCI/Build.pm P5NCI-0.31/MANIFEST P5NCI-0.31/src/ P5NCI-0.31/src/nci_test.c P5NCI-0.31/META.yml P5NCI-0.31/Makefile.PL P5NCI-0.31/Build.PL P5NCI-0.31/README CPAN.pm: Going to build C/CH/CHROMATIC/P5NCI-0.31.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL # running Build.PL /export/home/fly818/bin/perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'P5NCI' version '0.31' Unknown 'build_class', defaulting to 'Module::Build' >>> make /export/home/fly818/bin/perl Build --makefile_env_macros 1 cc -I/export/home/fly818/ap818/lib/CORE -KPIC -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -o src/nci_test.o src/nci_test.c cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/WS6U2/lib -o src/nci_test.so src/nci_test.o Copying lib/P5NCI.pm -> blib/lib/P5NCI.pm Copying lib/P5NCI/Declare.pm -> blib/lib/P5NCI/Declare.pm Copying lib/P5NCI/Library.pm -> blib/lib/P5NCI/Library.pm lib/P5NCI.xs -> lib/P5NCI.c cc -I/export/home/fly818/ap818/lib/CORE -DXS_VERSION="0.31" -DVERSION="0.31" -KPIC -c -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -o lib/P5NCI.o lib/P5NCI.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/P5NCI/P5NCI.bs') cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/WS6U2/lib -o blib/arch/auto/P5NCI/P5NCI.so lib/P5NCI.o Build: blib/lib/P5NCI.pm: cannot resolve L in paragraph 48. Build: blib/lib/P5NCI.pm: cannot resolve L in paragraph 48. Manifying blib/lib/P5NCI/Library.pm -> blib/libdoc/P5NCI::Library.3 Manifying blib/lib/P5NCI/Declare.pm -> blib/libdoc/P5NCI::Declare.3 Manifying blib/lib/P5NCI.pm -> blib/libdoc/P5NCI.3 HTMLifying blib/lib/P5NCI/Library.pm -> blib/libhtml/site/lib/P5NCI/Library.html HTMLifying blib/lib/P5NCI/Declare.pm -> blib/libhtml/site/lib/P5NCI/Declare.html HTMLifying blib/lib/P5NCI.pm -> blib/libhtml/site/lib/P5NCI.html CHROMATIC/P5NCI-0.31.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 /export/home/fly818/bin/perl Build --makefile_env_macros 1 test t/P5NCI........... 1..12 ok 1 - use P5NCI; ok 2 - test library should be loadable ok 3 - dd call should work ok 4 - ... for multiple calls ok 5 - ii call should work ok 6 - ... for multiple calls ok 7 - ff call should work ok 8 - ... for multiple calls ok 9 - iii call should work ok 10 - ... for multiple calls ok 11 - tt call should work ok 12 - ... for multiple calls ok t/P5NCI_simple.... 1..14 ok 1 - use P5NCI::Library; ok 2 - test library should be loadable ok 3 - dd call should work ok 4 - ... for multiple calls ok 5 - ii call should work ok 6 - ... for multiple calls ok 7 - ff call should work ok 8 - ... for multiple calls ok 9 - iii call should work ok 10 - ... for multiple calls ok 11 - tt call should work ok 12 - ... for multiple calls ok 13 - square_root() should work ok 14 - pointer access should work ok t/declare......... 1..1 ok 1 - NCI attribute should install named thunk ok t/library......... 1..19 ok 1 - use P5NCI::Library; ok 2 - P5NCI::Library should load P5NCI ok 3 - P5NCI::Library->can('new') ok 4 - new() should throw exception without library file named ok 5 - ... or if it cannot locate the library ok 6 - ... but should load a real library appropriately ok 7 - ... pointing to the real library ok 8 - The object isa P5NCI::Library ok 9 - P5NCI::Library->can('load_function') ok 10 - load_function() should throw an exception without a function name ok 11 - ... or without a signature ok 12 - ... or with an invalid signature ok 13 - ... returning a code ref if it all works ok 14 - P5NCI::Library->can('package') ok 15 - package() should return default of 'main' ok 16 - ... or package set in constructor ok 17 - P5NCI::Library->can('install_function') ok 18 - install_function() should install the named function into the package ok 19 - ... returning the installed function ok All tests successful. Files=4, Tests=46, 2 wallclock secs ( 0.34 usr 0.09 sys + 1.42 cusr 0.13 csys = 1.98 CPU) Result: PASS CHROMATIC/P5NCI-0.31.tar.gz make test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> Perl extension for loading shared libraries and their functions >>> (cd /export/home/fly818/var/cpan/build/P5NCI-0.31-6GMDH5 && tar cvf - P5NCI-0.31.ppd blib) | gzip -c >/export/home/fly818/var/REPO/C/CH/CHROMATIC/P5NCI-0.31.tar.gz P5NCI-0.31.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/P5NCI/ blib/arch/auto/P5NCI/P5NCI.bs blib/arch/auto/P5NCI/P5NCI.so blib/lib/ blib/lib/P5NCI.pm blib/lib/P5NCI/ blib/lib/P5NCI/Declare.pm blib/lib/P5NCI/Library.pm >>> mv /export/home/fly818/var/cpan/build/P5NCI-0.31-6GMDH5/P5NCI-0.31.ppd /export/home/fly818/var/REPO/C/CH/CHROMATIC Finished 2008-10-31T11:11:58