Skip Menu |

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

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

People
Owner: CAPTTOFU [...] cpan.org
Requestors: abhijit.verma [...] wipro.com
Cc:
AdminCc:

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



Subject: Compilation Error.
Date: Tue, 8 May 2007 18:32:36 +0530
To: <bug-DBD-mysql [...] rt.cpan.org>
From: <abhijit.verma [...] wipro.com>
Hi, I get the below errors, while compiling this module: make cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm gcc -c -I/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBI -I'/var/mysql-max-3.23.57-pc-linux-i686/include' -g -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g -DVERSION=\"4.004\" -DXS_VERSION=\"4.004\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" dbdimp.c dbdimp.c: In function `mysql_st_fetch': dbdimp.c:3429: too few arguments to function `mysql_dr_error' dbdimp.c:3593: too few arguments to function `mysql_dr_error' dbdimp.c: In function `mysql_st_FETCH_internal': dbdimp.c:3931: too few arguments to function `mysql_dr_error' dbdimp.c:3945: too few arguments to function `mysql_dr_error' dbdimp.c: In function `mysql_bind_ph': dbdimp.c:4264: too few arguments to function `mysql_dr_error' dbdimp.c:4291: too few arguments to function `mysql_dr_error' dbdimp.c:4303: too few arguments to function `mysql_dr_error' dbdimp.c: In function `mysql_db_reconnect': dbdimp.c:4465: too few arguments to function `mysql_dr_error' make: *** [dbdimp.o] Error 1 The downloaded tarball is DBD-mysql-4.004.tar.gz Regards, Abhijit Abhijit Verma Gokaraju, Product Engineering Solutions, Wipro Technologies, Madivala-2, 26, Hosur Main Road, Bommanahalli, Bangalore. Cell: (0)9342411790 Land: (080)5732296. Extn: 5474 The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
From: CAPTTOFU [...] cpan.org
Dhanyavada! An upcoming release will fix this problem. I assume you are using mysql 4.0? regards, Patrick On Tue May 08 09:03:51 2007, abhijit.verma@wipro.com wrote: Show quoted text
> > Hi, > > I get the below errors, while compiling this module: > > make > cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm > cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm > cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod > cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm > gcc -c > -I/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBI > -I'/var/mysql-max-3.23.57-pc-linux-i686/include' -g -D_REENTRANT > -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g > -DVERSION=\"4.004\" > -DXS_VERSION=\"4.004\" -fPIC > "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" dbdimp.c > dbdimp.c: In function `mysql_st_fetch': > dbdimp.c:3429: too few arguments to function `mysql_dr_error' > dbdimp.c:3593: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_st_FETCH_internal': > dbdimp.c:3931: too few arguments to function `mysql_dr_error' > dbdimp.c:3945: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_bind_ph': > dbdimp.c:4264: too few arguments to function `mysql_dr_error' > dbdimp.c:4291: too few arguments to function `mysql_dr_error' > dbdimp.c:4303: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_db_reconnect': > dbdimp.c:4465: too few arguments to function `mysql_dr_error' > make: *** [dbdimp.o] Error 1 > > The downloaded tarball is DBD-mysql-4.004.tar.gz > > Regards, > Abhijit > > Abhijit Verma Gokaraju, > Product Engineering Solutions, > Wipro Technologies, Madivala-2, > 26, Hosur Main Road, > Bommanahalli, Bangalore. > Cell: (0)9342411790 > Land: (080)5732296. Extn: 5474 > > > > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive use of > the addressee(s) and may contain proprietary, confidential or > privileged information. If you are not the intended recipient, you > should not disseminate, distribute or copy this e-mail. Please > notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of > viruses. The company accepts no liability for any damage caused by > any virus transmitted by this email. > > www.wipro.com
From: SAPER [...] cpan.org
Hello, Show quoted text
> An upcoming release will fix this problem. I assume you are > using mysql 4.0?
I have exactly the same errors with Perl 5.8.8 and MySQL 4.0.20. Is there a CVS or SVN somewhere where I could get and try the upcoming release? -- Close the world, txEn eht nepO.
Fixed in upcoming release of 4.005
Subject: RE: [rt.cpan.org #26991] Compilation Error.
Date: Tue, 29 May 2007 08:50:15 +0530
To: <bug-DBD-mysql [...] rt.cpan.org>
From: <abhijit.verma [...] wipro.com>
Thank you Mr.Galbraith. I will check the same. In Hindi, I would say - Dhyanavad Patrick Bhaiya(brother) :) Regards, Abhijit Show quoted text
-----Original Message----- From: Patrick Galbraith via RT [mailto:bug-DBD-mysql@rt.cpan.org] Sent: Monday, May 28, 2007 8:14 PM To: Abhijit Verma Gokaraju (WT01 - Telecom Applications and Solutions) Subject: [rt.cpan.org #26991] Compilation Error. <URL: http://rt.cpan.org/Ticket/Display.html?id=26991 > Fixed in upcoming release of 4.005 The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
Hi, Were you ever able to get this resolved? On Tue May 08 09:03:51 2007, abhijit.verma@wipro.com wrote: Show quoted text
> > Hi, > > I get the below errors, while compiling this module: > > make > cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm > cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm > cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod > cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm > gcc -c > -I/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBI > -I'/var/mysql-max-3.23.57-pc-linux-i686/include' -g -D_REENTRANT > -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g > -DVERSION=\"4.004\" > -DXS_VERSION=\"4.004\" -fPIC > "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" dbdimp.c > dbdimp.c: In function `mysql_st_fetch': > dbdimp.c:3429: too few arguments to function `mysql_dr_error' > dbdimp.c:3593: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_st_FETCH_internal': > dbdimp.c:3931: too few arguments to function `mysql_dr_error' > dbdimp.c:3945: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_bind_ph': > dbdimp.c:4264: too few arguments to function `mysql_dr_error' > dbdimp.c:4291: too few arguments to function `mysql_dr_error' > dbdimp.c:4303: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_db_reconnect': > dbdimp.c:4465: too few arguments to function `mysql_dr_error' > make: *** [dbdimp.o] Error 1 > > The downloaded tarball is DBD-mysql-4.004.tar.gz > > Regards, > Abhijit > > Abhijit Verma Gokaraju, > Product Engineering Solutions, > Wipro Technologies, Madivala-2, > 26, Hosur Main Road, > Bommanahalli, Bangalore. > Cell: (0)9342411790 > Land: (080)5732296. Extn: 5474 > > > > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive use of > the addressee(s) and may contain proprietary, confidential or > privileged information. If you are not the intended recipient, you > should not disseminate, distribute or copy this e-mail. Please > notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of > viruses. The company accepts no liability for any damage caused by > any virus transmitted by this email. > > www.wipro.com
Subject: RE: [rt.cpan.org #26991] Compilation Error.
Date: Fri, 7 Dec 2007 10:17:39 +0530
To: <bug-DBD-mysql [...] rt.cpan.org>
From: <abhijit.verma [...] wipro.com>
Hi Patrick, Yes, I could get this resolved. I don't remember clearly how. I think I installed an older version. Not sure though. Many Thanks. Regards, Abhijit Show quoted text
-----Original Message----- From: Patrick Galbraith via RT [mailto:bug-DBD-mysql@rt.cpan.org] Sent: Thursday, December 06, 2007 8:50 AM To: Abhijit Verma Gokaraju (WT01 - VLSI Services) Subject: [rt.cpan.org #26991] Compilation Error. <URL: http://rt.cpan.org/Ticket/Display.html?id=26991 > Hi, Were you ever able to get this resolved? On Tue May 08 09:03:51 2007, abhijit.verma@wipro.com wrote:
> > Hi, > > I get the below errors, while compiling this module: > > make > cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp > lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/DBD/mysql/INSTALL.pod > blib/lib/DBD/mysql/INSTALL.pod cp lib/Bundle/DBD/mysql.pm > blib/lib/Bundle/DBD/mysql.pm gcc -c > -I/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBI > -I'/var/mysql-max-3.23.57-pc-linux-i686/include' -g -D_REENTRANT > -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686 -g > -DVERSION=\"4.004\" > -DXS_VERSION=\"4.004\" -fPIC > "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" dbdimp.c > dbdimp.c: In function `mysql_st_fetch': > dbdimp.c:3429: too few arguments to function `mysql_dr_error' > dbdimp.c:3593: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_st_FETCH_internal': > dbdimp.c:3931: too few arguments to function `mysql_dr_error' > dbdimp.c:3945: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_bind_ph': > dbdimp.c:4264: too few arguments to function `mysql_dr_error' > dbdimp.c:4291: too few arguments to function `mysql_dr_error' > dbdimp.c:4303: too few arguments to function `mysql_dr_error' > dbdimp.c: In function `mysql_db_reconnect': > dbdimp.c:4465: too few arguments to function `mysql_dr_error' > make: *** [dbdimp.o] Error 1 > > The downloaded tarball is DBD-mysql-4.004.tar.gz > > Regards, > Abhijit > > Abhijit Verma Gokaraju, > Product Engineering Solutions, > Wipro Technologies, Madivala-2, > 26, Hosur Main Road, > Bommanahalli, Bangalore. > Cell: (0)9342411790 > Land: (080)5732296. Extn: 5474 > > > > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive use of > the addressee(s) and may contain proprietary, confidential or > privileged information. If you are not the intended recipient, you > should not disseminate, distribute or copy this e-mail. Please > notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of > viruses. The company accepts no liability for any damage caused by > any virus transmitted by this email. > > www.wipro.com
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
User was able to solve issue