Package Details: megasync 5.5.0.0-2

Git Clone URL: https://aur.archlinux.org/megasync.git (read-only, click to copy)
Package Base: megasync
Description: Official MEGA desktop application for syncing with MEGA Cloud Drive
Upstream URL: https://github.com/meganz/MEGAsync/
Licenses: LicenseRef-Mega-Limited-Code-License
Submitter: son_link
Maintainer: dbermond
Last Packager: dbermond
Votes: 381
Popularity: 1.18
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2024-10-06 03:37 (UTC)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 52 Next › Last »

kinoe commented on 2020-08-26 16:21 (UTC)

@ServiDei, how to replace sys_siglist[sig] with strsignal(sig)? Could you go a bit more into details?

ServiDei commented on 2020-08-25 21:39 (UTC)

Build failed on MEGASync/control/CrashHandler.cpp because sys_siglist not found. Solved by replacing sys_siglist[sig] with strsignal(sig).

kinoe commented on 2020-08-24 19:50 (UTC) (edited on 2020-08-26 17:35 (UTC) by kinoe)

Building with yay failed

make[1]:  [Makefile:8416: CrashHandler.o] error 1
...
make:  [Makefile:47: sub-MEGASync-make_first] error 2

dctxmei commented on 2020-08-06 04:31 (UTC)

Hello, I suggest to modify the libpdfium dependency to libpdfium-nojs, because libpdfium itself does not exist, but is provided by libpdfium-nojs.

teacher4711 commented on 2020-07-27 21:40 (UTC)

@FabioLolix

OK, thank you. I rebuilt the package and now it starts.

Now only the version upgrade to 4.3.3 has to be done.

Thanks!

FabioLolix commented on 2020-07-27 19:31 (UTC)

@teacher4711 you need to rebuild megasync against libraw new version

Palanthis commented on 2020-07-27 19:25 (UTC)

Quick bandaid for the libraw error: sudo ln -sf /usr/lib/libraw.so.20 /usr/lib/libraw.so.19

teacher4711 commented on 2020-07-27 16:09 (UTC)

The latest libraw 0.20.0-1 prevents megasync from starting (megasync: error while loading shared libraries: libraw.so.19: cannot open shared object file: No such file or directory) Reverting back to libraw 0.19.5-3 fixes the issue.

tinywrkb commented on 2020-07-27 15:38 (UTC)

I haven't built the PKGBUILD as I'm using Flatpak but the latest 4.3.3.0 seems to need something like this: "QMAKE_INCDIR+=$PWD/MEGASync/mega/include" "QMAKE_INCDIR+=$PWD/MEGASync/mega/bindings/qt"

And I had to drop pdfium.patch as it broke sdk.pri. I just disabled pdfium.

attila123 commented on 2020-06-29 10:42 (UTC) (edited on 2020-06-29 10:43 (UTC) by attila123)

Hi, does not build for me (with Manjaro package base at least).Eg. "gui/MegaSpeedGraph.h:31:18: error: field ‘linePath’ has incomplete type ‘QPainterPath’", and the same error from other source files.