Menu

#177 install fails on unbound with-dir-key-open params

lisp error
closed-wont-fix
clisp (524)
5
2003-12-23
2003-10-20
Paul Krause
No

1. What is your platform? WinXP
Compiler version? N/A (pre-built)
LIBC version (on Linux)? N/A

2. Where did you get the sources?
http://prdownloads.sourceforge.net/clisp/clisp-2.31-
win32.zip?download
When? October 20, 2003

3. How did you build clisp? pre-built

4. If you are using pre-built binaries, the problem is likely
to be in the incompatibilities between the platform on
which the binary was built and yours; please try
compiling the sources.

I may try this. The pre-built distribution does seem to
be corrupt in some ways. In order to run install.bat in
the first place, I had to change pathnames and fix the
echo syntax (see attachment).

5. What is the output of "clisp --version"?
C:\Program Files\Clisp\clisp-2.31>clisp --version
'clisp' is not recognized as an internal or external
command,
operable program or batch file.

C:\Program Files\Clisp\clisp-2.31>lisp.exe --version

WARNING: No installation directory specified.
Please try: lisp.exe -B /usr/local/lib/clisp
GNU CLISP 2.31 (released 2003-09-01) (built 2003-09-
04 18:27:01)
Features: (CLISP ANSI-CL COMMON-LISP LISP=CL
INTERPRETER SOCKETS GENERIC-STREAMS
LOGICAL-PATHNAMES SCREEN FFI UNICODE BASE-
CHAR=CHARACTER PC386 WIN32)
Installation directory:
*** - SYSTEM::LIB-DIRECTORY: library directory is not
known, use a command line
option to specify it

6. Please supply the full output (copy and paste) of all
the error messages, as well as detailed instructions on
how to reproduce them.

C:\Program Files\Clisp\clisp-2.31>install
+=========================================
=================+
| this will install CLISP on your system, |
| associating file types FAS, MEM and LISP with
CLISP. |
| it will also create a shortcut to CLISP on your desktop.
|
| press C-c to abort |
+=========================================
=================+
Press any key to continue . . .
* Installing CLISP to run from C:\Program
Files\Clisp\clisp-2.31\

WARNING in ADD-LISP-FILE :
LF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-LISP-FILE :
LF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-LISP-FILE :
LF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-LISP-FILE :
IC is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-LISP-FILE :
LF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-LISP-FILE :
CC is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-LISP-FILE :
CC is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-LISP-FILE :
CMD is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
FF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
FF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
FF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
IC is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
FF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
SH is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
SH is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
EX is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
EX is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
CMD is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
SH is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
LO is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
LO is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-FAS-FILE :
CMD is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
MF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
MF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
MF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
IC is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
MF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
SH is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
SH is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
EX is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
EX is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in ADD-MEM-FILE :
CMD is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in COMPILED-FORM-46 :
C1 is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in COMPILED-FORM-46 :
LF is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in COMPILED-FORM-46 :
C1 is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in COMPILED-FORM-46 :
C1 is neither declared nor bound,
it will be treated as if it were declared SPECIAL.
WARNING in COMPILED-FORM-46 :
C1 is neither declared nor bound,
it will be treated as if it were declared
SPECIAL.Associate types <.lisp>, <.lsp
>, <.cl>, <.fas>, <.mem>, with CLISP? (y/n) y

*** - FUNCALL: undefined function C1
Press any key to continue . . .

C:\Program Files\Clisp\clisp-2.31>

Discussion

  • Paul Krause

    Paul Krause - 2003-10-20

    fixed install.bat

     
  • Paul Krause

    Paul Krause - 2003-10-20

    Logged In: YES
    user_id=221319

    Correction to 2. Where did you get the sources?
    http://prdownloads.sourceforge.net/clisp/clisp-msvc-2.31-
    win32.zip?download

     
  • Sam Steingold

    Sam Steingold - 2003-10-20

    Logged In: YES
    user_id=5735

    thanks for such a thorough report.
    please try this patch:

    --- install.lisp.~1.10.~ 2003-07-30 09:56:21.349088400 -0400
    +++ install.lisp 2003-10-20 09:31:37.616491200 -0400
    @@ -5,6 +5,9 @@
    ;; - to set the Registry appropriately
    ;; - to create CLISP.LNK & CLISP.URL on your desktop

    +(in-package "CL-USER")
    +(use-package "LDAP")
    +
    (defvar *clisp-home* (namestring (default-directory)))
    (defvar *clisp-runtime*
    (if (position #\Space *clisp-home*)

     
  • Paul Krause

    Paul Krause - 2003-10-21

    Logged In: YES
    user_id=221319

    Thanks for the quick reply. After applying the change, I now
    get a different error.

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\Program Files\Clisp\clisp-2.31>install
    +=============================================
    =============+
    | this will install CLISP on your system, |
    | associating file types FAS, MEM and LISP with CLISP. |
    | it will also create a shortcut to CLISP on your desktop. |
    | press C-c to abort |
    +=============================================
    =============+
    Press any key to continue . . .

    *** - USE-PACKAGE: There is no package with name "LDAP"
    Press any key to continue . . .

    C:\Program Files\Clisp\clisp-2.31>

     
  • Sam Steingold

    Sam Steingold - 2003-10-21

    Logged In: YES
    user_id=5735

    please make sure that install.bat calls the "full" image:
    full/lisp.exe -B . -M full/lispinit.mem -norc

     
  • Paul Krause

    Paul Krause - 2003-12-23
    • status: open --> closed-wont-fix
     
  • Paul Krause

    Paul Krause - 2003-12-23

    Logged In: YES
    user_id=221319

    Using the other distribution solved the problem.

     

Log in to post a comment.