Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 427400

Summary: =gnome-extra/gtkhtml-4.2.3 fails to compile against =dev-libs/glib-2.32.4
Product: Gentoo Linux Reporter: Matt Turner <mattst88>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 406437    

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 :)