ImageMagick build fails with FPX enabled
Posted: 2007-09-26T17:43:13-07:00
OS: FreeBSD 6.2-STABLE (2007-09-20)
Platform: I386
When trying to update to ImageMagick-6.3.5.10 with the FPX option (default is
ON) the build fails with this excerpt from the log:
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 FPX option was disabled and it was able to update. I was asked to run
a couple of tests from the WRKSRC/PerlMagick directory and report it here:
# perl t/fpx/read.t
1..5
1-bit grayscale FPX ...
testing reading from file "input_bw.fpx" ...
ReadImage input_bw.fpx: Exception 420: no decode delegate for this image format
`input_bw.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_bw.fpx: Exception 395: unable to open module file `/usr/local/
lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 1
8-bit grayscale FPX ...
testing reading from file "input_grayscale.fpx" ...
ReadImage input_grayscale.fpx: Exception 420: no decode delegate for this image
format `input_grayscale.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_grayscale.fpx: Exception 395: unable to open module file `/usr
/local/lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 2
8-bit indexed-color FPX ...
testing reading from file "input_256.fpx" ...
ReadImage input_256.fpx: Exception 420: no decode delegate for this image format
`input_256.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_256.fpx: Exception 395: unable to open module file `/usr/local
/lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 3
24-bit Truecolor FPX ...
testing reading from file "input_truecolor.fpx" ...
ReadImage input_truecolor.fpx: Exception 420: no decode delegate for this image
format `input_truecolor.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_truecolor.fpx: Exception 395: unable to open module file `/usr
/local/lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 4
24-bit JPEG FPX ...
testing reading from file "input_jpeg.fpx" ...
ReadImage input_jpeg.fpx: Exception 420: no decode delegate for this image forma
t `input_jpeg.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_jpeg.fpx: Exception 395: unable to open module file `/usr/loca
l/lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 5
# perl t/fpx/write.t
1..4
1-bit grayscale FPX ...
ReadImage input_bw.fpx: Exception 420: no decode delegate for this image format `input_bw.fpx'
not ok 1
8-bit grayscale FPX ...
ReadImage input_grayscale.fpx: Exception 420: no decode delegate for this image format `input_grayscale.fpx'
not ok 2
8-bit indexed-color FPX ...
ReadImage input_256.fpx: Exception 420: no decode delegate for this image format `input_256.fpx'
not ok 3
24-bit Truecolor FPX ...
ReadImage input_truecolor.fpx: Exception 420: no decode delegate for this image format `input_truecolor.fpx'
not ok 4
I do have libfpx-1.2.0.12 installed on the system.
Thanks!
Platform: I386
When trying to update to ImageMagick-6.3.5.10 with the FPX option (default is
ON) the build fails with this excerpt from the log:
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 FPX option was disabled and it was able to update. I was asked to run
a couple of tests from the WRKSRC/PerlMagick directory and report it here:
# perl t/fpx/read.t
1..5
1-bit grayscale FPX ...
testing reading from file "input_bw.fpx" ...
ReadImage input_bw.fpx: Exception 420: no decode delegate for this image format
`input_bw.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_bw.fpx: Exception 395: unable to open module file `/usr/local/
lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 1
8-bit grayscale FPX ...
testing reading from file "input_grayscale.fpx" ...
ReadImage input_grayscale.fpx: Exception 420: no decode delegate for this image
format `input_grayscale.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_grayscale.fpx: Exception 395: unable to open module file `/usr
/local/lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 2
8-bit indexed-color FPX ...
testing reading from file "input_256.fpx" ...
ReadImage input_256.fpx: Exception 420: no decode delegate for this image format
`input_256.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_256.fpx: Exception 395: unable to open module file `/usr/local
/lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 3
24-bit Truecolor FPX ...
testing reading from file "input_truecolor.fpx" ...
ReadImage input_truecolor.fpx: Exception 420: no decode delegate for this image
format `input_truecolor.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_truecolor.fpx: Exception 395: unable to open module file `/usr
/local/lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 4
24-bit JPEG FPX ...
testing reading from file "input_jpeg.fpx" ...
ReadImage input_jpeg.fpx: Exception 420: no decode delegate for this image forma
t `input_jpeg.fpx'
testing reading from BLOB with magick ""...
BlobToImage input_jpeg.fpx: Exception 395: unable to open module file `/usr/loca
l/lib/ImageMagick/modules-Q16/coders/fpx.la': No such file or directory
not ok 5
# perl t/fpx/write.t
1..4
1-bit grayscale FPX ...
ReadImage input_bw.fpx: Exception 420: no decode delegate for this image format `input_bw.fpx'
not ok 1
8-bit grayscale FPX ...
ReadImage input_grayscale.fpx: Exception 420: no decode delegate for this image format `input_grayscale.fpx'
not ok 2
8-bit indexed-color FPX ...
ReadImage input_256.fpx: Exception 420: no decode delegate for this image format `input_256.fpx'
not ok 3
24-bit Truecolor FPX ...
ReadImage input_truecolor.fpx: Exception 420: no decode delegate for this image format `input_truecolor.fpx'
not ok 4
I do have libfpx-1.2.0.12 installed on the system.
Thanks!