<div dir="ltr">Thanks, that fixed the build problems. I did not even have to touch PATH nor LD_LIBRARY_PATH.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 28, 2024 at 11:25 AM Matteo Bernardini <<a href="mailto:matteo.bernardini@gmail.com">matteo.bernardini@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno sab 28 set 2024 alle ore 19:01 Luveh Keraph <<a href="mailto:1.41421@gmail.com" target="_blank">1.41421@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">A number of updates (cryptography, hyperfine, python3-maturin, maybe others) require more recent versions of Rust than the latest official one (1.60) in Slackware 15.0. There are newer versions of Rust under testing though.</div></blockquote><div><br></div><div>yes, and that's why they depend on rust-opt (still available on SBo), a newer rust installed in /opt, and they have this bit in the SlackBuild that let them use it</div><div><br></div><div>export PATH="/opt/rust/bin:$PATH"<br>if [ -z "$LD_LIBRARY_PATH" ]; then<br>  export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX"<br>else<br>  export LD_LIBRARY_PATH="/opt/rust/lib$LIBDIRSUFFIX:$LD_LIBRARY_PATH"<br>fi</div><div><br></div><div>Matteo <br></div></div></div>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="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" target="_blank">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div>