Skip Menu |

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

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

People
Owner: CAPTTOFU [...] cpan.org
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: "duplicate function" warning
Date: Wed, 25 Mar 2015 10:50:13 +0000
To: bug-DBD-mysql [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
During build: "/opt/perl-5.18.4/bin/perl" "/opt/perl-5.18.4/lib/5.18.4/ExtUtils/xsubpp" -typemap "/opt/perl-5.18.4/lib/5.18.4/ExtUtils/typemap" mysql.xs > mysql.xsc && mv mysql.xsc mysql.c Warning: duplicate function definition 'do' detected in mysql.xs, line 242 Warning: duplicate function definition 'rows' detected in mysql.xs, line 754 Looks concerning. On a quick look I'm not clear how to resolve it. -zefram
That warning has been there for years. I've tried in the source to deal with it but nothing seems to work. It causes no harm, ignore. On Wed Mar 25 06:50:26 2015, zefram@fysh.org wrote: Show quoted text
> During build: > > "/opt/perl-5.18.4/bin/perl" "/opt/perl- > 5.18.4/lib/5.18.4/ExtUtils/xsubpp" -typemap "/opt/perl- > 5.18.4/lib/5.18.4/ExtUtils/typemap" mysql.xs > mysql.xsc && mv > mysql.xsc mysql.c > Warning: duplicate function definition 'do' detected in mysql.xs, line > 242 > Warning: duplicate function definition 'rows' detected in mysql.xs, > line 754 > > Looks concerning. On a quick look I'm not clear how to resolve it. > > -zefram
Need to document this.