From owner-freebsd-ports@FreeBSD.ORG Mon Mar 30 02:05:40 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CECA26D for ; Mon, 30 Mar 2015 02:05:40 +0000 (UTC) Received: from nm17-vm5.access.bullet.mail.gq1.yahoo.com (nm17-vm5.access.bullet.mail.gq1.yahoo.com [216.39.63.135]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 084FEBD0 for ; Mon, 30 Mar 2015 02:05:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s2048; t=1427680757; bh=nWqcvkqdelFG1ewGSl4I3BEDi3tU1MGEFPdFLWT0RLs=; h=Date:From:To:CC:Subject:From:Subject; b=Lu02OBZwpNHgCJ6NWDnDdk3ZsQ9Tb9cL9a9kbYl6n6UyRO95ICIoBtQMr2aZk+7hDJbTtygzvjshpdx+Bps/97PBhG2xLi4SwGu2MK9MS04kSyeRhbL09BCk0aj7WTrnHXYCzboCR+yUBbTwXMMYDm6ByFqxN9FLjRzCw7bM26kKtCvD0+Tz4rRl7Fj/9/DjsaeITycS4jZGzWxXXBJ7klJCnA2zJtk/YDXRIuN0vgkYb4xLWsCTFN10uklALeBg0sdA7uTwugKoXoq0U7wKjmxaJxg8SQWa8T8h49g/Wqv5xj4l68nPEYZczMCDPPn88A3n6HXvQ5E3dnwPjUHR0w== Received: from [216.39.60.166] by nm17.access.bullet.mail.gq1.yahoo.com with NNFMP; 30 Mar 2015 01:59:17 -0000 Received: from [98.138.104.98] by tm2.access.bullet.mail.gq1.yahoo.com with NNFMP; 30 Mar 2015 01:59:17 -0000 Received: from [127.0.0.1] by smtp118.sbc.mail.ne1.yahoo.com with NNFMP; 30 Mar 2015 01:59:16 -0000 X-Yahoo-Newman-Id: 918351.37244.bm@smtp118.sbc.mail.ne1.yahoo.com Message-ID: <918351.37244.bm@smtp118.sbc.mail.ne1.yahoo.com> Date: Mon, 30 Mar 2015 01:59:16 +0000 (UTC) X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 2Kl_CUkVM1lK_3pdsXbQWk_KicGWU6pxfYJ3Y3BW1xfPBE5 oYyJWvO_BrD17qaNrtW82OMKRbqhYVuQLL0VMvnH8EJ5VEdrAcqlPQyRi3FF z3hEF4TRGaG8sOkSunzjK3bf3mn5vYDVc1NTAB5H6xuPcznRSCq40WGs6fWw 5Cc4.hRw_WopM34m2HP3Kbba0ggiTYeJBJNF93SwoofcNu0_4AOW.mYgQeC9 eLnvO2vouZCgUHxzsoMjcuf862lloTxsGuhbQATVEr6aXaCQJwyGA0na0gyO p4itALS3yU0mdEJdE4bKq6.OGWkqdeQoYTMT8MBiHKxboZBYjuO1GvAgRhaQ VorvKb5xi.bo0EV_Wbg3N0F01TUAMZdchiq_WhIabDc0BAPocoRj301JXZso a23Po0fSl3EpSsnZuuSlNZ7raksm.OG9nRZAJzplo3wROT.ZNs8HXPxxNL0F JuDgzJhUdi_LaQ1oB0FgOzG23ea1zBwrV1vpAQNsIg4id4Y9kS_Z.2k484y7 ILsxD6HdrXEfBcdqIkpGU5P97weniQ5BMtuZIlm_KBOxo5W0c7SWMkol19wU - X-Yahoo-SMTP: Kz_aW1.swBBYof3zAD7.RWzXz9ZAQVDMml1VADsbgPT4Kq79LC0- From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: editors/abiword fails on not-really-missing dependency 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: Mon, 30 Mar 2015 02:05:40 -0000 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