Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543040 - media-libs/libggi-2.2.2 - .la files contains reference to other libdir
Summary: media-libs/libggi-2.2.2 - .la files contains reference to other libdir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2015-03-12 10:27 UTC by Bertrand Jacquin
Modified: 2018-10-07 14:02 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 Bertrand Jacquin 2015-03-12 10:27:44 UTC
media-libs/libggi-2.2.2 install a few .la files with the following content for on  amd64:

$ cat /usr/lib64/ggi/display/sub.la
..
dependency_libs=' -L/usr/lib -L/usr/lib64 -lggi -laa -lm -lncurses -lXxf86vm -lgii -lgg -lX11 -lXxf86dga -lXext -ldl -lpthread -lc'

/usr/lib should not be there

This leads to issue as in #542612 and #542622

Should not we drop that .la files ?

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2018-10-07 14:02:19 UTC
The bug has been closed via the following commit(s):

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

commit a3409020dbd93c14126afdcb62248113bed588a7
Author:     Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
AuthorDate: 2018-10-05 19:06:59 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-10-07 14:00:24 +0000

    media-libs/libggi: EAPI7 revbump, improve ebuild
    
    * Removes the directfb flag (which is long gone) and disables it by default
    * Removes all *.la files (fixes 543040)
    * Disables static build
    
    Closes: https://bugs.gentoo.org/543040
    Closes: https://bugs.gentoo.org/542612
    Closes: https://bugs.gentoo.org/542622
    
    Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-libs/libggi/libggi-2.2.2-r1.ebuild | 59 ++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)