Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 96756
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: Nobody in particular
Requestors: SGreen [...] FaceFirst.com
Cc:
AdminCc:

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



Subject: Imager v0.99 does not support most recent versions of giflib
Date: Fri, 27 Jun 2014 00:54:30 +0000
To: "bug-Imager [...] rt.cpan.org" <bug-Imager [...] rt.cpan.org>
From: Steve Green <SGreen [...] FaceFirst.com>
Hi, I was attempting to build Imager v0.99 (Win32 ActivePerl v5.16.3) and the process failed when attempting to compile with giflib v5.1.0. It appears that the calling sequence for all the open/close routines in giflib have an extra "errorcode" parameter in versions > 5.0. Are there plans to support these newer releases of giflib? I've built Imager with giflib 4.2.3, which compiles and passes all of Imager's tests. However, for some reason that I've yet to determine, the supplied "giftext" utility in giflib fails attempting to read an image (so I'm a bit nervous to use this version in my Imager build). Thanks for all your effort on the Imager package. It has been very useful in our perl scripts. Steve
Subject: RE: [rt.cpan.org #96756] AutoReply: Imager v0.99 does not support most recent versions of giflib
Date: Fri, 27 Jun 2014 17:33:27 +0000
To: "bug-Imager [...] rt.cpan.org" <bug-Imager [...] rt.cpan.org>
From: Steve Green <SGreen [...] FaceFirst.com>
I guess I should have read the documentation prior to filing this bug since it states that giflib versions 4.2 and 5.0 are not supported due to bugs... Steve Show quoted text
-----Original Message----- From: Bugs in Imager via RT [mailto:bug-Imager@rt.cpan.org] Sent: Thursday, June 26, 2014 5:55 PM To: Steve Green Subject: [rt.cpan.org #96756] AutoReply: Imager v0.99 does not support most recent versions of giflib Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "Imager v0.99 does not support most recent versions of giflib", a summary of which appears below. There is no need to reply to this message right now. Your ticket has been assigned an ID of [rt.cpan.org #96756]. Your ticket is accessible on the web at: https://rt.cpan.org/Ticket/Display.html?id=96756 Please include the string: [rt.cpan.org #96756] in the subject line of all future correspondence about this issue. To do so, you may reply to this message. Thank you, bug-Imager@rt.cpan.org ------------------------------------------------------------------------- Hi, I was attempting to build Imager v0.99 (Win32 ActivePerl v5.16.3) and the process failed when attempting to compile with giflib v5.1.0. It appears that the calling sequence for all the open/close routines in giflib have an extra "errorcode" parameter in versions > 5.0. Are there plans to support these newer releases of giflib? I've built Imager with giflib 4.2.3, which compiles and passes all of Imager's tests. However, for some reason that I've yet to determine, the supplied "giftext" utility in giflib fails attempting to read an image (so I'm a bit nervous to use this version in my Imager build). Thanks for all your effort on the Imager package. It has been very useful in our perl scripts. Steve
Subject: Re: [rt.cpan.org #96756] AutoReply: Imager v0.99 does not support most recent versions of giflib
Date: Sat, 28 Jun 2014 14:15:06 +1000
To: Steve Green via RT <bug-Imager [...] rt.cpan.org>
From: Tony Cook <tony [...] develop-help.com>
On Fri, Jun 27, 2014 at 01:33:45PM -0400, Steve Green via RT wrote: Show quoted text
> Queue: Imager > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96756 > > > I guess I should have read the documentation prior to filing this bug since it states that giflib versions 4.2 and 5.0 are not supported due to bugs...
4.2.0 and 5.0.0 isn't supported, but 4.2.1 and 5.0.1 are supported. Unfortunately a new API incompatibility was added int 5.1.0, so Imager 0.99 and earlier don't work with giflib 5.1.0. Imager in git now does support giflib 5.1.0, if you want to give it a go: git clone git://git.imager.perl.org/imager.git cd imager && perl Makefile.PL && make test && make install I'll do a dev release soon. Tony
On Thu Jun 26 20:54:57 2014, SGreen@FaceFirst.com wrote: Show quoted text
> Hi, > > I was attempting to build Imager v0.99 (Win32 ActivePerl v5.16.3) and > the process failed when attempting to compile with giflib v5.1.0. It > appears that the calling sequence for all the open/close routines in > giflib have an extra "errorcode" parameter in versions > 5.0. Are > there plans to support these newer releases of giflib? I've built > Imager with giflib 4.2.3, which compiles and passes all of Imager's > tests. However, for some reason that I've yet to determine, the > supplied "giftext" utility in giflib fails attempting to read an image > (so I'm a bit nervous to use this version in my Imager build). > > Thanks for all your effort on the Imager package. It has been very > useful in our perl scripts.
Thanks, fixed in Imager 1.000. Tony