Summary: | dev-lisp/sbcl-2.3.9: emerge hangs since 8 hours | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Andrey Grozin <grozin> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | aidenwingard2, common-lisp, grozin, hadrien.lacour, toralf |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=411453 https://bugs.gentoo.org/show_bug.cgi?id=477536 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 914580, 941869 | ||
Attachments: |
emerge-info.txt
dev-lisp:sbcl-2.3.9:20231117-040524.log emerge-history.txt etc.clang.tar.xz etc.portage.tar.xz qlist-info.txt temp.tar.xz |
Description
Toralf Förster
![]() Not again... Added 2 bugs to See Also. Pretty sure we've had way more than that. appeared recently at the tinderbox image 17.1_desktop_plasma_systemd-20231114-175506 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-20231114-175506 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-14 * clang/llvm (if any): clang version 17.0.5 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/17 17.0.5 Python 3.11.6 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.73.0 * Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-21 [3] openjdk-jre-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): go version go1.21.4 linux/amd64 HEAD of ::gentoo commit 8f5c5ffc76609143c20514f2ef860d1d6218a151 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Nov 17 02:02:03 2023 +0000 2023-11-17 02:02:03 UTC emerge -qpvO dev-lisp/sbcl [ebuild N ] dev-lisp/sbcl-2.3.9 USE="threads unicode zstd -debug -doc -source -system-bootstrap" Created attachment 874923 [details]
emerge-info.txt
Created attachment 874924 [details]
dev-lisp:sbcl-2.3.9:20231117-040524.log
Created attachment 874925 [details]
emerge-history.txt
Created attachment 874926 [details]
etc.clang.tar.xz
Created attachment 874927 [details]
etc.portage.tar.xz
Created attachment 874928 [details]
qlist-info.txt
Created attachment 874929 [details]
temp.tar.xz
The important lines in the log are the last ones: -------------------------------- fatal error encountered in SBCL pid 544 tid 544: GC invariant lost, file "immobile-space.c", line 442 Welcome to LDB, a low-level debugger for the Lisp runtime environment. -------------------------------- and the debugger is waiting for a user input ad infinitum. Something very wrong has happened during garbage collection. I've never seen such a thing. Might be miscompiled. (In reply to Sam James from comment #13) > Might be miscompiled. next image with same problem: 17.1_no_multilib_hardened-20231119-192004 16:17 h! (3 of 6) dev-lisp/sbcl-2.3.10 Is there some way to abort builds which wait for a user input? Add < /dev/null somewhere or something. *** Bug 925948 has been marked as a duplicate of this bug. *** (In reply to Andrey Grozin from comment #15) > Is there some way to abort builds which wait for a user input? Add < > /dev/null somewhere or something. should then be made in the ebuild, right? (In reply to Toralf Förster from comment #17) > (In reply to Andrey Grozin from comment #15) > > Is there some way to abort builds which wait for a user input? Add < > > /dev/null somewhere or something. > > should then be made in the ebuild, right? I think in /usr/lib/portage/python*/ebuild-helpers/emake |