Bug 204851 - gettext circular dependency with libcroco and glib
Bug#: 204851 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: critical Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: robbat2@gentoo.org
Component: Core system
URL: 
Summary: gettext circular dependency with libcroco and glib
Keywords:  
Status Whiteboard: 
Opened: 2008-01-08 04:56 0000
Description:   Opened: 2008-01-08 04:56 0000
The new gettext-0.17 has a circular dependancy without any use flags involved.
gettext-0.17 DEPS libcroco
libcroco DEPS glib
glib DEPS gettext

These are all hard dependencies.

The --with-included-glib on gettext doesn't help either.

------- Comment #1 From Robin Johnson 2008-01-08 05:05:15 0000 -------
either the bundled libcroco needs to get used just like the bundled glib is
used, or we need to be able to disable the --color stuff that uses
glib/libcroco/libxml2 via a USE flag, to work around the circular dep.

------- Comment #2 From SpanKY 2008-01-14 04:44:42 0000 -------
i'll just force internal version in gettext to keep things simple

http://sources.gentoo.org/sys-devel/gettext/gettext-0.17.ebuild?r1=1.10&r2=1.11

------- Comment #3 From Jakub Moc (RETIRED) 2008-01-17 00:42:56 0000 -------
*** Bug 206260 has been marked as a duplicate of this bug. ***