Search Criteria
Package Details: megasync 5.5.0.0-2
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.82 |
First Submitted: | 2014-09-01 18:12 (UTC) |
Last Updated: | 2024-10-06 03:37 (UTC) |
Dependencies (26)
- c-ares (c-ares-gitAUR)
- crypto++ (crypto++-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR)
- freeimage
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libmediainfo (libmediainfo-gitAUR)
- libpdfium (pdfium-binariesAUR, pdfium-binaries-v8AUR, libpdfium-nojsAUR)
- 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)
- qt5-x11extras
- sqlite (sqlite-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 52 Next › Last »
jghodd commented on 2023-12-18 21:06 (UTC)
@FabioLolix - I use libpdfium-nojs, which I can certainly rebuild, but I don;t think that's what the error message is saying since it's pointing to a libpdfium.so buried down deep in the compiler's installed tree. In any case, I will give that a try if my icu73 installation doesn;t resolve it. Thanks for the heads-up.
jghodd commented on 2023-12-18 21:03 (UTC)
if anyone needs an icu73 shim package, here's a PKGBUILD:
Maintainer: syntheit daniel@matv.io
pkgname=icu73-bin pkgver=73.2 pkgrel=3 pkgdesc="International Components for Unicode library (binary release)" arch=('x86_64') url="https://github.com/unicode-org/icu" license=('custom:icu') provides=('icu73') depends=('bash') source=("https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-Fedora_Linux37-x64.tgz")
source=("https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-Fedora32-x64.tgz")
sha512sums=('73bb91e28d994fdc39d9fa403f21e365fa27117ed9af2d433ca31df9dc8945f16218c193883c798a5e30925386220a005b1a3c81a125f57dd61ab673bfd280f0')
package() { tar xf icu4c-73_2-Fedora_Linux37-x64.tgz # Remove certain files if icu is installed to not cause conflicts rm -rf "${srcdir}"/icu/usr/local/lib/icu "${srcdir}"/icu/usr/local/lib/pkgconfig for filename in "${srcdir}"/icu/usr/local/lib/.so; do if [[ ! -e "$filename" ]]; then continue; fi if [[ -e "/usr/lib/${filename##/}" ]]; then rm -rf "${filename}" fi done mkdir -p "${pkgdir}"/usr/{share,lib} mkdir -p "${pkgdir}"/usr/share/licenses/icu73 cp -rn "${srcdir}"/icu/usr/local/lib/* -t "${pkgdir}"/usr/lib/ install -Dm644 "${srcdir}"/icu/usr/local/share/icu/73.2/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE }
FabioLolix commented on 2023-12-18 20:06 (UTC) (edited on 2023-12-18 20:06 (UTC) by FabioLolix)
@jghodd you need to rebuild the libpdfium pkgbuild you are using before rebuilding megasync
Time ago there was a pinned comment about the need to rebuild libpdfium before megasync
jghodd commented on 2023-12-18 20:04 (UTC) (edited on 2023-12-18 20:06 (UTC) by jghodd)
megasync is no longer working or building due to an icu upgrade from 73 to 74 - and it cannot be backed out because of the sheer number of upgraded packages that depend on icu74. Btw, there is no icu73 shim package to build and install - not yet anyway.
/bin/ld: warning: libicuuc.so.73, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so, not found (try using -rpath or -rpath-link) /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference to
u_toupper_73' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference to
u_tolower_73' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference tou_isalpha_73' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference to
u_isalnum_73' /bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../lib/libpdfium.so: undefined reference to `u_isspace_73' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:1766: megasync] Error 1 make[1]: Leaving directory '/distro/local/repository/megasync/src/MEGAsync/src/MEGASync' make: *** [Makefile:47: sub-MEGASync-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting...queenmedley commented on 2023-11-15 01:58 (UTC) (edited on 2023-11-15 02:00 (UTC) by queenmedley)
tray icon not showing on gnome shell extension(tray icons), only showing window at beginning. I try another extenson, AppIndicator and KStatusNotifierItem. It shows icon on tray, but something wrong, not working popup menu. not syncing.
jghodd commented on 2023-11-03 17:23 (UTC)
@winnie_ua - my post didn't come from my first try. i'd cleaned up and retried about a dozen times before posting here - every time i did a system update or an update of a package that might have been causing a problem. same error every time.
winnie_ua commented on 2023-10-31 20:50 (UTC)
That might be a reason. I've run it on x86-64 :-(
But error is strange. Looks like file is empty
I'd suggest cleaning up and starting rebuild from scratch.
jghodd commented on 2023-10-31 17:22 (UTC)
@winnie_ua - well, makepkg. i can certainly give yay a try although I need the package file which is why I do the builds from the PKGBUILDs. also, this is an i686 system which has been running (and successfully updating) megasync for years now.
winnie_ua commented on 2023-10-30 23:23 (UTC)
That's wierd. What tool are you using to build?
I've just installed update using yay and had no errors.
jghodd commented on 2023-10-30 19:56 (UTC) (edited on 2023-10-30 19:58 (UTC) by jghodd)
Am getting the following build error:
lrelease error: illegal value in /home/bslx/repository/megasync/src/MEGAsync/src/UUaAQJ.json at offset 0.
Any ideas out there...?
I did check out that json file and it's either empty or does not exist - either way, there's nothing there.
Edit: the json file exists but is empty.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 52 Next › Last »