Summary: | dev-lisp/sbcl - sbcl: fatal error encountered in SBCL pid xxx(tid 0xnnnnnnnn): can't find core file at /usr/lib/sbcl//sbcl.core | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christopher Schwan <handgranaten-herbert> |
Component: | Current packages | Assignee: | Common Lisp Bugs <common-lisp> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Christopher Schwan
2019-11-06 18:41:56 UTC
OK, the problem was that I didn't run `source /etc/profile`. There are two environment variables needed that are added the /etc/env.d (shouldn't there be a message reminding me?) This can be closed. I would like to chime in, that, I ran into this exact issue as well, and then found this bug report. Especially since an X session keeps its environment, it might be useful to let the user know sbcl won't run properly until their shell is reloaded. Essentially, I will have to restart X, and reloging (if I ran via startx) to have sbcl run properly in my terminal after installing it. Yes, I, too was stuck until I found this bug. after "source /etc/profile" in any open shell, I was able to move forward. Just hit this myself, so adding another vote for having a postinst message about the need to source /etc/profile in order to be able to use SBCL immediately after installation. |