Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696090 - dev-cpp/sourcetrail-2019.3.46-r1 - !!! existing preserved libs: /usr/lib64/libffi.so.6.0.4
Summary: dev-cpp/sourcetrail-2019.3.46-r1 - !!! existing preserved libs: /usr/lib64/li...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: David Hallas
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-10-03 03:56 UTC by David Hallas
Modified: 2019-10-04 05:39 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 David Hallas 2019-10-03 03:56:04 UTC
After the dev-libs/libffi-3.3_rc0 update Sourcetrail has preserved the following .so files:

!!! existing preserved libs:
>>> package: dev-libs/libffi-3.3_rc0
 *  - /usr/lib64/libffi.so.6
 *  - /usr/lib64/libffi.so.6.0.4
 *      used by /opt/sourcetrail/data/python/_ctypes.cpython-34m-x86_64-linux-gnu.so (dev-cpp/sourcetrail-2019.3.46-r1)

I notices that a new package: dev-libs/libffi-compat has been added to portage, should I just add that to RDEPEND of Sourcetrail?

Reproducible: Always
Comment 1 David Hallas 2019-10-03 03:56:49 UTC
BTW - I am the proxy maintainer of the Sourcetrail package, so I would like to fix this issue :)
Comment 2 Larry the Git Cow gentoo-dev 2019-10-04 05:39:45 UTC
The bug has been closed via the following commit(s):

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

commit dfe43c1faf50353ea2ec2c71f35b4979c20d1157
Author:     David Hallas <david@davidhallas.dk>
AuthorDate: 2019-10-03 14:47:28 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-10-04 05:02:28 +0000

    dev-cpp/sourcetrail: Fix libffi dependency
    
    Sourcetrail depends on .so version 6 of libffi, so add
    dev-libs/libffi-compat:6 to RDEPEND
    
    Closes: https://bugs.gentoo.org/696090
    
    Signed-off-by: David Hallas <david@davidhallas.dk>
    Closes: https://github.com/gentoo/gentoo/pull/13134
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../sourcetrail/sourcetrail-2019.3.46-r1.ebuild    | 93 ++++++++++++++++++++++
 1 file changed, 93 insertions(+)