* [#365076] FAILED kiwix-desktop.git=2.4.0-alt1
@ 2024-12-15 8:59 Girar awaiter (cas)
2024-12-15 15:12 ` [#365076] FAILED (try 2) kiwix-lib.git=14.0.0-alt1 kiwix-desktop.git=2.4.0-alt1 Girar awaiter (cas)
2024-12-16 7:11 ` [#365076] FAILED (try 3) " Girar awaiter (cas)
0 siblings, 2 replies; 3+ messages in thread
From: Girar awaiter (cas) @ 2024-12-15 8:59 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/365076/logs/events.1.1.log
https://packages.altlinux.org/tasks/365076
subtask name aarch64 i586 ppc64le x86_64
#100 kiwix-desktop failed failed - failed
2024-Dec-15 08:58:13 :: task #365076 for sisyphus started by cas:
#100 build 2.4.0-alt1 from /people/cas/packages/kiwix-desktop.git fetched at 2024-Dec-15 08:58:11
2024-Dec-15 08:58:15 :: [x86_64] #100 kiwix-desktop.git 2.4.0-alt1: build start
2024-Dec-15 08:58:15 :: [aarch64] #100 kiwix-desktop.git 2.4.0-alt1: build start
2024-Dec-15 08:58:15 :: [i586] #100 kiwix-desktop.git 2.4.0-alt1: build start
2024-Dec-15 08:58:15 :: [ppc64le] #100 kiwix-desktop.git 2.4.0-alt1: build start
2024-Dec-15 08:58:51 :: [ppc64le] #100 kiwix-desktop.git 2.4.0-alt1: build SKIPPED
[x86_64] src/library.cpp: In member function 'QStringList Library::getBookIds() const':
[x86_64] src/library.cpp:97:19: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 97 | for(auto& id: mp_library->getBooksIds()) {
[x86_64] --
[x86_64] src/library.cpp: In member function 'QStringList Library::listBookIds(const kiwix::Filter&, kiwix::supportedListSortBy, bool) const':
[x86_64] src/library.cpp:106:20: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 106 | auto bookIds = mp_library->filter(filter);
[x86_64] --
[x86_64] src/library.cpp: In member function 'void Library::addBookToLibrary(kiwix::Book&)':
[x86_64] src/library.cpp:116:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 116 | mp_library->addBook(book);
[x86_64] --
[x86_64] src/library.cpp: In member function 'void Library::removeBookFromLibraryById(const QString&)':
[x86_64] src/library.cpp:120:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 120 | mp_library->removeBookById(id.toStdString());
[x86_64] --
[x86_64] src/library.cpp: In member function 'void Library::updateBookBeingDownloaded(const QString&, const QString&)':
[x86_64] src/library.cpp:182:9: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 182 | mp_library->addOrUpdateBook(bookCopy);
[x86_64] --
[x86_64] src/library.cpp: In member function 'bool Library::isBeingDownloadedByUs(QString) const':
[x86_64] src/library.cpp:191:9: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 191 | mp_library->getBookByPath(fakePath);
[x86_64] --
[x86_64] src/library.cpp: In member function 'void Library::addBookmark(kiwix::Bookmark&)':
[x86_64] src/library.cpp:200:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 200 | mp_library->addBookmark(bookmark);
[x86_64] --
[x86_64] src/library.cpp: In member function 'void Library::removeBookmark(const QString&, const QString&)':
[x86_64] src/library.cpp:206:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 206 | mp_library->removeBookmark(zimId.toStdString(), url.toStdString());
[x86_64] --
[x86_64] src/library.cpp: In member function 'void Library::save()':
[x86_64] src/library.cpp:212:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 212 | mp_library->writeToFile(kiwix::appendToDirectory(m_libraryDirectory.toStdString(),"library.xml"));
[x86_64] --
[x86_64] src/library.cpp: In member function 'bool Library::readBookMarksFile(const std::string&)':
[x86_64] src/library.cpp:233:28: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[x86_64] 233 | kiwix::Manager manager(mp_library);
2024-Dec-15 08:58:52 :: [x86_64] kiwix-desktop.git 2.4.0-alt1: remote: build failed
2024-Dec-15 08:58:52 :: [x86_64] #100 kiwix-desktop.git 2.4.0-alt1: build FAILED
2024-Dec-15 08:58:52 :: [x86_64] requesting cancellation of task processing
[i586] src/library.cpp:34:59: error: no matching function for call to 'kiwix::Manager::Manager(LibraryManipulator)'
[i586] 34 | auto manager = kiwix::Manager(LibraryManipulator(this));
[i586] --
[i586] src/library.cpp: In member function 'QString Library::openBookFromPath(const QString&)':
[i586] src/library.cpp:48:22: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 48 | auto& book = mp_library->getBookByPath(zimPath.toStdString());
[i586] | Library
[i586] src/library.cpp:52:28: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 52 | kiwix::Manager manager(mp_library);
[i586] --
[i586] src/library.cpp: In member function 'std::shared_ptr<zim::Archive> Library::getArchive(const QString&)':
[i586] src/library.cpp:64:27: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 64 | const auto archive = mp_library->getArchiveById(zimId.toStdString());
[i586] --
[i586] src/library.cpp: In member function 'std::shared_ptr<zim::Searcher> Library::getSearcher(const QString&)':
[i586] src/library.cpp:73:12: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 73 | return mp_library->getSearcherById(zimId.toStdString());
[i586] --
[i586] src/library.cpp: In member function 'QStringList Library::getBookIds() const':
[i586] src/library.cpp:97:19: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 97 | for(auto& id: mp_library->getBooksIds()) {
[i586] --
[i586] src/library.cpp: In member function 'QStringList Library::listBookIds(const kiwix::Filter&, kiwix::supportedListSortBy, bool) const':
[i586] src/library.cpp:106:20: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 106 | auto bookIds = mp_library->filter(filter);
[i586] --
[i586] src/library.cpp: In member function 'void Library::addBookToLibrary(kiwix::Book&)':
[i586] src/library.cpp:116:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 116 | mp_library->addBook(book);
[i586] --
[i586] src/library.cpp: In member function 'void Library::removeBookFromLibraryById(const QString&)':
[i586] src/library.cpp:120:5: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 120 | mp_library->removeBookById(id.toStdString());
[i586] --
[i586] src/library.cpp: In member function 'void Library::updateBookBeingDownloaded(const QString&, const QString&)':
[i586] src/library.cpp:182:9: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[i586] 182 | mp_library->addOrUpdateBook(bookCopy);
2024-Dec-15 08:58:54 :: [i586] kiwix-desktop.git 2.4.0-alt1: remote: build failed
2024-Dec-15 08:58:54 :: [i586] #100 kiwix-desktop.git 2.4.0-alt1: build FAILED
[aarch64] | Library
[aarch64] src/library.h:61:12: error: 'LibraryPtr' in namespace 'kiwix' does not name a type; did you mean 'Library'?
[aarch64] 61 | kiwix::LibraryPtr mp_library;
[aarch64] --
[aarch64] src/library.h: In member function 'const std::vector<kiwix::Bookmark> Library::getBookmarks(bool) const':
[aarch64] src/library.h:40:101: error: 'mp_library' was not declared in this scope; did you mean 'Library'?
[aarch64] 40 | const std::vector<kiwix::Bookmark> getBookmarks(bool onlyValidBookmarks = false) const { return mp_library->getBookmarks(onlyValidBookmarks); }
[aarch64] --
[aarch64] ../../../../include/qt5/QtCore/qfutureinterface.h: At global scope:
[aarch64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[aarch64] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[aarch64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[aarch64] src/contentmanager.h:180:12: error: 'LibraryPtr' in namespace 'kiwix' does not name a type; did you mean 'Library'?
[aarch64] 180 | kiwix::LibraryPtr mp_remoteLibrary;
[aarch64] --
[aarch64] src/library.cpp: In constructor 'LibraryManipulator::LibraryManipulator(Library*)':
[aarch64] src/library.cpp:15:48: error: 'class Library' has no member named 'getKiwixLibrary'
[aarch64] 15 | : kiwix::LibraryManipulator(p_library->getKiwixLibrary())
[aarch64] src/library.cpp: In member function 'bool LibraryManipulator::addBookToLibrary(kiwix::Book)':
[aarch64] src/library.cpp:20:32: error: 'class Library' has no member named 'mp_library'; did you mean 'Library'?
[aarch64] 20 | auto ret = mp_library->mp_library->addBook(book);
[aarch64] --
[aarch64] src/library.cpp: In member function 'void LibraryManipulator::addBookmarkToLibrary(kiwix::Bookmark)':
[aarch64] src/library.cpp:25:21: error: 'class Library' has no member named 'mp_library'; did you mean 'Library'?
[aarch64] 25 | mp_library->mp_library->addBookmark(bookmark);
[aarch64] --
[aarch64] src/library.cpp: In constructor 'Library::Library(const QString&)':
[aarch64] src/library.cpp:31:5: error: class 'Library' does not have any field named 'mp_library'
[aarch64] 31 | : mp_library(kiwix::Library::create()),
[aarch64] src/library.cpp:31:32: error: 'create' is not a member of 'kiwix::Library'
[aarch64] 31 | : mp_library(kiwix::Library::create()),
[aarch64] src/library.cpp:34:59: error: no matching function for call to 'kiwix::Manager::Manager(LibraryManipulator)'
[aarch64] 34 | auto manager = kiwix::Manager(LibraryManipulator(this));
2024-Dec-15 08:59:11 :: [aarch64] kiwix-desktop.git 2.4.0-alt1: remote: build failed
2024-Dec-15 08:59:11 :: [aarch64] #100 kiwix-desktop.git 2.4.0-alt1: build FAILED
2024-Dec-15 08:58:52 :: [x86_64] build FAILED
2024-Dec-15 08:58:54 :: [i586] build FAILED
2024-Dec-15 08:59:11 :: [aarch64] build FAILED
2024-Dec-15 08:59:12 :: task #365076 for sisyphus FAILED
^ permalink raw reply [flat|nested] 3+ messages in thread
* [#365076] FAILED (try 2) kiwix-lib.git=14.0.0-alt1 kiwix-desktop.git=2.4.0-alt1
2024-12-15 8:59 [#365076] FAILED kiwix-desktop.git=2.4.0-alt1 Girar awaiter (cas)
@ 2024-12-15 15:12 ` Girar awaiter (cas)
2024-12-16 7:11 ` [#365076] FAILED (try 3) " Girar awaiter (cas)
1 sibling, 0 replies; 3+ messages in thread
From: Girar awaiter (cas) @ 2024-12-15 15:12 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/365076/logs/events.2.1.log
https://packages.altlinux.org/tasks/365076
subtask name aarch64 i586 ppc64le x86_64
#40 kiwix-lib failed failed failed failed
2024-Dec-15 15:11:29 :: task #365076 for sisyphus resumed by cas:
#40 build 14.0.0-alt1 from /people/cas/packages/kiwix-lib.git fetched at 2024-Dec-15 15:11:20
#100 build 2.4.0-alt1 from /people/cas/packages/kiwix-desktop.git fetched at 2024-Dec-15 08:58:11
2024-Dec-15 15:11:30 :: created build repo
2024-Dec-15 15:11:30 :: #100: force rebuild
2024-Dec-15 15:11:31 :: [aarch64] #40 kiwix-lib.git 14.0.0-alt1: build start
2024-Dec-15 15:11:31 :: [ppc64le] #40 kiwix-lib.git 14.0.0-alt1: build start
2024-Dec-15 15:11:31 :: [i586] #40 kiwix-lib.git 14.0.0-alt1: build start
2024-Dec-15 15:11:31 :: [x86_64] #40 kiwix-lib.git 14.0.0-alt1: build start
[i586] Run-time dependency xapian-core found: NO (tried pkgconfig and cmake)
[i586] meson.build:28:13: ERROR: Dependency "xapian-core" not found, tried pkgconfig and cmake
[i586] A full log can be found at /usr/src/RPM/BUILD/kiwix-lib-14.0.0/i586-alt-linux/meson-logs/meson-log.txt
2024-Dec-15 15:12:02 :: [i586] kiwix-lib.git 14.0.0-alt1: remote: build failed
2024-Dec-15 15:12:02 :: [i586] #40 kiwix-lib.git 14.0.0-alt1: build FAILED
2024-Dec-15 15:12:02 :: [i586] requesting cancellation of task processing
[x86_64] Run-time dependency xapian-core found: NO (tried pkgconfig and cmake)
[x86_64] meson.build:28:13: ERROR: Dependency "xapian-core" not found, tried pkgconfig and cmake
[x86_64] A full log can be found at /usr/src/RPM/BUILD/kiwix-lib-14.0.0/x86_64-alt-linux/meson-logs/meson-log.txt
2024-Dec-15 15:12:03 :: [x86_64] kiwix-lib.git 14.0.0-alt1: remote: build failed
2024-Dec-15 15:12:03 :: [x86_64] #40 kiwix-lib.git 14.0.0-alt1: build FAILED
[aarch64] Run-time dependency xapian-core found: NO (tried pkgconfig and cmake)
[aarch64] meson.build:28:13: ERROR: Dependency "xapian-core" not found, tried pkgconfig and cmake
[aarch64] A full log can be found at /usr/src/RPM/BUILD/kiwix-lib-14.0.0/aarch64-alt-linux/meson-logs/meson-log.txt
2024-Dec-15 15:12:25 :: [aarch64] kiwix-lib.git 14.0.0-alt1: remote: build failed
2024-Dec-15 15:12:25 :: [aarch64] #40 kiwix-lib.git 14.0.0-alt1: build FAILED
[ppc64le] Run-time dependency xapian-core found: NO (tried pkgconfig and cmake)
[ppc64le] meson.build:28:13: ERROR: Dependency "xapian-core" not found, tried pkgconfig and cmake
[ppc64le] A full log can be found at /usr/src/RPM/BUILD/kiwix-lib-14.0.0/ppc64le-alt-linux/meson-logs/meson-log.txt
2024-Dec-15 15:12:34 :: [ppc64le] kiwix-lib.git 14.0.0-alt1: remote: build failed
2024-Dec-15 15:12:34 :: [ppc64le] #40 kiwix-lib.git 14.0.0-alt1: build FAILED
2024-Dec-15 15:12:02 :: [i586] build FAILED
2024-Dec-15 15:12:03 :: [x86_64] build FAILED
2024-Dec-15 15:12:25 :: [aarch64] build FAILED
2024-Dec-15 15:12:35 :: [ppc64le] build FAILED
2024-Dec-15 15:12:35 :: task #365076 for sisyphus FAILED
^ permalink raw reply [flat|nested] 3+ messages in thread
* [#365076] FAILED (try 3) kiwix-lib.git=14.0.0-alt1 kiwix-desktop.git=2.4.0-alt1
2024-12-15 8:59 [#365076] FAILED kiwix-desktop.git=2.4.0-alt1 Girar awaiter (cas)
2024-12-15 15:12 ` [#365076] FAILED (try 2) kiwix-lib.git=14.0.0-alt1 kiwix-desktop.git=2.4.0-alt1 Girar awaiter (cas)
@ 2024-12-16 7:11 ` Girar awaiter (cas)
1 sibling, 0 replies; 3+ messages in thread
From: Girar awaiter (cas) @ 2024-12-16 7:11 UTC (permalink / raw)
To: Andrey Cherepanov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/365076/logs/events.3.1.log
https://packages.altlinux.org/tasks/365076
subtask name aarch64 i586 ppc64le x86_64
#20 kiwix-lib 1:40 57 1:41 56
#100 kiwix-desktop ? failed ? failed
2024-Dec-16 07:09:15 :: task #365076 for sisyphus resumed by cas:
#20 build 14.0.0-alt1 from /people/cas/packages/kiwix-lib.git fetched at 2024-Dec-16 07:09:08
#40 removed
#100 build 2.4.0-alt1 from /people/cas/packages/kiwix-desktop.git fetched at 2024-Dec-15 08:58:11
2024-Dec-16 07:09:16 :: created build repo
2024-Dec-16 07:09:17 :: #100: force rebuild
2024-Dec-16 07:09:18 :: [i586] #20 kiwix-lib.git 14.0.0-alt1: build start
2024-Dec-16 07:09:18 :: [x86_64] #20 kiwix-lib.git 14.0.0-alt1: build start
2024-Dec-16 07:09:18 :: [ppc64le] #20 kiwix-lib.git 14.0.0-alt1: build start
2024-Dec-16 07:09:18 :: [aarch64] #20 kiwix-lib.git 14.0.0-alt1: build start
2024-Dec-16 07:10:14 :: [x86_64] #20 kiwix-lib.git 14.0.0-alt1: build OK
2024-Dec-16 07:10:14 :: [x86_64] #100 kiwix-desktop.git 2.4.0-alt1: build start
2024-Dec-16 07:10:15 :: [i586] #20 kiwix-lib.git 14.0.0-alt1: build OK
2024-Dec-16 07:10:15 :: [i586] #100 kiwix-desktop.git 2.4.0-alt1: build start
[x86_64] from src/kiwixapp.cpp:1:
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[x86_64] cc1plus: all warnings being treated as errors
[x86_64] make: *** [Makefile:17258: kiwixapp.o] Error 1
[x86_64] --
[x86_64] from src/searchbar.cpp:8:
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[x86_64] cc1plus: all warnings being treated as errors
[x86_64] make: *** [Makefile:20879: searchbar.o] Error 1
[x86_64] --
[x86_64] from src/urlschemehandler.cpp:2:
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[x86_64] cc1plus: all warnings being treated as errors
[x86_64] make: *** [Makefile:19973: urlschemehandler.o] Error 1
[x86_64] --
[x86_64] from src/downloadmanagement.cpp:3:
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[x86_64] cc1plus: all warnings being treated as errors
[x86_64] make: *** [Makefile:11473: downloadmanagement.o] Error 1
[x86_64] --
[x86_64] from src/webpage.cpp:6:
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[x86_64] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[x86_64] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[x86_64] cc1plus: all warnings being treated as errors
[x86_64] make: *** [Makefile:21762: webpage.o] Error 1
2024-Dec-16 07:10:55 :: [x86_64] kiwix-desktop.git 2.4.0-alt1: remote: build failed
2024-Dec-16 07:10:55 :: [x86_64] #100 kiwix-desktop.git 2.4.0-alt1: build FAILED
2024-Dec-16 07:10:55 :: [x86_64] requesting cancellation of task processing
2024-Dec-16 07:10:58 :: [aarch64] #20 kiwix-lib.git 14.0.0-alt1: build OK
2024-Dec-16 07:10:58 :: [aarch64] task processing CANCELLED
2024-Dec-16 07:10:59 :: [ppc64le] #20 kiwix-lib.git 14.0.0-alt1: build OK
2024-Dec-16 07:10:59 :: [ppc64le] task processing CANCELLED
[i586] from src/webview.cpp:8:
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[i586] cc1plus: all warnings being treated as errors
[i586] make: *** [Makefile:20435: webview.o] Error 1
[i586] --
[i586] from src/kiwixapp.cpp:1:
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[i586] cc1plus: all warnings being treated as errors
[i586] make: *** [Makefile:17258: kiwixapp.o] Error 1
[i586] --
[i586] from src/downloadmanagement.cpp:3:
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[i586] cc1plus: all warnings being treated as errors
[i586] make: *** [Makefile:11473: downloadmanagement.o] Error 1
[i586] --
[i586] from src/contentmanagerdelegate.cpp:2:
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[i586] cc1plus: all warnings being treated as errors
[i586] make: *** [Makefile:9926: contentmanagerdelegate.o] Error 1
[i586] --
[i586] from src/mainmenu.cpp:2:
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: error: template-id not allowed for constructor in C++20 [-Werror=template-id-cdtor]
[i586] 284 | explicit QFutureInterface<void>(State initialState = NoState)
[i586] ../../../../include/qt5/QtCore/qfutureinterface.h:284:37: note: remove the '< >'
[i586] cc1plus: all warnings being treated as errors
[i586] make: *** [Makefile:21321: mainmenu.o] Error 1
2024-Dec-16 07:11:15 :: [i586] kiwix-desktop.git 2.4.0-alt1: remote: build failed
2024-Dec-16 07:11:15 :: [i586] #100 kiwix-desktop.git 2.4.0-alt1: build FAILED
2024-Dec-16 07:10:55 :: [x86_64] build FAILED
2024-Dec-16 07:10:58 :: [aarch64] build FAILED
2024-Dec-16 07:10:59 :: [ppc64le] build FAILED
2024-Dec-16 07:11:16 :: [i586] build FAILED
2024-Dec-16 07:11:16 :: task #365076 for sisyphus FAILED
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-16 7:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-15 8:59 [#365076] FAILED kiwix-desktop.git=2.4.0-alt1 Girar awaiter (cas)
2024-12-15 15:12 ` [#365076] FAILED (try 2) kiwix-lib.git=14.0.0-alt1 kiwix-desktop.git=2.4.0-alt1 Girar awaiter (cas)
2024-12-16 7:11 ` [#365076] FAILED (try 3) " Girar awaiter (cas)
ALT Linux Girar Builder robot reports
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
public-inbox-index sisyphus-incominger
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git