Advertisement
Guest User

kiwix

a guest
Oct 22nd, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.77 KB | None | 0 0
  1. =======> WARNING: Signature file not found, falling back to old md5sum checking.
  2. + build
  3. + cd kiwix-desktop-2.3.0
  4. + qmake PREFIX=/usr .
  5. Package kiwix was not found in the pkg-config search path.
  6. Perhaps you should add the directory containing `kiwix.pc'
  7. to the PKG_CONFIG_PATH environment variable
  8. Package 'kiwix', required by 'virtual:world', not found
  9. Package kiwix was not found in the pkg-config search path.
  10. Perhaps you should add the directory containing `kiwix.pc'
  11. to the PKG_CONFIG_PATH environment variable
  12. Package 'kiwix', required by 'virtual:world', not found
  13. + make
  14. In file included from src/mainmenu.cpp:4:
  15. In file included from src/kiwixapp.h:6:
  16. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  17. void keyPressEvent(QKeyEvent *event);
  18. ^
  19. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  20. virtual void keyPressEvent(QKeyEvent *event);
  21. ^
  22. In file included from src/webview.cpp:6:
  23. In file included from src/kiwixapp.h:6:
  24. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  25. void keyPressEvent(QKeyEvent *event);
  26. ^
  27. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  28. virtual void keyPressEvent(QKeyEvent *event);
  29. ^
  30. In file included from src/main.cpp:3:
  31. In file included from src/kiwixapp.h:6:
  32. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  33. void keyPressEvent(QKeyEvent *event);
  34. ^
  35. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  36. virtual void keyPressEvent(QKeyEvent *event);
  37. ^
  38. In file included from src/suggestionlistworker.cpp:2:
  39. In file included from src/kiwixapp.h:6:
  40. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  41. void keyPressEvent(QKeyEvent *event);
  42. ^
  43. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  44. virtual void keyPressEvent(QKeyEvent *event);
  45. ^
  46. In file included from src/contenttypefilter.cpp:2:
  47. In file included from src/kiwixapp.h:6:
  48. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  49. void keyPressEvent(QKeyEvent *event);
  50. ^
  51. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  52. virtual void keyPressEvent(QKeyEvent *event);
  53. ^
  54. In file included from src/urlschemehandler.cpp:1:
  55. In file included from src/kiwixapp.h:6:
  56. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  57. void keyPressEvent(QKeyEvent *event);
  58. ^
  59. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  60. virtual void keyPressEvent(QKeyEvent *event);
  61. ^
  62. In file included from src/library.cpp:2:
  63. In file included from src/kiwixapp.h:6:
  64. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  65. void keyPressEvent(QKeyEvent *event);
  66. ^
  67. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  68. virtual void keyPressEvent(QKeyEvent *event);
  69. ^
  70. In file included from src/searchbar.cpp:6:
  71. In file included from src/kiwixapp.h:6:
  72. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  73. void keyPressEvent(QKeyEvent *event);
  74. ^
  75. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  76. virtual void keyPressEvent(QKeyEvent *event);
  77. ^
  78. In file included from src/topwidget.cpp:4:
  79. In file included from src/kiwixapp.h:6:
  80. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  81. void keyPressEvent(QKeyEvent *event);
  82. ^
  83. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  84. virtual void keyPressEvent(QKeyEvent *event);
  85. ^
  86. In file included from src/kiwixapp.cpp:1:
  87. In file included from src/kiwixapp.h:6:
  88. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  89. void keyPressEvent(QKeyEvent *event);
  90. ^
  91. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  92. virtual void keyPressEvent(QKeyEvent *event);
  93. ^
  94. In file included from src/about.cpp:3:
  95. In file included from src/kiwixapp.h:6:
  96. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  97. void keyPressEvent(QKeyEvent *event);
  98. ^
  99. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  100. virtual void keyPressEvent(QKeyEvent *event);
  101. ^
  102. In file included from src/kprofile.cpp:3:
  103. In file included from src/kiwixapp.h:6:
  104. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  105. void keyPressEvent(QKeyEvent *event);
  106. ^
  107. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  108. virtual void keyPressEvent(QKeyEvent *event);
  109. ^
  110. In file included from src/settingsmanager.cpp:2:
  111. In file included from src/kiwixapp.h:6:
  112. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  113. void keyPressEvent(QKeyEvent *event);
  114. ^
  115. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  116. virtual void keyPressEvent(QKeyEvent *event);
  117. ^
  118. In file included from src/webpage.cpp:6:
  119. In file included from src/kiwixapp.h:6:
  120. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  121. void keyPressEvent(QKeyEvent *event);
  122. ^
  123. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  124. virtual void keyPressEvent(QKeyEvent *event);
  125. ^
  126. 1 warning generated.
  127. 1 warning generated.
  128. 1 warning generated.
  129. 1 warning generated.
  130. 1 warning generated.
  131. 1 warning generated.
  132. 1 warning generated.
  133. 1 warning generated.
  134. 1 warning generated.
  135. 1 warning generated.
  136. 1 warning generated.
  137. In file included from src/contentmanager.cpp:3:
  138. In file included from src/kiwixapp.h:6:
  139. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  140. void keyPressEvent(QKeyEvent *event);
  141. ^
  142. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  143. virtual void keyPressEvent(QKeyEvent *event);
  144. ^
  145. 1 warning generated.
  146. 1 warning generated.
  147. In file included from src/contentmanagerview.cpp:4:
  148. In file included from src/kiwixapp.h:6:
  149. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  150. void keyPressEvent(QKeyEvent *event);
  151. ^
  152. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  153. virtual void keyPressEvent(QKeyEvent *event);
  154. ^
  155. 1 warning generated.
  156. 1 warning generated.
  157. 1 warning generated.
  158. In file included from src/contentmanagerside.cpp:3:
  159. In file included from src/kiwixapp.h:6:
  160. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  161. void keyPressEvent(QKeyEvent *event);
  162. ^
  163. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  164. virtual void keyPressEvent(QKeyEvent *event);
  165. ^
  166. In file included from src/tabbar.cpp:3:
  167. In file included from src/kiwixapp.h:6:
  168. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  169. void keyPressEvent(QKeyEvent *event);
  170. ^
  171. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  172. virtual void keyPressEvent(QKeyEvent *event);
  173. ^
  174. In file included from src/localkiwixserver.cpp:3:
  175. In file included from src/kiwixapp.h:6:
  176. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  177. void keyPressEvent(QKeyEvent *event);
  178. ^
  179. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  180. virtual void keyPressEvent(QKeyEvent *event);
  181. ^
  182. In file included from src/readinglistbar.cpp:3:
  183. In file included from src/kiwixapp.h:6:
  184. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  185. void keyPressEvent(QKeyEvent *event);
  186. ^
  187. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  188. virtual void keyPressEvent(QKeyEvent *event);
  189. ^
  190. In file included from src/opdsrequestmanager.cpp:3:
  191. In file included from src/kiwixapp.h:6:
  192. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  193. void keyPressEvent(QKeyEvent *event);
  194. ^
  195. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  196. virtual void keyPressEvent(QKeyEvent *event);
  197. ^
  198. In file included from src/fullscreennotification.cpp:2:
  199. In file included from src/kiwixapp.h:6:
  200. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  201. void keyPressEvent(QKeyEvent *event);
  202. ^
  203. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  204. virtual void keyPressEvent(QKeyEvent *event);
  205. ^
  206. In file included from src/zimview.cpp:2:
  207. In file included from src/kiwixapp.h:6:
  208. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  209. void keyPressEvent(QKeyEvent *event);
  210. ^
  211. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  212. virtual void keyPressEvent(QKeyEvent *event);
  213. ^
  214. In file included from src/static_content.cpp:3:
  215. In file included from src/kiwixapp.h:6:
  216. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  217. void keyPressEvent(QKeyEvent *event);
  218. ^
  219. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  220. virtual void keyPressEvent(QKeyEvent *event);
  221. ^
  222. In file included from src/findinpagebar.cpp:3:
  223. In file included from src/kiwixapp.h:6:
  224. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  225. void keyPressEvent(QKeyEvent *event);
  226. ^
  227. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  228. virtual void keyPressEvent(QKeyEvent *event);
  229. ^
  230. 1 warning generated.
  231. 1 warning generated.
  232. 1 warning generated.
  233. 1 warning generated.
  234. 1 warning generated.
  235. 1 warning generated.
  236. 1 warning generated.
  237. In file included from src/mainwindow.cpp:2:
  238. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  239. void keyPressEvent(QKeyEvent *event);
  240. ^
  241. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  242. virtual void keyPressEvent(QKeyEvent *event);
  243. ^
  244. 1 warning generated.
  245. In file included from src/settingsview.cpp:3:
  246. In file included from src/kiwixapp.h:6:
  247. src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  248. void keyPressEvent(QKeyEvent *event);
  249. ^
  250. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  251. virtual void keyPressEvent(QKeyEvent *event);
  252. ^
  253. 1 warning generated.
  254. 1 warning generated.
  255. 1 warning generated.
  256. In file included from moc_mainwindow.cpp:10:
  257. ./src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  258. void keyPressEvent(QKeyEvent *event);
  259. ^
  260. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  261. virtual void keyPressEvent(QKeyEvent *event);
  262. ^
  263. In file included from moc_kiwixapp.cpp:10:
  264. In file included from ./src/kiwixapp.h:6:
  265. ./src/mainwindow.h:29:10: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  266. void keyPressEvent(QKeyEvent *event);
  267. ^
  268. /usr/include/qt5/QtWidgets/qwidget.h:627:18: note: overridden virtual function is here
  269. virtual void keyPressEvent(QKeyEvent *event);
  270. ^
  271. 1 warning generated.
  272. 1 warning generated.
  273. /usr/bin/ld: suggestionlistworker.o: in function `SuggestionListWorker::run()':
  274. suggestionlistworker.cpp:(.text+0x335): undefined reference to `zim::SuggestionSearcher::SuggestionSearcher(zim::Archive const&)'
  275. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x352): undefined reference to `zim::SuggestionSearcher::suggest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  276. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x36e): undefined reference to `zim::SuggestionSearch::getResults(int, int) const'
  277. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x383): undefined reference to `zim::SuggestionResultSet::begin() const'
  278. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x398): undefined reference to `zim::SuggestionResultSet::end() const'
  279. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x3c4): undefined reference to `zim::SuggestionIterator::operator++()'
  280. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x3d4): undefined reference to `zim::SuggestionIterator::operator!=(zim::SuggestionIterator const&) const'
  281. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x3e4): undefined reference to `zim::SuggestionIterator::operator*()'
  282. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x6da): undefined reference to `zim::SuggestionIterator::~SuggestionIterator()'
  283. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x6e7): undefined reference to `zim::SuggestionIterator::~SuggestionIterator()'
  284. /usr/bin/ld: suggestionlistworker.cpp:(.text+0x744): undefined reference to `zim::Archive::hasFulltextIndex() const'
  285. /usr/bin/ld: suggestionlistworker.cpp:(.text+0xaef): undefined reference to `zim::SuggestionSearch::~SuggestionSearch()'
  286. /usr/bin/ld: suggestionlistworker.cpp:(.text+0xafc): undefined reference to `zim::SuggestionSearcher::~SuggestionSearcher()'
  287. /usr/bin/ld: suggestionlistworker.cpp:(.text+0xfc3): undefined reference to `zim::SuggestionIterator::~SuggestionIterator()'
  288. /usr/bin/ld: suggestionlistworker.cpp:(.text+0xfd0): undefined reference to `zim::SuggestionIterator::~SuggestionIterator()'
  289. /usr/bin/ld: suggestionlistworker.cpp:(.text+0xfea): undefined reference to `zim::SuggestionSearch::~SuggestionSearch()'
  290. /usr/bin/ld: suggestionlistworker.cpp:(.text+0xff7): undefined reference to `zim::SuggestionSearcher::~SuggestionSearcher()'
  291. /usr/bin/ld: kiwixapp.o: in function `KiwixApp::KiwixApp(int&, char**)':
  292. kiwixapp.cpp:(.text+0x114): undefined reference to `kiwix::UpdatableNameMapper::UpdatableNameMapper(kiwix::Library&, bool)'
  293. /usr/bin/ld: kiwixapp.cpp:(.text+0x12b): undefined reference to `kiwix::Server::Server(kiwix::Library*, kiwix::NameMapper*)'
  294. /usr/bin/ld: kiwixapp.cpp:(.text+0x664): undefined reference to `kiwix::Server::~Server()'
  295. /usr/bin/ld: kiwixapp.o: in function `KiwixApp::findLibraryDirectory()':
  296. kiwixapp.cpp:(.text+0x84c): undefined reference to `kiwix::getExecutablePath[abi:cxx11](bool)'
  297. /usr/bin/ld: kiwixapp.cpp:(.text+0x859): undefined reference to `kiwix::removeLastPathElement(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  298. /usr/bin/ld: kiwixapp.cpp:(.text+0x930): undefined reference to `kiwix::getDataDirectory[abi:cxx11]()'
  299. /usr/bin/ld: kiwixapp.o: in function `KiwixApp::init()':
  300. kiwixapp.cpp:(.text+0x1331): undefined reference to `kiwix::Downloader::Downloader()'
  301. /usr/bin/ld: kiwixapp.o: in function `KiwixApp::~KiwixApp()':
  302. kiwixapp.cpp:(.text+0x9541): undefined reference to `kiwix::Server::stop()'
  303. /usr/bin/ld: kiwixapp.cpp:(.text+0x9552): undefined reference to `kiwix::Downloader::close()'
  304. /usr/bin/ld: kiwixapp.cpp:(.text+0x95e3): undefined reference to `kiwix::Server::~Server()'
  305. /usr/bin/ld: kiwixapp.cpp:(.text+0x95ea): undefined reference to `vtable for kiwix::UpdatableNameMapper'
  306. /usr/bin/ld: kiwixapp.o: in function `KiwixApp::openRandomUrl(bool)':
  307. kiwixapp.cpp:(.text+0xa03a): undefined reference to `zim::Archive::getRandomEntry() const'
  308. /usr/bin/ld: kiwixapp.cpp:(.text+0xa142): undefined reference to `zim::Entry::getPath[abi:cxx11]() const'
  309. /usr/bin/ld: kiwixapp.o: in function `KiwixApp::isCurrentArticleBookmarked()':
  310. kiwixapp.cpp:(.text+0xa782): undefined reference to `kiwix::Library::getBookmarks(bool) const'
  311. /usr/bin/ld: kiwixapp.cpp:(.text+0xa814): undefined reference to `kiwix::Bookmark::~Bookmark()'
  312. /usr/bin/ld: kiwixapp.cpp:(.text+0xa844): undefined reference to `kiwix::Bookmark::~Bookmark()'
  313. /usr/bin/ld: kiwixapp.o: in function `KiwixApp::updateNameMapper()':
  314. kiwixapp.cpp:(.text+0xacb8): undefined reference to `kiwix::UpdatableNameMapper::update()'
  315. /usr/bin/ld: kiwixapp.o: in function `KiwixApp::printVersions(std::ostream&)':
  316. kiwixapp.cpp:(.text+0xaeb6): undefined reference to `kiwix::printVersions(std::ostream&)'
  317. /usr/bin/ld: kiwixapp.cpp:(.text+0xaf07): undefined reference to `zim::printVersions(std::ostream&)'
  318. /usr/bin/ld: kiwixapp.o: in function `kiwix::UpdatableNameMapper::~UpdatableNameMapper()':
  319. kiwixapp.cpp:(.text._ZN5kiwix19UpdatableNameMapperD2Ev[_ZN5kiwix19UpdatableNameMapperD2Ev]+0x4): undefined reference to `vtable for kiwix::UpdatableNameMapper'
  320. /usr/bin/ld: library.o: in function `Library::Library(QString const&)':
  321. library.cpp:(.text+0x35): undefined reference to `kiwix::Library::Library()'
  322. /usr/bin/ld: library.cpp:(.text+0x64): undefined reference to `kiwix::LibraryManipulator::LibraryManipulator(kiwix::Library*)'
  323. /usr/bin/ld: library.cpp:(.text+0x8e): undefined reference to `kiwix::Manager::Manager(kiwix::LibraryManipulator*)'
  324. /usr/bin/ld: library.cpp:(.text+0xde): undefined reference to `kiwix::appendToDirectory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  325. /usr/bin/ld: library.cpp:(.text+0xf7): undefined reference to `kiwix::Manager::readFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, bool)'
  326. /usr/bin/ld: library.cpp:(.text+0x1a3): undefined reference to `kiwix::appendToDirectory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  327. /usr/bin/ld: library.cpp:(.text+0x1b5): undefined reference to `kiwix::Manager::readBookmarkFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  328. /usr/bin/ld: library.cpp:(.text+0x261): undefined reference to `kiwix::LibraryManipulator::~LibraryManipulator()'
  329. /usr/bin/ld: library.cpp:(.text+0x328): undefined reference to `kiwix::LibraryManipulator::~LibraryManipulator()'
  330. /usr/bin/ld: library.cpp:(.text+0x341): undefined reference to `kiwix::Library::~Library()'
  331. /usr/bin/ld: library.o: in function `Library::~Library()':
  332. library.cpp:(.text+0x3bc): undefined reference to `kiwix::Library::~Library()'
  333. /usr/bin/ld: library.o: in function `Library::save()':
  334. library.cpp:(.text+0x441): undefined reference to `kiwix::appendToDirectory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  335. /usr/bin/ld: library.cpp:(.text+0x452): undefined reference to `kiwix::Library::writeToFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  336. /usr/bin/ld: library.cpp:(.text+0x4fe): undefined reference to `kiwix::appendToDirectory(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  337. /usr/bin/ld: library.cpp:(.text+0x50b): undefined reference to `kiwix::Library::writeBookmarksToFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  338. /usr/bin/ld: library.o: in function `Library::openBookFromPath(QString const&)':
  339. library.cpp:(.text+0x62a): undefined reference to `kiwix::Library::getBookByPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  340. /usr/bin/ld: library.cpp:(.text+0x6d2): undefined reference to `kiwix::Manager::Manager(kiwix::Library*)'
  341. /usr/bin/ld: library.cpp:(.text+0x72f): undefined reference to `kiwix::Manager::addBookFromPathAndGetId(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
  342. /usr/bin/ld: library.o: in function `Library::getArchive(QString const&)':
  343. library.cpp:(.text+0x8ab): undefined reference to `kiwix::Library::getArchiveById(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  344. /usr/bin/ld: library.o: in function `Library::getBookIds() const':
  345. library.cpp:(.text+0x9b4): undefined reference to `kiwix::Library::getBooksIds[abi:cxx11]() const'
  346. /usr/bin/ld: library.o: in function `Library::listBookIds(kiwix::Filter const&, kiwix::supportedListSortBy, bool) const':
  347. library.cpp:(.text+0xaef): undefined reference to `kiwix::Library::filter[abi:cxx11](kiwix::Filter const&) const'
  348. /usr/bin/ld: library.cpp:(.text+0xb03): undefined reference to `kiwix::Library::sort(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, kiwix::supportedListSortBy, bool) const'
  349. /usr/bin/ld: library.o: in function `Library::addBookToLibrary(kiwix::Book&)':
  350. library.cpp:(.text+0xc15): undefined reference to `kiwix::Library::addBook(kiwix::Book const&)'
  351. /usr/bin/ld: library.o: in function `Library::removeBookFromLibraryById(QString const&)':
  352. library.cpp:(.text+0xc42): undefined reference to `kiwix::Library::removeBookById(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  353. /usr/bin/ld: library.o: in function `Library::addBookmark(kiwix::Bookmark&)':
  354. library.cpp:(.text+0xc99): undefined reference to `kiwix::Library::addBookmark(kiwix::Bookmark const&)'
  355. /usr/bin/ld: library.o: in function `Library::removeBookmark(QString const&, QString const&)':
  356. library.cpp:(.text+0xce3): undefined reference to `kiwix::Library::removeBookmark(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  357. /usr/bin/ld: library.o: in function `Library::getLibraryZimsFromDir(QString) const':
  358. library.cpp:(.text+0xe8f): undefined reference to `kiwix::Library::getBookById(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  359. /usr/bin/ld: library.o: in function `Library::getBookById(QString) const':
  360. library.cpp:(.text+0x1102): undefined reference to `kiwix::Library::getBookById(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  361. /usr/bin/ld: library.o: in function `Library::loadMonitorDir(QString)':
  362. library.cpp:(.text+0x1a57): undefined reference to `kiwix::LibraryManipulator::LibraryManipulator(kiwix::Library*)'
  363. /usr/bin/ld: library.cpp:(.text+0x1a87): undefined reference to `kiwix::Manager::Manager(kiwix::LibraryManipulator*)'
  364. /usr/bin/ld: library.cpp:(.text+0x1ba7): undefined reference to `kiwix::Manager::addBookFromPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
  365. /usr/bin/ld: library.cpp:(.text+0x1cd2): undefined reference to `kiwix::Library::getBookByPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  366. /usr/bin/ld: library.cpp:(.text+0x1d14): undefined reference to `kiwix::Library::removeBookById(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  367. /usr/bin/ld: library.cpp:(.text+0x1ecf): undefined reference to `kiwix::LibraryManipulator::~LibraryManipulator()'
  368. /usr/bin/ld: library.cpp:(.text+0x2571): undefined reference to `kiwix::LibraryManipulator::~LibraryManipulator()'
  369. /usr/bin/ld: library.o: in function `kiwix::Library::getSearcherById(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  370. library.cpp:(.text._ZN5kiwix7Library15getSearcherByIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN5kiwix7Library15getSearcherByIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0xc6): undefined reference to `kiwix::Library::getSearcherByIds(std::set<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)'
  371. /usr/bin/ld: library.o: in function `LibraryManipulator::~LibraryManipulator()':
  372. library.cpp:(.text._ZN18LibraryManipulatorD0Ev[_ZN18LibraryManipulatorD0Ev]+0x5): undefined reference to `kiwix::LibraryManipulator::~LibraryManipulator()'
  373. /usr/bin/ld: library.o:(.data.rel.ro._ZTV18LibraryManipulator[_ZTV18LibraryManipulator]+0x10): undefined reference to `kiwix::LibraryManipulator::~LibraryManipulator()'
  374. /usr/bin/ld: library.o:(.data.rel.ro._ZTV18LibraryManipulator[_ZTV18LibraryManipulator]+0x20): undefined reference to `kiwix::LibraryManipulator::bookWasAddedToLibrary(kiwix::Book const&)'
  375. /usr/bin/ld: library.o:(.data.rel.ro._ZTV18LibraryManipulator[_ZTV18LibraryManipulator]+0x28): undefined reference to `kiwix::LibraryManipulator::bookmarkWasAddedToLibrary(kiwix::Bookmark const&)'
  376. /usr/bin/ld: library.o:(.data.rel.ro._ZTV18LibraryManipulator[_ZTV18LibraryManipulator]+0x30): undefined reference to `kiwix::LibraryManipulator::booksWereRemovedFromLibrary()'
  377. /usr/bin/ld: library.o:(.data.rel.ro._ZTI18LibraryManipulator[_ZTI18LibraryManipulator]+0x10): undefined reference to `typeinfo for kiwix::LibraryManipulator'
  378. /usr/bin/ld: settingsmanager.o: in function `SettingsManager::initSettings()':
  379. settingsmanager.cpp:(.text+0x290): undefined reference to `kiwix::getDataDirectory[abi:cxx11]()'
  380. /usr/bin/ld: settingsview.o: in function `SettingsView::resetDownloadDir()':
  381. settingsview.cpp:(.text+0xdcb): undefined reference to `kiwix::getDataDirectory[abi:cxx11]()'
  382. /usr/bin/ld: urlschemehandler.o: in function `getEntryFromPath(zim::Archive const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  383. urlschemehandler.cpp:(.text+0x35): undefined reference to `zim::Archive::getEntryByPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  384. /usr/bin/ld: urlschemehandler.cpp:(.text+0x7e): undefined reference to `zim::Archive::getMainEntry() const'
  385. /usr/bin/ld: urlschemehandler.o: in function `UrlSchemeHandler::handleContentRequest(QWebEngineUrlRequestJob*)':
  386. urlschemehandler.cpp:(.text+0x441): undefined reference to `zim::Entry::getItem(bool) const'
  387. /usr/bin/ld: urlschemehandler.cpp:(.text+0x44b): undefined reference to `zim::Entry::isRedirect() const'
  388. /usr/bin/ld: urlschemehandler.cpp:(.text+0x47a): undefined reference to `zim::Item::getPath[abi:cxx11]() const'
  389. /usr/bin/ld: urlschemehandler.cpp:(.text+0x5b9): undefined reference to `zim::Item::getData(unsigned long) const'
  390. /usr/bin/ld: urlschemehandler.cpp:(.text+0x62c): undefined reference to `zim::Item::getMimetype[abi:cxx11]() const'
  391. /usr/bin/ld: urlschemehandler.o: in function `UrlSchemeHandler::handleMetaRequest(QWebEngineUrlRequestJob*)':
  392. urlschemehandler.cpp:(.text+0xe4e): undefined reference to `kiwix::Book::getIllustration(unsigned int) const'
  393. /usr/bin/ld: urlschemehandler.cpp:(.text+0xe5b): undefined reference to `kiwix::Book::Illustration::getData[abi:cxx11]() const'
  394. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1117): undefined reference to `kiwix::Book::~Book()'
  395. /usr/bin/ld: urlschemehandler.cpp:(.text+0x12e0): undefined reference to `kiwix::Book::~Book()'
  396. /usr/bin/ld: urlschemehandler.o: in function `UrlSchemeHandler::handleSearchRequest(QWebEngineUrlRequestJob*)':
  397. urlschemehandler.cpp:(.text+0x1867): undefined reference to `zim::Query::Query(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  398. /usr/bin/ld: urlschemehandler.cpp:(.text+0x187c): undefined reference to `zim::Searcher::search(zim::Query const&)'
  399. /usr/bin/ld: urlschemehandler.cpp:(.text+0x18bc): undefined reference to `zim::Search::Search(zim::Search&&)'
  400. /usr/bin/ld: urlschemehandler.cpp:(.text+0x18d9): undefined reference to `zim::Search::~Search()'
  401. /usr/bin/ld: urlschemehandler.cpp:(.text+0x196e): undefined reference to `zim::Search::getResults(int, int) const'
  402. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1976): undefined reference to `zim::Search::getEstimatedMatches() const'
  403. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1998): undefined reference to `kiwix::SearchRenderer::SearchRenderer(zim::SearchResultSet, kiwix::NameMapper*, unsigned int, unsigned int)'
  404. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1a4f): undefined reference to `kiwix::SearchRenderer::setSearchPattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  405. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1adb): undefined reference to `kiwix::SearchRenderer::setSearchBookQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  406. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1b32): undefined reference to `kiwix::SearchRenderer::setProtocolPrefix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  407. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1c4e): undefined reference to `kiwix::SearchRenderer::setSearchProtocolPrefix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  408. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1ca0): undefined reference to `kiwix::SearchRenderer::getHtml[abi:cxx11]()'
  409. /usr/bin/ld: urlschemehandler.cpp:(.text+0x1e10): undefined reference to `kiwix::SearchRenderer::~SearchRenderer()'
  410. /usr/bin/ld: urlschemehandler.cpp:(.text+0x20d5): undefined reference to `zim::Search::~Search()'
  411. /usr/bin/ld: urlschemehandler.cpp:(.text+0x228f): undefined reference to `kiwix::SearchRenderer::~SearchRenderer()'
  412. /usr/bin/ld: urlschemehandler.o: in function `std::_Sp_counted_ptr_inplace<zim::Search, std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose()':
  413. urlschemehandler.cpp:(.text._ZNSt23_Sp_counted_ptr_inplaceIN3zim6SearchESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv[_ZNSt23_Sp_counted_ptr_inplaceIN3zim6SearchESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv]+0x5): undefined reference to `zim::Search::~Search()'
  414. /usr/bin/ld: webview.o: in function `WebView::onUrlChanged(QUrl const&)':
  415. webview.cpp:(.text+0x853): undefined reference to `zim::Archive::getIllustrationItem(unsigned int) const'
  416. /usr/bin/ld: webview.cpp:(.text+0x867): undefined reference to `zim::Item::getData(unsigned long) const'
  417. /usr/bin/ld: webview.cpp:(.text+0xa08): undefined reference to `zim::Item::getMimetype[abi:cxx11]() const'
  418. /usr/bin/ld: searchbar.o: in function `SearchButton::on_buttonClicked()':
  419. searchbar.cpp:(.text+0x235): undefined reference to `kiwix::Bookmark::Bookmark()'
  420. /usr/bin/ld: searchbar.cpp:(.text+0x379): undefined reference to `kiwix::Bookmark::~Bookmark()'
  421. /usr/bin/ld: searchbar.cpp:(.text+0x42e): undefined reference to `kiwix::Bookmark::~Bookmark()'
  422. /usr/bin/ld: contentmanager.o: in function `ContentManager::ContentManager(Library*, kiwix::Downloader*, QObject*)':
  423. contentmanager.cpp:(.text+0x3a): undefined reference to `kiwix::Library::Library()'
  424. /usr/bin/ld: contentmanager.cpp:(.text+0x502): undefined reference to `kiwix::Library::~Library()'
  425. /usr/bin/ld: contentmanager.o: in function `ContentManager::setCurrentLanguage(QString)':
  426. contentmanager.cpp:(.text+0x558): undefined reference to `kiwix::converta2toa3(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  427. /usr/bin/ld: contentmanager.o: in function `ContentManager::updateRemoteLibrary(QString const&)':
  428. contentmanager.cpp:(.text+0x6ed): undefined reference to `kiwix::Library::Library()'
  429. /usr/bin/ld: contentmanager.cpp:(.text+0x6fc): undefined reference to `kiwix::Library::operator=(kiwix::Library&&)'
  430. /usr/bin/ld: contentmanager.cpp:(.text+0x706): undefined reference to `kiwix::Library::~Library()'
  431. /usr/bin/ld: contentmanager.cpp:(.text+0x713): undefined reference to `kiwix::Manager::Manager(kiwix::Library*)'
  432. /usr/bin/ld: contentmanager.cpp:(.text+0x77f): undefined reference to `kiwix::Manager::readOpds(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  433. /usr/bin/ld: contentmanager.cpp:(.text+0x87f): undefined reference to `kiwix::Library::~Library()'
  434. /usr/bin/ld: contentmanager.o: in function `ContentManager::getBookInfos(QString, QStringList const&)':
  435. contentmanager.cpp:(.text+0x11b8): undefined reference to `kiwix::Book::getIllustration(unsigned int) const'
  436. /usr/bin/ld: contentmanager.cpp:(.text+0x11c2): undefined reference to `kiwix::Book::Illustration::getData[abi:cxx11]() const'
  437. /usr/bin/ld: contentmanager.cpp:(.text+0x13e5): undefined reference to `kiwix::Book::getIllustration(unsigned int) const'
  438. /usr/bin/ld: contentmanager.cpp:(.text+0x1558): undefined reference to `kiwix::Book::getIllustration(unsigned int) const'
  439. /usr/bin/ld: contentmanager.cpp:(.text+0x2295): undefined reference to `kiwix::Library::getBookById(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  440. /usr/bin/ld: contentmanager.o: in function `ContentManager::updateDownloadInfos(QString, QStringList const&)':
  441. contentmanager.cpp:(.text+0x28fe): undefined reference to `kiwix::Downloader::getDownload(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  442. /usr/bin/ld: contentmanager.cpp:(.text+0x2910): undefined reference to `kiwix::Download::updateStatus(bool)'
  443. /usr/bin/ld: contentmanager.cpp:(.text+0x2aa2): undefined reference to `kiwix::Book::setPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  444. /usr/bin/ld: contentmanager.cpp:(.text+0x2b5e): undefined reference to `kiwix::Library::addBook(kiwix::Book const&)'
  445. /usr/bin/ld: contentmanager.cpp:(.text+0x2b9e): undefined reference to `kiwix::Book::~Book()'
  446. /usr/bin/ld: contentmanager.cpp:(.text+0x3405): undefined reference to `kiwix::Library::addBook(kiwix::Book const&)'
  447. /usr/bin/ld: contentmanager.cpp:(.text+0x3421): undefined reference to `kiwix::Book::~Book()'
  448. /usr/bin/ld: contentmanager.cpp:(.text+0x3458): undefined reference to `kiwix::Book::~Book()'
  449. /usr/bin/ld: contentmanager.cpp:(.text+0x348b): undefined reference to `kiwix::Book::~Book()'
  450. /usr/bin/ld: contentmanager.o: in function `ContentManager::downloadBook(QString const&)':
  451. contentmanager.cpp:(.text+0x3532): undefined reference to `kiwix::Library::getBookById(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'
  452. /usr/bin/ld: contentmanager.cpp:(.text+0x38e0): undefined reference to `kiwix::Downloader::startDownload(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > const&)'
  453. /usr/bin/ld: contentmanager.cpp:(.text+0x3af7): undefined reference to `kiwix::Book::~Book()'
  454. /usr/bin/ld: contentmanager.cpp:(.text+0x3c7e): undefined reference to `kiwix::Book::~Book()'
  455. /usr/bin/ld: contentmanager.o: in function `ContentManager::eraseBook(QString const&)':
  456. contentmanager.cpp:(.text+0x3fab): undefined reference to `kiwix::removeLastPathElement(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  457. /usr/bin/ld: contentmanager.cpp:(.text+0x3ff7): undefined reference to `kiwix::getLastPathElement(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  458. /usr/bin/ld: contentmanager.cpp:(.text+0x41fb): undefined reference to `kiwix::Book::~Book()'
  459. /usr/bin/ld: contentmanager.cpp:(.text+0x42ba): undefined reference to `kiwix::Book::~Book()'
  460. /usr/bin/ld: contentmanager.o: in function `ContentManager::pauseBook(QString const&)':
  461. contentmanager.cpp:(.text+0x4333): undefined reference to `kiwix::Downloader::getDownload(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  462. /usr/bin/ld: contentmanager.cpp:(.text+0x4341): undefined reference to `kiwix::Download::pauseDownload()'
  463. /usr/bin/ld: contentmanager.o: in function `ContentManager::resumeBook(QString const&)':
  464. contentmanager.cpp:(.text+0x43c3): undefined reference to `kiwix::Downloader::getDownload(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  465. /usr/bin/ld: contentmanager.cpp:(.text+0x43d1): undefined reference to `kiwix::Download::resumeDownload()'
  466. /usr/bin/ld: contentmanager.o: in function `ContentManager::cancelBook(QString const&)':
  467. contentmanager.cpp:(.text+0x4469): undefined reference to `kiwix::Downloader::getDownload(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  468. /usr/bin/ld: contentmanager.cpp:(.text+0x447a): undefined reference to `kiwix::Download::cancelDownload()'
  469. /usr/bin/ld: contentmanager.cpp:(.text+0x44ff): undefined reference to `kiwix::removeLastPathElement(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  470. /usr/bin/ld: contentmanager.cpp:(.text+0x45d2): undefined reference to `kiwix::getLastPathElement(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
  471. /usr/bin/ld: contentmanager.o: in function `ContentManager::getDownloadIds()':
  472. contentmanager.cpp:(.text+0x48c0): undefined reference to `kiwix::Downloader::getDownloadIds[abi:cxx11]()'
  473. /usr/bin/ld: contentmanager.o: in function `ContentManager::getBookIds()':
  474. contentmanager.cpp:(.text+0x4c30): undefined reference to `kiwix::Filter::Filter()'
  475. /usr/bin/ld: contentmanager.cpp:(.text+0x537f): undefined reference to `kiwix::Filter::acceptTags(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)'
  476. /usr/bin/ld: contentmanager.cpp:(.text+0x5399): undefined reference to `kiwix::Filter::rejectTags(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)'
  477. /usr/bin/ld: contentmanager.cpp:(.text+0x53cc): undefined reference to `kiwix::Filter::query(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool)'
  478. /usr/bin/ld: contentmanager.cpp:(.text+0x5445): undefined reference to `kiwix::Filter::lang(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
  479. /usr/bin/ld: contentmanager.cpp:(.text+0x5483): undefined reference to `kiwix::Filter::local(bool)'
  480. /usr/bin/ld: contentmanager.cpp:(.text+0x5495): undefined reference to `kiwix::Filter::valid(bool)'
  481. /usr/bin/ld: contentmanager.cpp:(.text+0x56d0): undefined reference to `kiwix::Filter::remote(bool)'
  482. /usr/bin/ld: contentmanager.cpp:(.text+0x56ee): undefined reference to `kiwix::Library::filter[abi:cxx11](kiwix::Filter const&) const'
  483. /usr/bin/ld: contentmanager.cpp:(.text+0x5708): undefined reference to `kiwix::Library::sort(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, kiwix::supportedListSortBy, bool) const'
  484. /usr/bin/ld: readinglistbar.o: in function `ReadingListBar::setupList()':
  485. readinglistbar.cpp:(.text+0x270): undefined reference to `kiwix::Library::getBookmarks(bool) const'
  486. /usr/bin/ld: readinglistbar.cpp:(.text+0x397): undefined reference to `zim::Archive::getIllustrationItem(unsigned int) const'
  487. /usr/bin/ld: readinglistbar.cpp:(.text+0x3a9): undefined reference to `zim::Item::getData(unsigned long) const'
  488. /usr/bin/ld: readinglistbar.cpp:(.text+0x4be): undefined reference to `zim::Item::getMimetype[abi:cxx11]() const'
  489. /usr/bin/ld: readinglistbar.cpp:(.text+0x904): undefined reference to `kiwix::Bookmark::~Bookmark()'
  490. /usr/bin/ld: readinglistbar.o: in function `ReadingListBar::on_itemActivated(QListWidgetItem*)':
  491. readinglistbar.cpp:(.text+0x9d0): undefined reference to `kiwix::Library::getBookmarks(bool) const'
  492. /usr/bin/ld: readinglistbar.cpp:(.text+0xa34): undefined reference to `kiwix::Bookmark::~Bookmark()'
  493. /usr/bin/ld: readinglistbar.cpp:(.text+0xc35): undefined reference to `kiwix::Bookmark::~Bookmark()'
  494. /usr/bin/ld: readinglistbar.cpp:(.text+0xcae): undefined reference to `kiwix::Bookmark::~Bookmark()'
  495. /usr/bin/ld: readinglistbar.o: in function `std::vector<kiwix::Bookmark, std::allocator<kiwix::Bookmark> >::~vector()':
  496. readinglistbar.cpp:(.text._ZNSt6vectorIN5kiwix8BookmarkESaIS1_EED2Ev[_ZNSt6vectorIN5kiwix8BookmarkESaIS1_EED2Ev]+0x24): undefined reference to `kiwix::Bookmark::~Bookmark()'
  497. /usr/bin/ld: localkiwixserver.o: in function `LocalKiwixServer::LocalKiwixServer(QWidget*)':
  498. localkiwixserver.cpp:(.text+0x2d5): undefined reference to `kiwix::getNetworkInterfaces[abi:cxx11]()'
  499. /usr/bin/ld: localkiwixserver.o: in function `LocalKiwixServer::runOrStopServer()':
  500. localkiwixserver.cpp:(.text+0xde1): undefined reference to `kiwix::Server::stop()'
  501. /usr/bin/ld: localkiwixserver.cpp:(.text+0x1173): undefined reference to `kiwix::getBestPublicIp[abi:cxx11]()'
  502. /usr/bin/ld: localkiwixserver.cpp:(.text+0x1380): undefined reference to `kiwix::Server::start()'
  503. /usr/bin/ld: moc_contentmanager.o: in function `ContentManager::~ContentManager()':
  504. moc_contentmanager.cpp:(.text._ZN14ContentManagerD2Ev[_ZN14ContentManagerD2Ev]+0xe8): undefined reference to `kiwix::Library::~Library()'
  505. clang-15: error: linker command failed with exit code 1 (use -v to see invocation)
  506. make: *** [Makefile:470: kiwix-desktop] Error 1
  507. =======> ERROR: Building '/usr/ports/aur/kiwix-desktop/kiwix-desktop#2.3.0-1.pkg.tar.gz' failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement