SOLVED: Re: ImageMagick 6.4.1.5 tests fail on FBSD-7.0 = perl: signal 11

2008-06-20 Thread Anton Shterenlikht
On Thu, Jun 19, 2008 at 03:59:31PM +0100, Anton Shterenlikht wrote:
 On Thu, Jun 19, 2008 at 09:41:01AM +0100, Anton Shterenlikht wrote:
  On Wed, Jun 18, 2008 at 08:23:20PM +0100, Chris Whitehouse wrote:
   Anton Shterenlikht wrote:
   
   my ImageMagick configuration:
   
   
   # cd /usr/ports/graphics/ImageMagick/
   # make showconfig
   === The following configuration options are available for 
   ImageMagick-6.4.1.5:
X11=on X11 support
IMAGEMAGICK_TESTS=on Run bundled self-tests after build
IMAGEMAGICK_OPENMP=off Enable OpenMP for SMP
IMAGEMAGICK_PERL=on Perl support
IMAGEMAGICK_MODULES=off Modules support (broken)
IMAGEMAGICK_BZLIB=on Bzlib support
IMAGEMAGICK_16BIT_PIXEL=on 16bit pixel support
IMAGEMAGICK_DJVU=off DJVU format support (needs threads)
IMAGEMAGICK_LCMS=on LCMS support
IMAGEMAGICK_HDRI=off High Dynamic Range Images (HDRI)
IMAGEMAGICK_TTF=on Freetype support
IMAGEMAGICK_FONTCONFIG=on Fontconfig support
IMAGEMAGICK_JPEG=on JPG format support
IMAGEMAGICK_OPENEXR=off OpenEXR support (needs threads)
IMAGEMAGICK_PNG=on PNG format support
IMAGEMAGICK_TIFF=on TIFF format support
IMAGEMAGICK_FPX=on FPX format support
IMAGEMAGICK_JBIG=on JBIG format support
IMAGEMAGICK_JPEG2000=on JPEG2000 format support
IMAGEMAGICK_DOT=on GraphViz dot graphs support
IMAGEMAGICK_WMF=on WMF format support
IMAGEMAGICK_SVG=on SVG format support
IMAGEMAGICK_PDF=on PDF format support
IMAGEMAGICK_GSLIB=on libgs (Postscript SHLIB) support
   === Use 'make config' to modify these settings
   #
   
   
   #make check
[skip]
   t/zlib/write.t  0   139 12 200.00%  1
   Failed 26/26 test scripts, 0.00% okay. 343/343 subtests failed, 0.00% 
   okay.

 
 I just noticed that test failures are accompanied with the following
 in dmesg:
 
 [skip]
 pid 79423 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79426 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79429 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79432 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79448 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79451 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79454 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79462 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79465 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79468 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79471 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79474 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 pid 79477 (perl5.8.8), uid 0: exited on signal 11 (core dumped)
 [skip]
 
 a lot of them, perhaps one message for each failed test.
 Does this mean there's something wrong with my perl installation?

I rebuilt perl and passed all tests:

#make check

[skip]

t/zlib/write..ok
All tests successful.
Files=26, Tests=343, 138 wallclock secs (97.92 cusr + 14.59 csys = 112.51 CPU)
#

I think the tests broke because I went from FBSD 6.3 to 7.0.
Apparently perl rebuild is necessary in this case. I didn't 
do it straight away because I was overwhelmed by gettext upgrade.
Since perl does not depend on gettext, I didn't touch it.

However when I realised that only perlmagick tests were failing
(all 697 ImageMagick tests would always pass), and after I
noticed perl exiting on signal 11 with core dumps (see above),
I realised that perl might be the problem.

many thanks to all who replied.
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ImageMagick 6.4.1.5 tests fail on FBSD-7.0

