bugThe Stump Window Manager - Bugs: bug #33096, Can't build with CLISP 2.49

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #33096: Can't build with CLISP 2.49

Submitter:  None
Submitted:  Sat 16 Apr 2011 10:10:30 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open

Sat 07 May 2011 03:44:47 PM UTC, comment #1: 

I've made progress towards the source of this bug.

The "lispinit.mem" problem is solved by reinstalling clisp.

Also, install clisp-module-clx

Then, modify Makefile.in to remove the "-K full" from both clisp build options lines.

Also, modify module.lisp.in to add a "(require "clx")" after the "(require 'asdf ...)". Then, make the same change to the clisp_INFOPTS line in Makefile.in .

Then, rerun ./configure

This will allow stumpwm to build.

Post confirmation on whether the resulting executable runs.

Krzysztof Drewniak <krzysz00>
Sat 16 Apr 2011 10:10:30 AM UTC, original submission:  

Building stumpwm on Debian squeeze (using the clisp package from
Debian sid) fails with the following output.

$ make
/usr/bin/clisp -K full -on-error exit ./make-image.lisp
/usr/bin/clisp: /usr/lib/clisp-2.49/full/lisp.run: No such file or directory
make: * [stumpwm] Error 1

There is, however, a file named `lisp.run' in
`/usr/lib/clisp-2.49/base/'.  I tried making a symbolic link
`/usr/lib/clisp-2.49/full/lisp.run' to
`/usr/lib/clisp-2.49/base/lisp.run' and running make again, but I only
get a different error.

$ make
/usr/bin/clisp -K full -on-error exit ./make-image.lisp
/usr/lib/clisp-2.49/full/lisp.run: operating system error during load of initialization file `/usr/lib/clisp-2.49/full/lispinit.mem'
[/build/clisp-QkfhfL/clisp-2.49/src/spvw_memfile.d:982] errno = ENOENT: No such file or directory.
make: * [stumpwm] Error 1

So it seems that stumpwm can not even be built with CLISP 2.49.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by krzysz00 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code