Skip Menu |

This queue is for tickets about the WWW-Curl CPAN distribution.

Report information
The Basics
Id: 62529
Status: resolved
Priority: 0/
Queue: WWW-Curl

People
Owner: Nobody in particular
Requestors: vega.james [...] gmail.com
Cc: CARNIL [...] cpan.org
AdminCc:

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



The CURL_LOCK_* constants were broken in 4.14. Trying to use any of them results in an Undefined subroutine error. $ cat test.pl #!perl use WWW::Curl::Share; CURL_LOCK_DATA_DNS; $ perl test.pl Undefined subroutine &WWW::Curl::Share::CURL_LOCK_DATA_DNS failed at test.pl line 3 If it's relevant, this is using Perl 5.10.1 on a Debian system.
Subject: [rt.cpan.org #62529] breaks related software
Date: Sat, 13 Nov 2010 09:08:08 +0100
To: bug-WWW-Curl [...] rt.cpan.org
From: Salvatore Bonaccorso <carnil [...] debian.org>
Hi Chris and Bálint Only as short further information about this: The problems causes too unusablitity to e.g. 'cupt' (alternative front-end for dpkg). See for details [1]. [1] http://bugs.debian.org/601711 Bests Salvatore
Download signature.asc
application/pgp-signature 835b

Message body not shown because it is not plain text.

On Sat Nov 13 03:08:26 2010, carnil@debian.org wrote: Show quoted text
> Hi Chris and Bálint > > Only as short further information about this: The problems causes too > unusablitity to e.g. 'cupt' (alternative front-end for dpkg). See for > details [1]. > > [1] http://bugs.debian.org/601711 > > Bests > Salvatore
Hey, I tracked down the reason why this bug occurs, but instead of a quickfix I decided to solve this by rethinking how the constant handling is done in WWW::Curl. The libcurl guys were very helpful and some improvements were done on the libcurl side aswell in constant detection to make life easier for bindings. I'll be releasing 4.15 this weekend which should fix this bug and a broader range of constant problems. Regards, Bálint
CC: 601694-submitter [...] bugs.debian.org, 601694 [...] bugs.debian.org, 601711 [...] bugs.debian.org
Subject: Re: [rt.cpan.org #62529] breaks related software
Date: Sat, 13 Nov 2010 17:02:15 +0100
To: Balint Szilakszi via RT <bug-WWW-Curl [...] rt.cpan.org>
From: Salvatore Bonaccorso <carnil [...] debian.org>
Hi Bálint On Sat, Nov 13, 2010 at 10:47:27AM -0500, Balint Szilakszi via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=62529 > > > On Sat Nov 13 03:08:26 2010, carnil@debian.org wrote:
> > Hi Chris and Bálint > > > > Only as short further information about this: The problems causes too > > unusablitity to e.g. 'cupt' (alternative front-end for dpkg). See for > > details [1]. > > > > [1] http://bugs.debian.org/601711 > > > > Bests > > Salvatore
> > > Hey, > > I tracked down the reason why this bug occurs, but instead of a quickfix > I decided to solve this by rethinking how the constant handling is done > in WWW::Curl. The libcurl guys were very helpful and some improvements > were done on the libcurl side aswell in constant detection to make life > easier for bindings. > > I'll be releasing 4.15 this weekend which should fix this bug and a > broader range of constant problems.
Thanks a lot! I'm going to forward this information to our bugreports! Thanks for your work, Bálint! Bests Salvatore
Download signature.asc
application/pgp-signature 835b

Message body not shown because it is not plain text.

This bug is now fixed as 4.15 is released. Sorry for the delayed release.