Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673046 - dev-libs/tinyxml2-7.0.1[static-libs] does not install static library
Summary: dev-libs/tinyxml2-7.0.1[static-libs] does not install static library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-12 21:51 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-12-12 23:53 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 Arfrever Frehtes Taifersar Arahesis 2018-12-12 21:51:39 UTC
During building:
"""
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_STATIC_LIBS
"""


See:
https://github.com/leethomason/tinyxml2/commit/b7c169ccbcfec4ad0f0313b1eb201aedd250bd8b
https://github.com/leethomason/tinyxml2/pull/682
Comment 1 Larry the Git Cow gentoo-dev 2018-12-12 23:53:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82efb81ecff61c7a88628cdead9eb6ee8d32d85b

commit 82efb81ecff61c7a88628cdead9eb6ee8d32d85b
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2018-12-12 23:47:25 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2018-12-12 23:53:00 +0000

    dev-libs/tinyxml2: drop static-libs USE flag
    
    Upstream collapsed static/shared builds into one target and we don't
    have any current users of static-libs in the tree so drop support for it
    instead of figuring out how to run configure/build/install twice with
    differing settings.
    
    Closes: https://bugs.gentoo.org/673046
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 .../tinyxml2/{tinyxml2-7.0.1.ebuild => tinyxml2-7.0.1-r1.ebuild}   | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)