----- Forwarded message from Brant Winter <[EMAIL PROTECTED]> ----- Delivered-To: [EMAIL PROTECTED] From: "Brant Winter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: DBI t/40profile.t issues Date: Thu, 29 May 2003 14:38:14 +1000 X-MDRemoteIP: 192.168.1.72 X-Return-Path: [EMAIL PROTECTED] X-MDaemon-Deliver-To: [EMAIL PROTECTED]
Tim - I am having huge issues installing DBI on a Linux RedHat8.0 server. I need it as a dependency for PerlDesk. Without it I cannot go any further. I am looking at some issues raised with you in the following forum, but I cant find where it was ever resolved. http://archive.develooper.com/[EMAIL PROTECTED]/msg17070.html My problem seems to be similar with the tests failing on the t/40profile.t test. Any help would be appreciated. Below is the log form the DBI install. CPAN.pm: Going to build T/TI/TIMB/DBI-1.37.tar.gz *** You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production environments. Creating extra DBI::PurePerl test: t/zz_01basics_pp.t Creating extra DBI::PurePerl test: t/zz_02dbidrv_pp.t Creating extra DBI::PurePerl test: t/zz_03handle_pp.t Creating extra DBI::PurePerl test: t/zz_04mods_pp.t Creating extra DBI::PurePerl test: t/zz_05thrclone_pp.t (use threads) Creating extra DBI::PurePerl test: t/zz_06attrs_pp.t Creating extra DBI::PurePerl test: t/zz_07kids_pp.t Creating extra DBI::PurePerl test: t/zz_08keeperr_pp.t Creating extra DBI::PurePerl test: t/zz_10examp_pp.t Creating extra DBI::PurePerl test: t/zz_15array_pp.t Creating extra DBI::PurePerl test: t/zz_20meta_pp.t Creating extra DBI::PurePerl test: t/zz_30subclass_pp.t Creating extra DBI::PurePerl test: t/zz_40profile_pp.t Creating extra DBI::PurePerl test: t/zz_41prof_dump_pp.t Creating extra DBI::PurePerl test: t/zz_42prof_data_pp.t Creating extra DBI::PurePerl test: t/zz_60preparse_pp.t Creating extra DBI::PurePerl test: t/zz_80proxy_pp.t Checking if your kit is complete... Looks good Writing Makefile for DBI Remember to actually *read* the README file! Use 'make' to build the software (dmake or nmake on Windows). Then 'make test' to execute self tests. Then 'make install' to install the DBI and then delete this working directory before unpacking and building any DBD::* drivers. cp Changes blib/lib/DBI/Changes.pm cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm cp DBI.pm blib/lib/DBI.pm cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm cp DBIXS.h blib/arch/auto/DBI/DBIXS.h cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm cp Driver.xst blib/arch/auto/DBI/Driver.xst cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm cp dbipport.h blib/arch/auto/DBI/dbipport.h cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm /usr/bin/perl -p -e "s/~DRIVER~/Perl/g" < blib/arch/auto/DBI/Driver.xst > Perl.xsi /usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap Perl.xs > Perl.xsc && mv Perl.xsc Perl.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.37\" -DXS_VERSION=\"1.37\" -fpic "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -Wall -Wno-comment Perl.c /usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap DBI.xs > DBI.xsc && mv DBI.xsc DBI.c gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.37\" -DXS_VERSION=\"1.37\" -fpic "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -Wall -Wno-comment DBI.c DBIXS.h:418: warning: `get_dbistate' defined but not used Running Mkbootstrap for DBI () chmod 644 DBI.bs rm -f blib/arch/auto/DBI/DBI.so LD_RUN_PATH="" gcc -shared -L/usr/local/lib DBI.o -o blib/arch/auto/DBI/DBI.so chmod 755 blib/arch/auto/DBI/DBI.so cp DBI.bs blib/arch/auto/DBI/DBI.bs chmod 644 blib/arch/auto/DBI/DBI.bs /usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof Extracted dbiprof from dbiprof.PL with variable substitutions. cp dbiprof blib/script/dbiprof /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/dbiprof /usr/bin/perl "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy Extracted dbiproxy from dbiproxy.PL with variable substitutions. cp dbiproxy blib/script/dbiproxy /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/dbiproxy Manifying blib/man3/DBI::FAQ.3pm Manifying blib/man1/dbiproxy.1 Manifying blib/man3/DBD::Proxy.3pm Manifying blib/man3/DBI::Const::GetInfo::ANSI.3pm Manifying blib/man3/DBI::Const::GetInfoReturn.3pm Manifying blib/man3/DBI.3pm Manifying blib/man1/dbiprof.1 Manifying blib/man3/DBI::Const::GetInfoType.3pm Manifying blib/man3/DBI::W32ODBC.3pm Manifying blib/man3/DBI::DBD::Metadata.3pm Manifying blib/man3/DBI::Const::GetInfo::ODBC.3pm Manifying blib/man3/DBI::ProfileDumper::Apache.3pm Manifying blib/man3/Bundle::DBI.3pm Manifying blib/man3/DBI::Profile.3pm Manifying blib/man3/DBI::ProfileDumper.3pm Manifying blib/man3/DBI::ProxyServer.3pm Manifying blib/man3/DBI::DBD.3pm Manifying blib/man3/Win32::DBIODBC.3pm Manifying blib/man3/DBI::PurePerl.3pm Manifying blib/man3/DBI::ProfileData.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basics.............ok t/02dbidrv.............ok t/03handle.............ok t/04mods...............ok t/05thrclone...........ok t/06attrs..............ok t/07kids...............ok t/08keeperr............ok t/10examp..............ok t/15array..............ok t/20meta...............ok t/30subclass...........ok t/40profile............ok 14/57# Failed test 20 in t/40profile.t at line 93 # Failed test 23 in t/40profile.t at line 97 # Failed test 28 in t/40profile.t at line 102 # Failed test 29 in t/40profile.t at line 103 t/40profile............FAILED tests 20, 23, 28-29 Failed 4/57 tests, 92.98% okay t/41prof_dump..........ok t/42prof_data..........ok t/60preparse...........ok t/80proxy..............ok t/zz_01basics_pp....... Using DBI::PurePerl (DBI_PUREPERL=2) t/zz_01basics_pp.......ok t/zz_02dbidrv_pp.......ok t/zz_03handle_pp.......ok t/zz_04mods_pp.........ok t/zz_05thrclone_pp.....ok t/zz_06attrs_pp........ok t/zz_07kids_pp.........skipped all skipped: $h->{Kids} attribute not supported for DBI::PurePerl t/zz_08keeperr_pp......ok t/zz_10examp_pp........ok 3/245Malformed UTF-8 character (unexpected continuation byte 0xbb, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0xbd, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0xbb, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected non-continuation byte 0xc5, immediately after start byte 0xc5) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0x87, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0x9e, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0x92, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0x8f, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0x93, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0x9a, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0xaf, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected non-continuation byte 0xc5, immediately after start byte 0xc5) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. Malformed UTF-8 character (unexpected continuation byte 0x9d, with no preceding start byte) in bitwise and (&) at blib/lib/DBI/PurePerl.pm line 482. t/zz_10examp_pp........ok 35/245 Taint mode switching tests skipped t/zz_10examp_pp........ok t/zz_15array_pp........ok t/zz_20meta_pp.........ok t/zz_30subclass_pp.....ok t/zz_40profile_pp......skipped all skipped: profiling not supported for DBI::PurePerl t/zz_41prof_dump_pp....skipped all skipped: profiling not supported for DBI::PurePerl t/zz_42prof_data_pp....skipped all skipped: profiling not supported for DBI::PurePerl t/zz_60preparse_pp.....skipped all skipped: preparse not supported for DBI::PurePerl t/zz_80proxy_pp........skipped all skipped: DBD::Proxy currently has a problem under DBI::PurePerl Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/40profile.t 57 4 7.02% 20 23 28-29 6 tests skipped. Failed 1/34 test scripts, 97.06% okay. 4/1360 subtests failed, 99.71% okay. make: *** [test_dynamic] Error 29 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Running install for module DBD::Multiplex Running make for T/TK/TKISHEL/DBD-Multiplex-1.9.tar.gz Fetching with LWP: ftp://ftp.planetmirror.com/pub/CPAN/authors/id/T/TK/TKISHEL/DBD-Multiple x-1.9.tar.gz Fetching with LWP: ftp://ftp.planetmirror.com/pub/CPAN/authors/id/T/TK/TKISHEL/CHECKSUMS Checksum for /root/.cpan/sources/authors/id/T/TK/TKISHEL/DBD-Multiplex-1.9.tar.gz ok ./DBD-Multiplex-1.9/ ./DBD-Multiplex-1.9/Changes ./DBD-Multiplex-1.9/example.pl ./DBD-Multiplex-1.9/Makefile.PL ./DBD-Multiplex-1.9/MANIFEST ./DBD-Multiplex-1.9/Multiplex.pm ./DBD-Multiplex-1.9/test.pl CPAN.pm: Going to build T/TK/TKISHEL/DBD-Multiplex-1.9.tar.gz Checking if your kit is complete... Looks good Writing Makefile for DBD::Multiplex cp example.pl blib/lib/DBD/example.pl cp Multiplex.pm blib/lib/DBD/Multiplex.pm Manifying blib/man3/DBD::Multiplex.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..1 ok 1 /usr/bin/make test -- OK Running make install Installing /usr/lib/perl5/site_perl/5.8.0/DBD/example.pl Installing /usr/lib/perl5/site_perl/5.8.0/DBD/Multiplex.pm Installing /usr/share/man/man3/DBD::Multiplex.3pm Writing /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/Multiple x/.packlist Appending installation info to /usr/lib/perl5/5.8.0/i386-linux-thread-multi/perllocal.pod /usr/bin/make install -- OK Bundle summary: The following items in bundle Bundle::DBI had installation problems: DBI cpan> Kind Regards, Brant Winter IT&T Manager Haematology & Oncology Clinics of Australasia Wesley Medical Centre Mater Medical Centre Ph (07) 3335 1900 Mob 0413244234 ---------------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. It is the responsibility of the recipient to ensure that the onward transmission, opening or use of this message and any attachments will not adversely affect its systems or data. Please carry out such virus and other checks, as you consider appropriate. To the fullest extent allowed by law, no responsibility is accepted by Haematology & Oncology Clinics of Australasia for any virus damage caused by this message. ----- End forwarded message -----
