From owner-freebsd-bugs@FreeBSD.ORG Thu May 22 10:41:08 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1539E37B401 for ; Thu, 22 May 2003 10:41:08 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7357A43F93 for ; Thu, 22 May 2003 10:41:07 -0700 (PDT) (envelope-from eta@lclark.edu) Received: from [192.168.0.101] (12-224-152-126.client.attbi.com[12.224.152.126]) by attbi.com (sccrmhc02) with SMTP id <20030522174106002002m6l9e>; Thu, 22 May 2003 17:41:06 +0000 From: Eric Anholt To: Ange Ferrari In-Reply-To: <20030521195544.388688c3.aferrari@nerim.net> References: <20030521195544.388688c3.aferrari@nerim.net> Content-Type: text/plain Organization: Message-Id: <1053625713.664.83.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 22 May 2003 10:48:33 -0700 Content-Transfer-Encoding: 7bit cc: bugs@freebsd.org Subject: Re: bug in /usr/ports/x11-fonts/Xft/work/xft-2.1.2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 17:41:08 -0000 On Wed, 2003-05-21 at 10:55, Ange Ferrari wrote: > there is a bug in a port > /usr/ports/x11-fonts/Xft/work/xft-2.1.2 > my system is FreeBSD 4.7-RELEASE > > ===> Building for Xft-2.1.2 > gmake all-am > gmake[1]: Entering directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2' > source='xftfreetype.c' object='xftfreetype.lo' libtool=yes \ > depfile='.deps/xftfreetype.Plo' tmpdepfile='.deps/xftfreetype.TPlo' \ > depmode=gcc /bin/sh ./depcomp \ > /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. > -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include/freetype2 > -I/usr/local/include -I/usr/X11R6/include -O -pipe -c -o xftfreetype.lo > `test -f 'xftfreetype.c' || echo './'`xftfreetype.c > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include > -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include > -O -pipe -c xftfreetype.c -Wp,-MD,.deps/xftfreetype.TPlo -fPIC -o > .libs/xftfreetype.o > xftfreetype.c: In function `XftFontOpenInfo': > xftfreetype.c:705: `PictStandardARGB32' undeclared (first use in this > function) > xftfreetype.c:705: (Each undeclared identifier is reported only once > xftfreetype.c:705: for each function it appears in.) > xftfreetype.c:705: warning: assignment makes pointer from integer without > a cast > xftfreetype.c:708: `PictStandardA8' undeclared (first use in this > function) > xftfreetype.c:708: warning: assignment makes pointer from integer without > a cast > xftfreetype.c:714: `PictStandardA1' undeclared (first use in this > function) > xftfreetype.c:714: warning: assignment makes pointer from integer without > a cast > gmake[1]: *** [xftfreetype.lo] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11-fonts/Xft/work/xft-2.1.2' > gmake: *** [all] Error 2 > *** Error code 2 You need to update your XFree86-4-libraries to 4.3.0 or later to use Xft 2.1.2. BTW, something like this should go to ports@freebsd.org. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org