Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590344 - dev-libs/glib: USE=static-libs transitive deps are not handled
Summary: dev-libs/glib: USE=static-libs transitive deps are not handled
Status: RESOLVED DUPLICATE of bug 588082
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 589968
  Show dependency tree
 
Reported: 2016-08-02 23:24 UTC by SpanKY
Modified: 2016-08-04 17:57 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 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 ***