From owner-freebsd-ports@FreeBSD.ORG Thu May 25 05:06:10 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 954B916A424 for ; Thu, 25 May 2006 05:06:10 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from smtp102.biz.mail.re2.yahoo.com (smtp102.biz.mail.re2.yahoo.com [68.142.229.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 96FBB43D48 for ; Thu, 25 May 2006 05:06:09 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 49182 invoked from network); 25 May 2006 05:06:08 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp102.biz.mail.re2.yahoo.com with SMTP; 25 May 2006 05:06:08 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 2C82861EF; Thu, 25 May 2006 01:06:08 -0400 (EDT) X-Virus-Scanned: amavisd-new at noacks.org Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id SswihMI8TL-I; Thu, 25 May 2006 01:06:06 -0400 (EDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 6F084617E; Thu, 25 May 2006 01:06:06 -0400 (EDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.6/8.13.6) with ESMTP id k4P566F2012213; Thu, 25 May 2006 01:06:06 -0400 (EDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <44753B38.9050208@alumni.rice.edu> Date: Thu, 25 May 2006 01:06:00 -0400 From: Jonathan Noack User-Agent: Thunderbird 1.5.0.2 (X11/20060422) MIME-Version: 1.0 To: mnag@freebsd.org References: <44753766.8000601@alumni.rice.edu> In-Reply-To: <44753766.8000601@alumni.rice.edu> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=991D8195; url=http://www.noacks.org/cert/noackjr.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBAE4A49000B19373C1AC6632" Cc: freebsd-ports@freebsd.org Subject: Re: graphics/ImageMagick build error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 05:06:26 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBAE4A49000B19373C1AC6632 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/25/06 00:49, Jonathan Noack wrote: > After the latest ImageMagick port update to 6.2.7.7, I get the followin= g > build error on several 6.1-RELEASE and 6.1-STABLE machines (all other > ports are up-to-date). It appears to be looking for freetype2 in > /usr/local/include whereas it is actually installed in /usr/X11R6/inclu= de. Oops... I confused freetype2 and fontconfig. It can't find fontconfig/fontconfig.h which is located in /usr/X11R6/include. > ... > if /bin/sh ./libtool --silent --tag=3DCC --mode=3Dcompile cc -DHAVE_CON= FIG_H > -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl > -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/includ= e > -I/usr/local/include/libxml2 -O -pipe -Wall -MT > magick/magick_libMagick_la-type.lo -MD -MP -MF > "magick/.deps/magick_libMagick_la-type.Tpo" -c -o > magick/magick_libMagick_la-type.lo `test -f 'magick/type.c' || echo > './'`magick/type.c; \ > then mv -f "magick/.deps/magick_libMagick_la-type.Tpo" > "magick/.deps/magick_libMagick_la-type.Plo"; else rm -f > "magick/.deps/magick_libMagick_la-type.Tpo"; exit 1; fi > magick/type.c:60:36: fontconfig/fontconfig.h: No such file or directory= > magick/type.c: In function `LoadFontConfigFonts': > magick/type.c:613: error: `FcChar8' undeclared (first use in this funct= ion) > magick/type.c:613: error: (Each undeclared identifier is reported only = once > magick/type.c:613: error: for each function it appears in.) > magick/type.c:613: error: `family' undeclared (first use in this functi= on) > magick/type.c:614: error: `file' undeclared (first use in this function= ) > magick/type.c:615: error: `style' undeclared (first use in this functio= n) > magick/type.c:615: warning: left-hand operand of comma expression has n= o > effect > magick/type.c:615: warning: left-hand operand of comma expression has n= o > effect > magick/type.c:618: error: `FcFontSet' undeclared (first use in this > function) > magick/type.c:618: error: `font_set' undeclared (first use in this func= tion) > magick/type.c:621: error: `FcObjectSet' undeclared (first use in this > function) > magick/type.c:621: error: `object_set' undeclared (first use in this > function) > magick/type.c:624: error: `FcPattern' undeclared (first use in this > function) > magick/type.c:624: error: `pattern' undeclared (first use in this funct= ion) > magick/type.c:627: error: syntax error before "status" > magick/type.c:643: warning: implicit declaration of function `FcInit' > magick/type.c:644: warning: implicit declaration of function > `FcObjectSetBuild' > magick/type.c:644: error: `FC_FAMILY' undeclared (first use in this > function) > magick/type.c:644: error: `FC_STYLE' undeclared (first use in this func= tion) > magick/type.c:644: error: `FC_SLANT' undeclared (first use in this func= tion) > magick/type.c:644: error: `FC_WIDTH' undeclared (first use in this func= tion) > magick/type.c:644: error: `FC_WEIGHT' undeclared (first use in this > function) > magick/type.c:645: error: `FC_FILE' undeclared (first use in this funct= ion) > magick/type.c:646: warning: implicit declaration of function > `FcPatternCreate' > magick/type.c:647: warning: implicit declaration of function `FcFontLis= t' > magick/type.c:648: warning: implicit declaration of function > `FcPatternDestroy' > magick/type.c:649: warning: implicit declaration of function > `FcObjectSetDestroy' > magick/type.c:650: error: syntax error before ')' token > magick/type.c:652: warning: implicit declaration of function `FcFini' > magick/type.c:657: error: `status' undeclared (first use in this functi= on) > magick/type.c:657: warning: implicit declaration of function > `FcPatternGetString' > magick/type.c:659: warning: implicit declaration of function > `FcPatternGetInteger' > magick/type.c:663: error: `FcResultMatch' undeclared (first use in this= > function) > magick/type.c:685: error: `FC_SLANT_ITALIC' undeclared (first use in > this function) > magick/type.c:687: error: `FC_SLANT_OBLIQUE' undeclared (first use in > this function) > magick/type.c:690: error: `FC_WIDTH_ULTRACONDENSED' undeclared (first > use in this function) > magick/type.c:692: error: `FC_WIDTH_EXTRACONDENSED' undeclared (first > use in this function) > magick/type.c:694: error: `FC_WIDTH_CONDENSED' undeclared (first use in= > this function) > magick/type.c:696: error: `FC_WIDTH_SEMICONDENSED' undeclared (first us= e > in this function) > magick/type.c:698: error: `FC_WIDTH_NORMAL' undeclared (first use in > this function) > magick/type.c:700: error: `FC_WIDTH_SEMIEXPANDED' undeclared (first use= > in this function) > magick/type.c:702: error: `FC_WIDTH_EXPANDED' undeclared (first use in > this function) > magick/type.c:704: error: `FC_WIDTH_EXTRAEXPANDED' undeclared (first us= e > in this function) > magick/type.c:706: error: `FC_WIDTH_ULTRAEXPANDED' undeclared (first us= e > in this function) > magick/type.c:709: error: `FC_WEIGHT_THIN' undeclared (first use in thi= s > function) > magick/type.c:711: error: `FC_WEIGHT_EXTRALIGHT' undeclared (first use > in this function) > magick/type.c:713: error: `FC_WEIGHT_LIGHT' undeclared (first use in > this function) > magick/type.c:715: error: `FC_WEIGHT_NORMAL' undeclared (first use in > this function) > magick/type.c:717: error: `FC_WEIGHT_MEDIUM' undeclared (first use in > this function) > magick/type.c:719: error: `FC_WEIGHT_DEMIBOLD' undeclared (first use in= > this function) > magick/type.c:721: error: `FC_WEIGHT_BOLD' undeclared (first use in thi= s > function) > magick/type.c:723: error: `FC_WEIGHT_EXTRABOLD' undeclared (first use i= n > this function) > magick/type.c:725: error: `FC_WEIGHT_BLACK' undeclared (first use in > this function) > magick/type.c:731: warning: implicit declaration of function > `FcFontSetDestroy' > magick/type.c:612: warning: statement with no effect > gmake: *** [magick/magick_libMagick_la-type.lo] Error 1 > *** Error code 2 >=20 > Stop in /usr/ports/graphics/ImageMagick. -Jonathan --=20 Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------enigBAE4A49000B19373C1AC6632 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEdTs+UFz01pkdgZURAhuzAKCbPLhpSaHGcWtPofegXtQbAIZ9LACfQo14 ekHOGHo36dJ2vf64mUGEv20= =YvoF -----END PGP SIGNATURE----- --------------enigBAE4A49000B19373C1AC6632--