From nobody@FreeBSD.org  Wed Sep 26 22:26:10 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B299516A417
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Sep 2007 22:26:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 846BA13C455
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Sep 2007 22:26:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8QMQA8m001179
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 Sep 2007 22:26:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l8QMQApU001178;
	Wed, 26 Sep 2007 22:26:10 GMT
	(envelope-from nobody)
Message-Id: <200709262226.l8QMQApU001178@www.freebsd.org>
Date: Wed, 26 Sep 2007 22:26:10 GMT
From: Randy Pratt <bsd-unix@embarqmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/ImageMagics build fails with FPX support
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mi@aldan.algebra.com

>Number:         116682
>Category:       ports
>Synopsis:       graphics/ImageMagic build fails with FPX support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 26 22:30:02 GMT 2007
>Closed-Date:    Fri May 23 13:49:43 UTC 2008
>Last-Modified:  Fri May 23 13:49:43 UTC 2008
>Originator:     Randy Pratt
>Release:        FreeBSD 6.2-STABLE
>Organization:
>Environment:
6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Sep 20 12:16:05 EDT 2007
>Description:
Updating to ImageMagick-6.3.5.10 build fails with FPX option turned on:

Failed Test   Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/fpx/read.t     0   139     5   10  1-5
t/fpx/write.t    0   139     4    8  1-4
Failed 2/25 test scripts. 9/343 subtests failed.
Files=25, Tests=343, 18 wallclock secs (13.57 cusr +  1.84 csys = 15.41 CPU)
Failed 2/25 test programs. 9/343 subtests failed.
*** Error code 255

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.3.5/PerlMagick.
*** Error code 1


The libfpx-1.2.0.12 is installed on this system.
>How-To-Repeat:
Update ImageMagick to 6.3.5.10 with FPX option set to ON.
>Fix:
Workaround is to disable the FPX option.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->shaun 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Sep 26 22:52:26 UTC 2007 
Responsible-Changed-Why:  
Make this a ports PR and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116682 
Responsible-Changed-From-To: shaun->mi 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Wed Sep 26 22:56:22 UTC 2007 
Responsible-Changed-Why:  
Assign to new maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116682 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 26 23:03:30 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116682 

From: Mikhail Teterin <mi+mill@aldan.algebra.com>
To: bug-followup@freebsd.org,
 bsd-unix@embarqmail.com
Cc:  
Subject: Re: misc/116682: graphics/ImageMagics build fails with FPX support
Date: Wed, 26 Sep 2007 19:18:24 -0400

 Hi!
 
 I can't reproduce the problem on my amd64 machine -- FPX is known to be broken 
 there.
 
 Could you bring this up on ImageMagick's own bugs-forum at:
 
  http://www.imagemagick.org/discourse-server/viewforum.php?f=3
 
 I'll see it there and will implement whatever suggestion the authors come up 
 with.
 
 Before doing that, please, do the following:
 
  1) run `make config' to disable the tests
  2) do `make install' (this will succeed without the tests)
  3) cd `make -V WRKSRC`/PerlMagick
  4) run `perl t/fpx/read.t' and `perl t/fpx/write.t'.
 
 Include the outputs of 4) in your posting to the ImageMagick's forum.
 
 Thanks! Yours,
 
  -mi

From: Randy Pratt <bsd-unix@embarqmail.com>
To: Mikhail Teterin <mi+mill@aldan.algebra.com>
Cc: bug-followup@freebsd.org
Subject: Re: misc/116682: graphics/ImageMagics build fails with FPX support
Date: Wed, 26 Sep 2007 20:45:16 -0400

 On Wed, 26 Sep 2007 19:18:24 -0400
 Mikhail Teterin <mi+mill@aldan.algebra.com> wrote:
 
 > Hi!
 > 
 > I can't reproduce the problem on my amd64 machine -- FPX is known to be broken 
 > there.
 > 
 > Could you bring this up on ImageMagick's own bugs-forum at:
 > 
 >  http://www.imagemagick.org/discourse-server/viewforum.php?f=3
 > 
 > I'll see it there and will implement whatever suggestion the authors come up 
 > with.
 > 
 > Before doing that, please, do the following:
 > 
 >  1) run `make config' to disable the tests
 >  2) do `make install' (this will succeed without the tests)
 >  3) cd `make -V WRKSRC`/PerlMagick
 >  4) run `perl t/fpx/read.t' and `perl t/fpx/write.t'.
 > 
 > Include the outputs of 4) in your posting to the ImageMagick's forum.
 > 
 > Thanks! Yours,
 > 
 >  -mi
 
 I've done as you suggested:
 
   http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=9782
 
 Thanks for pointing me to the right place.
 
 Randy
 -- 
Responsible-Changed-From-To: mi->mm 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri May 23 12:32:56 UTC 2008 
Responsible-Changed-Why:  
Assign to new maintainer of ImageMagick. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116682 
State-Changed-From-To: feedback->closed 
State-Changed-By: mi 
State-Changed-When: Fri May 23 13:49:13 UTC 2008 
State-Changed-Why:  
FPX was fixed about 6 month ago... 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116682 
>Unformatted:
