Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925948 - Installing dev-lisp/sbcl-2.4.1 drops you into a Lisp debug environment, install cannot continue
Summary: Installing dev-lisp/sbcl-2.4.1 drops you into a Lisp debug environment, insta...
Status: RESOLVED DUPLICATE of bug 917495
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-01 22:48 UTC by kernaltrap
Modified: 2024-03-01 23:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log for dev-lisp/sbcl-2.4.1 (build.log,171.16 KB, text/plain)
2024-03-01 23:05 UTC, kernaltrap
Details
emerge --info output (emerge-info.txt,17.91 KB, text/plain)
2024-03-01 23:05 UTC, kernaltrap
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kernaltrap 2024-03-01 22:48:53 UTC
this is the first time i've filed a bug report, please bear with me.
upon trying to install the dev-lisp/sbcl-2.4.1 package, it appears to install fine for the most part, however, at a certain stage, it drops you to a Lisp debug environment. i first thought it was a issue with me running in a su shell, but no, even trying to do it from just a "sudo emerge" command fails.
i cannot send any logs for now as my bugzilla account is too new, its very easy to reproduce however.
just run "sudo emerge dev-lisp/sbcl-2.4.1".

this is the error message before you are dropped into the debug environment:

Found string "~/sb-impl:print-type-specifier/"
Found string "Can't displace an array of type ~/sb-impl:print-type-specifier/ ~
                           into another of type ~/sb-impl:print-type-specifier/"
WARNING: Potential problem with format-control strings.
Please check that all strings which were not recognizable to the compiler
(as the first argument to WARN, etc.) are wrapped in SB-FORMAT:TOKENS
fatal error encountered in SBCL pid 553 tid 553:
GC invariant lost, file "immobile-space.c", line 440

if any additional information is needed, let me know.


kernaltrap

P.S. this is probably an upstream issue, though i dont know yet.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-03-01 22:51:02 UTC
Please include the build.log up to the point it fails (you should be able to do that, just do it as an attachment).

You should be able to include emerge --info as an attachment too, just not a paste.
Comment 2 kernaltrap 2024-03-01 23:05:04 UTC
Created attachment 886504 [details]
Build log for dev-lisp/sbcl-2.4.1
Comment 3 kernaltrap 2024-03-01 23:05:35 UTC
Created attachment 886505 [details]
emerge --info output
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-03-01 23:53:04 UTC
parona pointed out this is gcc-14 so likely a dupe of bug 917495.

*** This bug has been marked as a duplicate of bug 917495 ***