Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427400 - =gnome-extra/gtkhtml-4.2.3 fails to compile against =dev-libs/glib-2.32.4
Summary: =gnome-extra/gtkhtml-4.2.3 fails to compile against =dev-libs/glib-2.32.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glib-2.32
  Show dependency tree
 
Reported: 2012-07-20 21:43 UTC by Matt Turner
Modified: 2012-07-20 21:55 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 Matt Turner gentoo-dev 2012-07-20 21:43:45 UTC
gtkhtml-4.2.3 fails to compile against glib-2.32.4, with an undefined reference to g_thread_init.

Since glib 2.32, g_thread_init is deprecated and doesn't need to be called.

The gtkhtml code could be fixed to not call g_thread_init with glib 2.32 or its dependencies could be set to not compile with glib 2.32.
Comment 1 Matt Turner gentoo-dev 2012-07-20 21:44:11 UTC
Meant to add: gnome-extra/gtkhtml-4.4.3 compiles fine against glib-2.32.4.
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-07-20 21:55:42 UTC
(In reply to comment #1)
> Meant to add: gnome-extra/gtkhtml-4.4.3 compiles fine against glib-2.32.4.

Since both glib-2.32 and gtkhtml-4.4 are in ~arch, that means the bug is fixed :)