Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664290 - games-board/cockatrice-20170505 : /.../dlg_update.cpp:53:10: error: QSslSocket has not been declared
Summary: games-board/cockatrice-20170505 : /.../dlg_update.cpp:53:10: error: QSslSocke...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-22 16:47 UTC by Toralf Förster
Modified: 2018-08-22 18:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.67 KB, text/plain)
2018-08-22 16:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,145.50 KB, text/plain)
2018-08-22 16:48 UTC, Toralf Förster
Details
environment (environment,116.69 KB, text/plain)
2018-08-22 16:48 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.55 KB, application/x-bzip)
2018-08-22 16:48 UTC, Toralf Förster
Details
games-board:cockatrice-20170505:20180822-131035.log (games-board:cockatrice-20170505:20180822-131035.log,519.42 KB, text/plain)
2018-08-22 16:48 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.76 KB, application/x-bzip)
2018-08-22 16:48 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,38.00 KB, application/x-bzip)
2018-08-22 16:48 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-08-22 16:47:56 UTC
/var/tmp/portage/games-board/cockatrice-20170505/work/Cockatrice-2017-05-05-Release-2.3.17/cockatrice/src/dlg_update.cpp: In constructor ‘DlgUpdate::DlgUpdate(QWidget*)’:
/var/tmp/portage/games-board/cockatrice-20170505/work/Cockatrice-2017-05-05-Release-2.3.17/cockatrice/src/dlg_update.cpp:53:10: error: ‘QSslSocket’ has not been declared
     if (!QSslSocket::supportsSsl()) {
          ^~~~~~~~~~
make[2]: *** [cockatrice/CMakeFiles/cockatrice.dir/build.make:656: cockatrice/CMakeFiles/cockatrice.dir/src/dlg_update.cpp.o] Error 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_libressl_20180818-160152

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv games-board/cockatrice
[ebuild  N    ] games-board/cockatrice-20170505  USE="client oracle -server"
Comment 1 Toralf Förster gentoo-dev 2018-08-22 16:47:59 UTC
Created attachment 544528 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-08-22 16:48:01 UTC
Created attachment 544530 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-08-22 16:48:04 UTC
Created attachment 544532 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-08-22 16:48:07 UTC
Created attachment 544534 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-08-22 16:48:09 UTC
Created attachment 544536 [details]
games-board:cockatrice-20170505:20180822-131035.log
Comment 6 Toralf Förster gentoo-dev 2018-08-22 16:48:12 UTC
Created attachment 544538 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-08-22 16:48:15 UTC
Created attachment 544540 [details]
temp.tbz2
Comment 8 Andreas Sturmlechner gentoo-dev 2018-08-22 16:59:43 UTC
This is probably not Qt 5.11 related, but a missing dev-qt/qtnetwork:5[ssl] USE dep. (Actually, not declaring qtnetwork at all)
Comment 9 Larry the Git Cow gentoo-dev 2018-08-22 18:39:57 UTC
The bug has been closed via the following commit(s):

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

commit b4b2fc1a667dfb4ada426f60f4f08bf732a8e640
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-08-22 17:32:17 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-08-22 18:39:41 +0000

    games-board/cockatrice: Fix missing (R)DEPENDs, superfluous inherits
    
    Sort dependencies, add missing sys-libs/zlib slot op
    Add completely missing RDEPEND (since 2f2b7ec5b6fb49b79bd936219f0b0ae5baa70514)
    Add missing USE-dep on dev-qt/qtnetwork:5[ssl]
    
    Closes: https://bugs.gentoo.org/664290
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 ...170505.ebuild => cockatrice-20170505-r1.ebuild} | 32 +++++++++++++---------
 1 file changed, 19 insertions(+), 13 deletions(-)