Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 700736 - media-sound/mumble: requires use flag ssl on qtnetwork
Summary: media-sound/mumble: requires use flag ssl on qtnetwork
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-20 00:22 UTC by madmaurice
Modified: 2019-11-20 08:33 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 madmaurice 2019-11-20 00:22:25 UTC
The package media-sound/mumble requires the ssl use flag set on dev-qt/qtnetwork.

When compiling without that flag on qtnetwork, mumble fails to build with various errors such as

../Connection.h:36:3: error: ‘QSslSocket’ does not name a type; did you mean ‘QTcpSocket’?
   36 |   QSslSocket *qtsSocket;
      |   ^~~~~~~~~~
      |   QTcpSocket


Reproducible: Always

Steps to Reproduce:
1. Disable ssl use flag on qtnetwork
2. Build mumble

Actual Results:  
Build errors such as

../Connection.h:36:3: error: ‘QSslSocket’ does not name a type; did you mean ‘QTcpSocket’?
   36 |   QSslSocket *qtsSocket;
      |   ^~~~~~~~~~
      |   QTcpSocket


Expected Results:  
Request to enable ssl use flag on qtnetwork
Comment 1 Larry the Git Cow gentoo-dev 2019-11-20 08:33:01 UTC
The bug has been closed via the following commit(s):

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

commit a68036ec2079327f0914d81da238c7527719bf2b
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-11-20 08:32:46 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-11-20 08:32:46 +0000

    media-sound/mumble: Depend on dev-qt/qtnetwork[ssl]
    
    Thanks-to: madmaurice <madmaurice+gentoo@zom.bi>
    Closes: https://bugs.gentoo.org/700736
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-sound/mumble/mumble-1.3.0.ebuild | 2 +-
 media-sound/mumble/mumble-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)