From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 13:49:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C23D4106564A for ; Wed, 29 Oct 2008 13:49:32 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 805618FC1B for ; Wed, 29 Oct 2008 13:49:32 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1KvBQM-0005CQ-QP for freebsd-questions@freebsd.org; Wed, 29 Oct 2008 13:49:31 +0000 Received: from mech-cluster238.men.bris.ac.uk ([137.222.187.238]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1KvBQL-0006GQ-Vm for freebsd-questions@freebsd.org; Wed, 29 Oct 2008 13:49:26 +0000 Received: from mech-cluster238.men.bris.ac.uk (localhost.men.bris.ac.uk [127.0.0.1]) by mech-cluster238.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id m9TDnP0s080353 for ; Wed, 29 Oct 2008 13:49:25 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster238.men.bris.ac.uk (8.14.3/8.14.3/Submit) id m9TDnOm5080352 for freebsd-questions@freebsd.org; Wed, 29 Oct 2008 13:49:24 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster238.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 29 Oct 2008 13:49:24 +0000 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20081029134924.GA80314@mech-cluster238.men.bris.ac.uk> References: <30fc78250810290033r48549160wf3dd10ccdeabe100@mail.gmail.com> <49084643.3010709@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49084643.3010709@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Spam-Score: -1.4 X-Spam-Level: - Subject: Re: build ImageMagick 6.4.4.1_1 from ports failed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 13:49:32 -0000 On Wed, Oct 29, 2008 at 01:17:23PM +0200, Manolis Kiagias wrote: > Aggelidis Nikos wrote: > > hi to all the list, > > > > i am trying to install ImageMagick 6.4.4.1_1 from the ports system. > > The problem seems to be that i can't complete succesfully the tests of > > imagemagick. In particular i fail in all the Magick++ tests > > > > [snip] > > > > > > > > If I remember well, this is a known issue. Change to the port's > directory, execute make config, and deselect IMAGEMAGICK_TESTS from the > options dialog. It should build and install fine. on i386 7.0-release: [skip] PASS: utilities/tests/wave.sh PASS: utilities/tests/montage.sh ==================== All 699 tests passed ==================== cd PerlMagick && make CC='cc -std=gnu99' test /bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 "-MExtUtils::Com mand::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bzlib/*.t t/fp x/*.t t/jbig/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t t/tiff/*.t t/wmf/*.t t/zlib/*.t t/blob............ok t/bzlib/read......ok t/bzlib/write.....ok t/composite.......ok t/filter..........ok t/fpx/read........ok t/fpx/write.......ok t/getattribute....ok t/jbig/read.......ok t/jbig/write......ok t/jp2/read........ok t/jpeg/read.......ok t/jpeg/write......ok t/montage.........ok t/png/read-16.....ok t/png/read........ok t/png/write-16....ok t/png/write.......ok t/read............ok t/setattribute....ok t/tiff/read.......ok t/tiff/write......ok t/wmf/read........ok t/write...........ok t/zlib/read.......ok t/zlib/write......ok All tests successful. Files=26, Tests=343, 130 wallclock secs ( 0.45 cusr + 0.06 csys = 0.52 CPU) # on i386 8.0-current (faster box): PASS: utilities/tests/wave.sh PASS: utilities/tests/montage.sh ==================== All 699 tests passed ==================== cd PerlMagick && make CC='cc -std=gnu99' test /bin/sh ../magick.sh PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 "-MExtUtils::Com mand::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bzlib/*.t t/fp x/*.t t/jbig/*.t t/jpeg/*.t t/jp2/*.t t/png/*.t t/tiff/*.t t/wmf/*.t t/zlib/*.t t/blob............ok t/bzlib/read......ok t/bzlib/write.....ok t/composite.......ok t/filter..........ok t/fpx/read........ok t/fpx/write.......ok t/getattribute....ok t/jbig/read.......ok t/jbig/write......ok t/jp2/read........ok t/jpeg/read.......ok t/jpeg/write......ok t/montage.........ok t/png/read-16.....ok t/png/read........ok t/png/write-16....ok t/png/write.......ok t/read............ok t/setattribute....ok t/tiff/read.......ok t/tiff/write......ok t/wmf/read........ok t/write...........ok t/zlib/read.......ok t/zlib/write......ok All tests successful. Files=26, Tests=343, 20 wallclock secs (13.97 cusr + 4.35 csys = 18.32 CPU) # perhaps you just haven't built perlmagick, or use some old libraries - just a guess. -- 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