Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211147 - Build app-editors/screem fails - gtkhtml no match
Summary: Build app-editors/screem fails - gtkhtml no match
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-23 00:40 UTC by Todd Partridge
Modified: 2008-02-28 01:54 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 Todd Partridge 2008-02-23 00:40:59 UTC
app-editors/screem-0.16.1 requires a lower version of gnome-extra/gtkhtml in tree.  gnome-extra/gtkhtml-3.16.3.  Anyone know what version of gtkhtml is needed?

checking for SCREEM... configure: error: Package requirements (                 gtk+-2.0 >= 2.6.0                                  glib-2.0 >= 2.6.0                                                libgnome-2.0 >= 2.2.0                                           libgnomeui-2.0 >= 2.6.0                                     libxml-2.0 >= 2.4.3                                             libglade-2.0 >= 2.3.0                                               gconf-2.0 >= 2.2.0                                              gnome-vfs-2.0 >= 2.8.3                                              gdk-pixbuf-2.0 >= 2.2.0                                         gthread-2.0 >= 2.2.0                                                libgtkhtml-2.0 >= 2.2.0                                         gmodule-2.0 >= 2.2.0                                                libgnomeprint-2.2 >= 2.2.0                                      libgnomeprintui-2.2 >= 2.2.0                                        gtksourceview-1.0 >= 1.1.90                                     libstartup-notification-1.0                                                                                 libgnome-menu >= 2.9.2          ) were not met:

No package 'libgtkhtml-2.0' found


Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-02-24 23:53:05 UTC
screem explicitly requires =gnome-extra/gtkhtml-2*

what version of gtkhtml do you have on your system ?
Comment 2 Todd Partridge 2008-02-25 10:01:31 UTC
Ahh, I tried a couple versions of 3.*.  The screem ebuild is pulling in the newest version of gtkhtml, btw.  appreciate the heads up I give this a try.
Comment 3 Todd Partridge 2008-02-25 10:08:29 UTC
oops spoke too soon.  I must have already had another version of gtkhtml installed, though I swear that it pulled in a newer version.  Odd.  I removed gtkhtml-3.* and see that gtkhtml-2.11.1 is being pulled.  
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-02-25 10:11:52 UTC
I ran 

# emerge --unmerge \=gnome-extra/gtkhtml-2.11.1
# emerge -pv screem

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  NS   ] gnome-extra/gtkhtml-2.11.1  USE="accessibility test -debug" 584 kB 
[ebuild  N    ] app-editors/screem-0.16.1  USE="dbus spell ssl zlib -debug -doc" 3,762 kB

Closing invalid.
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-02-25 10:12:39 UTC
note that I have 2 gtkhtml-3 version installed as well so I can't why it wouldn't have worked as expected besides a nasty overlay :)
Comment 6 Todd Partridge 2008-02-28 01:54:01 UTC
Got it working.  Thanks alot Gilles!