Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671684 - >=app-arch/cabextract-1.9 should have dependency on dev-libs/libmspack in RDEPEND
Summary: >=app-arch/cabextract-1.9 should have dependency on dev-libs/libmspack in RDE...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-22 11:59 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-11-22 15:28 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 Arfrever Frehtes Taifersar Arahesis 2018-11-22 11:59:55 UTC
>=app-arch/cabextract-1.9 uses system version of dev-libs/libmspack (previously bundled version was used).

There is actual linking against libmspack.so.0 library:

# scanelf -qyF "%F: %n" $(qlist app-arch/cabextract | sort)
/usr/bin/cabextract: libmspack.so.0,libc.so.6

But >=app-arch/cabextract-1.9 has dependency on dev-libs/libmspack only in DEPEND and not in RDEPEND.
Comment 1 Larry the Git Cow gentoo-dev 2018-11-22 15:28:51 UTC
The bug has been closed via the following commit(s):

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

commit b3a47084019e7ff61bdc8f36e7e738a47eff83a5
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2018-11-22 15:27:57 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-11-22 15:28:42 +0000

    app-arch/cabextract: add dev-libs/libmspack to RDEPEND
    
    Closes: https://bugs.gentoo.org/671684
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 .../cabextract/{cabextract-1.9-r1.ebuild => cabextract-1.9-r2.ebuild}  | 3 ++-
 app-arch/cabextract/cabextract-9999.ebuild                             | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)