Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 644870 - net-misc/owncloud-client-2.4.0 : /.../account.h:289:23: error: field _sslConfiguration has incomplete type QSslConfiguration
Summary: net-misc/owncloud-client-2.4.0 : /.../account.h:289:23: error: field _sslConf...
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: 2018-01-17 18:06 UTC by Toralf Förster
Modified: 2018-01-18 10:13 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.75 KB, text/plain)
2018-01-17 18:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,162.95 KB, text/plain)
2018-01-17 18:06 UTC, Toralf Förster
Details
environment (environment,127.63 KB, text/plain)
2018-01-17 18:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.56 KB, application/x-bzip)
2018-01-17 18:07 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.15 KB, application/x-bzip)
2018-01-17 18:07 UTC, Toralf Förster
Details
net-misc:owncloud-client-2.4.0:20180117-002433.log (net-misc:owncloud-client-2.4.0:20180117-002433.log,166.52 KB, text/plain)
2018-01-17 18:07 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,38.26 KB, application/x-bzip)
2018-01-17 18:07 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-01-17 18:06:50 UTC
     QList<QSslCertificate> _approvedCerts;
                          ^
/var/tmp/portage/net-misc/owncloud-client-2.4.0/work/owncloudclient-2.4.0/src/libsync/account.h:289: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_libressl_20180113-184358

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

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

emerge -qpv net-misc/owncloud-client
[ebuild  N    ] net-misc/owncloud-client-2.3.4  USE="sftp -doc -dolphin -nautilus -samba -shibboleth {-test}"
Comment 1 Toralf Förster gentoo-dev 2018-01-17 18:06:53 UTC
Created attachment 515172 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-01-17 18:06:56 UTC
Created attachment 515174 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-01-17 18:06:59 UTC
Created attachment 515176 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-01-17 18:07:02 UTC
Created attachment 515178 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-01-17 18:07:05 UTC
Created attachment 515180 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-01-17 18:07:08 UTC
Created attachment 515182 [details]
net-misc:owncloud-client-2.4.0:20180117-002433.log
Comment 7 Toralf Förster gentoo-dev 2018-01-17 18:07:11 UTC
Created attachment 515184 [details]
temp.tbz2
Comment 8 Bernard Cafarelli gentoo-dev 2018-01-18 10:12:15 UTC
This looked like familiar, indeed there was #625684 for nextcloud-client (both share the same codebase). And of course I did not fix owncloud-client at the time.

Fixing it now, thanks!
Comment 9 Larry the Git Cow gentoo-dev 2018-01-18 10:13:05 UTC
The bug has been closed via the following commit(s):

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

commit 3947f7ad905684cc9a143b8484287b4601751909
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2018-01-18 10:10:15 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2018-01-18 10:12:30 +0000

    net-misc/owncloud-client: require USE=ssl on qtnetwork
    
    Closes: https://bugs.gentoo.org/644870
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/owncloud-client/owncloud-client-2.3.4.ebuild | 4 ++--
 net-misc/owncloud-client/owncloud-client-2.4.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)