From owner-freebsd-ports@FreeBSD.ORG Thu Jul 1 17:20:04 2004 Return-Path: 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 6D46B16A4CE for ; Thu, 1 Jul 2004 17:20:04 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.241]) by mx1.FreeBSD.org (Postfix) with SMTP id 5F47A43D48 for ; Thu, 1 Jul 2004 17:20:04 +0000 (GMT) (envelope-from dhrider@gmail.com) Received: by mproxy.gmail.com with SMTP id x43so583138cwb for ; Thu, 01 Jul 2004 10:19:29 -0700 (PDT) Received: by 10.11.100.76 with SMTP id x76mr113400cwb; Thu, 01 Jul 2004 10:19:29 -0700 (PDT) Message-ID: <89ceee704070110197ce544d0@mail.gmail.com> Date: Thu, 1 Jul 2004 10:19:29 -0700 From: Dan Finn To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: unable to upgrade to Gimp2 port due to Pango errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 17:20:04 -0000 [ dfinn @ stewie : ~] : uname -a FreeBSD stewie.thna.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Fri Jun 25 16:05:57 PDT 2004 root@stewie.thna.net:/usr/obj/usr/src/sys/STEWIE i386 currently installed: pango-1.4.0_1 fontconfig-2.2.2,1 gimp-1.2.5,1 I would like to upgrade to gimp2, and I have been trying to do this by running make install in /usr/ports/graphics/gimp. I get the following errors: checking FONTCONFIG_CFLAGS... -I/usr/X11R6/include checking FONTCONFIG_LIBS... -L/usr/X11R6/lib -lfontconfig checking for pangoft2 >= 1.2.2... yes checking PANGOFT2_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include checking PANGOFT2_LIBS... -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv checking if Pango is built with a recent fontconfig... no configure: error: *** You have a fontconfig >= 2.2.0 installed on your system, but your *** PangoFT2 is using an older version. This old version is probably in *** /usr/X11R6. Look at the above output, and note that the result for *** FONTCONFIG_CFLAGS is not in the result for PANGOFT2_CFLAGS, and that *** there is likely an extra -I line, other than the ones for GLIB, *** Freetype, and Pango itself. That's where your old fontconfig files are. *** Rebuild pango, and make sure that it uses the newer fontconfig. The *** easiest way be sure of this is to simply get rid of the old fontconfig. *** When you rebuild pango, make sure the result for FONTCONFIG_CFLAGS is *** the same as the result here. ===> Script "configure" failed unexpectedly. Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach "/usr/ports/graphics/gimp/work/gimp-2.0.2/config.log" and the output of the failure of the make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 I rebuilt pango using portupgrade -f pango but I still get the above error. My last cvsup of the ports tree was done yesterday. Thanks Dan