Hello Peter, Peter Van Eynde <[EMAIL PROTECTED]> writes: > Hello Dmitriyi, > Dmitriyi Paduchikh schreef: >> Setting up sbcl (0.9.1.28-1) ... >> /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. >> >> and then installation process hangs up for an indefinite amount of time.
> This version has another bug that prevents it working with a LANG=ru_UA > or LC_ALL=ru_UA. I'm guessing that you are seeing a different symptom of > the same problem. Could you retry with LANG=C and LC_ALL=C? As root do: You are right, setting locale to C helps to complete installation and to run sbcl afterwards. Thanks! If I attempt to start sbcl with LANG=C LC_CTYPE=ru_RU.KOI8-R (ie. only LC_CTYPE is set to ru_RU) it fails with error message: $ LANG=C LC_CTYPE=ru_RU.KOI8-R sbcl Linux with NPTL support (e.g. kernel 2.6 or newer) required for thread-enabled SBCL. Disabling thread support. This is SBCL 0.9.1.28, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. ??????????????????????????internal error #29 SC: 14, Offset: 4 lispobj 0x50a4c67 fatal error encountered in SBCL pid 14994: internal error too early in init, can't recover The system is too badly corrupted or confused to continue at the Lisp level. If the system had been compiled with the SB-LDB feature, we'd drop into the LDB low-level debugger now. But there's no LDB in this build, so we can't really do anything but just exit, sorry. $ -- Dmitriyi Paduchikh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

