Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

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



Subject: Does not compile on development perl series >= 5.13.4
sv_undef and friends have been gone from the core for a while. Starting with perl 5.13.4 the fallback mechanism was removed entirely via: http://perl5.git.perl.org/perl.git/commit/cfef31b27d1a56cda74e23698243f3be70bd9cb3 Please release a new version with proper changes to PL_sv_undef etc. Building and testing DBD-mysql-4.018 for DBD::mysql ... cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.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 cc -c -I/home/rabbit/perl5/perlbrew/perls/5.13.4/lib/site_perl/5.13.4/i686-linux-thread-multi/auto/DBI -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -DUNIV_LINUX -DUNIV_LINUX -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"4.018\" -DXS_VERSION=\"4.018\" -fPIC "-I/home/rabbit/perl5/perlbrew/perls/5.13.4/lib/5.13.4/i686-linux-thread-multi/CORE" dbdimp.c dbdimp.c: In function ‘mysql_db_FETCH_attrib’: dbdimp.c:2447: error: ‘sv_undef’ undeclared (first use in this function) dbdimp.c:2447: error: (Each undeclared identifier is reported only once dbdimp.c:2447: error: for each function it appears in.) make: *** [dbdimp.o] Error 1
Duplicate of 60085 I think
On Thu Jan 27 17:00:24 2011, ANDK wrote: Show quoted text
> Duplicate of 60085 I think
Indeed it is, didn't see it while searching yesterday. I do not have permissions to merge the two, so please add a link/merge with 60085