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.
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(-)
Why not !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ? This patch broke iperf3 on my system with libressl :-(
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(-)
Oh, thanks.