From owner-freebsd-ports@FreeBSD.ORG Sat Apr 4 06:03:45 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 490FBF17; Sat, 4 Apr 2015 06:03:45 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EDE4B86; Sat, 4 Apr 2015 06:03:45 +0000 (UTC) Received: by igblo3 with SMTP id lo3so19946611igb.0; Fri, 03 Apr 2015 23:03:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=JfBU41FgjZTOB3K75y5XJwBIOL/a/BiUXaKtTEyNIsc=; b=jEW5AQ8mpstW+HUxPHej3jB4YsyxN/Ok+jhkEyzr/QyPcVXo+ra1nGN3Lu7tz0bPqv ZRJycVTfFVmO88l0196nCvfF1fU8JkSpRLPYgMiRPqZGcXc14YNUOuIHgB1Euz7V4wmT vivPyoFWRs2t++EUPQctTqtXRq6nMnbr96yn+0hnochVm1q8XYwggv1RYltDeSTKkSLK 3NVWXo6+XSzSmbPQfXAGDx+tJlhaWbM7qEps05aMuMw66Ot5jx5XfX+X0mSPabre0uON WTs1VRaIRuIzX/QG0C146WnX6VtXVykbixn+2mjJItsP7F8aZJUyGZ80y8o9HflZRm3M bQlg== X-Received: by 10.43.24.139 with SMTP id re11mr7898993icb.11.1428127424385; Fri, 03 Apr 2015 23:03:44 -0700 (PDT) MIME-Version: 1.0 References: <918351.37244.bm@smtp118.sbc.mail.ne1.yahoo.com> In-Reply-To: <918351.37244.bm@smtp118.sbc.mail.ne1.yahoo.com> From: Ben Woods Date: Sat, 04 Apr 2015 06:03:43 +0000 Message-ID: Subject: Re: editors/abiword fails on not-really-missing dependency To: Thomas Mueller , freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: gnome@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 06:03:45 -0000 I have just submitted a bug report which includes a patch to update abiword to the latest upstream release version 3.0.1. This fixes the issues you have identified in your email. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199156 I would be greatful if you could test this patch to the port and confirm it fixes your issue. Regards, Ben On Mon, Mar 30, 2015 at 10:05 AM Thomas Mueller wrote: > I tried to build editors/abiword, but it failed for lack of libwpg-0.1 and > libwpd-0.8. > > pkg info -a | grep -n "libwp" produces > > 314:libwpd-0.9.9_2 Tools for importing and exporting > WordPerfect(tm) documents > 315:libwpg-0.2.2_3 Library and tools to work with > WordPerfect Graphics (WPG) files > > So it looks like I have the required dependencies, but the configure > script seemed to be looking for an earlier version. > > Relevant part of build log is > > configure: error: Package requirements ( libgsf-1 >= 1.12 libwpg-0.1 >= > 0.1.0 libwpd-0.8 >= 0.8.0 ) were not met: > > Package libwpg-0.1 was not found in the pkg-config search path. > Perhaps you should add the directory containing `libwpg-0.1.pc' > to the PKG_CONFIG_PATH environment variable > Package 'libwpg-0.1', required by 'world', not found > Package 'libwpd-0.8', required by 'world', not 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 WPG_CFLAGS > and WPG_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > ===> Script "configure" failed unexpectedly. > > > Is this a bug in the configure script or FreeBSD ports' patches? > > I could cd /usr/local/libdata/pkgconfig and > ln -s libwpg-0.2.pc libwpg-0.1.pc > ln -s libwpd-0.9.pc libwpd-0.8.pc > > and thereby give the configure script what it's looking for, a kludge with > no certainty of success. > > Maybe delete the symbolic links afterward. > > Tom > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >