From apeiron@prophecy.dyndns.org Tue May 25 14:16:07 2004 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DA7016A4CE for ; Tue, 25 May 2004 14:16:07 -0700 (PDT) Received: from prophecy.dyndns.org (pcp08490587pcs.levtwn01.pa.comcast.net [68.83.169.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC5A243D3F for ; Tue, 25 May 2004 14:16:06 -0700 (PDT) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (localhost.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.12.10/8.12.10) with ESMTP id i4PLFXKj018992 for ; Tue, 25 May 2004 17:15:33 -0400 (EDT) (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.10/8.12.10/Submit) id i4PLFXW0018991; Tue, 25 May 2004 17:15:33 -0400 (EDT) (envelope-from apeiron) Message-Id: <200405252115.i4PLFXW0018991@prophecy.dyndns.org> Date: Tue, 25 May 2004 17:15:33 -0400 (EDT) From: Christopher Nehren Reply-To: Christopher Nehren To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: mod_perl-related regressions in the newest ImageMagick version X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 67192 >Category: ports >Synopsis: mod_perl-related regressions in the newest graphics/ImageMagick version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 25 14:20:30 PDT 2004 >Closed-Date: Mon Dec 26 01:25:48 GMT 2005 >Last-Modified: Mon Dec 26 01:25:48 GMT 2005 >Originator: Christopher Nehren >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #0: Mon May 10 22:34:33 EDT 2004 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386 >Description: I'm currently designing multiple websites (one on a Linux host, the other on another FreeBSD machine), and my test environment on this machine (Apache 2.0.49, mod_perl 1.99_13, PLP 3.18 hacked to work with mod_perl 2) works fine with the previous version of ImageMagick. However, the newest version causes the ImageMagick Perl API to fail silently when accessed via mod_perl 2.x, and maybe under other circumstances. I have not made any changes to any other systems. Deinstalling the 6.x version and replacing it with the 5.x version without changing any other system configuration items yields a working setup. I have not had the opportunity to test the same setups on my other (RELENG_4) machine, though I will if requested. >How-To-Repeat: Here's a minimal test case, using PLP: <: use Image::Magick; $image = Image::Magick->new; $image->Read('maxtor.gif'); :> Here's an image: Its size is <:=$image->Get('width'):>x<:=$image->Get('height'):>. I've tested this with other image formats and it's broken for them, too. This _should_ read in the image and display it on the page, and then below it print out its geometry. With the new 6.x version of ImageMagick, I receive an error (via PLP) telling me that the Read method failed. With the old, 5.x version, it's fine. >Fix: None known. >Release-Note: >Audit-Trail: From: "Arjan van Leeuwen" To: freebsd-gnats-submit@freebsd.org, apeiron@comcast.net Cc: Subject: Re: ports/67192: mod_perl-related regressions in the newest ImageMagick version Date: Thu, 24 Jun 2004 14:25:38 +0200 Does the problem still exist with ImageMagick 6.0.2.7? This release seems to fix a lot of problems on FreeBSD. Arjan State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Thu Jun 24 14:57:57 GMT 2004 State-Changed-Why: Maintainer requests feedback Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Thu Jun 24 14:57:57 GMT 2004 Responsible-Changed-Why: I'll track this http://www.freebsd.org/cgi/query-pr.cgi?pr=67192 From: Christopher Nehren To: Arjan van Leeuwen Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/67192: mod_perl-related regressions in the newest ImageMagick version Date: Sun, 4 Jul 2004 15:24:48 -0400 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 24, 2004 at 08:25:38 EDT, Arjan van Leeuwen scribbled these curious markings: > Does the problem still exist with ImageMagick 6.0.2.7? This release seems= =20 > to fix a lot of problems on FreeBSD. Yes, it does. 6.0.2.7 doesn't seem to fix anything. --=20 I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson - Unix is user friendly. However, it isn't idiot friendly. --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA6FmAk/lo7zvzJioRAuJ9AJ9dyMyAg90Pr3q45Caj8i9QkGp20wCgsGiz NSzHuQZgvxfRonyajyWNEk8= =axGZ -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- State-Changed-From-To: feedback->open State-Changed-By: vs State-Changed-When: Fri Jul 23 14:35:48 GMT 2004 State-Changed-Why: Feedback received. Looks like there's no expert on this around here. Please consider contacting the developers. http://www.freebsd.org/cgi/query-pr.cgi?pr=67192 State-Changed-From-To: open->suspended State-Changed-By: vs State-Changed-When: Fri Jan 28 13:48:35 GMT 2005 State-Changed-Why: Suspend & return to pool: Nobody knows a fix... Responsible-Changed-From-To: vs->freebsd-ports-bugs Responsible-Changed-By: vs Responsible-Changed-When: Fri Jan 28 13:48:35 GMT 2005 Responsible-Changed-Why: Suspend & return to pool: Nobody knows a fix... http://www.freebsd.org/cgi/query-pr.cgi?pr=67192 From: Pav Lucistnik To: bug-followup@FreeBSD.org, apeiron@comcast.net Cc: Subject: Re: ports/67192: mod_perl-related regressions in the newest graphics/ImageMagick version Date: Sat, 26 Nov 2005 02:44:29 +0100 Any progress on this? Anyone got any patches? -- Pav Lucistnik If God didn't mean for us to juggle, tennis balls wouldn't come three to a can. State-Changed-From-To: suspended->closed State-Changed-By: pav State-Changed-When: Mon Dec 26 01:25:24 UTC 2005 State-Changed-Why: No progress on this in year and half; if a solution is ever found, please open a new ticket. http://www.freebsd.org/cgi/query-pr.cgi?pr=67192 >Unformatted: