Package Details: megasync-git 4.6.2.0.6.g29453fdca-1

Git Clone URL: https://aur.archlinux.org/megasync-git.git (read-only, click to copy)
Package Base: megasync-git
Description: MEGASync Desktop App. (GIT Version)
Upstream URL: https://mega.co.nz/#sync
Licenses: custom:MEGA
Conflicts: megasync, megatools
Provides: megasync
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 27
Popularity: 0.000250
First Submitted: 2016-03-12 18:32 (UTC)
Last Updated: 2022-01-09 15:29 (UTC)

Latest Comments

1 2 3 Next › Last »

sinayion commented on 2023-01-17 07:54 (UTC) (edited on 2023-01-17 07:57 (UTC) by sinayion)

Error when building, shown below:

==> Starting prepare()...
Cloning into '/home/sinayion/.cache/yay/megasync-git/src/MEGAsync/src/MEGASync/mega'...
fatal: transport 'file' not allowed
fatal: clone of '/home/sinayion/.cache/yay/megasync-git/src/sdk' into submodule path '/home/sinayion/.cache/yay/megasync-git/src/MEGAsync/src/MEGASync/mega' failed
Failed to clone 'src/MEGASync/mega'. Retry scheduled
Cloning into '/home/sinayion/.cache/yay/megasync-git/src/MEGAsync/src/MEGASync/mega'...
fatal: transport 'file' not allowed
fatal: clone of '/home/sinayion/.cache/yay/megasync-git/src/sdk' into submodule path '/home/sinayion/.cache/yay/megasync-git/src/MEGAsync/src/MEGASync/mega' failed
Failed to clone 'src/MEGASync/mega' a second time, aborting
==> ERROR: A failure occurred in prepare().

Most likely the relevant bug report: https://bugs.archlinux.org/task/76255

ajw107 commented on 2022-02-07 10:59 (UTC) (edited on 2022-02-13 14:56 (UTC) by ajw107)

Due to commit 168242852623ba075a75d270ac679bb515918034 - Remove FFMPEG for ARM

Two of the statements you remove are now gone, and the line numbers for the rest have changed by -1, so the sed statement in prepare() needs to be modified to:

sed -e '99s|^|&#|g' -e '103s|^|&#|g' -i src/MEGASync/MEGASync.pro

the program then builds successfully

deu439 commented on 2020-08-28 17:07 (UTC)

Quick fix for the issue with incomplete type ‘QPainterPath’:

make: *** [Makefile:5217: MegaSpeedGraph.o] error 1code>

Patch your PKGBUILD with:

--- PKGBUILD    2020-08-28 18:55:46.142142192 +0200
+++ PKGBUILD_patched    2020-08-28 18:59:25.575402119 +0200
@@ -47,6 +47,9 @@

   cd src/MEGASync/mega
  ./autogen.sh
+
+ cd "${srcdir}"
+ sed -i '1s/^/#include <QPainterPath>\n/' MEGAsync/src/MEGASync/gui/MegaSpeedGraph.h
 }

 build() {

kinoe commented on 2020-08-26 17:36 (UTC) (edited on 2020-08-26 17:47 (UTC) by kinoe)

Build error

make: *** [Makefile:5217: MegaSpeedGraph.o] error 1code>

SolarAquarion commented on 2020-06-11 11:46 (UTC) (edited on 2020-06-11 11:46 (UTC) by SolarAquarion)

Project ERROR: Unknown module(s) in QT: x11extras

missing depend qt5-x11extras

HarpyX commented on 2020-02-25 13:11 (UTC) (edited on 2020-02-25 13:12 (UTC) by HarpyX)

checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=c++11... no checking whether g++ supports C++11 features with -std=c++0x... no checking whether g++ supports C++11 features with +std=c++11... no checking whether g++ supports C++11 features with -h std=c++11... no configure: error: *** A compiler with support for C++11 language features is required.

i tried this with both gcc and clang. neither works. same error with both. what is going on?

sl1pkn07 commented on 2019-06-08 17:01 (UTC)

om, done

attila123 commented on 2019-06-08 15:54 (UTC)

Hi, needs qt5-tools to compile, otherwise: /home/avangel/.cache/yay/megasync-git/PKGBUILD: line 56: lrelease-qt5: command not found