stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Building StumpWM/CLisp on Ubuntu


From: Sébastien Vauban
Subject: Re: [STUMP] Building StumpWM/CLisp on Ubuntu
Date: Wed, 16 Sep 2009 17:19:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hi Shawn, hi all,

Shawn Betts wrote:
>> --8<---------------cut here---------------start------------->8---
>> clisp -K full -on-error exit -x "(load \"asdf.lisp\") (load
>> \"stumpwm.asd\") (load \"/usr/share/common-lisp/systems/cl-ppcre.asd\")
>> (asdf:operate 'asdf:load-op :stumpwm) (stumpwm::stumpwm) (ext:exit)"
>
> Remove "-on-error exit" so it doesn't quit when it hits an error.
> Also, remove (ext:exit) because you don't want it to quit!

OK. Here is my new command, then:

--8<---------------cut here---------------start------------->8---
clisp -K full -x "(load \"asdf.lisp\") (load \"stumpwm.asd\") (load 
\"/usr/share/common-lisp/systems/cl-ppcre.asd\") (asdf:operate 'asdf:load-op 
:stumpwm) (stumpwm::stumpwm)"
--8<---------------cut here---------------end--------------->8---


>> 0 errors, 0 warnings
>> NIL
>> *** - SYSTEM::%STRUCTURE-STORE: 49 is not a valid index into #<XLIB:DISPLAY
>>       localhost:0 (The X.Org Foundation R10600000) X11.0 #x2185A1F6>
>
> When you get the error print a backtrace. I'm on someone else's machine and
> I forget how to get a bt from clisp. I think its just :b. post the backtrace
> here.

In fact, the above command (with exit on error, and exit) does not help: it
quits on its own.


> Also, if you're going to post giant copy of you output (which is good)
> can you attach it as a file? That would help me to avoid missing any of your
> comments in the sea of output.

OK. Understood.

Here is the attachment of the execution of the above. Nothing very new...

Best regards,
  Seb

-- 
Sébastien Vauban
Script started on Wed Sep 16 17:15:35 2009





[Wed Sep 16 17:15:35]


address@hidden ~>cd src/stumpwm/




[Wed Sep 16 17:15:39]


