Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 2560
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: lionel.valero [...] polymtl.ca
Cc:
AdminCc:

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



Subject: ExtUtils/Liblist/Kid.pm
** -> #perl -v This is perl, v5.8.0 built for i386-linux-thread-multi -> DBI 1.35 -> #uname -a Linux 2.4.20-9 #1 i686 i686 i386 GNU/Linux ** installation of DBD:mysql failed : Show quoted text
cpan> install Bundle::DBD::mysql
CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Mon, 12 May 2003 12:42:56 GMT DBI is up to date. Data::ShowTable is up to date. Running install for module Mysql Running make for J/JW/JWIED/DBD-mysql-2.1026.tar.gz CPAN: Digest::MD5 loaded ok CPAN: Compress::Zlib loaded ok Checksum for /root/.cpan/sources/authors/id/J/JW/JWIED/DBD-mysql-2.1026.tar.gz ok Scanning cache /root/.cpan/build for sizes DBD-mysql-2.1026/ ... DBD-mysql-2.1026/constants.h Removing previously used /root/.cpan/build/DBD-mysql-2.1026 CPAN.pm: Going to build J/JW/JWIED/DBD-mysql-2.1026.tar.gz I will use the following settings for compiling and testing: cflags (mysql_config) = -I'/usr/include/mysql' libs (mysql_config) = -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv nocatchstderr (default ) = 0 ssl (guessed ) = 0 testdb (default ) = test testhost (default ) = testpassword (default ) = testuser (default ) = To change these settings, see 'perl Makefile.PL --help' and 'perldoc INSTALL'. Argument "6.10_03" isn't numeric in numeric ge (>=) at Makefile.PL line 88, <PIPE> line 50. Checking if your kit is complete... Looks good Unsuccessful stat on filename containing newline at /usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 99. ** -> Error ... Unsuccessful stat on filename containing newline at /usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 99. ** -> Error Using DBI 1.35 installed in /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBI Writing Makefile for DBD::mysql Makefile:49: *** missing separator. Stop. /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Running install for module DBD::mysql Running make for J/JW/JWIED/DBD-mysql-2.1026.tar.gz Is already unwrapped into directory /root/.cpan/build/DBD-mysql-2.1026 Has already been processed within this session Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Bundle summary: The following items in bundle Bundle::DBD::mysql had installation problems: Mysql DBD::mysql Show quoted text
cpan>
From: lionel.valero
Before compiling do : export LANG=C; export LC_ALL=C [guest - Mon May 12 14:38:44 2003]: Show quoted text
> ** > -> #perl -v This is perl, v5.8.0 built for i386-linux-thread-multi > -> DBI 1.35 > -> #uname -a Linux 2.4.20-9 #1 i686 i686 i386 GNU/Linux > > ** installation of DBD:mysql failed : >
> cpan> install Bundle::DBD::mysql
> CPAN: Storable loaded ok > Going to read /root/.cpan/Metadata > Database was generated on Mon, 12 May 2003 12:42:56 GMT > DBI is up to date. > Data::ShowTable is up to date. > Running install for module Mysql > Running make for J/JW/JWIED/DBD-mysql-2.1026.tar.gz > CPAN: Digest::MD5 loaded ok > CPAN: Compress::Zlib loaded ok > Checksum for /root/.cpan/sources/authors/id/J/JW/JWIED/DBD-mysql- > 2.1026.tar.gz ok > Scanning cache /root/.cpan/build for sizes > DBD-mysql-2.1026/ > ... > > DBD-mysql-2.1026/constants.h > Removing previously used /root/.cpan/build/DBD-mysql-2.1026 > > CPAN.pm: Going to build J/JW/JWIED/DBD-mysql-2.1026.tar.gz > > I will use the following settings for compiling and testing: > > cflags (mysql_config) = -I'/usr/include/mysql' > libs (mysql_config) = -L/usr/lib/mysql -lmysqlclient -lz > -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files > -lnss_dns -lresolv > nocatchstderr (default ) = 0 > ssl (guessed ) = 0 > testdb (default ) = test > testhost (default ) = > testpassword (default ) = > testuser (default ) = > > To change these settings, see 'perl Makefile.PL --help' and > 'perldoc INSTALL'. > > Argument "6.10_03" isn't numeric in numeric ge (>=) at Makefile.PL > line 88, <PIPE> line 50. > Checking if your kit is complete... > Looks good > Unsuccessful stat on filename containing newline at > /usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 99. ** -> Error > ... > Unsuccessful stat on filename containing newline at > /usr/lib/perl5/5.8.0/ExtUtils/Liblist/Kid.pm line 99. ** -> Error > Using DBI 1.35 installed in /usr/lib/perl5/site_perl/5.8.0/i386-linux- > thread-multi/auto/DBI > Writing Makefile for DBD::mysql > Makefile:49: *** missing separator. Stop. > /usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > Running install for module DBD::mysql > Running make for J/JW/JWIED/DBD-mysql-2.1026.tar.gz > Is already unwrapped into directory /root/.cpan/build/DBD-mysql- > 2.1026 > Has already been processed within this session > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > Bundle summary: The following items in bundle Bundle::DBD::mysql had > installation problems: > Mysql DBD::mysql >
> cpan>
Setting LC_ALL=C LANG=C should indeed to.