| Summary: | Build of graphics/ImageMagick hangs while testing PerlMagick | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jonathan Lennox <lennox> |
| Component: | Individual Port(s) | Assignee: | Mikhail Teterin <mi> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Jonathan Lennox
2007-10-03 16:40:01 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) A better work-around may be to disable OpenEXR (libIlmThread.so.4). It is compiled with thread-support and causes this problem under some circumstances (when your glib does not use ICU)... I just committed a small change, that would cause PerlMagick to fail faster in this situation -- and without consuming all memory first. Please, let me know, if the change helps the failing tests fail faster. I'm still awaiting response from OpenEXR's maintainer on how best to deal with underlying problem. Thank you for your feedback. Yours, -mi Responsible Changed From-To: freebsd-ports-bugs->mi Mine, all mine... mi 2007-11-07 05:46:29 UTC
FreeBSD ports repository
Modified files:
graphics/ImageMagick Makefile distinfo pkg-plist
Removed files:
graphics/ImageMagick/files patch-leak patch-module-path
patch-test-filter
Log:
Update from 6.3.5-10 to 6.3.6-9. Some of our patches were accepted
upstream. The tests should work with and without X11. Enable FPX by
default. Resolve all related PRs.
Approved by: portmgr (linimon)
PR: 67815
PR: 117635
PR: 116874
PR: 114387
Revision Changes Path
1.249 +21 -14 ports/graphics/ImageMagick/Makefile
1.111 +3 -3 ports/graphics/ImageMagick/distinfo
1.2 +0 -12 ports/graphics/ImageMagick/files/patch-leak (dead)
1.2 +0 -31 ports/graphics/ImageMagick/files/patch-module-path (dead)
1.2 +0 -21 ports/graphics/ImageMagick/files/patch-test-filter (dead)
1.108 +1 -0 ports/graphics/ImageMagick/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed The underlying problem was resolved, when OpenEXR was updated. In any case, the new limits (introduced in the earlier version of the port) should prevent failure of a Perl test causing much trouble. |