Fails to load shared libraries for Python 3.8.
When trying to run screencloud on a system that has updated to python 3.8 this error message is received:
screencloud: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed after 30 days.
No idea if the issue was fixed. I no longer use Screencloud. I currently get screencloud: error while loading shared libraries: libquazip1-qt5.so.1.0.0: cannot open shared object file: No such file or directory
Screencloud also fails to build on my system with the latest version of QT on Arch.
make: Entering directory '/tmp/makepkg/screencloud/src/build'
[ 0%] Built target screencloud_autogen_timestamp_deps
[ 1%] Automatic MOC for target screencloud
[ 1%] Built target screencloud_autogen
[ 3%] Generating ui_changelogdialog.h
[ 3%] Generating ui_selectfolderdialog.h
[ 4%] Generating ui_downloadupdatedialog.h
[ 6%] Generating qrc_sounds.cpp
[ 7%] Generating qrc_resources_linux.cpp
[ 8%] Generating qrc_icons.cpp
[ 9%] Generating ui_preferencesdialog.h
[ 12%] Generating ui_editordialog.h
[ 12%] Generating ui_licensesdialog.h
[ 13%] Generating ui_plugindialog.h
[ 14%] Generating ui_savescreenshotdialog.h
[ 17%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/changelogdialog.cpp.o
[ 17%] Building CXX object CMakeFiles/screencloud.dir/screencloud_autogen/mocs_compilation.cpp.o
[ 18%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/downloadupdatedialog.cpp.o
[ 19%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/editordialog.cpp.o
[ 20%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/licensesdialog.cpp.o
[ 21%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/plugindialog.cpp.o
[ 23%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/handlegraphicsitem.cpp.o
[ 24%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/selectfolderdialog.cpp.o
[ 25%] Building CXX object CMakeFiles/screencloud.dir/src/editor/effects/pixelizegraphicseffect.cpp.o
[ 26%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/abstractgraphicsrectitem.cpp.o
[ 28%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/preferencesdialog.cpp.o
[ 29%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/savescreenshotdialog.cpp.o
[ 30%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/ellipsegraphicsitem.cpp.o
[ 31%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/numbereditem.cpp.o
[ 32%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/boxgraphicsitem.cpp.o
[ 34%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/textgraphicsitem.cpp.o
[ 35%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/boxtextgraphicsitem.cpp.o
[ 36%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/kaptiongraphicsitem.cpp.o
[ 37%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/arrowgraphicsitem.cpp.o
[ 39%] Building CXX object CMakeFiles/screencloud.dir/src/editor/items/obscuregraphicsitem.cpp.o
[ 40%] Building CXX object CMakeFiles/screencloud.dir/src/editor/numberselector.cpp.o
[ 41%] Building CXX object CMakeFiles/screencloud.dir/src/editor/effectpropertytooleditor.cpp.o
[ 42%] Building CXX object CMakeFiles/screencloud.dir/src/editor/kaptiongraphicstoolkit.cpp.o
[ 43%] Building CXX object CMakeFiles/screencloud.dir/src/editor/numberpropertytooleditor.cpp.o
[ 45%] Building CXX object CMakeFiles/screencloud.dir/src/editor/propertytooleditor.cpp.o
[ 46%] Building CXX object CMakeFiles/screencloud.dir/src/editor/scale.cpp.o
[ 47%] Building CXX object CMakeFiles/screencloud.dir/src/editor/scalepropertytooleditor.cpp.o
[ 48%] Building CXX object CMakeFiles/screencloud.dir/src/editor/snapshotcanvas.cpp.o
[ 50%] Building CXX object CMakeFiles/screencloud.dir/src/editor/colorpropertytooleditor.cpp.o
In file included from /tmp/makepkg/screencloud/src/build/ui_editordialog.h:25,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/editordialog.cpp:2:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/snapshotcanvas.h:70:5: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
70 | QLinkedList<QGraphicsItem*> m_zIndexList;
| ^~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qvarlengtharray.h:43,
from /usr/include/qt/QtCore/qmetatype.h:48,
from /usr/include/qt/QtCore/qobject.h:54,
from /usr/include/qt/QtWidgets/qwidget.h:45,
from /usr/include/qt/QtWidgets/qdialog.h:44,
from /usr/include/qt/QtWidgets/QDialog:1,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/editordialog.h:4,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/editordialog.cpp:1:
/usr/include/qt/QtCore/qcontainerfwd.h:51:26: note: declared here
51 | template <class T> class QLinkedList;
| ^~~~~~~~~~~
/tmp/makepkg/screencloud/src/build/ui_editordialog.h: In member function ‘void Ui_EditorDialog::setupUi(QDialog*)’:
/tmp/makepkg/screencloud/src/build/ui_editordialog.h:173:73: warning: ‘QPainter::HighQualityAntialiasing’ is deprecated: Use Antialiasing instead [-Wdeprecated-declarations]
173 | snapshotCanvas->setRenderHints(QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::TextAntialiasing);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt/QtGui/QPainter:1,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/effects/pixelizegraphicseffect.h:5,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/items/obscuregraphicsitem.h:5,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/editordialog.h:8:
/usr/include/qt/QtGui/qpainter.h:92:9: note: declared here
92 | HighQualityAntialiasing Q_DECL_ENUMERATOR_DEPRECATED_X("Use Antialiasing instead") = 0x08,
| ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/makepkg/screencloud/src/build/ui_editordialog.h:173:73: warning: ‘QPainter::HighQualityAntialiasing’ is deprecated: Use Antialiasing instead [-Wdeprecated-declarations]
173 | snapshotCanvas->setRenderHints(QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::TextAntialiasing);
| ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt/QtGui/qpainter.h:92:9: note: declared here
92 | HighQualityAntialiasing Q_DECL_ENUMERATOR_DEPRECATED_X("Use Antialiasing instead") = 0x08,
| ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/numberselector.cpp: In member function ‘void NumberSelector::setNumber(int)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/numberselector.cpp:32:36: warning: unused parameter ‘val’ [-Wunused-parameter]
32 | void NumberSelector::setNumber(int val)
| ~~~~^~~
[ 51%] Building CXX object CMakeFiles/screencloud.dir/src/editor/fontpropertytooleditor.cpp.o
[ 52%] Building CXX object CMakeFiles/screencloud.dir/src/editor/graphicsitemfactory.cpp.o
[ 53%] Building CXX object CMakeFiles/screencloud.dir/src/editor/qcolorbutton.cpp.o
[ 54%] Building CXX object CMakeFiles/screencloud.dir/src/plugin/pluginmanager.cpp.o
[ 56%] Building CXX object CMakeFiles/screencloud.dir/src/firstrunwizard/finishedpage.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/downloadupdatedialog.cpp: In member function ‘void DownloadUpdateDialog::startDownload(QString)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/downloadupdatedialog.cpp:39:50: warning: unused parameter ‘version’ [-Wunused-parameter]
39 | void DownloadUpdateDialog::startDownload(QString version)
| ~~~~~~~~^~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/downloadupdatedialog.cpp: In member function ‘void DownloadUpdateDialog::launchInstaller()’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/downloadupdatedialog.cpp:110:19: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’ is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
110 | process->start(program);
| ~~~~~~~~~~~~~~^~~~~~~~~
In file included from /usr/include/qt/QtCore/QProcess:1,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/downloadupdatedialog.h:25,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/downloadupdatedialog.cpp:15:
/usr/include/qt/QtCore/qprocess.h:168:10: note: declared here
168 | void start(const QString &command, OpenMode mode = ReadWrite);
| ^~~~~
[ 57%] Building CXX object CMakeFiles/screencloud.dir/src/firstrunwizard/firstrunwizard.cpp.o
[ 58%] Building CXX object CMakeFiles/screencloud.dir/src/firstrunwizard/shortcutspage.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/changelogdialog.cpp: In member function ‘virtual void ChangelogDialog::showEvent(QShowEvent*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/changelogdialog.cpp:24:45: warning: unused parameter ‘e’ [-Wunused-parameter]
24 | void ChangelogDialog::showEvent(QShowEvent *e)
| ~~~~~~~~~~~~^
[ 59%] Building CXX object CMakeFiles/screencloud.dir/src/firstrunwizard/welcomepage.cpp.o
[ 60%] Building CXX object CMakeFiles/screencloud.dir/src/firstrunwizard/onlineservicespage.cpp.o
[ 62%] Building CXX object CMakeFiles/screencloud.dir/src/models/uploaderslistmodel.cpp.o
[ 63%] Building CXX object CMakeFiles/screencloud.dir/src/uploaders/clipboarduploader.cpp.o
[ 64%] Building CXX object CMakeFiles/screencloud.dir/src/uploaders/localfileuploader.cpp.o
[ 65%] Building CXX object CMakeFiles/screencloud.dir/src/uploaders/pythonuploader.cpp.o
[ 67%] Building CXX object CMakeFiles/screencloud.dir/src/uploaders/uploader.cpp.o
[ 68%] Building CXX object CMakeFiles/screencloud.dir/src/hotkeyeventfilter.cpp.o
[ 69%] Building CXX object CMakeFiles/screencloud.dir/src/screenshooter.cpp.o
[ 70%] Building CXX object CMakeFiles/screencloud.dir/src/gui-elements/clickablelabel.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp: In member function ‘void PreferencesDialog::dialogFinished(int)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp:157:44: warning: unused parameter ‘r’ [-Wunused-parameter]
157 | void PreferencesDialog::dialogFinished(int r)
| ~~~~^
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp: In member function ‘void PreferencesDialog::keyRecorded(Qt::Key, int, Qt::KeyboardModifiers)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp:288:85: warning: unused parameter ‘modifiers’ [-Wunused-parameter]
288 | void PreferencesDialog::keyRecorded(Qt::Key key, int keycode, Qt::KeyboardModifiers modifiers)
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
[ 71%] Building CXX object CMakeFiles/screencloud.dir/src/gui-elements/selectionoverlay.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp: In member function ‘void PreferencesDialog::gotVersionNumber(QString, bool)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp:354:70: warning: unused parameter ‘outdated’ [-Wunused-parameter]
354 | void PreferencesDialog::gotVersionNumber(QString versionNumber, bool outdated)
| ~~~~~^~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp: In member function ‘void PreferencesDialog::on_list_uploaders_clicked(const QModelIndex&)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp:384:70: warning: unused parameter ‘index’ [-Wunused-parameter]
384 | void PreferencesDialog::on_list_uploaders_clicked(const QModelIndex &index)
| ~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp: In member function ‘void PreferencesDialog::on_tabWidget_currentChanged(int)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/dialog/preferencesdialog.cpp:475:57: warning: unused parameter ‘index’ [-Wunused-parameter]
475 | void PreferencesDialog::on_tabWidget_currentChanged(int index)
| ~~~~^~~~~
[ 73%] Building CXX object CMakeFiles/screencloud.dir/src/gui-elements/busyoverlay.cpp.o
[ 74%] Building CXX object CMakeFiles/screencloud.dir/src/gui-elements/pythonconsole.cpp.o
[ 75%] Building CXX object CMakeFiles/screencloud.dir/src/systemtrayicon.cpp.o
In file included from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/snapshotcanvas.cpp:1:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/snapshotcanvas.h:70:5: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
70 | QLinkedList<QGraphicsItem*> m_zIndexList;
| ^~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qvarlengtharray.h:43,
from /usr/include/qt/QtCore/qmetatype.h:48,
from /usr/include/qt/QtWidgets/qgraphicsview.h:44,
from /usr/include/qt/QtWidgets/QGraphicsView:1,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/snapshotcanvas.h:4:
/usr/include/qt/QtCore/qcontainerfwd.h:51:26: note: declared here
51 | template <class T> class QLinkedList;
| ^~~~~~~~~~~
In file included from /tmp/makepkg/screencloud/src/build/screencloud_autogen/mocs_compilation.cpp:18:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/DEWU5CLF7O/moc_abstractgraphicsrectitem.cpp: In static member function ‘static void AbstractGraphicsRectItem::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/DEWU5CLF7O/moc_abstractgraphicsrectitem.cpp:112:60: warning: implicitly-declared ‘constexpr Scale& Scale::operator=(const Scale&)’ is deprecated [-Wdeprecated-copy]
112 | case 1: *reinterpret_cast< Scale*>(_v) = _t->scale(); break;
| ^
In file included from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/items/arrowgraphicsitem.h:5,
from /tmp/makepkg/screencloud/src/build/screencloud_autogen/LOXWS6PXLU/../../../screencloud-1.5.3/src/dialog/editordialog.h:6,
from /tmp/makepkg/screencloud/src/build/screencloud_autogen/LOXWS6PXLU/moc_editordialog.cpp:10,
from /tmp/makepkg/screencloud/src/build/screencloud_autogen/mocs_compilation.cpp:8:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/scale.h:14:5: note: because ‘Scale’ has user-provided ‘Scale::Scale(const Scale&)’
14 | Scale(const Scale &scale);
| ^~~~~
In file included from /tmp/makepkg/screencloud/src/build/screencloud_autogen/mocs_compilation.cpp:19:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/DEWU5CLF7O/moc_arrowgraphicsitem.cpp: In static member function ‘static void ArrowGraphicsItem::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/DEWU5CLF7O/moc_arrowgraphicsitem.cpp:123:60: warning: implicitly-declared ‘constexpr Scale& Scale::operator=(const Scale&)’ is deprecated [-Wdeprecated-copy]
123 | case 1: *reinterpret_cast< Scale*>(_v) = _t->scale(); break;
| ^
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/scale.h:14:5: note: because ‘Scale’ has user-provided ‘Scale::Scale(const Scale&)’
14 | Scale(const Scale &scale);
| ^~~~~
In file included from /tmp/makepkg/screencloud/src/build/screencloud_autogen/mocs_compilation.cpp:25:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/DEWU5CLF7O/moc_numbereditem.cpp: In static member function ‘static void NumberedItem::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/DEWU5CLF7O/moc_numbereditem.cpp:106:60: warning: implicitly-declared ‘constexpr Scale& Scale::operator=(const Scale&)’ is deprecated [-Wdeprecated-copy]
106 | case 1: *reinterpret_cast< Scale*>(_v) = _t->scale(); break;
| ^
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/scale.h:14:5: note: because ‘Scale’ has user-provided ‘Scale::Scale(const Scale&)’
14 | Scale(const Scale &scale);
| ^~~~~
In file included from /tmp/makepkg/screencloud/src/build/screencloud_autogen/mocs_compilation.cpp:26:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/DEWU5CLF7O/moc_obscuregraphicsitem.cpp: In static member function ‘static void ObscureGraphicsItem::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/DEWU5CLF7O/moc_obscuregraphicsitem.cpp:116:60: warning: implicitly-declared ‘constexpr Scale& Scale::operator=(const Scale&)’ is deprecated [-Wdeprecated-copy]
116 | case 0: *reinterpret_cast< Scale*>(_v) = _t->scale(); break;
| ^
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/editor/scale.h:14:5: note: because ‘Scale’ has user-provided ‘Scale::Scale(const Scale&)’
14 | Scale(const Scale &scale);
| ^~~~~
[ 76%] Building CXX object CMakeFiles/screencloud.dir/src/audionotifier.cpp.o
[ 78%] Building CXX object CMakeFiles/screencloud.dir/src/uploadmanager.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/models/uploaderslistmodel.cpp: In member function ‘virtual int UploadersListModel::rowCount(const QModelIndex&) const’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/models/uploaderslistmodel.cpp:23:53: warning: unused parameter ‘parent’ [-Wunused-parameter]
23 | int UploadersListModel::rowCount(const QModelIndex &parent) const
| ~~~~~~~~~~~~~~~~~~~^~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/models/uploaderslistmodel.cpp: In member function ‘virtual Qt::ItemFlags UploadersListModel::flags(const QModelIndex&) const’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/models/uploaderslistmodel.cpp:46:60: warning: unused parameter ‘index’ [-Wunused-parameter]
46 | Qt::ItemFlags UploadersListModel::flags(const QModelIndex &index) const
| ~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /tmp/makepkg/screencloud/src/build/screencloud_autogen/W4MZGBQALC/moc_snapshotcanvas.cpp:10,
from /tmp/makepkg/screencloud/src/build/screencloud_autogen/mocs_compilation.cpp:34:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/W4MZGBQALC/../../../screencloud-1.5.3/src/editor/snapshotcanvas.h: At global scope:
/tmp/makepkg/screencloud/src/build/screencloud_autogen/W4MZGBQALC/../../../screencloud-1.5.3/src/editor/snapshotcanvas.h:70:5: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
70 | QLinkedList<QGraphicsItem*> m_zIndexList;
| ^~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qvarlengtharray.h:43,
from /usr/include/qt/QtCore/qmetatype.h:48,
from /usr/include/qt/QtCore/qobject.h:54,
from /usr/include/qt/QtCore/QObject:1,
from /tmp/makepkg/screencloud/src/build/screencloud_autogen/G2AYVX5CHN/../../../screencloud-1.5.3/src/3rdparty/LibQxt/qxtglobalshortcut.h:35,
from /tmp/makepkg/screencloud/src/build/screencloud_autogen/G2AYVX5CHN/moc_qxtglobalshortcut.cpp:10,
from /tmp/makepkg/screencloud/src/build/screencloud_autogen/mocs_compilation.cpp:2:
/usr/include/qt/QtCore/qcontainerfwd.h:51:26: note: declared here
51 | template <class T> class QLinkedList;
| ^~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/clipboarduploader.cpp: In member function ‘virtual void ClipboardUploader::upload(const QImage&, QString)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/clipboarduploader.cpp:47:66: warning: unused parameter ‘name’ [-Wunused-parameter]
47 | void ClipboardUploader::upload(const QImage &screenshot, QString name)
| ~~~~~~~~^~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/clipboarduploader.cpp: In member function ‘virtual void ClipboardUploader::showSettingsUI(QWidget*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/clipboarduploader.cpp:54:49: warning: unused parameter ‘parent’ [-Wunused-parameter]
54 | void ClipboardUploader::showSettingsUI(QWidget *parent)
| ~~~~~~~~~^~~~~~
[ 79%] Building CXX object CMakeFiles/screencloud.dir/src/utils/updater.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/uploader.cpp: In member function ‘virtual void Uploader::upload(const QImage&, QString)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/uploader.cpp:31:37: warning: unused parameter ‘screenshot’ [-Wunused-parameter]
31 | void Uploader::upload(const QImage &screenshot, QString name)
| ~~~~~~~~~~~~~~^~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/uploader.cpp:31:57: warning: unused parameter ‘name’ [-Wunused-parameter]
31 | void Uploader::upload(const QImage &screenshot, QString name)
| ~~~~~~~~^~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/uploader.cpp: In member function ‘virtual void Uploader::showSettingsUI(QWidget*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/uploader.cpp:66:40: warning: unused parameter ‘parent’ [-Wunused-parameter]
66 | void Uploader::showSettingsUI(QWidget* parent)
| ~~~~~~~~~^~~~~~
[ 80%] Building CXX object CMakeFiles/screencloud.dir/src/utils/network.cpp.o
[ 81%] Building CXX object CMakeFiles/screencloud.dir/src/utils/systeminfo.cpp.o
[ 82%] Building CXX object CMakeFiles/screencloud.dir/src/gui-elements/screenshotthumbview.cpp.o
[ 84%] Building CXX object CMakeFiles/screencloud.dir/src/main.cpp.o
[ 85%] Building CXX object CMakeFiles/screencloud.dir/src/utils/startup.cpp.o
[ 86%] Building CXX object CMakeFiles/screencloud.dir/src/utils/freedesktopdbusresponse.cpp.o
[ 87%] Building CXX object CMakeFiles/screencloud.dir/src/3rdparty/QtSingleApplication/src/qtlocalpeer.cpp.o
[ 89%] Building CXX object CMakeFiles/screencloud.dir/src/3rdparty/QtSingleApplication/src/qtsingleapplication.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/localfileuploader.cpp: In member function ‘void LocalFileUploader::onNameFormatChanged(QString)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/localfileuploader.cpp:87:53: warning: unused parameter ‘newNameFormat’ [-Wunused-parameter]
87 | void LocalFileUploader::onNameFormatChanged(QString newNameFormat)
| ~~~~~~~~^~~~~~~~~~~~~
[ 90%] Building CXX object CMakeFiles/screencloud.dir/src/3rdparty/LibQxt/qxtglobalshortcut.cpp.o
[ 91%] Building CXX object CMakeFiles/screencloud.dir/src/3rdparty/LibQxt/qxtwindowsystem.cpp.o
[ 92%] Building CXX object CMakeFiles/screencloud.dir/src/3rdparty/LibQxt/x11/qxtwindowsystem_x11.cpp.o
[ 93%] Building CXX object CMakeFiles/screencloud.dir/src/3rdparty/LibQxt/x11/qxtglobalshortcut_x11.cpp.o
[ 95%] Building CXX object CMakeFiles/screencloud.dir/qrc_icons.cpp.o
[ 96%] Building CXX object CMakeFiles/screencloud.dir/qrc_sounds.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp: In constructor ‘SelectionOverlay::SelectionOverlay(QWidget*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:30:64: warning: ‘int QDesktopWidget::screenNumber(const QPoint&) const’ is deprecated: Use QGuiApplication::screenAt() [-Wdeprecated-declarations]
30 | currentScreenNumber = QApplication::desktop()->screenNumber(QCursor::pos());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /usr/include/qt/QtWidgets/QDesktopWidget:1,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.h:29,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:15:
/usr/include/qt/QtWidgets/qdesktopwidget.h:75:60: note: declared here
75 | QT_DEPRECATED_X("Use QGuiApplication::screenAt()") int screenNumber(const QPoint &) const;
| ^~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp: In member function ‘virtual void SelectionOverlay::showEvent(QShowEvent*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:41:46: warning: unused parameter ‘e’ [-Wunused-parameter]
41 | void SelectionOverlay::showEvent(QShowEvent *e)
| ~~~~~~~~~~~~^
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp: In member function ‘virtual void SelectionOverlay::hideEvent(QHideEvent*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:49:46: warning: unused parameter ‘e’ [-Wunused-parameter]
49 | void SelectionOverlay::hideEvent(QHideEvent *e)
| ~~~~~~~~~~~~^
[ 97%] Building CXX object CMakeFiles/screencloud.dir/qrc_resources_linux.cpp.o
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp: In member function ‘virtual void SelectionOverlay::keyReleaseEvent(QKeyEvent*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:258:48: warning: ‘int QDesktopWidget::screenCount() const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
258 | if(QApplication::desktop()->screenCount() > 1)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt/QtWidgets/qdesktopwidget.h:118:12: note: declared here
118 | inline int QDesktopWidget::screenCount() const
| ^~~~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:264:48: warning: ‘int QDesktopWidget::screenCount() const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
264 | if(QApplication::desktop()->screenCount() > 1)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt/QtWidgets/qdesktopwidget.h:118:12: note: declared here
118 | inline int QDesktopWidget::screenCount() const
| ^~~~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp: In member function ‘void SelectionOverlay::updateScreenshot()’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:368:64: warning: ‘int QDesktopWidget::screenNumber(const QPoint&) const’ is deprecated: Use QGuiApplication::screenAt() [-Wdeprecated-declarations]
368 | currentScreenNumber = QApplication::desktop()->screenNumber(QCursor::pos());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/qt/QtWidgets/qdesktopwidget.h:75:60: note: declared here
75 | QT_DEPRECATED_X("Use QGuiApplication::screenAt()") int screenNumber(const QPoint &) const;
| ^~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp: In member function ‘void SelectionOverlay::drawHelpText(QPainter*, const QColor&, const QColor&)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:448:48: warning: ‘int QDesktopWidget::screenCount() const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
448 | if(QApplication::desktop()->screenCount() > 1)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt/QtWidgets/qdesktopwidget.h:118:12: note: declared here
118 | inline int QDesktopWidget::screenCount() const
| ^~~~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:455:92: warning: ‘const QRect QDesktopWidget::screenGeometry(int) const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
455 | helpTextRect.moveCenter(this->mapFromGlobal(QApplication::desktop()->screenGeometry(currentScreenNumber).center()));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/usr/include/qt/QtWidgets/qdesktopwidget.h:79:67: note: declared here
79 | QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect screenGeometry(int screen = -1) const;
| ^~~~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp: In member function ‘void SelectionOverlay::moveToScreen(int)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:470:60: warning: ‘int QDesktopWidget::screenCount() const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
470 | screenNumber = QApplication::desktop()->screenCount() -1;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt/QtWidgets/qdesktopwidget.h:118:12: note: declared here
118 | inline int QDesktopWidget::screenCount() const
| ^~~~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/selectionoverlay.cpp:471:66: warning: ‘int QDesktopWidget::screenCount() const’ is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
471 | }else if(screenNumber >= QApplication::desktop()->screenCount())
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt/QtWidgets/qdesktopwidget.h:118:12: note: declared here
118 | inline int QDesktopWidget::screenCount() const
| ^~~~~~~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/utils/freedesktopdbusresponse.cpp: In constructor ‘FreedesktopDbusResponse::FreedesktopDbusResponse(QObject*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/utils/freedesktopdbusresponse.cpp:17:59: warning: unused parameter ‘parent’ [-Wunused-parameter]
17 | FreedesktopDbusResponse::FreedesktopDbusResponse(QObject *parent)
| ~~~~~~~~~^~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/audionotifier.cpp: In constructor ‘AudioNotifier::AudioNotifier(QObject*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/audionotifier.cpp:17:39: warning: unused parameter ‘parent’ [-Wunused-parameter]
17 | AudioNotifier::AudioNotifier(QObject *parent)
| ~~~~~~~~~^~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/screenshotthumbview.cpp: In member function ‘virtual void ScreenshotThumbView::mouseReleaseEvent(QMouseEvent*)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/gui-elements/screenshotthumbview.cpp:74:58: warning: unused parameter ‘event’ [-Wunused-parameter]
74 | void ScreenshotThumbView::mouseReleaseEvent(QMouseEvent *event)
| ~~~~~~~~~~~~~^~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/utils/network.cpp: In static member function ‘static QString NetworkUtils::generateNonce(int)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/utils/network.cpp:55:25: warning: ‘int qrand()’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
55 | int index = qrand() % possibleCharacters.length();
| ~~~~~^~
In file included from /usr/include/qt/QtNetwork/qtnetworkglobal.h:43,
from /usr/include/qt/QtNetwork/qnetworkaccessmanager.h:43,
from /usr/include/qt/QtNetwork/QNetworkAccessManager:1,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/utils/network.h:18,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/utils/network.cpp:15:
/usr/include/qt/QtCore/qglobal.h:1282:80: note: declared here
1282 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
| ^~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/3rdparty/LibQxt/qxtglobalshortcut.cpp: In member function ‘bool QxtGlobalShortcutPrivate::setShortcut(const QKeySequence&)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/3rdparty/LibQxt/qxtglobalshortcut.cpp:68:56: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags<Qt::KeyboardModifier>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
68 | mods = shortcut.isEmpty() ? Qt::KeyboardModifiers(0) : Qt::KeyboardModifiers(shortcut[0] & allMods);
| ^
In file included from /usr/include/qt/QtCore/qglobal.h:1307,
from /usr/include/qt/QtCore/QtGlobal:1,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/3rdparty/LibQxt/qxtglobal.h:35,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/3rdparty/LibQxt/qxtglobalshortcut.h:34,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/3rdparty/LibQxt/qxtglobalshortcut.cpp:1:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/3rdparty/LibQxt/qxtglobalshortcut.cpp: In member function ‘bool QxtGlobalShortcutPrivate::unsetShortcut()’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/3rdparty/LibQxt/qxtglobalshortcut.cpp:91:35: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::KeyboardModifier; Zero = int QFlags<Qt::KeyboardModifier>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
91 | mods = Qt::KeyboardModifiers(0);
| ^
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/systemtrayicon.cpp: In member function ‘void SystemTrayIcon::preferencesWindowFinished(int)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/systemtrayicon.cpp:416:52: warning: unused parameter ‘result’ [-Wunused-parameter]
416 | void SystemTrayIcon::preferencesWindowFinished(int result)
| ~~~~^~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/systemtrayicon.cpp: In member function ‘void SystemTrayIcon::saveDialogFinished(int)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/systemtrayicon.cpp:436:45: warning: unused parameter ‘result’ [-Wunused-parameter]
436 | void SystemTrayIcon::saveDialogFinished(int result)
| ~~~~^~~~~~
In file included from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/pythonuploader.h:22,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/plugin/pluginmanager.h:30,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploadmanager.h:5,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploadmanager.cpp:1:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploadmanager.cpp: In member function ‘bool UploadManager::upload(const QImage&, QString, QString, bool)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploadmanager.cpp:57:127: warning: ‘int QImage::byteCount() const’ is deprecated: Use sizeInBytes [-Wdeprecated-declarations]
57 | INFO(tr("Uploading screenshot to \'") + serviceShortname + tr("\'. Size: ") + QString::number(screenshot.byteCount()) + " bytes");
| ~~~~~~~~~~~~~~~~~~~~^~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/utils/log.h:20:41: note: in definition of macro ‘INFO’
20 | #define INFO(x) qDebug() << "[INFO]" << x;
| ^
In file included from /usr/include/qt/QtGui/qpixmap.h:49,
from /usr/include/qt/QtGui/qicon.h:46,
from /usr/include/qt/QtGui/QIcon:1,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/uploaders/uploader.h:18,
from /tmp/makepkg/screencloud/src/screencloud-1.5.3/src/plugin/pluginmanager.h:25:
/usr/include/qt/QtGui/qimage.h:221:44: note: declared here
221 | QT_DEPRECATED_X("Use sizeInBytes") int byteCount() const;
| ^~~~~~~~~
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/main.cpp: In function ‘int main(int, char**)’:
/tmp/makepkg/screencloud/src/screencloud-1.5.3/src/main.cpp:160:93: warning: right operand of comma operator has no effect [-Wunused-value]
160 | screenshot = screenShooter.captureWindow(windowId), captureWindowBorders;
| ^
[ 98%] Linking CXX executable screencloud
/usr/bin/ld: warning: libpython3.10.so.1.0, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/../../../../lib/libPythonQt-Qt5-Python3.10.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicuuc.so.72, needed by /usr/lib/libQt5WebKit.so.5, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicui18n.so.72, needed by /usr/lib/libQt5WebKit.so.5, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_toupper_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_foldCase_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unum_getAvailable_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uset_add_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_cbFromUWriteUChars_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_current_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_setPattern_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `udat_getAvailable_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_getKeywordValuesForLocale_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_getAlias_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_charDirection_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unumsys_getName_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_getStrength_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ublock_getCode_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_setAttribute_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_setStrength_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_following_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_setToUCallBack_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unorm_normalize_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_charType_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_getCombiningClass_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_countAliases_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `udatpg_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_next_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `udatpg_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_tolower_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unum_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unorm_quickCheck_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unumsys_openAvailableNames_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uidna_IDNToASCII_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucal_getCanonicalTimeZoneID_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_getAvailable_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `utext_setup_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_getName_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_setFromUCallBack_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `udat_format_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unumsys_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucsdet_detectAll_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_isUWhiteSpace_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uset_addRange_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_strcollIter_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_strToLower_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_getCollator_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uiter_setString_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_getIntPropertyValue_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_reset_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `utext_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_setSubstChars_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_countAvailable_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucsdet_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_getStandardName_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucsdet_enableInputFilter_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_toUnicode_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uenum_next_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucsdet_getConfidence_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_openRules_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_charMirror_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uenum_unext_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unum_getSymbol_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_preceding_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uset_contains_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uloc_getDefault_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_isprint_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unum_countAvailable_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unumsys_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_reset_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_countAvailable_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `UCNV_TO_U_CALLBACK_SUBSTITUTE_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_setText_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `UCNV_FROM_U_CALLBACK_SUBSTITUTE_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `udat_countAvailable_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_setUText_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucsdet_getName_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_setOffset_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `udatpg_getBestPattern_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_fromUnicode_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_getAvailableName_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_first_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unum_getTextAttribute_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `udat_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucsdet_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `udat_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_last_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_cbFromUWriteBytes_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uset_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucal_getDefaultTimeZone_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_ispunct_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uiter_setUTF8_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucol_setAttribute_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_isalnum_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_previous_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_next_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_strFoldCase_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucal_openTimeZones_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_totitle_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucsdet_setText_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucal_getKeywordValuesForLocale_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_strToUpper_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `UCNV_FROM_U_CALLBACK_ESCAPE_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_setText_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_setFallback_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_isBoundary_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ucnv_getCanonicalName_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `usearch_getMatchedLength_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uset_openPattern_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `unum_open_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uenum_close_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_getRuleStatus_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_memcasecmp_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_errorName_72'
/usr/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `uset_addAll_72'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/screencloud.dir/build.make:1284: screencloud-1.5.3] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/screencloud.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/tmp/makepkg/screencloud/src/build'
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'screencloud-1.5.3-1':
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed after 30 days.
This issue was closed because of inactivity. If this issue is still relevant, please re-open a new issue.