Skip Menu |

This queue is for tickets about the Harvey CPAN distribution.

Report information
The Basics
Id: 258
Status: new
Priority: 0/
Queue: Harvey

People
Owner: Nobody in particular
Requestors: arnaud [...] romeconcept.com
Cc:
AdminCc:

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



Subject: FAIL Harvey i386-linux 2.4.8-11mdkenterprise
To: cpan-testers [...] perl.org
Cc: bug-Harvey [...] rt.cpan.org
Date: Thu, 7 Feb 2002 09:30:39 +0100 (CET)
From: arnaud [...] romeconcept.com (ASSAD Arnaud)
This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/ Please cc any replies to cpan-testers@perl.org to keep other test volunteers informed and to prevent any duplicate effort. -- Probably related to the directories layout : PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 test.pl Can't locate Harvey/Word.pm in @INC (@INC contains: blib/arch blib/lib /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at Harvey.pm line 5. BEGIN failed--compilation aborted at Harvey.pm line 5. Compilation failed in require at test.pl line 5. BEGIN failed--compilation aborted at test.pl line 5. make: *** [test_dynamic] Erreur 2 -- Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=linux, osvers=2.4.8-11mdkenterprise, archname=i386-linux uname='linux no.mandrakesoft.com 2.4.8-11mdkenterprise #1 smp wed aug 22 16:05:18 cest 2001 i686 unknown ' config_args='-des -Darchname=i386-linux -Dd_dosuid -Ud_csh -Duseshrplib -Doptimize=-O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -Dprefix=/usr -Di_ndbm -Di_gdbm -Di_shadow -Di_syslog -Uuselargefiles -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/lib/perl5/man/man3' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing', optimize='-O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce', cppflags='-fno-strict-aliasing' ccversion='', gccversion='2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)', gccosandvers='' 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, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -ldl -lm -lc -lcrypt -lutil perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil libc=/lib/libc-2.2.4.so, so=so, useshrplib=true, libperl=libperl.so Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.6.1/i386-linux/CORE' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Date: Thu, 07 Feb 2002 09:31:11 -0600
From: Chris Meyer <chris [...] mytechs.com>
To: bug-Harvey [...] rt.cpan.org
Cc: cpan-testers [...] perl.org
Subject: Re: [cpan #258] FAIL Harvey i386-linux 2.4.8-11mdkenterprise
Hi Arnaud, Thank you very much for testing Harvey. I looked at the package and believe the problem arises from the line: use Harvey::Word; This line worked for me when I tested it because I have had the Word module installed for some time on my machine since it is the first one, so it found Word in the installed directory of Harvey::Word. This would not be the case for someone doing a fresh install. I have changed the test.pl module to say: use Word; I then tested the test.pl program and it works fine. I have repackaged the module and sent it back to PAUSE as Harvey-1.02.1.tar.gz. Please see if this works on a new install. 3 questions for whoever has time and answers: 1) What is the best way to uninstall already installed modules so that installs can be tested as 'fresh' installs. 2) Since this project will only grow in modules with every release, is there a better way for me to lay out the package so that the difference in the 'use' command between an installed package (requiring use Harvey:::Word) and an uninstalled one (requiring 'use Word') does not cause a problem? 3) Should I be releasing these modules independantly of each other (Word.pm, Harvey.pm and Verb.pm) even though all of them are part of the same overall project and will probably have improvements with each release? Thank you very much and my best regards to the testers and administrators of PAUSE, Chris Meyer, chris@mytechs.com "(ASSAD Arnaud) via RT" wrote: Show quoted text
> This message about Harvey was sent to you by arnaud@romeconcept.com via rt.cpan.org > > <URL: https://rt.cpan.org/Ticket/Display.html?id=258 > > > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to cpan-testers@perl.org to keep other > test volunteers informed and to prevent any duplicate effort. > > -- > > Probably related to the directories layout : > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 test.pl > Can't locate Harvey/Word.pm in @INC (@INC contains: blib/arch blib/lib /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at Harvey.pm line 5. > BEGIN failed--compilation aborted at Harvey.pm line 5. > Compilation failed in require at test.pl line 5. > BEGIN failed--compilation aborted at test.pl line 5. > make: *** [test_dynamic] Erreur 2 > > -- > > Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: > Platform: > osname=linux, osvers=2.4.8-11mdkenterprise, archname=i386-linux > uname='linux no.mandrakesoft.com 2.4.8-11mdkenterprise #1 smp wed aug 22 16:05:18 cest 2001 i686 unknown ' > config_args='-des -Darchname=i386-linux -Dd_dosuid -Ud_csh -Duseshrplib -Doptimize=-O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -Dprefix=/usr -Di_ndbm -Di_gdbm -Di_shadow -Di_syslog -Uuselargefiles -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/lib/perl5/man/man3' > hint=recommended, useposix=true, d_sigaction=define > usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef > useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef > use64bitint=undef use64bitall=undef uselongdouble=undef > Compiler: > cc='cc', ccflags ='-fno-strict-aliasing', > optimize='-O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce', > cppflags='-fno-strict-aliasing' > ccversion='', gccversion='2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)', gccosandvers='' > 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, usemymalloc=n, prototype=define > Linker and Libraries: > ld='cc', ldflags =' -L/usr/local/lib' > libpth=/usr/local/lib /lib /usr/lib > libs=-lnsl -ldl -lm -lc -lcrypt -lutil > perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil > libc=/lib/libc-2.2.4.so, so=so, useshrplib=true, libperl=libperl.so > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.6.1/i386-linux/CORE' > cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'