Skip Menu |

This queue is for tickets about the Apache-DBI CPAN distribution.

Report information
The Basics
Id: 14666
Status: resolved
Priority: 0/
Queue: Apache-DBI

People
Owner: pgollucci [...] p6m7g8.com
Requestors: lee.goddard [...] easa.eu.int
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.9901
Fixed in: (no value)



Subject: Won't make...
Here's what I did: Show quoted text
cpan> install Apache::DBI
CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Mon, 19 Sep 2005 05:59:14 GMT CPAN: LWP::UserAgent loaded ok Fetching with LWP: ftp://cpan.provocation.net/authors/01mailrc.txt.gz Going to read /root/.cpan/sources/authors/01mailrc.txt.gz CPAN: Compress::Zlib loaded ok Fetching with LWP: ftp://cpan.provocation.net/modules/02packages.details.txt.gz Going to read /root/.cpan/sources/modules/02packages.details.txt.gz Database was generated on Tue, 20 Sep 2005 06:00:06 GMT Fetching with LWP: ftp://cpan.provocation.net/modules/03modlist.data.gz Going to read /root/.cpan/sources/modules/03modlist.data.gz Going to write /root/.cpan/Metadata Running install for module Apache::DBI Running make for A/AB/ABH/Apache-DBI-0.94.tar.gz CPAN: Digest::MD5 loaded ok Checksum for /root/.cpan/sources/authors/id/A/AB/ABH/Apache-DBI-0.94.tar.gz ok Scanning cache /root/.cpan/build for sizes Deleting from cache: /root/.cpan/build/mod_perl-2.0.1 (32.0>30.0 MB) Apache-DBI-0.94/ Apache-DBI-0.94/t/ Apache-DBI-0.94/t/10mysql.t Apache-DBI-0.94/eg/ Apache-DBI-0.94/eg/startup.pl Apache-DBI-0.94/README Apache-DBI-0.94/MANIFEST Apache-DBI-0.94/AuthDBI.pm Apache-DBI-0.94/Changes Apache-DBI-0.94/Makefile.PL Apache-DBI-0.94/DBI.pm Apache-DBI-0.94/traces.txt CPAN.pm: Going to build A/AB/ABH/Apache-DBI-0.94.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Apache::DBI cp AuthDBI.pm blib/lib/Apache/AuthDBI.pm cp DBI.pm blib/lib/Apache/DBI.pm Manifying blib/man3/Apache::DBI.3 Manifying blib/man3/Apache::AuthDBI.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10mysql....ok 1/10 # Failed test (t/10mysql.t at line 35) # The object isn't defined # Looks like you failed 1 test of 10. t/10mysql....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/10 tests, 90.00% okay (less 5 skipped tests: 4 okay, 40.00%) Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/10mysql.t 1 256 10 1 10.00% 5 5 subtests skipped. Failed 1/1 test scripts, 0.00% okay. 1/10 subtests failed, 90.00% okay. make: *** [test_dynamic] Error 1 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Show quoted text
cpan> exit
Terminal does not support GetHistory. Lockfile removed. [root@dave11 logs]# perl -V Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=linux, osvers=2.4.21-32.0.1.el, archname=i686-linux uname='linux dave11 2.4.21-32.0.1.el #1 tue may 17 18:01:37 edt 2005 i686 i686 i386 gnulinux ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=undef usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm' ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.3 2.96-122)', gccosandvers='linux7' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.3.2' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/local/lib/perl5/5.8.7/CORE' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: Built under linux Compiled at Sep 16 2005 11:04:03 %ENV: PERL5LIB="/usr/local/lib/perl5/site_perl/5.8.7/" PERL5LIBOLD="/usr/lib/perl5/site_perl/5.8.0/" @INC: /usr/local/lib/perl5/site_perl/5.8.7/ /usr/local/lib/perl5/5.8.7 /usr/local/lib/perl5/5.8.7 /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl . [root@dave11 logs]# Please let me know if there's more I can tell you.
From: jonanderson [...] seren.com
You might try it again with the latest version Apache-DBI-0.9901.tar.gz Jon Show quoted text
> CPAN.pm: Going to build A/AB/ABH/Apache-DBI-0.94.tar.gz