| Summary: | dev-libs/glib: USE=static-libs transitive deps are not handled | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
| Component: | Current packages | Assignee: | 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 | ||
*** This bug has been marked as a duplicate of bug 588082 *** |
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}]