[Openmcl-devel] errors with the 1.9 rc

Faheem Mitha faheem at faheem.info
Sat Feb 9 01:06:18 PST 2013


Hi,

I'm getting errors with the 1.9 rc, both with upstream binaries and also 
with a Debian package compiled from source; both give identical errors. 
This is on Debian squeeze.

Notes: I don't currently have a .ccl-init.lisp, and in any case I'm 
running CCL with the -n flag. Also, in Debian at least, the system caches 
in .cache/common-lisp, but there is no CCL related entry there currently. 
I haven't tried nuking everything.

faheem at orwell:~/.cache/common-lisp$ ls
ecl-11.1.1-linux-x86            sbcl-1.0.57.0.debian-linux-x86 
sbcl-1.1.1.0.debian-linux-x86  sbcl-1.1.3.debian-linux-x86
sbcl-1.0.56.0.debian-linux-x86  sbcl-1.0.58.0.debian-linux-x86 
sbcl-1.1.2.debian-linux-x86    sbcl-1.1.4.debian-linux-x86

There is an cl-asdf Debian package also installed, version 2.22, but it 
doesn't seem this would cause any problems.

Transcript with upstream binary follows. Note that the same error occurs 
when I try to load any CL package, whether Debian package or locally 
installed. This all worked fine with 1.8.

Please CC me on any reply. Thanks.
                                                          Regards, Faheem

faheem at orwell:/usr/local/src/ccl/ccl$ svn info
Path: .
URL: http://svn.clozure.com/publicsvn/openmcl/release/1.9/linuxx86/ccl
Repository Root: http://svn.clozure.com/publicsvn/openmcl
Repository UUID: 8bdb8f1d-59ce-db11-9e41-0016172a54ae
Revision: 15701
Node Kind: directory
Schedule: normal
Last Changed Author: gb
Last Changed Rev: 15687
Last Changed Date: 2013-02-05 06:32:05 +0530 (Tue, 05 Feb 2013)

faheem at orwell:/usr/local/src/ccl/ccl$ rlwrap ./lx86cl -n
Welcome to Clozure Common Lisp Version 1.9-rc1-r15685  (LinuxX8632)!
? (require 'asdf)
ASDF
("ASDF")
? (asdf:asdf-version)
"2.28"

# locally installed package

? (require 'cl-rmath)
ASDF could not load cl-rmath because Too many arguments in call to 
#<Compiled-function ASDF/PACKAGE:FIND-SYMBOL* #x187BFC8E>:
3 arguments provided, at most 2 accepted. .
> Error: Too many arguments in call to #<Compiled-function 
ASDF/PACKAGE:FIND-SYMBOL* #x187BFC8E>:
>        3 arguments provided, at most 2 accepted.
> While executing: ASDF/PACKAGE:FIND-SYMBOL*, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.

# Debian package

? (require 'clsql)
ASDF could not load clsql because Error while trying to load definition 
for system clsql from pathname 
/usr/share/common-lisp/source/clsql/clsql.asd: Too many arguments in call 
to #<Compiled-function ASDF/PACKAGE:FIND-SYMBOL* #x187BFC8E>:
3 arguments provided, at most 2 accepted. .
> Error: Error while trying to load definition for system clsql from 
pathname /usr/share/common-lisp/source/clsql/clsql.asd: Too many arguments 
in call to #<Compiled-function ASDF/PACKAGE:FIND-SYMBOL* #x187BFC8E>:
>        3 arguments provided, at most 2 accepted.
> While executing: (:INTERNAL ASDF/FIND-SYSTEM:LOAD-ASD), in process 
listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available 
restarts.
> If continued: Create and use the internal symbol ASDF::OPERATE
> Type :? for other options.



More information about the Openmcl-devel mailing list