PATH=/usr/bin:/bin Start 2011-04-30T10:21:48 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Fri, 29 Apr 2011 22:27:44 GMT Running make for C/CH/CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CH/CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz ok PAB3-DB-Driver-Sqlite3-1.07/ PAB3-DB-Driver-Sqlite3-1.07/t/ PAB3-DB-Driver-Sqlite3-1.07/t/00_sqlite3_basic.t PAB3-DB-Driver-Sqlite3-1.07/MANIFEST PAB3-DB-Driver-Sqlite3-1.07/Makefile.PL PAB3-DB-Driver-Sqlite3-1.07/README PAB3-DB-Driver-Sqlite3-1.07/my_sqlite3.h PAB3-DB-Driver-Sqlite3-1.07/Sqlite3.xs PAB3-DB-Driver-Sqlite3-1.07/Sqlite3.pm PAB3-DB-Driver-Sqlite3-1.07/META.yml PAB3-DB-Driver-Sqlite3-1.07/install_files.PL PAB3-DB-Driver-Sqlite3-1.07/my_sqlite3.c PAB3-DB-Driver-Sqlite3-1.07/Changes CPAN.pm: Going to build C/CH/CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Preparing PAB3::DB::Driver::Sqlite3 Looking for libsqlite3 ... found at /usr/lib/libsqlite3.dylib Looking for 'sqlite3_prepare' ... not found ************* WARNING ************* * Some required libraries has not * * been found. * * The installation may fail! * *********************************** Checking if your kit is complete... Looks good Writing Makefile for PAB3::DB::Driver::Sqlite3 Writing MYMETA.yml >>> make cp Sqlite3.pm blib/lib/PAB3/DB/Driver/Sqlite3.pm gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch i386 -arch x86_64 -nostdinc -B/Developer/SDKs/MacOSX10.5.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.5.sdk/usr/include -F/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks -mmacosx-version-min=10.5 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" "-I/Users/fly1400/ap1400/lib/CORE" -DUSE_THREADS -fnested-functions my_sqlite3.c my_sqlite3.c: In function 'my_stmt_bind_param': my_sqlite3.c:345: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'int' my_sqlite3.c: In function 'my_stmt_bind_param': my_sqlite3.c:345: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'int' /Users/fly1400/bin/perl /Users/fly1400/var/megalib/ExtUtils/xsubpp -prototypes -typemap /Users/fly1400/ap1400/lib/ExtUtils/typemap Sqlite3.xs > Sqlite3.xsc && mv Sqlite3.xsc Sqlite3.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch i386 -arch x86_64 -nostdinc -B/Developer/SDKs/MacOSX10.5.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.5.sdk/usr/include -F/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks -mmacosx-version-min=10.5 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" "-I/Users/fly1400/ap1400/lib/CORE" -DUSE_THREADS -fnested-functions Sqlite3.c Sqlite3.xs: In function 'XS_PAB3__DB__Driver__Sqlite3_sql_limit': Sqlite3.xs:1072: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long int' Sqlite3.xs:1072: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'long int' Sqlite3.xs:1074: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long int' Sqlite3.xs: In function 'XS_PAB3__DB__Driver__Sqlite3_sql_limit': Sqlite3.xs:1072: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long int' Sqlite3.xs:1072: warning: format '%u' expects type 'unsigned int', but argument 4 has type 'long int' Sqlite3.xs:1074: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'long int' Running Mkbootstrap for PAB3::DB::Driver::Sqlite3 () chmod 644 Sqlite3.bs rm -f blib/arch/auto/PAB3/DB/Driver/Sqlite3/Sqlite3.bundle LD_RUN_PATH="/usr/lib" cc -mmacosx-version-min=10.5 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch i386 -arch x86_64 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fstack-protector my_sqlite3.o Sqlite3.o -o blib/arch/auto/PAB3/DB/Driver/Sqlite3/Sqlite3.bundle \ -L/usr/lib -lsqlite3 \ chmod 755 blib/arch/auto/PAB3/DB/Driver/Sqlite3/Sqlite3.bundle cp Sqlite3.bs blib/arch/auto/PAB3/DB/Driver/Sqlite3/Sqlite3.bs chmod 644 blib/arch/auto/PAB3/DB/Driver/Sqlite3/Sqlite3.bs Manifying blib/man3/PAB3::DB::Driver::Sqlite3.3 /Users/fly1400/bin/perl "-Iblib/arch" "-Iblib/lib" install_files.PL self CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00_sqlite3_basic.t .. 1..3 ok 1 ok 2 ok 3 ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.03 CPU) Result: PASS CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz make test TEST_VERBOSE=1 -- OK Christian Mueller <pub01@navalla.org> Perl wrapper to Sqlite3 >>> (cd /Users/fly1400/var/cpan/build/PAB3-DB-Driver-Sqlite3-1.07-9W_mS8 && tar cvf - PAB3-DB-Driver-Sqlite3-1.07.ppd blib) | gzip -c >/Users/fly1400/var/REPO/C/CH/CHRMUE/PAB3-DB-Driver-Sqlite3-1.07.tar.gz PAB3-DB-Driver-Sqlite3-1.07.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/PAB3/ blib/arch/auto/PAB3/DB/ blib/arch/auto/PAB3/DB/Driver/ blib/arch/auto/PAB3/DB/Driver/Sqlite3/ blib/arch/auto/PAB3/DB/Driver/Sqlite3/Sqlite3.bs blib/arch/auto/PAB3/DB/Driver/Sqlite3/Sqlite3.bundle blib/lib/ blib/lib/PAB3/ blib/lib/PAB3/DB/ blib/lib/PAB3/DB/Driver/ blib/lib/PAB3/DB/Driver/Sqlite3.pm blib/man3/ blib/man3/PAB3::DB::Driver::Sqlite3.3 >>> mv /Users/fly1400/var/cpan/build/PAB3-DB-Driver-Sqlite3-1.07-9W_mS8/PAB3-DB-Driver-Sqlite3-1.07.ppd /Users/fly1400/var/REPO/C/CH/CHRMUE Finished 2011-04-30T10:22:02