From owner-freebsd-questions@FreeBSD.ORG Sat Mar 25 11:13:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6337516A401 for ; Sat, 25 Mar 2006 11:13:31 +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 087C143D46 for ; Sat, 25 Mar 2006 11:13:30 +0000 (GMT) (envelope-from kiffin.gish@planet.nl) Received: from gish.demon.nl ([83.160.27.223]:16277 helo=[192.168.1.33]) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1FN6i1-0009px-KK for freebsd-questions@freebsd.org; Sat, 25 Mar 2006 11:13:29 +0000 From: Kiffin Gish To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Sat, 25 Mar 2006 12:13:36 +0100 Message-Id: <1143285216.82067.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Upgrade abiword chokes for some weird reason ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2006 11:13:31 -0000 For some reason when I try to upgrade/reinstall abiword it fails. This is what happens: ---------- # cd /usr/ports/editors/abiword # make install clean ===> abiword-gnome-2.4.2_1 depends on executable: unzip - found ===> abiword-gnome-2.4.2_1 depends on executable: gmake - found ===> abiword-gnome-2.4.2_1 depends on file: /usr/local/bin/intltool-extract - found ===> abiword-gnome-2.4.2_1 depends on file: /usr/X11R6/libdata/pkgconfig/gnome -mime-data-2.0.pc - found ===> abiword-gnome-2.4.2_1 depends on executable: pkg-config - found ===> abiword-gnome-2.4.2_1 depends on shared library: popt.0 - found ===> abiword-gnome-2.4.2_1 depends on shared library: png.5 - found ===> abiword-gnome-2.4.2_1 depends on shared library: wv-1.2.1 - not found ===> Verifying install for wv-1.2.1 in /usr/ports/textproc/wv ===> wv-1.2.1 depends on executable: gmake - found ===> wv-1.2.1 depends on executable: pkg-config - found ===> wv-1.2.1 depends on shared library: wmf.2 - found ===> wv-1.2.1 depends on shared library: glib-2.0.0 - found ===> wv-1.2.1 depends on shared library: gsf-1.113 - found ===> wv-1.2.1 depends on shared library: xml2.5 - found ===> Configuring for wv-1.2.1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel [...] checking for glib-2.0... yes checking GLIB_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/ include checking GLIB_LIBS... -L/usr/local/lib -lglib-2.0 -liconv 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`). *** Error code 1 Stop in /usr/ports/textproc/wv. *** Error code 1 Stop in /usr/ports/editors/abiword. ---------- It appears that the build is choking because it requires at least libgsf-1 version 1.13 but for some reason believes that only version 1.11.1 is installed. However, I know that the correct versions is installed because: ---------- # pkg_info | grep -i 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 ---------- The same thing happens when I try pkg_add -r abiword. What gives? -- Kiffin Gish