<div dir="auto">Are you talking about it failing because it was missing expected dependencies? Because it built correctly after I installed all the required dependencies on a clean system with a full Slackware install (which is the base that SBo expects) without needing to make any tweaks.<div dir="auto"><br></div><div dir="auto">On top of having a full Slackware install, you need to make sure you install the packages listed in the REQUIRES field in the MEGAsync.info file, which in turn requires you to install the dependencies of those dependencies, and the dependencies of those dependencies, and on. You can simplify this with one of the many tools used to interact with SBo.</div><div dir="auto"><br></div><div dir="auto">I personally use sbopkg to build the packages and queues of packages, and its companion app, sqg (SlackBuild queue generator), that will generate queues for sbopkg to build.</div><div dir="auto"><br></div><div dir="auto">Jeremy</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 19, 2026, 7:59 AM Gilberto F da Silva <<a href="mailto:2458099@gmail.com" target="_blank" rel="noreferrer">2458099@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA256<br>
<br>
The MEGAsync SlackBuild does not compile. I used opencode to<br>
troubleshoot, but ideally the package should work without requiring<br>
user intervention. Below is what was done.<br>
<br>
Problem 1: cannot find -lzen<br>
- - Cause: libzen library not installed (dependency of MediaInfoLib)<br>
- - Solution: Compile and install the libzen SlackBuild before MediaInfoLib<br>
<br>
Problem 2: qmake: Komando ne trovita<br>
- - Cause: qmake installed in /usr/lib64/qt5/bin/ but not in PATH<br>
- - Solution: ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake<br>
<br>
Problem 3: lrelease: Komando ne trovita<br>
- - Cause: Same issue — lrelease was not in PATH<br>
- - Solution: ln -s /usr/lib64/qt5/bin/lrelease /usr/bin/lrelease<br>
<br>
The full command to fix the symlinks:<br>
<br>
ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake<br>
ln -s /usr/lib64/qt5/bin/lrelease /usr/bin/lrelease<br>
<br>
After that, go back to compiling MEGAsync with the SlackBuild.<br>
<br>
- -- <br>
<br>
Stela dato:2.461.241,119 Loka tempo:2026-07-19 11:51:22 Dimanĉo Slackware 15.0 x86_64<br>
- -==-<br>
É evidente que Deus, o supremo arquiteto, projetou o Brasil como uma <br>
sala de estar. Mas os proprietários preferiram usá-lo como <br>
depósito de lixo.<br>
-- Millôr Fernandes<br>
-----BEGIN PGP SIGNATURE-----<br>
Comment: +-----------------------------------------------------+<br>
Comment: ! <a href="https://t.me/Gilberto_F_da_Silva" rel="noreferrer noreferrer noreferrer" target="_blank">https://t.me/Gilberto_F_da_Silva</a> !<br>
Comment: +-----------------------------------------------------+<br>
<br>
iFcDBQFqXOYydAvwmry29xoRCP3PAP49qqoMCK4apdGgBNSNie0DBVFEejg/m/wq<br>
Ae21JC74agEAiP0W/rRQmsmFOGZfA1+tqhMBAGwbuFsOxEgEHuxcun8=<br>
=W5SW<br>
-----END PGP SIGNATURE-----<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" rel="noreferrer noreferrer" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer noreferrer noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>