Also thanks @allgator, your workaround works for me too
Search Criteria
Package Details: nextcloud-client 2.3.3-1
| Git Clone URL: | https://aur.archlinux.org/nextcloud-client.git (read-only) |
|---|---|
| Package Base: | nextcloud-client |
| Description: | Nextcloud desktop client |
| Upstream URL: | https://nextcloud.com/ |
| Licenses: | |
| Conflicts: | |
| Submitter: | k0ste |
| Maintainer: | k0ste |
| Last Packager: | k0ste |
| Votes: | 221 |
| Popularity: | 13.515620 |
| First Submitted: | 2016-08-24 04:16 |
| Last Updated: | 2017-11-24 11:52 |
Dependencies (14)
- hicolor-icon-theme (hicolor-icon-theme-git)
- qt5-webkit (qt5-webkit-git, qt5-webkit-print)
- qtkeychain
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-slock, xdg-utils-git, linopen, xdg-utils-mimeo)
- doxygen (doxygen-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
- python-sphinx (python-sphinx-git) (make)
- qt5-tools (qt5-tools-git) (make)
- qtkeychain (make)
- kio (kio-git, kio-osync) (optional) – Resource and network access abstraction (KDE)
- libgnome-keyring (optional) – GNOME keyring client
- nemo-python (optional) – integration with Nemo
- python2-nautilus (optional) – integration with Nautilus
Required by (0)
Sources (1)
Latest Comments
damonh commented on 2018-06-09 06:07
kalsan commented on 2018-06-03 18:12
kalsan commented on 2018-06-03 18:10
There's more info here: https://github.com/nextcloud/desktop/issues/235#issuecomment-394177397
"Seems like the command qt5_use_modules has been deprecated in QT 5.11."
itsonlyme commented on 2018-05-30 10:50
I used the snap package and symlinked my Data folder to the data directory it wanted to install to as it's got strict confinement but working great ie you couldn't add removable-media plug to nextcloud-client.
Just another option that's there.
aligator commented on 2018-05-29 17:20
If you don't want to downgrade: you can use the official AppImage with this as a workaround until it is fixed: LD_LIBRARY_PATH=/usr/lib QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/qt/plugins/platforms ./Nextcloud-2.3.3-x86_64.AppImage (https://github.com/nextcloud/desktop/issues/308#issuecomment-389804333)
Works great for me.
se7en11 commented on 2018-05-29 06:02
That sounds messy ... wouldn't it be better to fix the client package? Sadly I don't know if that is possible and can't help.
mrbartleby commented on 2018-05-28 20:39
@itsonlyme you might have to downgrade all the qt5-components to 5.10, basically anything you have installed from the group (https://www.archlinux.org/groups/x86_64/qt5/). repo has this version until 2018/05/25.
itsonlyme commented on 2018-05-28 19:30
@mrbartleby Thanks for the pointer. Unfortunately it gets me a lot further through the build but still fails in the same place as @se7en11.
se7en11 commented on 2018-05-28 10:20
Build breaks on qt5 even after downgrading qt5-base.
/usr/lib/libQt5WebKitWidgets.so.5.212.0: undefined reference to qt_version_tag@Qt_5.11'
/usr/lib/libQt5WebKit.so.5.212.0: undefined reference toQString::remove(QLatin1String, Qt::CaseSensitivity)@Qt_5'
collect2: error: ld returned 1 exit status
make[2]: [src/gui/CMakeFiles/nextcloud.dir/build.make:1564: bin/nextcloud] Error 1
make[1]: [CMakeFiles/Makefile2:380: src/gui/CMakeFiles/nextcloud.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
mrbartleby commented on 2018-05-27 16:14
@itsonlyme i had the same problem after updating Qt to 5.11, build works fine after downgrading qt5-base, qt5-webkit and qt5-tools to version 5.10. https://github.com/MultiMC/MultiMC5/issues/2291
Thank you @aligator, it worked!