[#365076] FAILED kiwix-desktop.git=2.4.0-alt1
Girar awaiter (cas)
girar-builder at altlinux.org
Sun Dec 15 11:59:12 MSK 2024
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
More information about the Sisyphus-incominger
mailing list