Summary: | sci-mathematics/fricas-1.3.9 - emerge hangs forever | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Andrey Grozin <grozin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sci-mathematics |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
sci-mathematics:fricas-1.3.9:20231010-201933.log
sci-mathematics:fricas-1.3.9:20231010-194520.log.xz sci-mathematics:fricas-1.3.9:20231009-183525.log.xz |
Description
Toralf Förster
![]() # 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. |