Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
The sys-fs/ocfs2-tools ebuild specifies it requires glib, among other packages, when the system has the "X" USE flag set. When a system has the "-X" USE flag set (server systems for example), glib is no longer required by the ebuild. However, ocfs2-tools still does need glib in order to build, so this situation will cause the emerge to fail. One can also see this requirement during the "./configure" stage of building ocfs2-tools: ... checking for GLIB - version >= 2.2.3... yes (version 2.8.5) ...
Fixed in CVS, thanks.