Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2012 10:31:17 -0700
From:      Kevin Oberman <kob6558@gmail.com>
To:        Lars Eighner <portsuser@larseighner.com>
Cc:        mm@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: Unable to build "graphics/ImageMagick" port
Message-ID:  <CAN6yY1upw4XMfWyVhpEKZ9Hhi4CVV7B0A1mpyWqdFPwrmYh=LQ@mail.gmail.com>
In-Reply-To: <alpine.BSF.2.00.1206190929180.90322@abbf.ynefrvtuare.pbz>
References:  <BLU0-SMTP128F64F6945AF02334E374A93FF0@phx.gbl> <alpine.BSF.2.00.1206190929180.90322@abbf.ynefrvtuare.pbz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 19, 2012 at 7:33 AM, Lars Eighner <portsuser@larseighner.com> w=
rote:
> On Tue, 19 Jun 2012, Carmel wrote:
>
>> FreeBSD 8.3-STABLE amd64
>>
>> I am unable to successfully build and install the ImageMagick port. It
>> always fails with the following notation:
>
>
>
> go to /usr/ports/graphics/ImageMagick and run make config. =C2=A0Turn off
> (unselect) IMAGEMAGICK_HDRI.
>
>
>>
>> I can supply the entire build log if necessary.
>
>
>
> This is a known bug.

A better approach is to:
cd /usr/ports/graphics/ImageMagick
make config
   De-select "Tests"
portmaster ImageMagick
(It should build and install)
make config
  Select "Tests"
portmaster -b ImageMagick

The real issue is that Tests use currently installed files instead of
those in the newly built port which causes the analyze.sh test to
fail. Once you have installed the new version, all tests should pass.
If they don't, the '-b' will save the old version in
/usr/ports/packages/All and you can re-install it.
--=20
R. Kevin Oberman, Network Engineer
E-mail: kob6558@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1upw4XMfWyVhpEKZ9Hhi4CVV7B0A1mpyWqdFPwrmYh=LQ>