Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165242 - net-misc/logjam doesn't see gtkhtml-3.8
Summary: net-misc/logjam doesn't see gtkhtml-3.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-04 10:44 UTC by Kir Kolyshkin
Modified: 2007-06-17 09:18 UTC (History)
0 users

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


Attachments
add configure check for gtkhtml-3.8 (logjam-4.5.3-gtkhtml38.patch,1.64 KB, patch)
2007-02-04 10:45 UTC, Kir Kolyshkin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kir Kolyshkin 2007-02-04 10:44:43 UTC
While building logjam, gtkhtml is in USE, but logjam's configure does not detect gtkhtml lib:
....
checking for gtkspell-2.0... yes
checking for libgtkhtml-3.6... not found
checking for libgtkhtml-3.0... not found
checking for librsvg-2.0 > 2.2.3... yes
....

The problem is logjam's configure only checks for gtkhtml 3.0 and 3.6, while currently Gentoo comes with 3.8:

kir@note ~ $ epm -q gtkhtml
gtkhtml-3.12.2
gtkhtml-2.6.3
kir@note ~ $ epm -ql gtkhtml-3.12.2 | grep pkgconfig
kir@note ~ $ epm -ql gtkhtml | grep pkgconfig
/usr/lib/pkgconfig/libgtkhtml-3.8.pc
/usr/lib/pkgconfig/libgtkhtml-2.0.pc

I will attach the patch to fix that -- would be nice to add it to ebuild. NOTE you need to run autoconf after patching configure.in

Reproducible: Always




kir@note ~ $ epm -q gtkhtml logjam
gtkhtml-3.12.2
gtkhtml-2.6.3
logjam-4.5.2
Comment 1 Kir Kolyshkin 2007-02-04 10:45:29 UTC
Created attachment 109083 [details, diff]
add configure check for gtkhtml-3.8
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-06-17 09:18:22 UTC
fixed DEPEND to pull either gtkhtml-3.0 or gtkhtml-3.6 in CVS.

I'm not using livejournal nor logjam so I won't check compatibility with a version upstream didn't put in configure.in in the first place. If you feel this is something to be fixed, please contact upstream about it.