Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19880 - balsa 2.0.9-r1 missing dependency on libgtkhtml
Summary: balsa 2.0.9-r1 missing dependency on libgtkhtml
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-24 08:57 UTC by Olav Kolbu
Modified: 2003-04-25 08:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olav Kolbu 2003-04-24 08:57:36 UTC
Emerging balsa without libgtkhtml already emerged causes it to fail. May or may
not have other missing dependencies that I have pre-installed, didn't check.

checking for
glib-2.0
libgnome-2.0
libgnomeui-2.0
gtk+-2.0
gnome-vfs-2.0
gnome-vfs-module-2.0
 libgtkhtml-2.0
... Package libgtkhtml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-2.0' found

configure: error: Library requirements (
glib-2.0
libgnome-2.0
libgnomeui-2.0
gtk+-2.0
gnome-vfs-2.0
gnome-vfs-module-2.0
 libgtkhtml-2.0
) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your
libraries are in a nonstandard prefix so pkg-config can find them.

!!! ERROR: net-mail/balsa-2.0.9-r1 failed.
!!! Function econf, Line 273, Exitcode 1
!!! econf failed



Reproducible: Always
Steps to Reproduce:
1. Add libgtkhtml to list of dependencies or pre-install it

Actual Results:  
Worked fine


Running with ACCEPT_KEYWORDS="~x86", ymmv.
Comment 1 foser (RETIRED) gentoo-dev 2003-04-24 11:29:27 UTC
it already has this dependancy, what different versions of libgtkhtml do you have installed and which one of those did you have to add ?

The dependancy works incorrectly for sure if you had libgtkhtml-3 unmasked in p.mask .
Comment 2 Olav Kolbu 2003-04-25 05:53:08 UTC
No libgtkhtml installed before trying to install balsa. When I got the error I simply emerged libgtkhtml and tried emerging balsa again. Worked like a charm that time. The libgtkhtml version that got installed was 2.2.3, I did not specify version when emerging.

Looking at the ebuild file for balsa, I see:

        gtkhtml? ( >=gnome-extra/libgtkhtml-2 )

Looks to me like that dependency needs to be for everyone, not just the ones who have gtkhtml set.
Comment 3 foser (RETIRED) gentoo-dev 2003-04-25 08:06:16 UTC
nah, turned out to be a problem in the switch, it was named wrong (or maybe they changed it over time). Should build just fine without gtkhtml.

I'm adding 2.0.10 with fix as we speak.