Start 2008-07-22T00:00:17 Going to read /home/fly818/var/cpan/Metadata Database was generated on Mon, 21 Jul 2008 10:02:47 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 >>> /home/fly818/ap818/bin/perl-static Makefile.PL # running Build.PL /home/fly818/ap818/bin/perl-static 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 /home/fly818/ap818/bin/perl-static Build --makefile_env_macros 1 gcc -I/home/fly818/ap818/lib/CORE -fpic -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -o src/nci_test.o src/nci_test.c gcc -shared -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 gcc -I/home/fly818/ap818/lib/CORE -DXS_VERSION="0.31" -DVERSION="0.31" -fpic -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -o lib/P5NCI.o lib/P5NCI.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/P5NCI/P5NCI.bs') gcc -shared -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 /home/fly818/ap818/bin/perl-static 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, 1 wallclock secs ( 0.01 usr 0.03 sys + 0.08 cusr 0.08 csys = 0.20 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 /home/fly818/var/cpan/build/P5NCI-0.31-FmCLTN && tar cvf - P5NCI-0.31.ppd blib) | gzip -c >/home/fly818/var/REPO/C/CH/CHROMATIC/P5NCI-0.31.tar.gz P5NCI-0.31.ppd blib/ blib/lib/ blib/lib/P5NCI/ blib/lib/P5NCI/Declare.pm blib/lib/P5NCI/Library.pm blib/lib/P5NCI.pm blib/arch/ blib/arch/auto/ blib/arch/auto/P5NCI/ blib/arch/auto/P5NCI/P5NCI.bs blib/arch/auto/P5NCI/P5NCI.so >>> mv /home/fly818/var/cpan/build/P5NCI-0.31-FmCLTN/P5NCI-0.31.ppd /home/fly818/var/REPO/C/CH/CHROMATIC Finished 2008-07-22T00:00:49