Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 915586

Summary: sci-mathematics/fricas-1.3.9 - emerge hangs forever
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: 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 gentoo-dev 2023-10-11 09:28:14 UTC
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
Comment 1 Toralf Förster gentoo-dev 2023-10-11 09:45:43 UTC
# emerge -qpvO sci-mathematics/fricas
[ebuild   R   ] sci-mathematics/fricas-1.3.9  USE="X emacs -clisp -clozurecl (-cmucl) -ecl -gcl -gmp -sbcl
Comment 2 Toralf Förster gentoo-dev 2023-10-11 09:46:38 UTC
Created attachment 872566 [details]
sci-mathematics:fricas-1.3.9:20231010-201933.log

dump
Comment 3 Toralf Förster gentoo-dev 2023-10-11 09:47:03 UTC
Created attachment 872567 [details]
sci-mathematics:fricas-1.3.9:20231010-194520.log.xz
Comment 4 Toralf Förster gentoo-dev 2023-10-11 09:47:11 UTC
Created attachment 872568 [details]
sci-mathematics:fricas-1.3.9:20231009-183525.log.xz
Comment 5 Larry the Git Cow gentoo-dev 2023-10-12 05:53:10 UTC
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(+)
Comment 6 Larry the Git Cow gentoo-dev 2023-10-12 05:56:03 UTC
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(-)
Comment 7 Andrey Grozin gentoo-dev 2023-10-12 05:58:07 UTC
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.