Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664496 - dev-db/sqlitebrowser-3.10.1 : /.../RemoteDatabase.h:90:5: error: QSslConfiguration does not name a type
Summary: dev-db/sqlitebrowser-3.10.1 : /.../RemoteDatabase.h:90:5: error: QSslConfigur...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-08-24 17:50 UTC by Toralf Förster
Modified: 2019-02-14 23:06 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.52 KB, text/plain)
2018-08-24 17:50 UTC, Toralf Förster
Details
dev-db:sqlitebrowser-3.10.1:20180824-082044.log (dev-db:sqlitebrowser-3.10.1:20180824-082044.log,97.19 KB, text/plain)
2018-08-24 17:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,150.33 KB, text/plain)
2018-08-24 17:50 UTC, Toralf Förster
Details
environment (environment,117.31 KB, text/plain)
2018-08-24 17:50 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.97 KB, application/x-bzip)
2018-08-24 17:50 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.59 KB, application/x-bzip)
2018-08-24 17:50 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.30 KB, application/x-bzip)
2018-08-24 17:50 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-24 17:50:23 UTC
In file included from /var/tmp/portage/dev-db/sqlitebrowser-3.10.1/work/sqlitebrowser-3.10.1/src/MainWindow.cpp:25:
/var/tmp/portage/dev-db/sqlitebrowser-3.10.1/work/sqlitebrowser-3.10.1/src/RemoteDatabase.h:90:5: error: ‘QSslConfiguration’ does not name a type
     QSslConfiguration m_sslConfiguration;
     ^~~~~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/sqlitebrowser.dir/build.make:384: CMakeFiles/sqlitebrowser.dir/src/MainWindow.cpp.o] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-developer_libressl-test_20180819-103958

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

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.7
  [2]   python3.6
  [3]   python2.7 (fallback)

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 dev-db/sqlitebrowser
[ebuild  N    ] dev-db/sqlitebrowser-3.10.1  USE="test" 

!!! The following installed packages are masked:
- dev-python/paramiko-2.3.1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Virgil Dupras <vdupras@gentoo.org> (23 Aug 2018)
# Vulnerable and can't be removed yet because of alpha. Bug #664346

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Toralf Förster gentoo-dev 2018-08-24 17:50:26 UTC
Created attachment 544778 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-08-24 17:50:29 UTC
Created attachment 544780 [details]
dev-db:sqlitebrowser-3.10.1:20180824-082044.log
Comment 3 Toralf Förster gentoo-dev 2018-08-24 17:50:32 UTC
Created attachment 544782 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-08-24 17:50:35 UTC
Created attachment 544784 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-08-24 17:50:38 UTC
Created attachment 544786 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-08-24 17:50:41 UTC
Created attachment 544788 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-08-24 17:50:44 UTC
Created attachment 544790 [details]
temp.tbz2
Comment 8 Jouni Kosonen 2018-08-24 20:02:10 UTC
My guess for a fix:

--- a/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild
+++ b/dev-db/sqlitebrowser/sqlitebrowser-3.10.1.ebuild
@@ -21,4 +21,4 @@ RDEPEND="
        dev-qt/qtcore:5
        dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
+       dev-qt/qtnetwork:5[ssl(+)]
        dev-qt/qtwidgets:5
Comment 9 Andreas Sturmlechner gentoo-dev 2018-08-25 08:17:42 UTC
Toralf, can you check how qtnetwork had been configured on that image?
Comment 10 Toralf Förster gentoo-dev 2018-08-25 08:27:44 UTC
(In reply to Andreas Sturmlechner from comment #9)
sure:

tinderbox@mr-fox ~ $ src run/17.0-developer_libressl-test_20180819-103958
-su: src: command not found
tinderbox@mr-fox ~ $ scw run/17.0-developer_libressl-test_20180819-103958
mr-fox / # emerge -qpv qtnetwork
[ebuild   R   ] dev-qt/qtnetwork-5.11.1  USE="-bindist -connman -debug -libproxy -networkmanager -ssl -test" 

mr-fox / # exit
logout
tinderbox@mr-fox ~ $
Comment 11 Andreas Sturmlechner gentoo-dev 2018-08-26 18:29:53 UTC
Thanks, this confirms Jouni's fix.
Comment 12 Larry the Git Cow gentoo-dev 2019-02-14 23:06:44 UTC
The bug has been closed via the following commit(s):

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

commit a8edb29d6d2db42e46a490989b39bda11511b5e8
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-02-14 21:45:55 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-02-14 23:06:32 +0000

    dev-db/sqlitebrowser: Fix RDEPENDs, gnome2-utils -> xdg, EAPI-7 bump
    
    Closes: https://bugs.gentoo.org/664496
    Package-Manager: Portage-2.3.60, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../sqlitebrowser/sqlitebrowser-3.10.1-r1.ebuild   | 59 ++++++++++++++++++++++
 1 file changed, 59 insertions(+)