Package Details: megasync 5.4.1.0-1

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: 0.59
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2024-08-14 21:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 52 Next › Last »

zxioper commented on 2017-10-11 06:22 (UTC) (edited on 2017-10-12 06:30 (UTC) by zxioper)

How to apply the patch: 1) Download patch and put it, for example, to your home directory. 2) Start megasync installation ( yaourt -S megasync). 3) Type "Y" when you are asked about editing PKGBUILD. 4) Modify PKGBUILD file, adding lines to the begining of the section "build()": cd "${srcdir}/MEGAsync" cp ~/ucontext.patch ./ patch -p1 -i ./ucontext.patch 5) Save changes and continue installation.

bmbaker commented on 2017-10-07 11:32 (UTC)

hi there, im getting the same error google_breakpad/client/linux/handler/exception_handler.h:192:21: error: field ‘context’ has incomplete type ‘google_breakpad::ucontext’ but i don't know how to apply the patch you linked bellow. cheers BB

zxioper commented on 2017-09-18 11:34 (UTC) (edited on 2017-09-18 11:48 (UTC) by zxioper)

Hi there. It seems package can't be compiled since glibc was update to 2.26. I got error: google_breakpad/client/linux/handler/exception_handler.h:192:21: error: field ‘context’ has incomplete type ‘google_breakpad::ucontext’ I found out that 'ucontext' type is no longer available (see sys/ucontext.h), it was replaced with 'ucontext_t'. Replacing 'ucontext' to 'ucontext_t' in the next files: google_breakpad/client/linux/handler/exception_handler.cc google_breakpad/client/linux/handler/exception_handler.h google_breakpad/client/linux/minidump_writer/minidump_writer.cc solves the problem (at least for me). Patch: https://mega.nz/#!3lRGibxB!eO3eGZ-vYGqU6r7vCagrAGQVtLqxeP4hVrvijr-sRic

zeroflag commented on 2017-09-01 06:27 (UTC)

Hi Miquel, it miraculously works again. Most proly, a location related issue. That's why a stumbled upon the "new version" which is obviously a different one than the source you compile this package from. No worries then. Thanks a sorry for the noise.

migrev commented on 2017-08-28 14:19 (UTC)

Hi @psltn, that's a binary package that has nothing to do with the one compiled used the PKGBUILD of this one. Obviously, feel free to use either one, but as of now (and unless proven wrong), the one I'm mantaining works fine, follows the versioning scheme of the released source code and I actually have no idea on the differences of the two PKGBUILDs. Will take a look at it, anyway, to check if there are any improvments that can be useful to all of us. Thank you for your message.

psltn commented on 2017-08-28 13:10 (UTC)

Hi @migrev, here is the 3.1.4-2 package version on the official MEGAsync website: https://mega.nz/linux/MEGAsync/Arch_Extra/x86_64/megasync-x86_64.pkg.tar.xz

migrev commented on 2017-08-28 09:05 (UTC)

Hi @zeroflag. I just tried to log in with current version and worked like a charm. Where did you find the version you are mentioning? In the official github the latest version released is the same as the one here.

zeroflag commented on 2017-08-27 23:35 (UTC)

Hi Miguel, the megasync client does not log in anymore. I figured out that there is a "pkgver = 3.1.4-2" out there since "# Wed Aug 23 11:09:18 UTC 2017". Thanks in advance for help :-)

d327roque commented on 2017-08-17 11:23 (UTC)

==> Starting build()... /home/donato/Downloads/builds/megasync/PKGBUILD: line 24: ./autogen.sh: Permission denied ==> ERROR: A failure occurred in build(). Aborting...

RocHH commented on 2017-06-27 17:45 (UTC)

make > make -j 4 to build faster