From owner-freebsd-ports@FreeBSD.ORG Sun Mar 26 11:30:10 2006 Return-Path: X-Original-To: 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 C011A16A400 for ; Sun, 26 Mar 2006 11:30:10 +0000 (UTC) (envelope-from kiffin.gish@planet.nl) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A66C43D46 for ; Sun, 26 Mar 2006 11:30:10 +0000 (GMT) (envelope-from kiffin.gish@planet.nl) Received: from gish.demon.nl ([83.160.27.223]:22136 helo=[192.168.1.33]) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1FNTRh-000PxB-5w; Sun, 26 Mar 2006 11:30:09 +0000 From: Kiffin Gish To: Andreas Kohn In-Reply-To: <1143330387.51061.13.camel@klamath> References: <1143293233.1058.6.camel@localhost> <4425480F.2020203@gmx.de> <1143319826.23211.3.camel@localhost> <1143330387.51061.13.camel@klamath> Content-Type: text/plain Date: Sun, 26 Mar 2006 12:30:16 +0200 Message-Id: <1143369016.894.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, "\[LoN\]Kamikaze" Subject: Re: Cannot make abiword ... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 11:30:10 -0000 On Sun, 2006-03-26 at 00:46 +0100, Andreas Kohn wrote: > On Sat, 2006-03-25 at 21:50 +0100, Kiffin Gish wrote: > > On Sat, 2006-03-25 at 14:39 +0100, [LoN]Kamikaze wrote: > > > Kiffin Gish wrote: > > > > Can you help me with this problem? > > > > > > > > Please find enclosed the output of make install clean, a listing of all > > > > installed packages, as well as the config.log file. > > > > > > > > ----- > > > > > > > > checking for libgsf-1 >= 1.13.0... configure: error: Requested 'libgsf-1 > > > >> = 1.13.0' but version of libgsf-1 is 1.11.1 > > > > ===> Script "configure" failed unexpectedly. > > > > Please report the problem to ports@FreeBSD.org [maintainer] and attach > > > > the > > > > "/usr/ports/textproc/wv/work/wv-1.2.1/config.log" including the output > > > > of the > > > > failure of your 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`). > > > > > > > > ----- > > > > > > > > Thanks alot on advance! > > > > > > This might sound obvious, but is libgfs up to date on your system? > > > > Yes, it is. Here's the proof: > > > > # pkg_info|grep libgsf > > libgsf-1.13.3_1 An extensible i/o abstraction for dealing with > > structured f > > libgsf-gnome-1.13.3_1 A GNOME wrapper for libgsf > > > > That's why I am confused then why it still thinks I have libgsf-1 1.11.1 > > (see output above). > > > > Weird. Please help. > > Please check if you have a /usr/local/libdata/pkgconfig/libgsf-1.pc, and > if so, try removing it. > devel/libgsf changed its PREFIX from /usr/local to /usr/X11R6 some time > ago, so the correct pkg-config file > is /usr/X11R6/libdata/pkgconfig/libgsf-1.pc, and that file should > describe the 1.13 version. > After I deleted the file /usr/local/libdata/pkgconfig/libgsf-1.pc, I still have the same problem. However, the suggestion got me thinking. So I deleted all the libgsf-related packages and then removed every single file and directory on my system. After another rebuild of abiword, everything now works! Thanks alot for the tio. > HTH, > Andreas > > -- Kiffin Gish