stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] *** - unknown character set ascii-0/iso-10646-1


From: Egon Hyszczak
Subject: [STUMP] *** - unknown character set ascii-0/iso-10646-1
Date: Sat, 17 Apr 2010 23:59:53 -0400

I've exhausted my patience trying to track down the cause of this error. I am running Slackware 13 on an Acer Aspire One netbook. I managed to get all the prerequisites and stumpwm compiled. There were some discrepancies between the stumpwm install docs and what I actually had to do to get asdf-install working, but that's a topic for another thread...

When I try to load stumpwm from a tty I get the following error: *** - unknown character set "iso-10646-1"

When I try to load stumpwm through Xnest or Xephyr, I receive a character set error, this time referring to "ascii-0"

I've tried setting my LANG to en_US.UTF-8, no dice.

Also tried setting CLISP_LANGUAGE to various things.

There is a similar thread at http://lists.gnu.org/archive/html/stumpwm-devel/2008-10/msg00048.html. Shawn mentioned trying to load stump via the interpreter

Xephyr/XNest -ac :1
clisp -K full
(load "asdf.lisp")
(load "cl-ppcre/cl-ppcre.asd")
(load "stumpwm.asd")
(asdf:oos 'asdf:load-op 'stumpwm)
(stumpwm:stumpwm)

First unexpected warning:
;; Compiling file /home/egon/Downloads/stumpwm/workarounds.lisp ...
** - Continuable Error
INTERN("FIRST-ZERO"): #<PACKAGE XLIB> is locked
If you continue (by typing 'continue'): Ignore the lock and proceed

I continue through "SECOND-ZERO", "SAVED", "GCON", "G0", G1", and on and on...

When I run (stumpwm:stumpwm):
[1]> (stumpwm:stumpwm)

*** - FIND: STUMPWM:*INITIALIZING* is not a SEQUENCE
The following restarts are available:
QUIT-STUMPWM   :R1      Quit Stumpwm
ABORT          :R2      Abort main loop
Break 1 [2]>

And the results of (stumpwm::print-backtrace):
[5]> (stumpwm::print-backtrace)
<1/44> #<SYSTEM-FUNCTION SHOW-STACK> 3
<2/40> #<COMPILED-FUNCTION STUMPWM::PRINT-BACKTRACE>
[38] EVAL frame for form (STUMPWM::PRINT-BACKTRACE)
- #<IO TERMINAL-STREAM>
<3/35> #<SYSTEM-FUNCTION SYSTEM::READ-EVAL-PRINT> 2
[30] compiled tagbody frame for #(NIL)
- #(#(NIL T) NIL)
- #<COMPILED-FUNCTION SYSTEM::MAIN-LOOP-1>
<4/21> #<COMPILED-FUNCTION SYSTEM::MAIN-LOOP-1>
- #<COMPILED-FUNCTION SYSTEM::MAIN-LOOP-1>
<5/19> #<SYSTEM-FUNCTION SYSTEM::DRIVER>
- #(NIL T)
- #<UNBOUND>
<6/13> #<COMPILED-FUNCTION SYSTEM::MAIN-LOOP>
- #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
<7/10> #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
- #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
<8/8> #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
- #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
<9/6> #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
- #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
<10/4> #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
- #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
<11/2> #<COMPILED-FUNCTION EXT::SAVEINITMEM-1>
<12/3> #<SYSTEM-FUNCTION SYSTEM::DRIVER>
<13/3> #<SYSTEM-FUNCTION SYSTEM::DRIVER>
- #<ADDRESS #x00000000>
13

Thanks in advance,
~Egon

reply via email to

[Prev in Thread] Current Thread [Next in Thread]