Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625684 - net-misc/nextcloud-client-2.3.2 : /.../account.h:226:23: error: field _sslConfiguration has incomplete type QSslConfiguration
Summary: net-misc/nextcloud-client-2.3.2 : /.../account.h:226:23: error: field _sslCo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-19 18:15 UTC by Toralf Förster
Modified: 2017-07-26 11:32 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.04 KB, text/plain)
2017-07-19 18:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,141.07 KB, text/plain)
2017-07-19 18:15 UTC, Toralf Förster
Details
environment (environment,119.20 KB, text/plain)
2017-07-19 18:15 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.26 KB, application/x-bzip)
2017-07-19 18:15 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.84 KB, application/x-bzip)
2017-07-19 18:15 UTC, Toralf Förster
Details
net-misc:nextcloud-client-2.3.2:20170719-133138.log (net-misc:nextcloud-client-2.3.2:20170719-133138.log,212.83 KB, text/plain)
2017-07-19 18:15 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,36.24 KB, application/x-bzip)
2017-07-19 18:15 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 2017-07-19 18:15:14 UTC
     QList<QSslCertificate> _approvedCerts;
                          ^
/var/tmp/portage/net-misc/nextcloud-client-2.3.2/work/client_theming-2.3.2/client/src/libsync/account.h:226:23: error: field ‘_sslConfiguration’ has incomplete type ‘QSslConfiguration’
     QSslConfiguration _sslConfiguration;
                       ^~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtNetwork/QNetworkRequest:1:0,

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.4.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-07-19 18:15:17 UTC
Created attachment 485930 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-19 18:15:21 UTC
Created attachment 485932 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-07-19 18:15:24 UTC
Created attachment 485934 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-07-19 18:15:28 UTC
Created attachment 485936 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-07-19 18:15:31 UTC
Created attachment 485938 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-19 18:15:34 UTC
Created attachment 485940 [details]
net-misc:nextcloud-client-2.3.2:20170719-133138.log
Comment 7 Toralf Förster gentoo-dev 2017-07-19 18:15:37 UTC
Created attachment 485942 [details]
temp.tbz2
Comment 8 Bernard Cafarelli gentoo-dev 2017-07-21 12:05:44 UTC
My main box is out for a few days so this is just a theory, but looks like it needs to depend on qtnetwork[ssl] (enabled by default, so that's probably why I did not see it).

If that's the case I'll update the dep (and net-misc/owncloud-client too as it most probably has the same problem)
Comment 9 Bernard Cafarelli gentoo-dev 2017-07-26 11:32:06 UTC
Confirmed, I just tested with qtnework[-ssl] and got the same error. Ebuilds updated!