Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397389 - dev-libs/gmp-5.0.2_p1[static-libs] installs broken libgmpxx.la
Summary: dev-libs/gmp-5.0.2_p1[static-libs] installs broken libgmpxx.la
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 13:44 UTC by David Leverton
Modified: 2012-01-03 10:21 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 David Leverton 2012-01-02 13:44:17 UTC
libgmpxx.la installed by gmp[static-libs] references libgmp.la, but the latter is removed by the ebuild unconditionally.  It should be dependent on the static-libs flag, the same as the former.

shiny-one ~ # cat /usr/lib64/libgmp.la
cat: /usr/lib64/libgmp.la: No such file or directory
shiny-one ~ # cat /usr/lib64/libgmpxx.la
[snip]
# Libraries that this one depends upon.
dependency_libs=' /usr/lib64/libgmp.la'
[snip]
Comment 1 SpanKY gentoo-dev 2012-01-03 10:21:30 UTC
should be all set now in the tree; thanks for the report!

Commit message: Mung the libgmp.la references in libgmpxx.la
http://sources.gentoo.org/dev-libs/gmp/gmp-5.0.2_p1.ebuild?r1=1.9&r2=1.10