From owner-freebsd-ports@FreeBSD.ORG Tue Jun 19 17:31:19 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99F2E106564A; Tue, 19 Jun 2012 17:31:19 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id ECD7D8FC08; Tue, 19 Jun 2012 17:31:18 +0000 (UTC) Received: by werg1 with SMTP id g1so5870640wer.13 for ; Tue, 19 Jun 2012 10:31:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=5FE4Hy7e6LPm8HHv2vrbvGGqbaMyanyiIIzORGcm70o=; b=iBbkrdl6sgwJWXzinXh/miZbPRlSdNzeA2TXIUQicGSBXWtL/mPyGZSvLMELFzVdl8 gg8BoaenFIbWapgIQPRusgQj/nDhA+5ucG0iiH5DAluNe947D/BUQv/mQdMu8MB8JUCc a3QzVID6eSCTv5Skx4w/zEN1+2KPHRLXMmda2jcD4fSSMp7ovh0x+cUo3l4rxRe8fqX1 sRpRK1p+zXY24w7RVbcaBbUueNs6Lko9HvSkw+FgF+mfNf7MSWqWcLPJ4w0na0oh1bR5 Uk8euqvbZFHGUCAyZvGAI3Zc0rnmpXcE77dCBd+2BAl4ZZtdXDcRj1Wp8EflZelwUpxp qbpQ== MIME-Version: 1.0 Received: by 10.180.102.9 with SMTP id fk9mr6107384wib.1.1340127078003; Tue, 19 Jun 2012 10:31:18 -0700 (PDT) Received: by 10.223.155.4 with HTTP; Tue, 19 Jun 2012 10:31:17 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Jun 2012 10:31:17 -0700 Message-ID: From: Kevin Oberman To: Lars Eighner Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: mm@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Unable to build "graphics/ImageMagick" port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 17:31:19 -0000 On Tue, Jun 19, 2012 at 7:33 AM, Lars Eighner 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