Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692876 - net-libs/srt[gnutls] should depend on dev-libs/nettle:0=[${MULTILIB_USEDEP}]
Summary: net-libs/srt[gnutls] should depend on dev-libs/nettle:0=[${MULTILIB_USEDEP}]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-26 05:51 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-09-29 02:56 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 Arfrever Frehtes Taifersar Arahesis 2019-08-26 05:51:59 UTC
net-libs/srt[gnutls] should additionally directly depend on "dev-libs/nettle:0=[${MULTILIB_USEDEP}]".

Depending only on "net-libs/gnutls:=[${MULTILIB_USEDEP}]" is not sufficient, because it does not result in rebuilding of net-libs/srt[gnutls] when sonames of libraries provided by dev-libs/nettle change.


!!! existing preserved libs:
>>> package: dev-libs/nettle-3.5.1
 *  - /usr/lib32/libnettle.so.6
 *  - /usr/lib32/libnettle.so.6.5
 *      used by /usr/lib32/libsrt.so.1.3.2 (net-libs/srt-1.3.2)
 *  - /usr/lib64/libnettle.so.6
 *  - /usr/lib64/libnettle.so.6.5
 *      used by /usr/bin/srt-file-transmit (net-libs/srt-1.3.2)
 *      used by /usr/bin/srt-live-transmit (net-libs/srt-1.3.2)
 *      used by /usr/bin/srt-multiplex (net-libs/srt-1.3.2)
 *      used by /usr/lib64/libsrt.so.1.3.2 (net-libs/srt-1.3.2)
Comment 1 Larry the Git Cow gentoo-dev 2019-09-29 02:56:38 UTC
The bug has been closed via the following commit(s):

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

commit b3638d38906eae81aef122ac5b6036cef68c1095
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2019-09-28 18:59:20 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-09-29 02:56:17 +0000

    net-libs/srt: Depend on dev-libs/nettle:0= when USE="gnutls".
    
    Fixes: https://bugs.gentoo.org/692876
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 net-libs/srt/srt-1.3.2.ebuild | 7 +++++--
 net-libs/srt/srt-9999.ebuild  | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)