From owner-freebsd-ports@FreeBSD.ORG Thu May 25 04:49:55 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 3815216A421 for ; Thu, 25 May 2006 04:49:55 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from smtp104.biz.mail.re2.yahoo.com (smtp104.biz.mail.re2.yahoo.com [206.190.52.173]) by mx1.FreeBSD.org (Postfix) with SMTP id DD78043D46 for ; Thu, 25 May 2006 04:49:53 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 45700 invoked from network); 25 May 2006 04:49:53 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp104.biz.mail.re2.yahoo.com with SMTP; 25 May 2006 04:49:52 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 2B5C1617E; Thu, 25 May 2006 00:49:52 -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 gR553pH8io7g; Thu, 25 May 2006 00:49:50 -0400 (EDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 8102260D4; Thu, 25 May 2006 00:49:50 -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 k4P4nnre058777; Thu, 25 May 2006 00:49:50 -0400 (EDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <44753766.8000601@alumni.rice.edu> Date: Thu, 25 May 2006 00:49:42 -0400 From: Jonathan Noack User-Agent: Thunderbird 1.5.0.2 (X11/20060422) MIME-Version: 1.0 To: mnag@freebsd.org 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="------------enig06BFD08562A3DA71AB0F1BB2" Cc: freebsd-ports@freebsd.org Subject: 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 04:49:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig06BFD08562A3DA71AB0F1BB2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable After the latest ImageMagick port update to 6.2.7.7, I get the following 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/include= =2E =2E.. if /bin/sh ./libtool --silent --tag=3DCC --mode=3Dcompile cc -DHAVE_CONFI= G_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -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 functio= n) magick/type.c:613: error: (Each undeclared identifier is reported only on= ce magick/type.c:613: error: for each function it appears in.) magick/type.c:613: error: `family' undeclared (first use in this function= ) magick/type.c:614: error: `file' undeclared (first use in this function) magick/type.c:615: error: `style' undeclared (first use in this function)= magick/type.c:615: warning: left-hand operand of comma expression has no effect magick/type.c:615: warning: left-hand operand of comma expression has no 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 functi= on) 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 functio= n) 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 functi= on) magick/type.c:644: error: `FC_SLANT' undeclared (first use in this functi= on) magick/type.c:644: error: `FC_WIDTH' undeclared (first use in this functi= on) 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 functio= n) magick/type.c:646: warning: implicit declaration of function `FcPatternCreate' magick/type.c:647: warning: implicit declaration of function `FcFontList'= 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 function= ) 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 use 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 use in this function) magick/type.c:706: error: `FC_WIDTH_ULTRAEXPANDED' undeclared (first use in this function) magick/type.c:709: error: `FC_WEIGHT_THIN' undeclared (first use in this 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 this function) magick/type.c:723: error: `FC_WEIGHT_EXTRABOLD' undeclared (first use in 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 Stop in /usr/ports/graphics/ImageMagick. -Jonathan --=20 Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------enig06BFD08562A3DA71AB0F1BB2 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) iD8DBQFEdTdtUFz01pkdgZURAnOqAJ9VSCRVHMed2kvEXJrH0dCHAGT01QCg5FMs i/tIEb4eQIhuce6y/qD+36U= =f8rz -----END PGP SIGNATURE----- --------------enig06BFD08562A3DA71AB0F1BB2--