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: 380
Popularity: 0.65
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2024-10-06 03:37 (UTC)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 52 Next › Last »

radu commented on 2020-03-05 14:08 (UTC) (edited on 2020-03-05 14:18 (UTC) by radu)

Cannot build megasync 4.2.5.4 I tried updating PKGBUILD with -fpermissive and still doesn't build.

WARNING: Project ERROR: Unknown module(s) in QT: macextras winextras
lprodump error: Cannot open ~/.cache/yay/megasync/src/MEGAsync/src/jkIoBR.json for writing.
==> ERROR: A failure occurred in build().

strobelite commented on 2020-03-01 18:11 (UTC)

For those on GNOME wondering how to run MEGAsync in the background (you may get a notification on startup that it can't find a system tray,) I used the GNOME extension called Tray Icons. Install that, then restart MEGAsync, and now it will run in the background the way it was supposed to.

ix5231 commented on 2019-10-15 10:33 (UTC)

Workaround: Add -fpermissive to QMAKE_CXXFLAGS

For the AUR PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index 38d9165..0947609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ build() {

     # build megasync
     cd "../.."
-    qmake-qt5 "CONFIG += FULLREQUIREMENTS" MEGA.pro
+    qmake-qt5 "CONFIG += FULLREQUIREMENTS" "QMAKE_CXXFLAGS += -fpermissive" MEGA.pro
     lrelease-qt5 MEGASync/MEGASync.pro
     make
 }

Stane1983 commented on 2019-10-08 16:48 (UTC)

Error while building on gcc 9.2.0:

google_breakpad/client/linux/handler/exception_handler.cc:107:12: error: 'int tgkill(pid_t, pid_t, int)' was declared 'extern' and later 'static' [-fpermissive] 107 | static int tgkill(pid_t tgid, pid_t tid, int sig) { | ^~~~~~

dnmodder commented on 2019-10-03 20:11 (UTC)

Can you change the source for tar.gz? yay marks it to me as a devel package and I think it's due to that.

alfa8my commented on 2019-09-05 06:03 (UTC)

I am trying to update this, but the package cannot be downloaded: "HTTP server doesn't seem to support byte ranges. Cannot resume."

Kozeid commented on 2019-08-03 17:22 (UTC)

Expired signatures are only used by packages from MEGA's official repositories. This AUR package is not affected.

linuxyz commented on 2019-08-01 08:16 (UTC)

The package was updated by the MEGA team due to signature expiry. See: https://mega.nz/blog_55

Infinite.New1 commented on 2019-07-05 14:24 (UTC)

The "gcc-libs" got updated to 9.1.0-2 with the latest stable updates (2019-07-03) so no more errors now...

GuyDuNigo commented on 2019-07-05 06:08 (UTC)

@CorruptComputer make and automake are in base-devel package group and are supposed to be installed when using AUR. So they shouldn't be added to the package dependencies.

See: https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

And I don't have autogen installed but can still compile the package.