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

Bug 669294

Summary: net-misc/mosh should DEPEND on dev-libs/openssl
Product: Gentoo Linux Reporter: Mira Ressel <aranea>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: amynka, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=674356
https://bugs.gentoo.org/show_bug.cgi?id=674358
Whiteboard:
Package list:
Runtime testing required: ---

Description Mira Ressel 2018-10-22 10:18:03 UTC
mosh-client and mosh-server link against libcrypto, so the ebuild should depend on dev-libs/openssl or dev-libs/libressl.

I've verified that mosh works with both libressl and openssl, but I haven't checked if it can be compiled when neither is present.
Comment 1 Larry the Git Cow gentoo-dev 2019-01-02 11:39:32 UTC
The bug has been closed via the following commit(s):

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

commit 48e29155e2ef045740d2a6f7eee4620eefe9307e
Author:     Justin Lecher <jlec@gentoo.org>
AuthorDate: 2019-01-02 10:50:16 +0000
Commit:     Justin Lecher <jlec@gentoo.org>
CommitDate: 2019-01-02 11:39:24 +0000

    net-misc/mosh: Add missing dep
    
    Closes: https://bugs.gentoo.org/669294
    Package-Manager: Portage-2.3.53, Repoman-2.3.12
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

 net-misc/mosh/mosh-1.2.6.ebuild | 3 ++-
 net-misc/mosh/mosh-1.3.0.ebuild | 3 ++-
 net-misc/mosh/mosh-1.3.2.ebuild | 3 ++-
 net-misc/mosh/mosh-9999.ebuild  | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)
Comment 2 Progenyx 2019-01-02 17:13:55 UTC
Not fixed, but broken -- it's missing the libressl flag.

Come to think of it, the package shouldn't depend on either given how one or the other is always installed anyway.