Unable to build "graphics/ImageMagick" port

Kevin Oberman kob6558 at gmail.com
Tue Jun 19 17:31:19 UTC 2012


On Tue, Jun 19, 2012 at 7:33 AM, Lars Eighner <portsuser at larseighner.com> wrote:
> 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.  Turn 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.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6558 at gmail.com


More information about the freebsd-ports mailing list