Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511470 - sys-libs/ncurses-5.9-r3[cxx,-static-libs] installs static libraries libncurses++.a & libncurses++w.a
Summary: sys-libs/ncurses-5.9-r3[cxx,-static-libs] installs static libraries libncurse...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-25 15:59 UTC by Hristo Venev
Modified: 2014-06-15 06:14 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 Hristo Venev 2014-05-25 15:59:11 UTC
The offending files are:
/usr/lib/libncurses++.a
/usr/lib/libncurses++w.a

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2014-06-15 06:14:32 UTC
USE=-static-libs does not mean "no library archives are ever installed".  it means "if both a shared and static library are available, do not install the static library".

in the case of ncurses, the C++ bindings are only provided in static form.  hence USE=-static-libs makes no sense to disable them.