[Slackbuilds-users] MEGAsync does not compile
Willy Sudiarto Raharjo
willysr at slackbuilds.org
Sun Jul 19 15:28:39 UTC 2026
> The MEGAsync SlackBuild does not compile. I used opencode to
>troubleshoot, but ideally the package should work without requiring
>user intervention. Below is what was done.
>
>Problem 1: cannot find -lzen
>- - Cause: libzen library not installed (dependency of MediaInfoLib)
>- - Solution: Compile and install the libzen SlackBuild before MediaInfoLib
>
>Problem 2: qmake: Komando ne trovita
>- - Cause: qmake installed in /usr/lib64/qt5/bin/ but not in PATH
>- - Solution: ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake
>
>Problem 3: lrelease: Komando ne trovita
>- - Cause: Same issue — lrelease was not in PATH
>- - Solution: ln -s /usr/lib64/qt5/bin/lrelease /usr/bin/lrelease
>
>The full command to fix the symlinks:
>
>ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake
>ln -s /usr/lib64/qt5/bin/lrelease /usr/bin/lrelease
>
>After that, go back to compiling MEGAsync with the SlackBuild.
it's being orphaned since no one takes care of it since 5 years ago
if you are using it, i would suggest you to take over this script
problem 1 is not an issue, it's stated in the REQUIRES that it need
libmediainfo which requires libzen (2nd level dependency)
lrelease and qmake are both included in qt5 package
--
Willy Sudiarto Raharjo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 870 bytes
Desc: OpenPGP digital signature
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20260719/85410420/attachment-0001.asc>
More information about the SlackBuilds-users
mailing list