from the process table: bash,17296,portage /usr/lib/portage/python3.11/ebuild-helpers/emake -j1 └─make,17310 -j5 -j1 └─make,17648 BUILD_DATE=Tue Oct 10 20:19:45 UTC 2023 all-src └─make,21126 all-lisp └─sh,21164 -c echo '(load "fricas-package.lisp")' \\\012 '(load "fricas-config.lisp")' \\\012 '#+(or :sbcl :openmcl) (load (compile-file "num_gmpx.lisp"))' \\\01 2 '(load (compile-file "fricas-lisp.lisp"))' \\\012 '(load (compile-file "primitives.lisp"))' \\\012 '(in-package "FRICAS-LISP") (save-core "/var/tmp/portage/sci-mathematic s/fricas-1.3.9/work/fricas-1.3.9/build/x86_64-pc-linux-gnu/bin/lisp")' \\\012 | sbcl --noinform --noprint --no-sysinit --no-userinit └─sbcl,21169 --noinform --noprint --no-sysinit --no-userinit
# emerge -qpvO sci-mathematics/fricas [ebuild R ] sci-mathematics/fricas-1.3.9 USE="X emacs -clisp -clozurecl (-cmucl) -ecl -gcl -gmp -sbcl
Created attachment 872566 [details] sci-mathematics:fricas-1.3.9:20231010-201933.log dump
Created attachment 872567 [details] sci-mathematics:fricas-1.3.9:20231010-194520.log.xz
Created attachment 872568 [details] sci-mathematics:fricas-1.3.9:20231009-183525.log.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ec74713d3070e9be5b5e78dd21d62db19873c4 commit 09ec74713d3070e9be5b5e78dd21d62db19873c4 Author: Andrey Grozin <grozin@gentoo.org> AuthorDate: 2023-10-12 05:52:18 +0000 Commit: Andrey Grozin <grozin@gentoo.org> CommitDate: 2023-10-12 05:52:54 +0000 sci-mathematics/fricas: cannot be compiled with sbcl-2.3.9 Closes: https://bugs.gentoo.org/915586 Signed-off-by: Andrey Grozin <grozin@gentoo.org> sci-mathematics/fricas/fricas-1.3.9-r1.ebuild | 111 ++++++++++++++++++++++++++ 1 file changed, 111 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4962c844af760b3889682f744fbe76a4507cf1ba commit 4962c844af760b3889682f744fbe76a4507cf1ba Author: Andrey Grozin <grozin@gentoo.org> AuthorDate: 2023-10-12 05:55:14 +0000 Commit: Andrey Grozin <grozin@gentoo.org> CommitDate: 2023-10-12 05:55:42 +0000 sci-mathematics/fricas: remove old versions Bug: https://bugs.gentoo.org/915586 Signed-off-by: Andrey Grozin <grozin@gentoo.org> sci-mathematics/fricas/Manifest | 1 - .../fricas/files/fricas-sbcl-2.3.2.patch | 18 ---- sci-mathematics/fricas/fricas-1.3.8-r1.ebuild | 112 --------------------- sci-mathematics/fricas/fricas-1.3.9.ebuild | 111 -------------------- 4 files changed, 242 deletions(-)
Waldek Hebisch writes: FriCAS depends on internals of sbcl bignum code. AFAICS sbcl-2.3.9 changed this in a way which is incompatible with fricas-1.3.9. It will take at least few days to adapt. I hope we'll soon have a patch which will allow us to compile fricas with sbcl-2.3.9.