Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408239 - dev-libs/tinyxml has bogus USE="static-libs"
Summary: dev-libs/tinyxml has bogus USE="static-libs"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 23:40 UTC by Samuli Suominen (RETIRED)
Modified: 2017-08-01 07:57 UTC (History)
1 user (show)

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 Samuli Suominen (RETIRED) gentoo-dev 2012-03-14 23:40:43 UTC
USE=static-libs is for controlling the *build* of static archives, not the install alone.

Either remove the broken USE flag, or make it optional at compile time too.
Comment 1 Bernard Cafarelli gentoo-dev 2012-03-15 00:10:10 UTC
Fixed in 2.6.2* ebuilds :) (2.6.1 does not have that flag)
Comment 2 Marat Radchenko 2017-08-01 07:57:46 UTC
This still occurs for tinyxml-2.6.2-r2

No logic to install .a:

src_install() {
        dolib.so *$(get_libname)*

        insinto /usr/include
        doins *.h

        dodoc {changes,readme}.txt

        use doc && dohtml -r docs/*
}