address@hidden ~/src/stumpwm>clisp -K full -x "(load \"asdf.lisp\") (load 
\"stumpwm.asd\") (load \"/usr/share/common-lis 
p/systems/cl-ppcre.asd\") (asdf:operate 'asdf:load-op :stumpwm) 
(stumpwm::stumpwm)"

  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo

  I I I I I I I      8     8   8           8     8     o  8    8

  I  \ `+' /  I      8         8           8     8        8    8

   \  `-+-'  /       8         8           8      ooooo   8oooo

    `-__|__-'        8         8           8           8  8

        |            8     o   8           8     o     8  8

  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8



Welcome to GNU CLISP 2.48 (2009-07-28) <http://clisp.cons.org/>



Copyright (c) Bruno Haible, Michael Stoll 1992, 1993

Copyright (c) Bruno Haible, Marcus Daniels 1994-1997

Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998

Copyright (c) Bruno Haible, Sam Steingold 1999-2000

Copyright (c) Sam Steingold, Bruno Haible 2001-2009



Type :h and hit Enter for context help.



;; Loading file asdf.lisp ...

;; Loaded file asdf.lisp

T

;; Loading file stumpwm.asd ...

;; Loaded file stumpwm.asd

T

;; Loading file /usr/share/common-lisp/systems/cl-ppcre.asd ...

;; Loaded file /usr/share/common-lisp/systems/cl-ppcre.asd

T

;; Loading file /usr/share/common-lisp/source/cl-ppcre/packages.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/packages.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/specials.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/specials.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/util.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/util.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/errors.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/errors.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/lexer.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/lexer.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/parser.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/parser.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/regex-class.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/regex-class.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/convert.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/convert.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/optimize.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/optimize.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/closures.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/closures.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/repetition-closures.fas 
...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/repetition-closures.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/scanner.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/scanner.fas

;; Loading file /usr/share/common-lisp/source/cl-ppcre/api.fas ...

;; Loaded file /usr/share/common-lisp/source/cl-ppcre/api.fas

;; Loading file /home/sva/src/stumpwm/package.fas ...

;; Loaded file /home/sva/src/stumpwm/package.fas

;; Loading file /home/sva/src/stumpwm/primitives.fas ...

;; Loaded file /home/sva/src/stumpwm/primitives.fas

;; Loading file /home/sva/src/stumpwm/workarounds.fas ...

WARNING: DEFUN/DEFMACRO(GET-WM-CLASS): #<PACKAGE XLIB> is locked

         Ignore the lock and proceed

WARNING: DEFUN/DEFMACRO: redefining function GET-WM-CLASS in 
/home/sva/src/stumpwm/workarounds.fas, was defined in

         /home/sva/src/clisp-2.48/src/clx/new-clx/clx.fas

WARNING: DEFUN/DEFMACRO(WITH-GCONTEXT): #<PACKAGE XLIB> is locked

         Ignore the lock and proceed

WARNING: DEFUN/DEFMACRO: redefining macro WITH-GCONTEXT in 
/home/sva/src/stumpwm/workarounds.fas, was defined in

         /home/sva/src/clisp-2.48/src/clx/new-clx/clx.fas

;; Loaded file /home/sva/src/stumpwm/workarounds.fas

;; Loading file /home/sva/src/stumpwm/wrappers.fas ...

;; Loaded file /home/sva/src/stumpwm/wrappers.fas

;; Loading file /home/sva/src/stumpwm/keysyms.fas ...

;; Loaded file /home/sva/src/stumpwm/keysyms.fas

;; Loading file /home/sva/src/stumpwm/keytrans.fas ...

;; Loaded file /home/sva/src/stumpwm/keytrans.fas

;; Loading file /home/sva/src/stumpwm/kmap.fas ...

;; Loaded file /home/sva/src/stumpwm/kmap.fas

;; Loading file /home/sva/src/stumpwm/input.fas ...

WARNING: INTERN("*WINDOW-ATTRIBUTES*"): #<PACKAGE XLIB> is locked

         Ignore the lock and proceed

WARNING: INTERN("CLEANUP-STATE-ENTRY"): #<PACKAGE XLIB> is locked

         Ignore the lock and proceed

;; Loaded file /home/sva/src/stumpwm/input.fas

;; Loading file /home/sva/src/stumpwm/core.fas ...

;; Loaded file /home/sva/src/stumpwm/core.fas

;; Loading file /home/sva/src/stumpwm/command.fas ...

;; Loaded file /home/sva/src/stumpwm/command.fas

;; Loading file /home/sva/src/stumpwm/menu.fas ...

;; Loaded file /home/sva/src/stumpwm/menu.fas

;; Loading file /home/sva/src/stumpwm/screen.fas ...

WARNING: INTERN("CHANGE-WINDOW-ATTRIBUTE"): #<PACKAGE XLIB> is locked

         Ignore the lock and proceed

;; Loaded file /home/sva/src/stumpwm/screen.fas

;; Loading file /home/sva/src/stumpwm/head.fas ...

;; Loaded file /home/sva/src/stumpwm/head.fas

;; Loading file /home/sva/src/stumpwm/group.fas ...

;; Loaded file /home/sva/src/stumpwm/group.fas

;; Loading file /home/sva/src/stumpwm/window.fas ...

;; Loaded file /home/sva/src/stumpwm/window.fas

;; Loading file /home/sva/src/stumpwm/floating-group.fas ...

;; Loaded file /home/sva/src/stumpwm/floating-group.fas

;; Loading file /home/sva/src/stumpwm/tile-group.fas ...

;; Loaded file /home/sva/src/stumpwm/tile-group.fas

;; Loading file /home/sva/src/stumpwm/tile-window.fas ...

;; Loaded file /home/sva/src/stumpwm/tile-window.fas

;; Loading file /home/sva/src/stumpwm/window-placement.fas ...

;; Loaded file /home/sva/src/stumpwm/window-placement.fas

;; Loading file /home/sva/src/stumpwm/message-window.fas ...

;; Loaded file /home/sva/src/stumpwm/message-window.fas

;; Loading file /home/sva/src/stumpwm/selection.fas ...

;; Loaded file /home/sva/src/stumpwm/selection.fas

;; Loading file /home/sva/src/stumpwm/user.fas ...

;; Loaded file /home/sva/src/stumpwm/user.fas

;; Loading file /home/sva/src/stumpwm/iresize.fas ...

;; Loaded file /home/sva/src/stumpwm/iresize.fas

;; Loading file /home/sva/src/stumpwm/bindings.fas ...

;; Loaded file /home/sva/src/stumpwm/bindings.fas

;; Loading file /home/sva/src/stumpwm/events.fas ...

;; Loaded file /home/sva/src/stumpwm/events.fas

;; Loading file /home/sva/src/stumpwm/help.fas ...

;; Loaded file /home/sva/src/stumpwm/help.fas

;; Loading file /home/sva/src/stumpwm/fdump.fas ...

;; Loaded file /home/sva/src/stumpwm/fdump.fas

;; Loading file /home/sva/src/stumpwm/time.fas ...

;; Loaded file /home/sva/src/stumpwm/time.fas

;; Loading file /home/sva/src/stumpwm/mode-line.fas ...

;; Loaded file /home/sva/src/stumpwm/mode-line.fas

;; Loading file /home/sva/src/stumpwm/color.fas ...

WARNING: INTERN("COPY-GCONTEXT-LOCAL-STATE"): #<PACKAGE XLIB> is locked

         Ignore the lock and proceed

WARNING: INTERN("RESTORE-GCONTEXT-TEMP-STATE"): #<PACKAGE XLIB> is locked

         Ignore the lock and proceed

WARNING: INTERN("DEALLOCATE-GCONTEXT-STATE"): #<PACKAGE XLIB> is locked

         Ignore the lock and proceed

;; Loaded file /home/sva/src/stumpwm/color.fas

;; Loading file /home/sva/src/stumpwm/module.fas ...

;; Loaded file /home/sva/src/stumpwm/module.fas

;; Loading file /home/sva/src/stumpwm/stumpwm.fas ...

;; Loaded file /home/sva/src/stumpwm/stumpwm.fas

;; Loading file /home/sva/src/stumpwm/version.fas ...

;; Loaded file /home/sva/src/stumpwm/version.fas

0 errors, 0 warnings

NIL

*** - SYSTEM::%STRUCTURE-STORE: 49 is not a valid index into

      #<XLIB:DISPLAY localhost:0 (The X.Org Foundation R10600000) X11.0 
#x21E811F6>



Bye.




[Wed Sep 16 17:15:51

reply via email to

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