Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 05:18:04 +0000 (UTC)
From:      "Thomas Mueller" <mueller6724@bellsouth.net>
To:        freebsd-ports@freebsd.org
Cc:        gnome@freebsd.org
Subject:   editors/abiword configure script fails on not finding lib dependencies
Message-ID:  <840067.57543.bm@smtp120.sbc.mail.bf1.yahoo.com>

next in thread | raw e-mail | index | archive | help
Trying to build editors/abiword, configure script failed because it couldn't find lib dependencies:

checking for WPG... no
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.


But further down in the log file, I see newer versions of these dependencies installed successfully, meaning package requirements were met:

libgsf, libwpg and libwpd are there (asterisks at beginning of lines are my addition):

===>>> The following actions were performed:
        Installation of converters/psiconv (psiconv-0.9.8_1)
        Installation of devel/boost-jam (boost-jam-1.55.0)
        Installation of devel/boost-libs (boost-libs-1.55.0_3)
        Installation of devel/libIDL (libIDL-0.8.14_2)
        Installation of devel/ORBit2 (ORBit2-2.14.19_1)
        Installation of lang/vala (vala-0.20.1_1)
        Installation of devel/dconf (dconf-0.14.1_1)
        Installation of sysutils/polkit (polkit-0.105_3)
        Installation of devel/gconf2 (gconf2-2.32.0_4)
*       Installation of devel/libgsf (libgsf-1.14.28_1)
        Installation of devel/goffice (goffice08-0.8.17_8)
        Upgrade of python27-2.7.6_4 to python27-2.7.8
        Installation of x11-fonts/cantarell-fonts (cantarell-fonts-0.0.15)
        Installation of devel/gsettings-desktop-schemas (gsettings-desktop-schemas-3.6.1_1)
        Installation of net/libproxy (libproxy-0.4.6)
        Upgrade of p11-kit-0.20.2_1 to p11-kit-0.20.3
        Installation of security/gnutls (gnutls-2.12.23_6)
        Upgrade of libgcrypt-1.5.3_2 to libgcrypt-1.5.3_3
        Installation of net/glib-networking (glib-networking-2.36.2_2)
        Installation of devel/libsoup (libsoup-2.40.3_5)
        Installation of devel/popt (popt-1.16)
        Installation of textproc/libcroco (libcroco-0.6.8_2)
        Installation of x11-themes/gtk-engines2 (gtk-engines2-2.20.2_2)
        Installation of graphics/librsvg2 (librsvg2-2.36.4_2)
*       Installation of textproc/libwpd (libwpd-0.9.9_1)
*       Installation of graphics/libwpg (libwpg-0.2.2_2)
        Installation of net/asio (asio-1.4.8_2)
        Installation of textproc/enchant (enchant-1.6.0_4)
        Installation of textproc/ots (ots-0.5.0_4)
        Installation of graphics/libwmf (libwmf-0.2.8.4_11)
        Installation of textproc/wv (wv-1.2.9_2)
        Installation of devel/t1lib (t1lib-5.1.2_2,1)
        Installation of textproc/gdome2 (gdome2-0.8.1_10)
        Installation of textproc/gmetadom (gmetadom-0.2.6_2)
        Installation of x11-toolkits/pangox-compat (pangox-compat-0.0.2)
        Installation of x11-toolkits/gtkmathview (gtkmathview-0.8.0_7)


Bug in configure script, not recognizing newly installed libraries?  Or not recognizing newer versions?

Tom




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?840067.57543.bm>