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

Bug 590344

Summary: dev-libs/glib: USE=static-libs transitive deps are not handled
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 589968    

Description SpanKY gentoo-dev 2016-08-02 23:24:45 UTC
glib has a large number of lib deps that it doesn't force USE=static-libs on when it itself is built with USE=static-libs.  so any dep that depends on glib[static-libs] is broken if it tries to use the static libs as only libglib.a will exist.

probably need to update all the lines in RDEPEND like so:
-    >=dev-libs/libpcre-8.13:3[${MULTILIB_USEDEP}]
+    >=dev-libs/libpcre-8.13:3[static-libs?,${MULTILIB_USEDEP}]
Comment 1 Pacho Ramos gentoo-dev 2016-08-04 17:57:05 UTC

*** This bug has been marked as a duplicate of bug 588082 ***