2008-06-19 Thread Anton Shterenlikht
On Wed, Jun 18, 2008 at 08:23:20PM +0100, Chris Whitehouse wrote:
 Anton Shterenlikht wrote:
 I sent a query to ImageMagick port maintainers about this.
 
 I'm getting errors while trying to upgrade to
 ImageMagick 6.4.1.5 on FreeBSD 7.0-release.
 
 Below are the error messages and my ImageMagick configuration.
 
 Please advise
 many thanks
 anton
 
 
 [skip]
 
 PASS: utilities/tests/wave.sh
 PASS: utilities/tests/montage.sh
 
 All 697 tests passed
 
 cd PerlMagick  make CC='cc' test
 /bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 
 -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') 
 t/*.t t/bzlib/*.t t/fpx/*.t t/jbig/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t 
 t/tiff/*.t t/wmf/*.t t/zlib/*.t
 t/blobdubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED test 1
 Failed 1/1 tests, 0.00% okay
 t/bzlib/read..dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED test 1
 Failed 1/1 tests, 0.00% okay
 t/bzlib/write.dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED test 1
 Failed 1/1 tests, 0.00% okay
 t/composite...dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-18
 Failed 18/18 tests, 0.00% okay
 t/filter..dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-58
 Failed 58/58 tests, 0.00% okay
 t/fpx/readdubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-5
 Failed 5/5 tests, 0.00% okay
 t/fpx/write...dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-4
 Failed 4/4 tests, 0.00% okay
 t/getattributedubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-25
 Failed 25/25 tests, 0.00% okay
 t/jbig/read...dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED test 1
 Failed 1/1 tests, 0.00% okay
 t/jbig/write..dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED test 1
 Failed 1/1 tests, 0.00% okay
 t/jp2/readdubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-3
 Failed 3/3 tests, 0.00% okay
 t/jpeg/read...dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-2
 Failed 2/2 tests, 0.00% okay
 t/jpeg/write..dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-2
 Failed 2/2 tests, 0.00% okay
 t/montage.dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-19
 Failed 19/19 tests, 0.00% okay
 t/png/read-16.dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-5
 Failed 5/5 tests, 0.00% okay
 t/png/readdubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-6
 Failed 6/6 tests, 0.00% okay
 t/png/write-16dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-5
 Failed 5/5 tests, 0.00% okay
 t/png/write...dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-6
 Failed 6/6 tests, 0.00% okay
 t/readdubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-47
 Failed 47/47 tests, 0.00% okay
 t/setattributedubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-71
 Failed 71/71 tests, 0.00% okay
 t/tiff/read...dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-16
 Failed 16/16 tests, 0.00% okay
 t/tiff/write..dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-10
 Failed 10/10 tests, 0.00% okay
 t/wmf/readdubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-2
 Failed 2/2 tests, 0.00% okay
 t/write...dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED tests 1-32
 Failed 32/32 tests, 0.00% okay
 t/zlib/read...dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED test 1
 Failed 1/1 tests, 0.00% okay
 t/zlib/write..dubious
 Test returned status 0 (wstat 139, 0x8b)
 DIED. FAILED test 1
 Failed 1/1 tests, 0.00% okay
 Failed Test  Stat Wstat Total Fail  Failed  List of Failed
 ---
 t/blob.t0   139 12 200.00%  1
 t/bzlib/read.t  0   139 12 200.00%  1
 t/bzlib/write.t 0   139 12 200.00%  1
 t/composite.t   0   13918   36 200.00%  1-18
 t/filter.t  0   13958  116 200.00%  1-58
 t/fpx/read.t0   139 5   10 200.00%  1-5
 t/fpx/write.t   0   139 48 200.00%  1-4
 t/getattribute.t0   13925   50 200.00%  1-25
 t/jbig/read.t   0   139 12 

Re: ImageMagick 6.4.1.5 tests fail on FBSD-7.0 = perl: signal 11

2008-06-19 Thread Anton Shterenlikht
On Thu, Jun 19, 2008 at 09:41:01AM +0100, Anton Shterenlikht wrote:
 On Wed, Jun 18, 2008 at 08:23:20PM +0100, Chris Whitehouse wrote:
  Anton Shterenlikht wrote:
  I sent a query to ImageMagick port maintainers about this.
  
  I'm getting errors while trying to upgrade to
  ImageMagick 6.4.1.5 on FreeBSD 7.0-release.
  
  Below are the error messages and my ImageMagick configuration.
  
  Please advise
  many thanks
  anton
  
  
  [skip]
  
  PASS: utilities/tests/wave.sh
  PASS: utilities/tests/montage.sh
  
  All 697 tests passed
  
  cd PerlMagick  make CC='cc' test
  /bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 
  -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') 
  t/*.t t/bzlib/*.t t/fpx/*.t t/jbig/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t 
  t/tiff/*.t t/wmf/*.t t/zlib/*.t
  t/blobdubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED test 1
  Failed 1/1 tests, 0.00% okay
  t/bzlib/read..dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED test 1
  Failed 1/1 tests, 0.00% okay
  t/bzlib/write.dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED test 1
  Failed 1/1 tests, 0.00% okay
  t/composite...dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-18
  Failed 18/18 tests, 0.00% okay
  t/filter..dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-58
  Failed 58/58 tests, 0.00% okay
  t/fpx/readdubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-5
  Failed 5/5 tests, 0.00% okay
  t/fpx/write...dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-4
  Failed 4/4 tests, 0.00% okay
  t/getattributedubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-25
  Failed 25/25 tests, 0.00% okay
  t/jbig/read...dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED test 1
  Failed 1/1 tests, 0.00% okay
  t/jbig/write..dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED test 1
  Failed 1/1 tests, 0.00% okay
  t/jp2/readdubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-3
  Failed 3/3 tests, 0.00% okay
  t/jpeg/read...dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-2
  Failed 2/2 tests, 0.00% okay
  t/jpeg/write..dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-2
  Failed 2/2 tests, 0.00% okay
  t/montage.dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-19
  Failed 19/19 tests, 0.00% okay
  t/png/read-16.dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-5
  Failed 5/5 tests, 0.00% okay
  t/png/readdubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-6
  Failed 6/6 tests, 0.00% okay
  t/png/write-16dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-5
  Failed 5/5 tests, 0.00% okay
  t/png/write...dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-6
  Failed 6/6 tests, 0.00% okay
  t/readdubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-47
  Failed 47/47 tests, 0.00% okay
  t/setattributedubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-71
  Failed 71/71 tests, 0.00% okay
  t/tiff/read...dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-16
  Failed 16/16 tests, 0.00% okay
  t/tiff/write..dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-10
  Failed 10/10 tests, 0.00% okay
  t/wmf/readdubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-2
  Failed 2/2 tests, 0.00% okay
  t/write...dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED tests 1-32
  Failed 32/32 tests, 0.00% okay
  t/zlib/read...dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED test 1
  Failed 1/1 tests, 0.00% okay
  t/zlib/write..dubious
  Test returned status 0 (wstat 139, 0x8b)
  DIED. FAILED test 1
  Failed 1/1 tests, 0.00% okay
  Failed Test  Stat Wstat Total Fail  Failed  List of Failed
  ---
  t/blob.t0   139 12 200.00%  1
  t/bzlib/read.t  0   139 12 200.00%  1
  t/bzlib/write.t 0   139 12 200.00%  1
  t/composite.t   0   13918   36 200.00%  1-18
  t/filter.t  0   13958  116 200.00%  

Re: ImageMagick 6.4.1.5 tests fail on FBSD-7.0

2008-06-19 Thread Chris Whitehouse

Anton Shterenlikht wrote:

On Wed, Jun 18, 2008 at 08:23:20PM +0100, Chris Whitehouse wrote:

Anton Shterenlikht wrote:

I sent a query to ImageMagick port maintainers about this.

I'm getting errors while trying to upgrade to
ImageMagick 6.4.1.5 on FreeBSD 7.0-release.

Below are the error messages and my ImageMagick configuration.

Please advise
many thanks
anton


[skip]

PASS: utilities/tests/wave.sh
PASS: utilities/tests/montage.sh

All 697 tests passed

cd PerlMagick  make CC='cc' test
/bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 
-MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') 
t/*.t t/bzlib/*.t t/fpx/*.t t/jbig/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t 
t/tiff/*.t t/wmf/*.t t/zlib/*.t

t/blobdubious




   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
t/bzlib/read..dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
t/bzlib/write.dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
t/composite...dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-18
   Failed 18/18 tests, 0.00% okay
t/filter..dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-58
   Failed 58/58 tests, 0.00% okay
t/fpx/readdubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-5
   Failed 5/5 tests, 0.00% okay
t/fpx/write...dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-4
   Failed 4/4 tests, 0.00% okay
t/getattributedubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-25
   Failed 25/25 tests, 0.00% okay
t/jbig/read...dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
t/jbig/write..dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
t/jp2/readdubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-3
   Failed 3/3 tests, 0.00% okay
t/jpeg/read...dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-2
   Failed 2/2 tests, 0.00% okay
t/jpeg/write..dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-2
   Failed 2/2 tests, 0.00% okay
t/montage.dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-19
   Failed 19/19 tests, 0.00% okay
t/png/read-16.dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-5
   Failed 5/5 tests, 0.00% okay
t/png/readdubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-6
   Failed 6/6 tests, 0.00% okay
t/png/write-16dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-5
   Failed 5/5 tests, 0.00% okay
t/png/write...dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-6
   Failed 6/6 tests, 0.00% okay
t/readdubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-47
   Failed 47/47 tests, 0.00% okay
t/setattributedubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-71
   Failed 71/71 tests, 0.00% okay
t/tiff/read...dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-16
   Failed 16/16 tests, 0.00% okay
t/tiff/write..dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-10
   Failed 10/10 tests, 0.00% okay
t/wmf/readdubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-2
   Failed 2/2 tests, 0.00% okay
t/write...dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-32
   Failed 32/32 tests, 0.00% okay
t/zlib/read...dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
t/zlib/write..dubious
   Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
---
t/blob.t0   139 12 200.00%  1
t/bzlib/read.t  0   139 12 200.00%  1
t/bzlib/write.t 0   139 12 200.00%  1
t/composite.t   0   13918   36 200.00%  1-18
t/filter.t  0   13958  116 200.00%  1-58
t/fpx/read.t0   139 5   10 200.00%  1-5
t/fpx/write.t   0   139 48 200.00%  1-4
t/getattribute.t0   13925   50 200.00%  1-25
t/jbig/read.t   0   139 12 200.00%  1
t/jbig/write.t  0   139 12 200.00%  1
t/jp2/read.t0   139 36 200.00%  1-3
t/jpeg/read.t   0   139 24 200.00% 

Re: ImageMagick 6.4.1.5 tests fail on FBSD-7.0

2008-06-18 Thread Chris Whitehouse

Anton Shterenlikht wrote:

I sent a query to ImageMagick port maintainers about this.

I'm getting errors while trying to upgrade to
ImageMagick 6.4.1.5 on FreeBSD 7.0-release.

Below are the error messages and my ImageMagick configuration.

Please advise
many thanks
anton


[skip]

PASS: utilities/tests/wave.sh
PASS: utilities/tests/montage.sh

All 697 tests passed

cd PerlMagick  make CC='cc' test
/bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 -MExtUtils::Command::MM 
-e test_harness(0, 'blib/lib', 'blib/arch') t/*.t t/bzlib/*.t t/fpx/*.t t/jbig/*.t 
t/jpeg/*.t t/jp2/*.t t/png/*.t t/tiff/*.t t/wmf/*.t t/zlib/*.t
t/blobdubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/bzlib/read..dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/bzlib/write.dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/composite...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
t/filter..dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-58
Failed 58/58 tests, 0.00% okay
t/fpx/readdubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/fpx/write...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/getattributedubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-25
Failed 25/25 tests, 0.00% okay
t/jbig/read...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/jbig/write..dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/jp2/readdubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/jpeg/read...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/jpeg/write..dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/montage.dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-19
Failed 19/19 tests, 0.00% okay
t/png/read-16.dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/png/readdubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/png/write-16dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/png/write...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/readdubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-47
Failed 47/47 tests, 0.00% okay
t/setattributedubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-71
Failed 71/71 tests, 0.00% okay
t/tiff/read...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-16
Failed 16/16 tests, 0.00% okay
t/tiff/write..dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/wmf/readdubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/write...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 1-32
Failed 32/32 tests, 0.00% okay
t/zlib/read...dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/zlib/write..dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
---
t/blob.t0   139 12 200.00%  1
t/bzlib/read.t  0   139 12 200.00%  1
t/bzlib/write.t 0   139 12 200.00%  1
t/composite.t   0   13918   36 200.00%  1-18
t/filter.t  0   13958  116 200.00%  1-58
t/fpx/read.t0   139 5   10 200.00%  1-5
t/fpx/write.t   0   139 48 200.00%  1-4
t/getattribute.t0   13925   50 200.00%  1-25
t/jbig/read.t   0   139 12 200.00%  1
t/jbig/write.t  0   139 12 200.00%  1
t/jp2/read.t0   139 36 200.00%  1-3
t/jpeg/read.t   0   139 24 200.00%  1-2
t/jpeg/write.t  0   139 24 

Re: ImageMagick 6.4.1.5 tests fail on FBSD-7.0

2008-06-18 Thread Yuri Pankov

On 6/17/2008 1:52 PM, Anton Shterenlikht wrote:

I sent a query to ImageMagick port maintainers about this.

I'm getting errors while trying to upgrade to
ImageMagick 6.4.1.5 on FreeBSD 7.0-release.

Below are the error messages and my ImageMagick configuration.

Please advise
many thanks
anton


[skip]


Meanwhile you can disable tests using `make config -C 
/usr/ports/graphics/ImageMagick`



HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]