Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 658050

Summary: net-misc/iperf RDEPENDs on dev-libs/openssl (or perhaps libressl?)
Product: Gentoo Linux Reporter: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=634446
https://github.com/gentoo/gentoo/pull/10239
Whiteboard:
Package list:
Runtime testing required: ---

Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-06-13 16:06:15 UTC
Hi,

after upgrading from openssl-1.0.2o-r6 to openssl-1.1.1_pre7, I got a message from portage that iperf links to preserved libcrypto.so.1.0.1 and indeed, checking with scanelf, the package has a runtime dependency on dev-libs/openssl on my system but this dependency is not in the ebuild.
Comment 1 Larry the Git Cow gentoo-dev 2018-10-26 09:10:13 UTC
The bug has been closed via the following commit(s):

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

commit 8bd4aa02256c7097e1b5107802f8840fa8164bf6
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-10-26 09:09:38 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-10-26 09:10:04 +0000

    net-misc/iperf: Added dev-libs/openssl to (R)DEPEND
    
    Closes: https://bugs.gentoo.org/658050
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/iperf/iperf-3.5.ebuild           | 5 +++--
 net-misc/iperf/iperf-3.6.ebuild           | 5 +++--
 net-misc/iperf/iperf-3.99999.99999.ebuild | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)
Comment 2 Stefan Strogin gentoo-dev 2018-10-26 16:42:06 UTC
Why not

!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )

?
This patch broke iperf3 on my system with libressl :-(
Comment 3 Larry the Git Cow gentoo-dev 2018-10-26 16:55:12 UTC
The bug has been referenced in the following commit(s):

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

commit bfa1ec85faf9bfd8b9c9a16e95203616fb822472
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-10-26 16:54:51 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-10-26 16:54:51 +0000

    net-misc/iperf: Introduced "libressl" USE flag.
    
    Bug: https://bugs.gentoo.org/658050
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/iperf/iperf-3.5.ebuild           | 5 +++--
 net-misc/iperf/iperf-3.6.ebuild           | 5 +++--
 net-misc/iperf/iperf-3.99999.99999.ebuild | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)
Comment 4 Stefan Strogin gentoo-dev 2018-10-26 17:01:32 UTC
Oh, thanks.