From owner-freebsd-gnome@FreeBSD.ORG Tue Jun 5 09:17:12 2007 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC4F616A400 for ; Tue, 5 Jun 2007 09:17:12 +0000 (UTC) (envelope-from tim@timit.nl) Received: from mail.madison-gurkha.com (server.madison-gurkha.com [194.151.35.243]) by mx1.freebsd.org (Postfix) with ESMTP id 2206F13C447 for ; Tue, 5 Jun 2007 09:17:11 +0000 (UTC) (envelope-from tim@timit.nl) Received: from dhcp3.madison-gurkha.com (dhcp3.madison-gurkha.com [194.151.35.250]) by mail.madison-gurkha.com (Postfix) with ESMTP id 6DB4A4AC3F for ; Tue, 5 Jun 2007 10:57:02 +0200 (CEST) From: Tim Hemel To: gnome@freebsd.org Date: Tue, 5 Jun 2007 10:56:59 +0200 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_cVSZGaIdHsqBOzZ" Message-Id: <200706051057.00977.tim@timit.nl> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: x11-toolkits/py-gtk2 configure failure X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 09:17:12 -0000 --Boundary-00=_cVSZGaIdHsqBOzZ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I was trying to upgrade x11-toolkits/py-gtk2 when I got an error message that the package was already installed. I did a make deinstall, followed by make reinstall, but that failed. After a make clean and a fresh make all install, the configure script failed with the following message: checking pkg-config is at least version 0.9.0... yes checking for PYGOBJECT... configure: error: Package requirements (pygobject-2.0 >= 2.12.1) were not met: No package 'pygobject-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables PYGOBJECT_CFLAGS and PYGOBJECT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please run 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 build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/srv/tmp/usr/ports/x11-toolkits/py-gtk2/work/pygtk-2.10.4/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/x11-toolkits/py-gtk2. The gnomelogalyzer does not recognize this problem (as expected). The problem of course here is a catch-22: the configure script looks for an installed header file that is installed by this port itself. The solution would be to set the PYGOBJECT_* variables as suggested by the configure script, but I have no idea what values these should have. Attached is the configure log, if that is of any use. Thanks, Tim --Boundary-00=_cVSZGaIdHsqBOzZ--