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)

Latest Comments

« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 52 Next › Last »

jfernandz commented on 2018-06-01 21:03 (UTC) (edited on 2018-06-01 21:09 (UTC) by jfernandz)

I'm trying build the 32bit version on my 64bit system following this guide

https://wiki.archlinux.org/index.php/makepkg#Build_32-bit_packages_on_a_64-bit_system

but I'm having crypo++ libs issues

checking for main in -lcryptopp... no
configure: error: Could not find libcryptopp

Of course I've got installed crypto++ 7 version.

I think this is happening because I haven't got

libcryptopp.so
libcryptopp.so.7
libcryptopp.so.7.0.0

libraries inside /usr/lib32 folder, there is no lib32-crypto++ version? Could I fix this issue doing a symlink?

CapSel commented on 2018-04-20 09:25 (UTC)

I've encountered a bug when using this package. Every time I try to select local directory (adding sync or selecting download directory) megasync crashes.

If you have same bug then you can follow these instructions from pm@mega.nz:

try to recompile removing this line of code in src/MEGASync/MegaApplication.cpp:

QApplication::setDesktopSettingsAware(false);

dresan commented on 2018-04-19 19:16 (UTC)

@kikadf, thanks for pointing me into the right direction. I'm currently rebuilding the package!

kikadf commented on 2018-04-17 13:33 (UTC)

@dresan, your fix is abuse the dependency structure. The correct way to fix the missing library problem is rebuild megasync with cryptoo++7.

dresan commented on 2018-04-17 06:47 (UTC)

Unable to launch Megasync due to a "missing library" libcryptopp.so.6. The current version is libcryptopp.so.7, ln -s /usr/lib/libcryptopp.so.7 /usr/lib/libcryptopp.so.6 seems to "fix" the problem.

r0b0h0b0 commented on 2018-04-16 16:05 (UTC)

Thanks @kikadf. Now it seems to download but gets stuck at the cloning stage.

==> Making package: megasync 3.6.0.0-3 (Tue Apr 17 00:01:41 CST 2018) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating MEGAsync git repo... Fetching origin ==> Validating source files with md5sums... MEGAsync ... Skipped ==> Extracting sources... -> Creating working copy of MEGAsync git repo... Reset branch 'makepkg' ==> Starting prepare()... Cloning into '/home/user/Todo/megasync/src/MEGAsync/src/MEGASync/mega'...

Do you have any idea why this happens?

kikadf commented on 2018-04-16 05:24 (UTC)

@r0b0h0b0: with "-S" option you make only a source package, you should use "-s" instead of "-S". With -s option makepkg will install the missing dependecies with pacman.

r0b0h0b0 commented on 2018-04-16 04:06 (UTC)

Can't reinstall Megasync: invalid or corrupted package

$ cower -d megasync :: megasync downloaded to /home/user/Todo

$ makepkg -Sci ==> Making package: megasync 3.6.0.0-3 (Mon Apr 16 12:04:15 CST 2018) ==> Retrieving sources... ==> Validating source files with md5sums... MEGAsync ... Skipped ==> Entering fakeroot environment... ==> Creating source package... -> Adding PKGBUILD... -> Generating .SRCINFO file... -> Compressing source package... ==> Leaving fakeroot environment. ==> Source package created: megasync (Mon Apr 16 12:04:15 CST 2018) ==> Cleaning up...

$ sudo pacman -U megasync-3.6.0.0-3.src.tar.gz loading packages... error: missing package metadata in megasync-3.6.0.0-3.src.tar.gz error: 'megasync-3.6.0.0-3.src.tar.gz': invalid or corrupted package

alexjorgef commented on 2018-02-26 15:01 (UTC)

@kikadf thank you, i reinstall aur package and that fix the library error

schnittchen commented on 2018-02-23 14:20 (UTC)

@kikadf: thank you, that fixes it!