Hello,
Did you succeed building sage from source? If not what is the error message?
Do you have a system version of ntl? ( pacman -Qs ntl )
On Arch linux (similar to Manjaro) I had the same message error
yesterday when trying to start a sage build which was working few days
earlier:
ImportError: libntl.so.43: cannot open shared object file: No such file
or directory
By looking at the recent updates made by the package manager
( grep -i ntl /var/log/pacman.log ) I found out that the system version
of ntl had been updated recently. Actually I do not use ntl outside of
sage and guess it was installed as a dependency of some program I do not
use anymore. So I removed the system ntl and rebuilt sage (make
distclean && make) with the hope that sage would then install its own
correct version of ntl. It solved the problem. Maybe only rebuilding was
needed?
About the packaged version of sage I do not know, for I am not using it.
Best,
Jean-Florent.