Skip to content

Instantly share code, notes, and snippets.

@darktohka
Created October 19, 2019 14:54
Show Gist options
  • Select an option

  • Save darktohka/8dbf2fba48106cec648d96278509f918 to your computer and use it in GitHub Desktop.

Select an option

Save darktohka/8dbf2fba48106cec648d96278509f918 to your computer and use it in GitHub Desktop.
cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /star/opt/qBittorrent/src/src.pro -qtconf /usr/lib/arm-linux-gnueabihf/qt5/qt.conf -early QMAKE_CC=arm-linux-gnueabihf-gcc QMAKE_CXX=arm-linux-gnueabihf-g++ QMAKE_LINK=arm-linux-gnueabihf-g++ QMAKE_QMAKE=/usr/bin/arm-linux-gnueabihf-qmake PKG_CONFIG=arm-linux-gnueabihf-pkg-config -before QMAKE_LRELEASE= ) && make -f Makefile install
make[1]: Entering directory '/star/opt/qBittorrent/src'
linking qbittorrent-nox
/usr/bin/ld: application.o: in function `Application::exec(QStringList const&)':
/star/opt/qBittorrent/src/app/application.cpp:563: undefined reference to `WebUI::fatalError()'
/usr/bin/ld: /star/opt/qBittorrent/src/app/application.cpp:563: undefined reference to `WebUI::staticMetaObject'
/usr/bin/ld: logger.o: in function `Logger::freeInstance()':
/star/opt/qBittorrent/src/base/logger.cpp:69: undefined reference to `vtable for Logger'
/usr/bin/ld: logger.o: in function `Logger::Logger()':
/star/opt/qBittorrent/src/base/logger.cpp:51: undefined reference to `vtable for Logger'
/usr/bin/ld: logger.o: in function `Logger::addMessage(QString const&, Log::MsgType const&)':
/star/opt/qBittorrent/src/base/logger.cpp:81: undefined reference to `Logger::newLogMessage(Log::Msg const&)'
/usr/bin/ld: logger.o: in function `Logger::addPeer(QString const&, bool, QString const&)':
/star/opt/qBittorrent/src/base/logger.cpp:91: undefined reference to `Logger::newLogPeer(Log::Peer const&)'
/usr/bin/ld: logger.o: in function `QTypedArrayData<unsigned short>::deallocate(QArrayData*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qarraydata.h:237: undefined reference to `vtable for Logger'
/usr/bin/ld: /usr/include/arm-linux-gnueabihf/qt5/QtCore/qarraydata.h:237: undefined reference to `vtable for Logger'
/usr/bin/ld: rss_autodownloader.o: in function `operator()':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:123: undefined reference to `RSS::AutoDownloader::staticMetaObject'
/usr/bin/ld: rss_autodownloader.o: in function `QBasicTimer::~QBasicTimer()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qbasictimer.h:56: undefined reference to `vtable for RSS::AutoDownloader'
/usr/bin/ld: rss_autodownloader.o: in function `rulesFromJSON':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:88: undefined reference to `RSS::AutoDownloader::staticMetaObject'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::removeRule(QString const&)':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:213: undefined reference to `RSS::AutoDownloader::ruleAboutToBeRemoved(QString const&)'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::renameRule(QString const&, QString const&)':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:206: undefined reference to `RSS::AutoDownloader::ruleRenamed(QString const&, QString const&)'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::loadRules(QByteArray const&)':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:429: undefined reference to `RSS::AutoDownloader::staticMetaObject'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::insertRule(RSS::AutoDownloadRule const&)':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:185: undefined reference to `RSS::AutoDownloader::ruleAdded(QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:193: undefined reference to `RSS::AutoDownloader::ruleChanged(QString const&)'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::importRulesFromLegacyFormat(QByteArray const&)':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:277: undefined reference to `RSS::AutoDownloader::staticMetaObject'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::load()':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:419: undefined reference to `RSS::AutoDownloader::staticMetaObject'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::startProcessing()':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:486: undefined reference to `RSS::Item::newArticle(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:486: undefined reference to `RSS::Item::staticMetaObject'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::AutoDownloader()':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:117: undefined reference to `vtable for RSS::AutoDownloader'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:117: undefined reference to `AsyncFileStorage::failed(QString const&, QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:117: undefined reference to `AsyncFileStorage::staticMetaObject'
/usr/bin/ld: rss_autodownloader.o: in function `RSS::AutoDownloader::setProcessingEnabled(bool)':
/star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:501: undefined reference to `RSS::AutoDownloader::processingStateChanged(bool)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:492: undefined reference to `RSS::Item::newArticle(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_autodownloader.cpp:492: undefined reference to `RSS::Item::staticMetaObject'
/usr/bin/ld: filterparserthread.o: in function `FilterParserThread::FilterParserThread(QObject*)':
/star/opt/qBittorrent/src/base/bittorrent/private/filterparserthread.cpp:108: undefined reference to `vtable for FilterParserThread'
/usr/bin/ld: filterparserthread.o: in function `FilterParserThread::~FilterParserThread()':
/star/opt/qBittorrent/src/base/bittorrent/private/filterparserthread.cpp:116: undefined reference to `vtable for FilterParserThread'
/usr/bin/ld: filterparserthread.o: in function `FilterParserThread::parseDATFilterFile()':
/star/opt/qBittorrent/src/base/bittorrent/private/filterparserthread.cpp:250: undefined reference to `FilterParserThread::staticMetaObject'
/usr/bin/ld: filterparserthread.o: in function `FilterParserThread::parseP2PFilterFile()':
/star/opt/qBittorrent/src/base/bittorrent/private/filterparserthread.cpp:389: undefined reference to `FilterParserThread::staticMetaObject'
/usr/bin/ld: filterparserthread.o: in function `FilterParserThread::parseP2BFilterFile()':
/star/opt/qBittorrent/src/base/bittorrent/private/filterparserthread.cpp:434: undefined reference to `FilterParserThread::staticMetaObject'
/usr/bin/ld: filterparserthread.o: in function `FilterParserThread::run()':
/star/opt/qBittorrent/src/base/bittorrent/private/filterparserthread.cpp:578: undefined reference to `FilterParserThread::IPFilterParsed(int)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/bittorrent/private/filterparserthread.cpp:581: undefined reference to `FilterParserThread::IPFilterError()'
/usr/bin/ld: statistics.o: in function `Statistics::Statistics(BitTorrent::Session*)':
/star/opt/qBittorrent/src/base/bittorrent/private/statistics.cpp:47: undefined reference to `vtable for Statistics'
/usr/bin/ld: statistics.o: in function `Statistics::~Statistics()':
/star/opt/qBittorrent/src/base/bittorrent/private/statistics.cpp:59: undefined reference to `vtable for Statistics'
/usr/bin/ld: session.o: in function `BitTorrent::Session::enableBandwidthScheduler()':
/star/opt/qBittorrent/src/base/bittorrent/session.cpp:1472: undefined reference to `BandwidthScheduler::bandwidthLimitRequested(bool)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/bittorrent/session.cpp:1472: undefined reference to `BandwidthScheduler::staticMetaObject'
/usr/bin/ld: session.o: in function `BitTorrent::Session::enableIPFilter()':
/star/opt/qBittorrent/src/base/bittorrent/session.cpp:3601: undefined reference to `FilterParserThread::IPFilterParsed(int)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/bittorrent/session.cpp:3601: undefined reference to `FilterParserThread::staticMetaObject'
/usr/bin/ld: /star/opt/qBittorrent/src/base/bittorrent/session.cpp:3601: undefined reference to `FilterParserThread::IPFilterError()'
/usr/bin/ld: session.o: in function `std::allocator_traits<std::allocator<std::pair<unsigned short, int> > >::deallocate(std::allocator<std::pair<unsigned short, int> >&, std::pair<unsigned short, int>*, unsigned int)':
/usr/include/c++/9/bits/alloc_traits.h:470: undefined reference to `Net::ProxyConfigurationManager::proxyConfigurationChanged()'
/usr/bin/ld: /usr/include/c++/9/bits/alloc_traits.h:470: undefined reference to `Net::ProxyConfigurationManager::staticMetaObject'
/usr/bin/ld: filesystemwatcher.o: in function `FileSystemWatcher::processTorrentsInDir(QDir const&)':
/star/opt/qBittorrent/src/base/filesystemwatcher.cpp:172: undefined reference to `FileSystemWatcher::torrentsAdded(QStringList const&)'
/usr/bin/ld: filesystemwatcher.o: in function `FileSystemWatcher::addPath(QString const&)':
/star/opt/qBittorrent/src/base/filesystemwatcher.cpp:75: undefined reference to `FileSystemWatcher::staticMetaObject'
/usr/bin/ld: filesystemwatcher.o: in function `FileSystemWatcher::processPartialTorrents()':
/star/opt/qBittorrent/src/base/filesystemwatcher.cpp:154: undefined reference to `FileSystemWatcher::torrentsAdded(QStringList const&)'
/usr/bin/ld: filesystemwatcher.o: in function `QHash<QString, int>::~QHash()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qhash.h:254: undefined reference to `vtable for FileSystemWatcher'
/usr/bin/ld: proxyconfigurationmanager.o: in function `Net::ProxyConfigurationManager::freeInstance()':
/star/opt/qBittorrent/src/base/net/proxyconfigurationmanager.cpp:88: undefined reference to `vtable for Net::ProxyConfigurationManager'
/usr/bin/ld: proxyconfigurationmanager.o: in function `Net::ProxyConfigurationManager::ProxyConfigurationManager(QObject*)':
/star/opt/qBittorrent/src/base/net/proxyconfigurationmanager.cpp:65: undefined reference to `vtable for Net::ProxyConfigurationManager'
/usr/bin/ld: proxyconfigurationmanager.o: in function `Net::ProxyConfigurationManager::setProxyConfiguration(Net::ProxyConfiguration const&)':
/star/opt/qBittorrent/src/base/net/proxyconfigurationmanager.cpp:114: undefined reference to `Net::ProxyConfigurationManager::proxyConfigurationChanged()'
/usr/bin/ld: proxyconfigurationmanager.o: in function `QTypedArrayData<unsigned short>::deallocate(QArrayData*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qarraydata.h:238: undefined reference to `vtable for Net::ProxyConfigurationManager'
/usr/bin/ld: /usr/include/arm-linux-gnueabihf/qt5/QtCore/qarraydata.h:238: undefined reference to `vtable for Net::ProxyConfigurationManager'
/usr/bin/ld: rss_parser.o: in function `RSS::Private::Parser::Parser(QString)':
/star/opt/qBittorrent/src/base/rss/private/rss_parser.cpp:530: undefined reference to `vtable for RSS::Private::Parser'
/usr/bin/ld: rss_parser.o: in function `RSS::Private::Parser::parse_impl(QByteArray const&)':
/star/opt/qBittorrent/src/base/rss/private/rss_parser.cpp:585: undefined reference to `RSS::Private::Parser::finished(RSS::Private::ParsingResult const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/private/rss_parser.cpp:581: undefined reference to `RSS::Private::Parser::staticMetaObject'
/usr/bin/ld: rss_article.o: in function `RSS::Article::Article(RSS::Feed*, QHash<QString, QVariant> const&)':
/star/opt/qBittorrent/src/base/rss/rss_article.cpp:66: undefined reference to `vtable for RSS::Article'
/usr/bin/ld: rss_article.o: in function `RSS::Article::markAsRead()':
/star/opt/qBittorrent/src/base/rss/rss_article.cpp:132: undefined reference to `RSS::Article::read(RSS::Article*)'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::markAsRead()':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:115: undefined reference to `RSS::Item::articleRead(RSS::Article*)'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::handleArticleRead(RSS::Article*)':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:511: undefined reference to `RSS::Item::articleRead(RSS::Article*)'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::handleSessionProcessingEnabledChanged(bool)':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:505: undefined reference to `RSS::Session::processingStateChanged(bool)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_feed.cpp:505: undefined reference to `RSS::Session::staticMetaObject'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::~Feed()':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:98: undefined reference to `RSS::Item::aboutToBeDestroyed(RSS::Item*)'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::removeOldestArticle()':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:371: undefined reference to `RSS::Item::articleAboutToBeRemoved(RSS::Article*)'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::addArticle(RSS::Article*)':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:360: undefined reference to `RSS::Item::newArticle(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_feed.cpp:348: undefined reference to `RSS::Article::read(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_feed.cpp:348: undefined reference to `RSS::Article::staticMetaObject'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::Feed(QUuid const&, QString const&, QString const&, RSS::Session*)':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:77: undefined reference to `RSS::Private::Parser::finished(RSS::Private::ParsingResult const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_feed.cpp:77: undefined reference to `RSS::Private::Parser::staticMetaObject'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_feed.cpp:77: undefined reference to `RSS::Session::maxArticlesPerFeedChanged(int)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_feed.cpp:77: undefined reference to `RSS::Session::staticMetaObject'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_feed.cpp:77: undefined reference to `RSS::Session::processingStateChanged(bool)'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::markAsRead()':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:122: undefined reference to `RSS::Item::unreadCountChanged(RSS::Item*)'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::increaseUnreadCount()':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:385: undefined reference to `RSS::Item::unreadCountChanged(RSS::Item*)'
/usr/bin/ld: rss_feed.o: in function `RSS::Feed::decreaseUnreadCount()':
/star/opt/qBittorrent/src/base/rss/rss_feed.cpp:393: undefined reference to `RSS::Item::unreadCountChanged(RSS::Item*)'
/usr/bin/ld: rss_session.o: in function `RSS::Session::setMaxArticlesPerFeed(int)':
/star/opt/qBittorrent/src/base/rss/rss_session.cpp:534: undefined reference to `RSS::Session::maxArticlesPerFeedChanged(int)'
/usr/bin/ld: rss_session.o: in function `RSS::Session::prepareItemDest(QString const&, QString*)':
/star/opt/qBittorrent/src/base/rss/rss_session.cpp:385: undefined reference to `RSS::Session::staticMetaObject'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:385: undefined reference to `RSS::Folder::staticMetaObject'
/usr/bin/ld: rss_session.o: in function `RSS::Session::addItem(RSS::Item*, RSS::Folder*)':
/star/opt/qBittorrent/src/base/rss/rss_session.cpp:428: undefined reference to `RSS::Session::itemAdded(RSS::Item*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:426: undefined reference to `RSS::Session::feedIconLoaded(RSS::Feed*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:426: undefined reference to `RSS::Session::feedStateChanged(RSS::Feed*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:426: undefined reference to `RSS::Item::pathChanged(RSS::Item*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:426: undefined reference to `RSS::Session::itemPathChanged(RSS::Item*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:426: undefined reference to `RSS::Item::staticMetaObject'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:426: undefined reference to `RSS::Item::aboutToBeDestroyed(RSS::Item*)'
/usr/bin/ld: rss_session.o: in function `QBasicAtomicInteger<int>::ref()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qbasicatomic.h:114: undefined reference to `vtable for RSS::Session'
/usr/bin/ld: rss_session.o: in function `RSS::Session::addFeed(QString const&, QString const&, QString*)':
/star/opt/qBittorrent/src/base/rss/rss_session.cpp:160: undefined reference to `RSS::Session::staticMetaObject'
/usr/bin/ld: rss_session.o: in function `RSS::Session::moveItem(QString const&, QString const&, QString*)':
/star/opt/qBittorrent/src/base/rss/rss_session.cpp:186: undefined reference to `RSS::Session::staticMetaObject'
/usr/bin/ld: rss_session.o: in function `RSS::Session::removeItem(QString const&, QString*)':
/star/opt/qBittorrent/src/base/rss/rss_session.cpp:228: undefined reference to `RSS::Session::itemAboutToBeRemoved(RSS::Item*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:231: undefined reference to `RSS::Session::staticMetaObject'
/usr/bin/ld: rss_session.o: in function `RSS::Session::Session()':
/star/opt/qBittorrent/src/base/rss/rss_session.cpp:85: undefined reference to `vtable for RSS::Session'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:85: undefined reference to `AsyncFileStorage::failed(QString const&, QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:85: undefined reference to `AsyncFileStorage::staticMetaObject'
/usr/bin/ld: rss_session.o: in function `RSS::Session::setProcessingEnabled(bool)':
/star/opt/qBittorrent/src/base/rss/rss_session.cpp:449: undefined reference to `RSS::Session::processingStateChanged(bool)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_session.cpp:449: undefined reference to `RSS::Session::processingStateChanged(bool)'
/usr/bin/ld: scanfoldersmodel.o: in function `ScanFoldersModel::headerData(int, Qt::Orientation, int) const':
/star/opt/qBittorrent/src/base/scanfoldersmodel.cpp:150: undefined reference to `ScanFoldersModel::staticMetaObject'
/usr/bin/ld: scanfoldersmodel.o: in function `ScanFoldersModel::pathTypeDisplayName(ScanFoldersModel::PathType)':
/star/opt/qBittorrent/src/base/scanfoldersmodel.cpp:403: undefined reference to `ScanFoldersModel::staticMetaObject'
/usr/bin/ld: scanfoldersmodel.o: in function `QTypedArrayData<unsigned short>::deallocate(QArrayData*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qarraydata.h:237: undefined reference to `vtable for ScanFoldersModel'
/usr/bin/ld: scanfoldersmodel.o: in function `ScanFoldersModel::addPath(QString const&, ScanFoldersModel::PathType const&, QString const&, bool)':
/star/opt/qBittorrent/src/base/scanfoldersmodel.cpp:228: undefined reference to `FileSystemWatcher::torrentsAdded(QStringList const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/scanfoldersmodel.cpp:228: undefined reference to `FileSystemWatcher::staticMetaObject'
/usr/bin/ld: scanfoldersmodel.o: in function `ScanFoldersModel::ScanFoldersModel(QObject*)':
/star/opt/qBittorrent/src/base/scanfoldersmodel.cpp:85: undefined reference to `vtable for ScanFoldersModel'
/usr/bin/ld: searchpluginmanager.o: in function `QTypedArrayData<unsigned short>::deallocate(QArrayData*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qarraydata.h:237: undefined reference to `vtable for SearchPluginManager'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::uninstallPlugin(QString const&)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:280: undefined reference to `SearchPluginManager::pluginUninstalled(QString const&)'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::enablePlugin(QString const&, bool)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:182: undefined reference to `SearchPluginManager::pluginEnabled(QString const&, bool)'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::categoryFullName(QString const&)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:322: undefined reference to `SearchPluginManager::staticMetaObject'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::parseVersionInfo(QByteArray const&)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:519: undefined reference to `SearchPluginManager::checkForUpdatesFailed(QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:523: undefined reference to `SearchPluginManager::checkForUpdatesFinished(QHash<QString, Utils::Version<unsigned short, 2u, 2u> > const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:506: undefined reference to `SearchPluginManager::staticMetaObject'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::versionInfoDownloadFinished(Net::DownloadResult const&)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:365: undefined reference to `SearchPluginManager::checkForUpdatesFailed(QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:365: undefined reference to `SearchPluginManager::staticMetaObject'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::getPluginVersion(QString const&)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:548: undefined reference to `SearchPluginManager::staticMetaObject'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::update()':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:481: undefined reference to `SearchPluginManager::pluginInstalled(QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:486: undefined reference to `SearchPluginManager::pluginUpdated(QString const&)'
/usr/bin/ld: searchpluginmanager.o: in function `QHash<QString, PluginInfo*>::~QHash()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qhash.h:254: undefined reference to `vtable for SearchPluginManager'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::installPlugin_impl(QString const&, QString const&)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:223: undefined reference to `SearchPluginManager::pluginUpdateFailed(QString const&, QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:251: undefined reference to `SearchPluginManager::pluginUpdateFailed(QString const&, QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:254: undefined reference to `SearchPluginManager::pluginInstallationFailed(QString const&, QString const&)'
/usr/bin/ld: searchpluginmanager.o: in function `Utils::Version<unsigned short, 2u, 2u>::operator QString() const':
/star/opt/qBittorrent/src/./base/utils/version.h:127: undefined reference to `SearchPluginManager::staticMetaObject'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::installPlugin(QString const&)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:211: undefined reference to `SearchPluginManager::pluginInstallationFailed(QString const&, QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:205: undefined reference to `SearchPluginManager::staticMetaObject'
/usr/bin/ld: searchpluginmanager.o: in function `SearchPluginManager::pluginDownloadFinished(Net::DownloadResult const&)':
/star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:384: undefined reference to `SearchPluginManager::pluginUpdateFailed(QString const&, QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:386: undefined reference to `SearchPluginManager::pluginInstallationFailed(QString const&, QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchpluginmanager.cpp:386: undefined reference to `SearchPluginManager::staticMetaObject'
/usr/bin/ld: freediskspacechecker.o: in function `FreeDiskSpaceChecker::check()':
/star/opt/qBittorrent/src/webui/api/freediskspacechecker.cpp:37: undefined reference to `FreeDiskSpaceChecker::checked(long long)'
/usr/bin/ld: synccontroller.o: in function `SyncController::~SyncController()':
/star/opt/qBittorrent/src/webui/api/synccontroller.cpp:347: undefined reference to `vtable for SyncController'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/api/synccontroller.cpp:347: undefined reference to `vtable for APIController'
/usr/bin/ld: synccontroller.o: in function `SyncController::SyncController(ISessionManager*, QObject*)':
/star/opt/qBittorrent/src/webui/api/synccontroller.cpp:332: undefined reference to `vtable for SyncController'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/api/synccontroller.cpp:332: undefined reference to `vtable for FreeDiskSpaceChecker'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/api/synccontroller.cpp:332: undefined reference to `FreeDiskSpaceChecker::checked(long long)'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/api/synccontroller.cpp:332: undefined reference to `FreeDiskSpaceChecker::staticMetaObject'
/usr/bin/ld: synccontroller.o: in function `APIController::~APIController()':
/star/opt/qBittorrent/src/webui/api/apicontroller.h:43: undefined reference to `vtable for APIController'
/usr/bin/ld: synccontroller.o: in function `QHash<QString, QString>::freeData(QHashData*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qhash.h:586: undefined reference to `vtable for APIController'
/usr/bin/ld: torrentscontroller.o: in function `operator()':
/star/opt/qBittorrent/src/webui/api/torrentscontroller.cpp:970: undefined reference to `TorrentsController::staticMetaObject'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/api/torrentscontroller.cpp:1033: undefined reference to `TorrentsController::staticMetaObject'
/usr/bin/ld: torrentscontroller.o: in function `TorrentsController::addAction()':
/star/opt/qBittorrent/src/webui/api/torrentscontroller.cpp:556: undefined reference to `TorrentsController::staticMetaObject'
/usr/bin/ld: torrentscontroller.o: in function `TorrentsController::increasePrioAction()':
/star/opt/qBittorrent/src/webui/api/torrentscontroller.cpp:911: undefined reference to `TorrentsController::staticMetaObject'
/usr/bin/ld: torrentscontroller.o: in function `TorrentsController::decreasePrioAction()':
/star/opt/qBittorrent/src/webui/api/torrentscontroller.cpp:922: undefined reference to `TorrentsController::staticMetaObject'
/usr/bin/ld: torrentscontroller.o:/star/opt/qBittorrent/src/webui/api/torrentscontroller.cpp:933: more undefined references to `TorrentsController::staticMetaObject' follow
/usr/bin/ld: webapplication.o: in function `WebApplication::isCrossSiteRequest(Http::Request const&) const':
/star/opt/qBittorrent/src/webui/webapplication.cpp:573: undefined reference to `WebApplication::staticMetaObject'
/usr/bin/ld: webapplication.o: in function `WebApplication::validateHostHeader(QStringList const&) const':
/star/opt/qBittorrent/src/webui/webapplication.cpp:615: undefined reference to `WebApplication::staticMetaObject'
/usr/bin/ld: webapplication.o: in function `WebApplication::configure()':
/star/opt/qBittorrent/src/webui/webapplication.cpp:306: undefined reference to `WebApplication::staticMetaObject'
/usr/bin/ld: webapplication.o: in function `WebApplication::WebApplication(QObject*)':
/star/opt/qBittorrent/src/webui/webapplication.cpp:117: undefined reference to `vtable for WebApplication'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/webapplication.cpp:117: undefined reference to `vtable for AppController'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/webapplication.cpp:117: undefined reference to `vtable for AuthController'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/webapplication.cpp:117: undefined reference to `vtable for LogController'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/webapplication.cpp:117: undefined reference to `vtable for RSSController'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/webapplication.cpp:117: undefined reference to `vtable for SearchController'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/webapplication.cpp:117: undefined reference to `vtable for TorrentsController'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/webapplication.cpp:117: undefined reference to `vtable for TransferController'
/usr/bin/ld: webapplication.o: in function `QTypedArrayData<unsigned short>::deallocate(QArrayData*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qarraydata.h:238: undefined reference to `vtable for WebApplication'
/usr/bin/ld: webapplication.o: in function `WebApplication::sendFile(QString const&)':
/star/opt/qBittorrent/src/webui/webapplication.cpp:381: undefined reference to `WebApplication::staticMetaObject'
/usr/bin/ld: webapplication.o: in function `WebApplication::sendWebUIFile()':
/star/opt/qBittorrent/src/webui/webapplication.cpp:178: undefined reference to `WebApplication::staticMetaObject'
/usr/bin/ld: applicationinstancemanager.o: in function `ApplicationInstanceManager::ApplicationInstanceManager(QString const&, QObject*)':
/star/opt/qBittorrent/src/app/applicationinstancemanager.cpp:43: undefined reference to `QtLocalPeer::messageReceived(QString const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/app/applicationinstancemanager.cpp:43: undefined reference to `QtLocalPeer::staticMetaObject'
/usr/bin/ld: filelogger.o: in function `FileLogger::openLogFile()':
/star/opt/qBittorrent/src/app/filelogger.cpp:164: undefined reference to `FileLogger::staticMetaObject'
/usr/bin/ld: filelogger.o: in function `FileLogger::~FileLogger()':
/star/opt/qBittorrent/src/app/filelogger.cpp:61: undefined reference to `vtable for FileLogger'
/usr/bin/ld: filelogger.o: in function `QVector<Log::Msg>::~QVector()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qvector.h:73: undefined reference to `vtable for FileLogger'
/usr/bin/ld: /usr/include/arm-linux-gnueabihf/qt5/QtCore/qvector.h:73: undefined reference to `Logger::newLogMessage(Log::Msg const&)'
/usr/bin/ld: /usr/include/arm-linux-gnueabihf/qt5/QtCore/qvector.h:73: undefined reference to `Logger::staticMetaObject'
/usr/bin/ld: qtlocalpeer.o: in function `QtLocalPeer::receiveConnection()':
/star/opt/qBittorrent/src/app/qtlocalpeer/qtlocalpeer.cpp:243: undefined reference to `QtLocalPeer::messageReceived(QString const&)'
/usr/bin/ld: qtlocalpeer.o: in function `QtLocalPeer::QtLocalPeer(QObject*, QString const&)':
/star/opt/qBittorrent/src/app/qtlocalpeer/qtlocalpeer.cpp:126: undefined reference to `vtable for QtLocalPeer'
/usr/bin/ld: asyncfilestorage.o: in function `AsyncFileStorage::AsyncFileStorage(QString const&, QObject*)':
/star/opt/qBittorrent/src/base/asyncfilestorage.cpp:41: undefined reference to `vtable for AsyncFileStorage'
/usr/bin/ld: /star/opt/qBittorrent/src/base/asyncfilestorage.cpp:41: undefined reference to `AsyncFileStorage::staticMetaObject'
/usr/bin/ld: asyncfilestorage.o: in function `AsyncFileStorage::~AsyncFileStorage()':
/star/opt/qBittorrent/src/base/asyncfilestorage.cpp:53: undefined reference to `vtable for AsyncFileStorage'
/usr/bin/ld: asyncfilestorage.o: in function `AsyncFileStorage::store_impl(QString const&, QByteArray const&)':
/star/opt/qBittorrent/src/base/asyncfilestorage.cpp:80: undefined reference to `AsyncFileStorage::failed(QString const&, QString const&)'
/usr/bin/ld: bandwidthscheduler.o: in function `BandwidthScheduler::start()':
/star/opt/qBittorrent/src/base/bittorrent/private/bandwidthscheduler.cpp:50: undefined reference to `BandwidthScheduler::bandwidthLimitRequested(bool)'
/usr/bin/ld: bandwidthscheduler.o: in function `BandwidthScheduler::BandwidthScheduler(QObject*)':
/star/opt/qBittorrent/src/base/bittorrent/private/bandwidthscheduler.cpp:42: undefined reference to `vtable for BandwidthScheduler'
/usr/bin/ld: bandwidthscheduler.o: in function `BandwidthScheduler::onTimeout()':
/star/opt/qBittorrent/src/base/bittorrent/private/bandwidthscheduler.cpp:101: undefined reference to `BandwidthScheduler::bandwidthLimitRequested(bool)'
/usr/bin/ld: resumedatasavingmanager.o: in function `ResumeDataSavingManager::ResumeDataSavingManager(QString const&)':
/star/opt/qBittorrent/src/base/bittorrent/private/resumedatasavingmanager.cpp:38: undefined reference to `vtable for ResumeDataSavingManager'
/usr/bin/ld: tracker.o: in function `BitTorrent::Tracker::start()':
/star/opt/qBittorrent/src/base/bittorrent/tracker.cpp:215: undefined reference to `BitTorrent::Tracker::staticMetaObject'
/usr/bin/ld: tracker.o: in function `BitTorrent::Tracker::Tracker(QObject*)':
/star/opt/qBittorrent/src/base/bittorrent/tracker.cpp:192: undefined reference to `vtable for BitTorrent::Tracker'
/usr/bin/ld: connection.o: in function `Http::Connection::Connection(QTcpSocket*, Http::IRequestHandler*, QObject*)':
/star/opt/qBittorrent/src/base/http/connection.cpp:45: undefined reference to `vtable for Http::Connection'
/usr/bin/ld: connection.o: in function `Http::Connection::~Connection()':
/star/opt/qBittorrent/src/base/http/connection.cpp:55: undefined reference to `vtable for Http::Connection'
/usr/bin/ld: connection.o: in function `QMap<QString, QString>::iterator::iterator(QMapNode<QString, QString>*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qmap.h:420: undefined reference to `Http::Connection::staticMetaObject'
/usr/bin/ld: server.o: in function `Http::Server::Server(Http::IRequestHandler*, QObject*)':
/star/opt/qBittorrent/src/base/http/server.cpp:75: undefined reference to `vtable for Http::Server'
/usr/bin/ld: downloadmanager.o: in function `QHash<Net::ServiceID, QQueue<Net::DownloadHandler*> >::~QHash()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qhash.h:254: undefined reference to `Net::ProxyConfigurationManager::proxyConfigurationChanged()'
/usr/bin/ld: /usr/include/arm-linux-gnueabihf/qt5/QtCore/qhash.h:254: undefined reference to `Net::ProxyConfigurationManager::staticMetaObject'
/usr/bin/ld: geoipmanager.o: in function `Net::GeoIPManager::~GeoIPManager()':
/star/opt/qBittorrent/src/base/net/geoipmanager.cpp:68: undefined reference to `vtable for Net::GeoIPManager'
/usr/bin/ld: geoipmanager.o: in function `Net::GeoIPManager::loadDatabase()':
/star/opt/qBittorrent/src/base/net/geoipmanager.cpp:102: undefined reference to `Net::GeoIPManager::staticMetaObject'
/usr/bin/ld: geoipmanager.o: in function `Net::GeoIPManager::GeoIPManager()':
/star/opt/qBittorrent/src/base/net/geoipmanager.cpp:58: undefined reference to `vtable for Net::GeoIPManager'
/usr/bin/ld: geoipmanager.o: in function `Net::GeoIPManager::CountryName(QString const&)':
/star/opt/qBittorrent/src/base/net/geoipmanager.cpp:391: undefined reference to `Net::GeoIPManager::staticMetaObject'
/usr/bin/ld: geoipmanager.o: in function `QString::QString(char const*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstring.h:694: undefined reference to `Net::GeoIPManager::staticMetaObject'
/usr/bin/ld: geoipmanager.o: in function `Net::GeoIPManager::downloadFinished(Net::DownloadResult const&)':
/star/opt/qBittorrent/src/base/net/geoipmanager.cpp:418: undefined reference to `Net::GeoIPManager::staticMetaObject'
/usr/bin/ld: reverseresolution.o: in function `Net::ReverseResolution::ReverseResolution(QObject*)':
/star/opt/qBittorrent/src/base/net/reverseresolution.cpp:51: undefined reference to `vtable for Net::ReverseResolution'
/usr/bin/ld: reverseresolution.o: in function `QHash<QString, QCache<QString, QString>::Node>::freeData(QHashData*)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qhash.h:586: undefined reference to `vtable for Net::ReverseResolution'
/usr/bin/ld: reverseresolution.o: in function `Net::ReverseResolution::resolve(QString const&)':
/star/opt/qBittorrent/src/base/net/reverseresolution.cpp:64: undefined reference to `Net::ReverseResolution::ipResolved(QString const&, QString const&)'
/usr/bin/ld: reverseresolution.o: in function `Net::ReverseResolution::hostResolved(QHostInfo const&)':
/star/opt/qBittorrent/src/base/net/reverseresolution.cpp:87: undefined reference to `Net::ReverseResolution::ipResolved(QString const&, QString const&)'
/usr/bin/ld: smtp.o: in function `QHash<QString, QString>::~QHash()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qhash.h:254: undefined reference to `vtable for Net::Smtp'
/usr/bin/ld: smtp.o: in function `Net::Smtp::~Smtp()':
/star/opt/qBittorrent/src/base/net/smtp.cpp:129: undefined reference to `vtable for Net::Smtp'
/usr/bin/ld: smtp.o: in function `Net::Smtp::logError(QString const&)':
/star/opt/qBittorrent/src/base/net/smtp.cpp:509: undefined reference to `Net::Smtp::staticMetaObject'
/usr/bin/ld: rss_folder.o: in function `RSS::Folder::Folder(QString const&)':
/star/opt/qBittorrent/src/base/rss/rss_folder.cpp:46: undefined reference to `vtable for RSS::Folder'
/usr/bin/ld: rss_folder.o: in function `RSS::Folder::~Folder()':
/star/opt/qBittorrent/src/base/rss/rss_folder.cpp:50: undefined reference to `RSS::Item::aboutToBeDestroyed(RSS::Item*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_folder.cpp:54: undefined reference to `vtable for RSS::Folder'
/usr/bin/ld: rss_folder.o: in function `RSS::Folder::removeItem(RSS::Item*)':
/star/opt/qBittorrent/src/base/rss/rss_folder.cpp:141: undefined reference to `RSS::Item::articleAboutToBeRemoved(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_folder.cpp:146: undefined reference to `RSS::Item::unreadCountChanged(RSS::Item*)'
/usr/bin/ld: rss_folder.o: in function `RSS::Folder::addItem(RSS::Item*)':
/star/opt/qBittorrent/src/base/rss/rss_folder.cpp:130: undefined reference to `RSS::Item::newArticle(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_folder.cpp:133: undefined reference to `RSS::Item::unreadCountChanged(RSS::Item*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_folder.cpp:129: undefined reference to `RSS::Item::newArticle(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_folder.cpp:129: undefined reference to `RSS::Item::staticMetaObject'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_folder.cpp:129: undefined reference to `RSS::Item::articleRead(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_folder.cpp:129: undefined reference to `RSS::Item::articleAboutToBeRemoved(RSS::Article*)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/rss/rss_folder.cpp:129: undefined reference to `RSS::Item::unreadCountChanged(RSS::Item*)'
/usr/bin/ld: rss_folder.o: in function `RSS::Folder::handleItemUnreadCountChanged()':
/star/opt/qBittorrent/src/base/rss/rss_folder.cpp:109: undefined reference to `RSS::Item::unreadCountChanged(RSS::Item*)'
/usr/bin/ld: rss_item.o: in function `RSS::Item::Item(QString const&)':
/star/opt/qBittorrent/src/base/rss/rss_item.cpp:44: undefined reference to `vtable for RSS::Item'
/usr/bin/ld: rss_item.o: in function `RSS::Item::~Item()':
/star/opt/qBittorrent/src/base/rss/rss_item.cpp:46: undefined reference to `vtable for RSS::Item'
/usr/bin/ld: rss_item.o: in function `RSS::Item::setPath(QString const&)':
/star/opt/qBittorrent/src/base/rss/rss_item.cpp:52: undefined reference to `RSS::Item::pathChanged(RSS::Item*)'
/usr/bin/ld: searchdownloadhandler.o: in function `SearchDownloadHandler::downloadProcessFinished(int)':
/star/opt/qBittorrent/src/base/search/searchdownloadhandler.cpp:65: undefined reference to `SearchDownloadHandler::downloadFinished(QString const&)'
/usr/bin/ld: searchdownloadhandler.o: in function `QStringList::~QStringList()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qstringlist.h:99: undefined reference to `vtable for SearchDownloadHandler'
/usr/bin/ld: searchhandler.o: in function `SearchHandler::SearchHandler(QString const&, QString const&, QStringList const&, SearchPluginManager*)':
/star/opt/qBittorrent/src/base/search/searchhandler.cpp:61: undefined reference to `vtable for SearchHandler'
/usr/bin/ld: searchhandler.o: in function `SearchHandler::readSearchOutput()':
/star/opt/qBittorrent/src/base/search/searchhandler.cpp:149: undefined reference to `SearchHandler::newSearchResults(QVector<SearchResult> const&)'
/usr/bin/ld: searchhandler.o: in function `SearchHandler::processFailed()':
/star/opt/qBittorrent/src/base/search/searchhandler.cpp:156: undefined reference to `SearchHandler::searchFailed()'
/usr/bin/ld: searchhandler.o: in function `SearchHandler::processFinished(int)':
/star/opt/qBittorrent/src/base/search/searchhandler.cpp:117: undefined reference to `SearchHandler::searchFinished(bool)'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchhandler.cpp:121: undefined reference to `SearchHandler::searchFailed()'
/usr/bin/ld: /star/opt/qBittorrent/src/base/search/searchhandler.cpp:119: undefined reference to `SearchHandler::searchFinished(bool)'
/usr/bin/ld: settingsstorage.o: in function `read':
/star/opt/qBittorrent/src/base/settingsstorage.cpp:243: undefined reference to `vtable for SettingsStorage'
/usr/bin/ld: settingsstorage.o: in function `SettingsStorage::~SettingsStorage()':
/star/opt/qBittorrent/src/base/settingsstorage.cpp:167: undefined reference to `vtable for SettingsStorage'
/usr/bin/ld: torrentfileguard.o: in function `QByteArray::~QByteArray()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qbytearray.h:469: undefined reference to `TorrentFileGuard::staticMetaObject'
/usr/bin/ld: torrentfileguard.o: in function `void CachedSettingValue<TorrentFileGuard::AutoDeleteMode>::storeValue<TorrentFileGuard::AutoDeleteMode, 0>(TorrentFileGuard::AutoDeleteMode const&)':
/star/opt/qBittorrent/src/base/settingvalue.h:111: undefined reference to `TorrentFileGuard::staticMetaObject'
/usr/bin/ld: apicontroller.o: in function `APIController::APIController(ISessionManager*, QObject*)':
/star/opt/qBittorrent/src/webui/api/apicontroller.cpp:42: undefined reference to `vtable for APIController'
/usr/bin/ld: authcontroller.o: in function `AuthController::loginAction()':
/star/opt/qBittorrent/src/webui/api/authcontroller.cpp:78: undefined reference to `AuthController::staticMetaObject'
/usr/bin/ld: searchcontroller.o: in function `SearchController::checkForUpdatesFailed(QString const&)':
/star/opt/qBittorrent/src/webui/api/searchcontroller.cpp:279: undefined reference to `SearchController::staticMetaObject'
/usr/bin/ld: searchcontroller.o: in function `SearchController::checkForUpdatesFinished(QHash<QString, Utils::Version<unsigned short, 2u, 2u> > const&)':
/star/opt/qBittorrent/src/webui/api/searchcontroller.cpp:271: undefined reference to `SearchController::staticMetaObject'
/usr/bin/ld: searchcontroller.o: in function `SearchController::updatePluginsAction()':
/star/opt/qBittorrent/src/webui/api/searchcontroller.cpp:259: undefined reference to `SearchPluginManager::checkForUpdatesFinished(QHash<QString, Utils::Version<unsigned short, 2u, 2u> > const&)'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/api/searchcontroller.cpp:259: undefined reference to `SearchPluginManager::staticMetaObject'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/api/searchcontroller.cpp:259: undefined reference to `SearchPluginManager::checkForUpdatesFailed(QString const&)'
/usr/bin/ld: searchcontroller.o: in function `void QSharedPointer<SearchHandler>::internalConstruct<SearchHandler, QtSharedPointer::NormalDeleter>(SearchHandler*, QtSharedPointer::NormalDeleter)':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qsharedpointer_impl.h:483: undefined reference to `SearchHandler::searchFinished(bool)'
/usr/bin/ld: /usr/include/arm-linux-gnueabihf/qt5/QtCore/qsharedpointer_impl.h:483: undefined reference to `SearchHandler::staticMetaObject'
/usr/bin/ld: /usr/include/arm-linux-gnueabihf/qt5/QtCore/qsharedpointer_impl.h:483: undefined reference to `SearchHandler::searchFailed()'
/usr/bin/ld: searchcontroller.o: in function `SearchController::resultsAction()':
/star/opt/qBittorrent/src/webui/api/searchcontroller.cpp:162: undefined reference to `SearchController::staticMetaObject'
/usr/bin/ld: searchcontroller.o: in function `QtPrivate::SharedPointerMetaTypeIdHelper<QSharedPointer<SearchHandler>, true>::qt_metatype_id()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:2146: undefined reference to `SearchHandler::staticMetaObject'
/usr/bin/ld: searchcontroller.o: in function `QtPrivate::ConverterFunctor<QSharedPointer<SearchHandler>, QObject*, QtPrivate::QSmartPointerConvertFunctor<QSharedPointer<SearchHandler> > >::~ConverterFunctor()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:752: undefined reference to `SearchHandler::staticMetaObject'
/usr/bin/ld: searchcontroller.o: in function `QtPrivate::SharedPointerMetaTypeIdHelper<QSharedPointer<SearchHandler>, true>::qt_metatype_id()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:2146: undefined reference to `SearchHandler::staticMetaObject'
/usr/bin/ld: searchcontroller.o: in function `QMetaTypeId<QMap<int, QSharedPointer<SearchHandler> > >::qt_metatype_id()':
/usr/include/arm-linux-gnueabihf/qt5/QtCore/qmetatype.h:2136: undefined reference to `SearchHandler::staticMetaObject'
/usr/bin/ld: webui.o: in function `WebUI::configure()':
/star/opt/qBittorrent/src/webui/webui.cpp:118: undefined reference to `WebUI::fatalError()'
/usr/bin/ld: /star/opt/qBittorrent/src/webui/webui.cpp:91: undefined reference to `WebUI::staticMetaObject'
/usr/bin/ld: webui.o: in function `WebUI::WebUI()':
/star/opt/qBittorrent/src/webui/webui.cpp:43: undefined reference to `vtable for WebUI'
/usr/bin/ld: moc_rss_feed.o: in function `RSS::Feed::qt_metacall(QMetaObject::Call, int, void**)':
/star/opt/qBittorrent/src/moc_rss_feed.cpp:208: undefined reference to `RSS::Item::qt_metacall(QMetaObject::Call, int, void**)'
/usr/bin/ld: moc_rss_feed.o: in function `RSS::Feed::qt_metacast(char const*)':
/star/opt/qBittorrent/src/moc_rss_feed.cpp:203: undefined reference to `RSS::Item::qt_metacast(char const*)'
/usr/bin/ld: moc_rss_feed.o:(.data.rel.ro+0x8): undefined reference to `typeinfo for RSS::Item'
/usr/bin/ld: moc_rss_feed.o:(.data.rel.ro+0x5c): undefined reference to `RSS::Item::staticMetaObject'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:599: qbittorrent-nox] Error 1
make[1]: Leaving directory '/star/opt/qBittorrent/src'
make: *** [Makefile:57: sub-src-install_subtargets] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment