Your message dated Sat, 22 Mar 2025 00:50:12 +0000
with message-id <e1tvn40-002lan...@fasolo.debian.org>
and subject line Bug#1100249: fixed in owncloud-client 5.3.2.15463+dfsg-1
has caused the Debian Bug report #1100249,
regarding owncloud-client: FTBFS: test/testcredentialmanager.cpp:115:16: error:
'class QSignalSpy' has no member named 'deleteLater'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1100249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:owncloud-client
Version: 5.2.1.13040+dfsg-3.0.1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
/<<PKGBUILDDIR>>/test/testutils/syncenginetestutils.h:229:45: warning:
âstatic QDateTime QDateTime::fromSecsSinceEpoch(qint64, Qt::TimeSpec, int)â
is deprecated: Pass QTimeZone instead of time-spec, offset
[-Wdeprecated-declarations]
229 | return QDateTime::fromSecsSinceEpoch(_lastModifiedInSecondsUTC,
Qt::LocalTime);
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt6/QtCore/QDateTime:1,
from /<<PKGBUILDDIR>>/src/common/utility.h:26,
from /<<PKGBUILDDIR>>/src/libsync/account.h:19,
from /<<PKGBUILDDIR>>/test/testcredentialmanager.cpp:7:
/usr/include/x86_64-linux-gnu/qt6/QtCore/qdatetime.h:488:22: note: declared here
488 | static QDateTime fromSecsSinceEpoch(qint64 secs, Qt::TimeSpec spec,
int offsetFromUtc = 0);
| ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/test/testutils/syncenginetestutils.h: In member function
âQDateTime FileInfo::lastModifiedInUtc() constâ:
/<<PKGBUILDDIR>>/test/testutils/syncenginetestutils.h:234:45: warning:
âstatic QDateTime QDateTime::fromSecsSinceEpoch(qint64, Qt::TimeSpec, int)â
is deprecated: Pass QTimeZone instead of time-spec, offset
[-Wdeprecated-declarations]
234 | return QDateTime::fromSecsSinceEpoch(_lastModifiedInSecondsUTC,
Qt::UTC);
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt6/QtCore/qdatetime.h:488:22: note: declared here
488 | static QDateTime fromSecsSinceEpoch(qint64 secs, Qt::TimeSpec spec,
int offsetFromUtc = 0);
| ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/test/testcredentialmanager.cpp: In member function âvoid
OCC::TestCredentialManager::testSetGet2()â:
/<<PKGBUILDDIR>>/test/testcredentialmanager.cpp:115:16: error: âclass
QSignalSpyâ has no member named âdeleteLaterâ
115 | s->deleteLater();
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/test/testcredentialmanager.cpp:134:20: error: âclass
QSignalSpyâ has no member named âdeleteLaterâ
134 | s->deleteLater();
| ^~~~~~~~~~~
make[3]: *** [test/CMakeFiles/CredentialManagerTest.dir/build.make:102:
test/CMakeFiles/CredentialManagerTest.dir/testcredentialmanager.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:3414:
test/CMakeFiles/CredentialManagerTest.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202503/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:owncloud-client, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: owncloud-client
Source-Version: 5.3.2.15463+dfsg-1
Done: Pierre-Elliott Bécue <p...@debian.org>
We believe that the bug you reported is fixed in the latest version of
owncloud-client, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1100...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Pierre-Elliott Bécue <p...@debian.org> (supplier of updated owncloud-client
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 22 Mar 2025 01:18:31 +0100
Source: owncloud-client
Architecture: source
Version: 5.3.2.15463+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: ownCloud for Debian maintainers
<pkg-owncloud-maintain...@lists.alioth.debian.org>
Changed-By: Pierre-Elliott Bécue <p...@debian.org>
Closes: 1100249
Changes:
owncloud-client (5.3.2.15463+dfsg-1) unstable; urgency=medium
.
* New upstream release 5.3.2.15463+dfsg
* Add patch 0006-Fix-Qt-6.8-build.patch to fix Qt6.8 build (Closes:
#1100249)
* d/copyright: refreshed
* d/control: Bump Standards-Version to 4.7.2
Checksums-Sha1:
356afd0a1bd35271404f96f0b4ddd1a52e154847 2625
owncloud-client_5.3.2.15463+dfsg-1.dsc
9d27e3e901c45b6927eb0c4a0a4217c899259218 3861632
owncloud-client_5.3.2.15463+dfsg.orig.tar.xz
54d50d1de43f63145697c041dad7cca21b297a7c 20292
owncloud-client_5.3.2.15463+dfsg-1.debian.tar.xz
af0a94897b5678001cd2f2a768c6e85dfa85aa3b 14346
owncloud-client_5.3.2.15463+dfsg-1_amd64.buildinfo
Checksums-Sha256:
2ee27c7cac131df4b092d7b09f2ce2cbcfcbda22cc09d6cc19e59d96221b7c22 2625
owncloud-client_5.3.2.15463+dfsg-1.dsc
28d8aefa3ebabf23262beba4deadd4a6dbf5610e992c3fc816e4c983d00e26a5 3861632
owncloud-client_5.3.2.15463+dfsg.orig.tar.xz
f516b3e2f3498ce173529106e0f7d88e54332a2b25acb7109bcd8e3c836f94d2 20292
owncloud-client_5.3.2.15463+dfsg-1.debian.tar.xz
e7b9f7f10f0be48f8a2f4c454e1cfef654b846f1ec2cd8b9d814e48fca50ad28 14346
owncloud-client_5.3.2.15463+dfsg-1_amd64.buildinfo
Files:
9f183dae4e0af6b5a27575b399a87adc 2625 net optional
owncloud-client_5.3.2.15463+dfsg-1.dsc
b7ad55e2b76f8f5446271498fca64fb1 3861632 net optional
owncloud-client_5.3.2.15463+dfsg.orig.tar.xz
3c643f3898aced49006cb3f9c901dc38 20292 net optional
owncloud-client_5.3.2.15463+dfsg-1.debian.tar.xz
74f696607ddac4142648fe1418883996 14346 net optional
owncloud-client_5.3.2.15463+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEE5CQeth7uIW7ehIz87iFbn7jEWwsFAmfeBAcPHHBlYkBkZWJp
YW4ub3JnAAoJEO4hW5+4xFsLuTUQAIJlRuEoXBNYZ7CKhdfoF6q8mkPrarMlTYkr
meVTbZyV4BdubZ29Za3ARu8hEGEFzbupDEdZ8EgVUv0yklBkI/RVxjH6KkLlR6sr
+SqTlV4V7/ESJxffXNXdfrqDLNqinZGVr3V30pPgTWtNM/0JwGEY44AfUty5YA7I
mn5uEfql6H/jKx1NDl33r2NqfQam77lEmDxmTHGjEBuuxcLTrs1oCUtO/18GwRsk
NLo9FVbi84pxism0YekxIb43wmHmtAPQwbmv5qZroU0tVLuzGuaRi0XqcGMzGV40
aLgC7PEECohC7cUAtSiSE/crZIwHxJ2gj7u7FfUKONd2fYH6wbFSBmouGE66D//k
e9qgPiiN8YSwbVZTJWMeeMoUs9gaf5TeI4gOwNfskDLQ+b95L5APL432RSZhTi94
etEz2VIAmuC5WQM+OfCmTyfhCE/4DDTVC3N/gquIMoUvgZ+V1Vk3gnbJidRu/B6c
sVKvHx4+wygZ9FbcKUiVbFK2m8Yr0dWXMnBvS0P3cR9lnCMZcFTIIavX6z3fqmQy
UHu/jwx2/ct0PEDd6WLEyMjY8V98C1JfLvim4/0KelAM26WPhc86TVx7J2tVnE+j
ZkXy30vFJqMQgLcFZhhrrLLRlgqbWaor8BcY2I6m7tHs80pbNep16sxwQ9scT4fE
4AKYd0OB
=w3US
-----END PGP SIGNATURE-----
pgpmQbvoDHGDk.pgp
Description: PGP signature
--- End Message ---