Thanks a lot. If I cd src first, then all tests pass indeed.
possible test failures (linux) (v1.5.1)
notice this same build works fine with 5.46 but fails with 5.47. also notice this is not built as part of sagemath
as well as config.log
attaching the full build log
I'm building maxima natively (both on the x86_64 and aarch64 archs), using ecl (rather than sbcl). the sources are downloaded from here ${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz The build runs ./configure and then make (both from gnu), as in here https://github.com/void-linux/void-packages/blob/master/srcpkgs/maxima/template
I can also post the full configure output if needed.
'--prefix=/usr' '--sysconfdir=/etc' '--sbindir=/usr/bin' '--bindir=/usr/bin' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--localstatedir=/var' '--host=x86_64-unknown-linux-gnu' '--build=x86_64-unknown-linux-gnu' '--libdir=${exec_prefix}/lib64' '--disable-clisp' '--disable-sbcl-exec' '--enable-ecl' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu'