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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 52 Next › Last »

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.

CorruptComputer commented on 2019-07-05 04:58 (UTC)

There are missing dependencies here, you need to add make, automake, and autogen to the dependencies, as without this these the build will fail.

Infinite.New1 commented on 2019-07-02 23:17 (UTC)

Tried a couple of things but always receiving this message :

could not satisfy dependencies: unable to satisfy dependency 'gcc-libs>=9.1.0' required by megasync

I have "gcc-libs 8.3.0-1" but I'm not able to upgrade to 9.x.x.

Thank you for your upcoming suggestions...