On Sun, 2025-03-09 at 16:04 +0000, Peter B wrote: > On 09/03/2025 08:51, Phil Wyett wrote: > > Test 5 (ratt): Information only > > > > Information only as this package is in the nextcloud team. > > > > 2025/03/09 08:20:49 FAILED: owncloud-client (see buildlogs/owncloud- > > client_5.2.1.13040+dfsg-3.0.1) > > > > Error: > > > > [ 76%] Linking CXX executable ../bin/OwncloudPropagatorTest > > cd /build/reproducible-path/owncloud-client-5.2.1.13040+dfsg/obj-x86_64- > > linux- > > gnu/test && /usr/bin/cmake -E cmake_link_script > > CMakeFiles/OwncloudPropagatorTest.dir/link.txt --verbose=1 > > /build/reproducible-path/owncloud-client- > > 5.2.1.13040+dfsg/test/testcredentialmanager.cpp: In member function ‘void > > OCC::TestCredentialManager::testSetGet2()’: > > /build/reproducible-path/owncloud-client- > > 5.2.1.13040+dfsg/test/testcredentialmanager.cpp:115:16: error: ‘class > > QSignalSpy’ has no member named ‘deleteLater’ > > 115 | s->deleteLater(); > > | ^~~~~~~~~~~ > > /build/reproducible-path/owncloud-client- > > 5.2.1.13040+dfsg/test/testcredentialmanager.cpp:134:20: error: ‘class > > QSignalSpy’ has no member named ‘deleteLater’ > > 134 | s->deleteLater(); > > | ^~~~~~~~~~~ > > [ 76%] Linking CXX executable ../bin/SyncFileItemTest > > Hi Phil, > > I tried building owncloud-client locally, and it succeeded. > > Anyway, I'm thinking that this will need a transition, and should for > now be targetting experimental? > I find three reverse dependencies, including one of my own, strawberry. > The other one is nheko, which also builds OK. > > Regards, > Peter > >
Hi Peter, I see you have now targeted experimental. This maybe wise. Yes, the other two reverses built fine with ratt. I still get the same issue not using ratt. Command below. sbuild -d unstable --extra-package=libkdsingleapplication-qt6-dev_1.1.0- 0.1_amd64.deb --extra-package=libkdsingleapplication-qt6-1.1_1.1.0- 0.1_amd64.deb owncloud-client_5.2.1.13040+dfsg-3.0.1.dsc Error: 5.2.1.13040+dfsg/src/libsync/owncloudpropagator_p.h:18, from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testowncloudpropagator.cpp:10: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/src/libsync/owncloudpropagator.h: In member function ‘virtual void OCC::PropagatorCompositeJob::abort(OCC::PropagatorJob::AbortType)’: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/src/libsync/owncloudpropagator.h:221:36: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList<OCC::PropagatorJob*>; typename std::add_const<_Tp>::type = const QList<OCC::PropagatorJob*>]’ is deprecated: Use std::as_const() instead. [- Wdeprecated-declarations] 221 | for (auto *j : qAsConst(_runningJobs)) { | ~~~~~~~~^~~~~~~~~~~~~~ In file included from /usr/include/x86_64-linux-gnu/qt6/QtCore/qforeach.h:11, from /usr/include/x86_64-linux-gnu/qt6/QtCore/qglobal.h:57, from /usr/include/x86_64-linux-gnu/qt6/QtCore/QtCore:4, from /usr/include/x86_64-linux-gnu/qt6/QtTest/QtTestDepends:3, from /usr/include/x86_64-linux-gnu/qt6/QtTest/QtTest:3, from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testowncloudpropagator.cpp:7: /usr/include/x86_64-linux-gnu/qt6/QtCore/qttypetraits.h:36:45: note: declared here 36 | constexpr typename std::add_const<T>::type &qAsConst(T &t) noexcept { return t; } | ^~~~~~~~ In file included from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/src/libsync/propagatorjobs.h:18, from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testchecksumvalidator.cpp:16: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/src/libsync/owncloudpropagator.h: In member function ‘virtual void OCC::PropagatorCompositeJob::abort(OCC::PropagatorJob::AbortType)’: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/src/libsync/owncloudpropagator.h:221:36: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList<OCC::PropagatorJob*>; typename std::add_const<_Tp>::type = const QList<OCC::PropagatorJob*>]’ is deprecated: Use std::as_const() instead. [- Wdeprecated-declarations] 221 | for (auto *j : qAsConst(_runningJobs)) { | ~~~~~~~~^~~~~~~~~~~~~~ In file included from /usr/include/x86_64-linux-gnu/qt6/QtCore/qforeach.h:11, from /usr/include/x86_64-linux-gnu/qt6/QtCore/qglobal.h:57, from /usr/include/x86_64-linux-gnu/qt6/QtCore/QtCore:4, from /usr/include/x86_64-linux-gnu/qt6/QtTest/QtTestDepends:3, from /usr/include/x86_64-linux-gnu/qt6/QtTest/QtTest:3, from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testchecksumvalidator.cpp:8: /usr/include/x86_64-linux-gnu/qt6/QtCore/qttypetraits.h:36:45: note: declared here 36 | constexpr typename std::add_const<T>::type &qAsConst(T &t) noexcept { return t; } | ^~~~~~~~ In file included from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testcredentialmanager.cpp:10: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testutils/syncenginetestutils.h: In member function ‘QDateTime FileInfo::lastModified() const’: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/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 /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/src/common/utility.h:26, from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/src/libsync/account.h:19, from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/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); | ^~~~~~~~~~~~~~~~~~ /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testutils/syncenginetestutils.h: In member function ‘QDateTime FileInfo::lastModifiedInUtc() const’: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/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); | ^~~~~~~~~~~~~~~~~~ /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testcredentialmanager.cpp: In member function ‘void OCC::TestCredentialManager::testSetGet2()’: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testcredentialmanager.cpp:115:16: error: ‘class QSignalSpy’ has no member named ‘deleteLater’ 115 | s->deleteLater(); | ^~~~~~~~~~~ /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testcredentialmanager.cpp:134:20: error: ‘class QSignalSpy’ has no member named ‘deleteLater’ 134 | s->deleteLater(); | ^~~~~~~~~~~ /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testexcludedfiles.cpp: In lambda function: /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testexcludedfiles.cpp:71:46: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList<QString>; typename std::add_const<_Tp>::type = const QList<QString>]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations] 71 | for (const auto &p : qAsConst(parts)) { | ~~~~~~~~^~~~~~~ In file included from /usr/include/x86_64-linux-gnu/qt6/QtCore/qforeach.h:11, from /usr/include/x86_64-linux-gnu/qt6/QtCore/qglobal.h:57, from /usr/include/x86_64-linux-gnu/qt6/QtCore/QtCore:4, from /usr/include/x86_64-linux-gnu/qt6/QtTest/QtTestDepends:3, from /usr/include/x86_64-linux-gnu/qt6/QtTest/QtTest:3, from /build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/test/testexcludedfiles.cpp:8: /usr/include/x86_64-linux-gnu/qt6/QtCore/qttypetraits.h:36:45: note: declared here 36 | constexpr typename std::add_const<T>::type &qAsConst(T &t) noexcept { return t; } | ^~~~~~~~ make[3]: *** [test/CMakeFiles/CredentialManagerTest.dir/build.make:102: test/CMakeFiles/CredentialManagerTest.dir/testcredentialmanager.cpp.o] Error 1 make[3]: Leaving directory '/build/reproducible-path/owncloud-client- 5.2.1.13040+dfsg/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:3414: test/CMakeFiles/CredentialManagerTest.dir/all] Error 2 -- Regards Phil Donate: https://buymeacoffee.com/kathenasorg -- "I play the game for the game’s own sake" Arthur Conan Doyle - The Adventure of the Bruce-Partington Plans -- Internet Relay Chat (IRC): kathenas Website: https://kathenas.org Instagram: https://instagram.com/kathenasorg Threads: https://www.threads.net/@kathenasorg --
signature.asc
Description: This is a digitally signed message part