nautilus-megasync
requires megasync
with version. Please provide megasync=${pkgver}
.
Search Criteria
Package Details: megasync-nopdfium 5.2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/megasync-nopdfium.git (read-only, click to copy) |
---|---|
Package Base: | megasync-nopdfium |
Description: | Easy automated syncing between your computers and your MEGA cloud drive(stripped of pdfium dependency) |
Upstream URL: | https://github.com/meganz/MEGAsync |
Licenses: | custom:MEGA LIMITED CODE REVIEW LICENCE |
Conflicts: | megasync |
Provides: | megasync |
Submitter: | bartus |
Maintainer: | bartus |
Last Packager: | None |
Votes: | 35 |
Popularity: | 0.027395 |
First Submitted: | 2020-03-06 08:28 (UTC) |
Last Updated: | 2024-05-02 18:24 (UTC) |
Dependencies (18)
- c-ares (c-ares-gitAUR)
- crypto++ (crypto++-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- freeimage
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libmediainfo (libmediainfo-gitAUR)
- libraw (libraw-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libuv (libuv-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-x11extras
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lsb-release (make)
- qt5-tools (make)
- swig (swig-gitAUR) (make)
Required by (4)
- dolphin-megasync-bin (requires megasync)
- dolphin-megasync-git (requires megasync)
- megasync-instances (requires megasync)
- nemo-megasync (requires megasync)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3
SamLukeYes commented on 2021-02-19 07:31 (UTC)
bartus commented on 2021-01-20 17:36 (UTC) (edited on 2021-01-20 17:46 (UTC) by bartus)
If you get undefined symbol
or missing shared object
error it usually means some dependency package got updated rendering your current build obsolete. You should rebuild the package and it should starts working again. You can make your life easier by installing rebuild-detector
alpm-hook, which will try to notify you every time you run system update which AUR packages requires a rebuild.
Forestall questions, I won't bump pkgrel
every time package got outdated as it's a pain in the ass and I have ~100 packages to maintain. Already did an automatic update once for gimp-git
by setting up Travis CI
daily check and update and it works 50% of the timeヽ( `д´*)ノ
adityaruplaha commented on 2021-01-20 12:44 (UTC) (edited on 2021-01-20 12:45 (UTC) by adityaruplaha)
Got this on latest version (4.3.8.0-1), 5.10 kernel, Manjaro.
megasync: symbol lookup error: megasync: undefined symbol: _ZNK8CryptoPP21KeyDerivationFunction16MinDerivedLengthEv
bionor commented on 2020-09-05 18:18 (UTC)
I get
"Segmentation fault (core dumped)" when trying to start it after building.
Any ideas what might be wrong?
daniloquispe commented on 2020-08-18 23:43 (UTC) (edited on 2020-08-18 23:45 (UTC) by daniloquispe)
Hello:
Solving an issue with version 4.3.3.0-1:
If you get this error message (just like me) when run megasync
:
megasync: error while loading shared libraries: libraw.so.19: cannot open shared object file: No such file or directory
you need to perform a package rebuild, and it will start again.
This works for me (I use Manjaro Mikah 20.1 and Pamac to rebuild package)
PolGZ commented on 2020-05-16 11:07 (UTC) (edited on 2020-05-16 11:08 (UTC) by PolGZ)
I get this error:
g++: fatal error: Killed signal terminated program cc1plus compilation terminated.
make[1]: *** [Makefile:3560: SettingsDialog.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/var/tmp/pamac-build-myusername/megasync-nopdfium/src/MEGAsync/src/MEGASync'
make: *** [Makefile:47: sub-MEGASync-make_first] Error 2
==> ERROR: A failure occurred in build(). Aborting...
dedeode commented on 2020-05-09 13:53 (UTC) (edited on 2020-05-09 15:04 (UTC) by dedeode)
Hello,
I was using this package until updating linux yesterday, now it gives a bus error. Any ideas?
Thanks
EDIT: It looks like a deepin issue, not an issue with this package. Works fine on xfce
antipatico commented on 2020-03-30 15:24 (UTC)
Bumping the version to 4.3.1.0 works just fine.
Pinned Comments
bartus commented on 2021-01-20 17:36 (UTC) (edited on 2021-01-20 17:46 (UTC) by bartus)
If you get
undefined symbol
ormissing shared object
error it usually means some dependency package got updated rendering your current build obsolete. You should rebuild the package and it should starts working again. You can make your life easier by installingrebuild-detector
alpm-hook, which will try to notify you every time you run system update which AUR packages requires a rebuild.Forestall questions, I won't bump
pkgrel
every time package got outdated as it's a pain in the ass and I have ~100 packages to maintain. Already did an automatic update once forgimp-git
by setting upTravis CI
daily check and update and it works 50% of the timeヽ( `д´*)ノ