Search Criteria
Package Details: megasync 5.7.1.0-1
Package Actions
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.94 |
First Submitted: | 2014-09-01 18:12 (UTC) |
Last Updated: | 2025-01-16 19:31 (UTC) |
Dependencies (26)
- c-ares (c-ares-gitAUR)
- crypto++ (crypto++-gitAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- freeimage
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libmediainfo (libmediainfo-gitAUR)
- libpdfium (libpdfium-nojsAUR, pdfium-binariesAUR, pdfium-binaries-v8AUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libuv (libuv-gitAUR)
- libxcb (libxcb-gitAUR)
- libzen (libzen-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- Show 6 more dependencies...
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 53 Next › Last »
DevPre24 commented on 2018-09-22 15:00 (UTC) (edited on 2018-09-22 15:03 (UTC) by DevPre24)
@jontxo @meowxiik +1. For the moment i reverted back to the official tar.xz package offered at "https://mega.nz/sync".
meowxiik commented on 2018-09-22 14:21 (UTC)
Got the same error as @jontxo, ambiguous call to RSA_get0_n
jontxo commented on 2018-09-19 05:36 (UTC)
When I try to compile the latest version after the following error: '''
mega/src/posix/net.cpp: In static member function ‘static int mega::CurlHttpIO::cert_verify_callback(X509_STORE_CTX, void)’: mega/src/posix/net.cpp:2576:59: error: call of overloaded ‘RSA_get0_n(rsa_st)’ is ambiguous if (BN_num_bytes(RSA_get0_n(EVP_PKEY_get0_RSA(evp))) == sizeof APISSLMODULUS1 - 1 ^ mega/src/posix/net.cpp:2526:15: note: candidate: ‘const BIGNUM mega::RSA_get0_n(const RSA)’ const BIGNUM RSA_get0_n(const RSA rsa) ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:25, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: /usr/include/openssl/rsa.h:219:15: note: candidate: ‘const BIGNUM RSA_get0_n(const RSA)’ const BIGNUM RSA_get0_n(const RSA d); ^~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:23, from /usr/include/openssl/objects.h:15, from /usr/include/openssl/evp.h:28, from /usr/include/openssl/x509.h:18, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: mega/src/posix/net.cpp:2577:66: error: call of overloaded ‘RSA_get0_e(rsa_st)’ is ambiguous && BN_num_bytes(RSA_get0_e(EVP_PKEY_get0_RSA(evp))) == sizeof APISSLEXPONENT - 1) ^ mega/src/posix/net.cpp:2537:15: note: candidate: ‘const BIGNUM mega::RSA_get0_e(const RSA)’ const BIGNUM RSA_get0_e(const RSA rsa) ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:25, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: /usr/include/openssl/rsa.h:220:15: note: candidate: ‘const BIGNUM RSA_get0_e(const RSA)’ const BIGNUM RSA_get0_e(const RSA d); ^~~~~~~~~~ mega/src/posix/net.cpp:2579:56: error: call of overloaded ‘RSA_get0_n(rsa_st)’ is ambiguous BN_bn2bin(RSA_get0_n(EVP_PKEY_get0_RSA(evp)), buf); ^ mega/src/posix/net.cpp:2526:15: note: candidate: ‘const BIGNUM mega::RSA_get0_n(const RSA)’ const BIGNUM RSA_get0_n(const RSA rsa) ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:25, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: /usr/include/openssl/rsa.h:219:15: note: candidate: ‘const BIGNUM RSA_get0_n(const RSA)’ const BIGNUM RSA_get0_n(const RSA d); ^~~~~~~~~~ mega/src/posix/net.cpp:2587:60: error: call of overloaded ‘RSA_get0_e(rsa_st)’ is ambiguous BN_bn2bin(RSA_get0_e(EVP_PKEY_get0_RSA(evp)), buf); ^ mega/src/posix/net.cpp:2537:15: note: candidate: ‘const BIGNUM mega::RSA_get0_e(const RSA)’ const BIGNUM RSA_get0_e(const RSA rsa) ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:25, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: /usr/include/openssl/rsa.h:220:15: note: candidate: ‘const BIGNUM RSA_get0_e(const RSA)’ const BIGNUM RSA_get0_e(const RSA d); ^~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:23, from /usr/include/openssl/objects.h:15, from /usr/include/openssl/evp.h:28, from /usr/include/openssl/x509.h:18, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: mega/src/posix/net.cpp:2602:102: error: call of overloaded ‘RSA_get0_n(rsa_st)’ is ambiguous LOG_warn << "Public key size mismatch " << BN_num_bytes(RSA_get0_n(EVP_PKEY_get0_RSA(evp))) << " " << BN_num_bytes(RSA_get0_e(EVP_PKEY_get0_RSA(evp))); ^ mega/src/posix/net.cpp:2526:15: note: candidate: ‘const BIGNUM mega::RSA_get0_n(const RSA)’ const BIGNUM RSA_get0_n(const RSA rsa) ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:25, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: /usr/include/openssl/rsa.h:219:15: note: candidate: ‘const BIGNUM RSA_get0_n(const RSA)’ const BIGNUM RSA_get0_n(const RSA d); ^~~~~~~~~~ In file included from /usr/include/openssl/asn1.h:23, from /usr/include/openssl/objects.h:15, from /usr/include/openssl/evp.h:28, from /usr/include/openssl/x509.h:18, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: mega/src/posix/net.cpp:2602:161: error: call of overloaded ‘RSA_get0_e(rsa_st)’ is ambiguous LOG_warn << "Public key size mismatch " << BN_num_bytes(RSA_get0_n(EVP_PKEY_get0_RSA(evp))) << " " << BN_num_bytes(RSA_get0_e(EVP_PKEY_get0_RSA(evp))); ^ mega/src/posix/net.cpp:2537:15: note: candidate: ‘const BIGNUM mega::RSA_get0_e(const RSA)’ const BIGNUM RSA_get0_e(const RSA rsa) ^~~~~~~~~~ In file included from /usr/include/openssl/x509.h:25, from /usr/include/openssl/ssl.h:20, from mega/include/mega/posix/meganet.h:28, from mega/include/mega.h:76, from mega/src/posix/net.cpp:22: /usr/include/openssl/rsa.h:220:15: note: candidate: ‘const BIGNUM RSA_get0_e(const RSA)’ const BIGNUM RSA_get0_e(const RSA d); ^~~~~~~~~~ make[1]: [Makefile:5470: net.o] Error 1 make[1]: Leaving directory '/home/demian/.cache/aurman/megasync/src/MEGAsync-3.6.7.0_Win/src/MEGASync' make: [Makefile:45: sub-MEGASync-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... 2018-09-19 07:30:30,418 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/user/.cache/aurman/megasync '''
JotEs commented on 2018-08-19 09:35 (UTC)
I first deleted megasync-3.6.6.0.0-4 (AUR package version). Then I installed v. 3.6.7.0-1 (AUR) successfully. However, MEGAsync Info 3.6.6 (99a46c) shows !
kikadf commented on 2018-08-17 12:20 (UTC)
@JotEs: don't understand. megasync-3.6.7-1 (in your commit) versus megasync-3.6.6.0-4 (AUR package version)
JotEs commented on 2018-08-17 10:11 (UTC)
Mir wird seit einigen Tagen angeboten: Pakete (1) megasync-3.6.7-1 Aber: Fehler: Konnte Datei 'megasync-3.6.7-1-x86_64.pkg.tar.xz' nicht von mega.nz übertragen : HTTP server doesn't seem to support byte ranges. Cannot resume. Warnung: Konnte einige Dateien nicht übertragen Fehler: Konnte den Vorgang nicht durchführen (Fehler in der Bibliothek für Downloads) Fehler sind aufgetreten, keine Pakete wurden aktualisiert.
kikadf commented on 2018-08-05 10:38 (UTC) (edited on 2018-08-05 10:38 (UTC) by kikadf)
@erayerdin, autoconf and automake is part of the base packages as well.
erayerdin commented on 2018-08-02 09:09 (UTC) (edited on 2018-08-02 09:11 (UTC) by erayerdin)
autoconf installed, yet there is still one error:
autoreconf: running: aclocal -I m4 --output=aclocal.m4t Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory
For those who get this error, install autoconf and automake. It builds successfully.
simona commented on 2018-06-20 20:11 (UTC)
Wayland support for tray?
kikadf commented on 2018-06-13 14:27 (UTC)
@pedrogabriel: do you have installed autoconf package?
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 53 Next › Last »