Skip Menu |

This queue is for tickets about the SQL-YASP CPAN distribution.

Report information
The Basics
Id: 27595
Status: resolved
Priority: 0/
Queue: SQL-YASP

People
Owner: Nobody in particular
Requestors: iank [...] cpan.org
Cc:
AdminCc:

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



Subject: SQL::YASP should depend on Tie::IxHash
SQL::YASP fails to build if Tie::IxHash is not installed, and does not list it as a dependency. $ sudo cpan SQL::YASP CPAN: Storable loaded ok Going to read /home/ian/.cpan/Metadata Database was generated on Fri, 15 Jun 2007 12:08:19 GMT Running install for module SQL::YASP Running make for M/MI/MIKO/SQL-YASP-0.11.tar.gz CPAN: LWP::UserAgent loaded ok Fetching with LWP: http://www.perl.org/CPAN/authors/id/M/MI/MIKO/SQL-YASP-0.11.tar.gz CPAN: Digest::SHA loaded ok Fetching with LWP: http://www.perl.org/CPAN/authors/id/M/MI/MIKO/CHECKSUMS Checksum for /home/ian/.cpan/sources/authors/id/M/MI/MIKO/SQL-YASP-0.11.tar.gz ok Scanning cache /home/ian/.cpan/build for sizes SQL-YASP-0.11/ SQL-YASP-0.11/README SQL-YASP-0.11/Makefile.PL SQL-YASP-0.11/MANIFEST SQL-YASP-0.11/test.pl SQL-YASP-0.11/YASP.pm CPAN.pm: Going to build M/MI/MIKO/SQL-YASP-0.11.tar.gz Checking if your kit is complete... Looks good Writing Makefile for SQL::YASP cp YASP.pm blib/lib/SQL/YASP.pm Manifying blib/man3/SQL::YASP.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl Can't locate Tie/IxHash.pm in @INC (@INC contains: ../../ blib/lib blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at blib/lib/SQL/YASP.pm line 5. BEGIN failed--compilation aborted at blib/lib/SQL/YASP.pm line 5. Compilation failed in require at test.pl line 7. BEGIN failed--compilation aborted at test.pl line 7. make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Fixed. On Fri Jun 15 10:38:13 2007, IANK wrote: Show quoted text
> SQL::YASP fails to build if Tie::IxHash is not installed, and does not > list it as a dependency. > > $ sudo cpan SQL::YASP > CPAN: Storable loaded ok > Going to read /home/ian/.cpan/Metadata > Database was generated on Fri, 15 Jun 2007 12:08:19 GMT > Running install for module SQL::YASP > Running make for M/MI/MIKO/SQL-YASP-0.11.tar.gz > CPAN: LWP::UserAgent loaded ok > Fetching with LWP: > http://www.perl.org/CPAN/authors/id/M/MI/MIKO/SQL-YASP-0.11.tar.gz > CPAN: Digest::SHA loaded ok > Fetching with LWP: > http://www.perl.org/CPAN/authors/id/M/MI/MIKO/CHECKSUMS > Checksum for > /home/ian/.cpan/sources/authors/id/M/MI/MIKO/SQL-YASP-0.11.tar.gz ok > Scanning cache /home/ian/.cpan/build for sizes > SQL-YASP-0.11/ > SQL-YASP-0.11/README > SQL-YASP-0.11/Makefile.PL > SQL-YASP-0.11/MANIFEST > SQL-YASP-0.11/test.pl > SQL-YASP-0.11/YASP.pm > > CPAN.pm: Going to build M/MI/MIKO/SQL-YASP-0.11.tar.gz > > Checking if your kit is complete... > Looks good > Writing Makefile for SQL::YASP > cp YASP.pm blib/lib/SQL/YASP.pm > Manifying blib/man3/SQL::YASP.3pm > /usr/bin/make -- OK > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl > Can't locate Tie/IxHash.pm in @INC (@INC contains: ../../ blib/lib > blib/arch /etc/perl /usr/local/lib/perl/5.8.8 > /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 > /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at > blib/lib/SQL/YASP.pm line 5. > BEGIN failed--compilation aborted at blib/lib/SQL/YASP.pm line 5. > Compilation failed in require at test.pl line 7. > BEGIN failed--compilation aborted at test.pl line 7. > make: *** [test_dynamic] Error 2 > /usr/bin/make test -- NOT OK > Running make install > make test had returned bad status, won't install without force
On Fri Jan 02 02:59:02 2015, MIKO wrote: Show quoted text
> Fixed. > > On Fri Jun 15 10:38:13 2007, IANK wrote:
> > SQL::YASP fails to build if Tie::IxHash is not installed, and does not > > list it as a dependency. > > > > $ sudo cpan SQL::YASP > > CPAN: Storable loaded ok > > Going to read /home/ian/.cpan/Metadata > > Database was generated on Fri, 15 Jun 2007 12:08:19 GMT > > Running install for module SQL::YASP > > Running make for M/MI/MIKO/SQL-YASP-0.11.tar.gz > > CPAN: LWP::UserAgent loaded ok > > Fetching with LWP: > > http://www.perl.org/CPAN/authors/id/M/MI/MIKO/SQL-YASP-0.11.tar.gz > > CPAN: Digest::SHA loaded ok > > Fetching with LWP: > > http://www.perl.org/CPAN/authors/id/M/MI/MIKO/CHECKSUMS > > Checksum for > > /home/ian/.cpan/sources/authors/id/M/MI/MIKO/SQL-YASP-0.11.tar.gz ok > > Scanning cache /home/ian/.cpan/build for sizes > > SQL-YASP-0.11/ > > SQL-YASP-0.11/README > > SQL-YASP-0.11/Makefile.PL > > SQL-YASP-0.11/MANIFEST > > SQL-YASP-0.11/test.pl > > SQL-YASP-0.11/YASP.pm > > > > CPAN.pm: Going to build M/MI/MIKO/SQL-YASP-0.11.tar.gz > > > > Checking if your kit is complete... > > Looks good > > Writing Makefile for SQL::YASP > > cp YASP.pm blib/lib/SQL/YASP.pm > > Manifying blib/man3/SQL::YASP.3pm > > /usr/bin/make -- OK > > Running make test > > PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl > > Can't locate Tie/IxHash.pm in @INC (@INC contains: ../../ blib/lib > > blib/arch /etc/perl /usr/local/lib/perl/5.8.8 > > /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 > > /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at > > blib/lib/SQL/YASP.pm line 5. > > BEGIN failed--compilation aborted at blib/lib/SQL/YASP.pm line 5. > > Compilation failed in require at test.pl line 7. > > BEGIN failed--compilation aborted at test.pl line 7. > > make: *** [test_dynamic] Error 2 > > /usr/bin/make test -- NOT OK > > Running make install > > make test had returned bad status, won't install without force
> >