Hello,
I'm having problems loading CL-PPCRE 1.1.0 under CMUCL 19a under FreeBSD.
Lisp spews the following when I ask it to load cl-ppcre:
bash-2.05b$ lisp -eval '(load "cl-ppcre-1.1.0/load.lisp")' ; Loading #p"/usr/home/dl/logs/cl-ppcre-1.1.0/load.lisp".
; In: LET ((CL-PPCRE-BASE-DIRECTORY #) MUST-COMPILE)
; (DOLIST (FILE '# #)) ; --> DO* BLOCK LET* TAGBODY ; ==> ; (LET (#) ; (TAGBODY)) ; Note: Variable FILE defined but never used.
Error in function LISP::%ENUMERATE-MATCHES: Cannot supply a type without a name: #<Unprintable pathname, Host=#LISP::UNIX-HOST, Device=NIL, Directory=(:ABSOLUTE
"usr"
"home"
"dl"
"logs"
"cl-ppcre-1.1.0"), Name=NIL, Type="x86f", Version=:UNSPECIFIC> [Condition of type SIMPLE-ERROR]
Restarts: 0: [CONTINUE] Return NIL from load of "cl-ppcre-1.1.0/load.lisp". 1: [ABORT ] Skip remaining initializations.
Debug (type H for help)
(LISP::%ENUMERATE-MATCHES #<Unprintable pathname, Host=#LISP::UNIX-HOST, Device=NIL, Directory=(:ABSOLUTE
"usr"
"home"
"dl"
"logs"
...), Name=NIL, Type="x86f", Version=:UNSPECIFIC> T T #<Closure Over Function (FLET #:G5 #) {48032DD9}>) Source: Error finding source: Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/filesys.lisp. 0] 0 ; CMU Common Lisp 19a, running on spacebrain.hpc.unm.edu With core: /usr/local/lib/cmucl/lib/lisp.core Dumped on: Tue, 2004-08-03 10:19:33-06:00 on snapdragon.csl.sri.com See http://www.cons.org/cmucl/ for support information. Loaded subsystems: Python 1.1, target Intel x86 CLOS based on Gerd's PCL 2004/04/14 03:32:47 * (quit)
James E. Prewett Systems Team Leader 505.277.8210 Designated Security Officer download@hpc.unm.edu Jim@Prewett.org HPC Systems Engineer III @ HPC@UNM OpenPGP key: pub 1024D/31816D93
On Mon, 24 Jan 2005 08:13:59 -0700 (MST), Jim Prewett download@hpc.unm.edu wrote:
I'm having problems loading CL-PPCRE 1.1.0 under CMUCL 19a under FreeBSD.
Hi Jim!
Thanks for the note, the load.lisp file was broken. 1.2.0 should fix this.
Cheers, Edi.
cl-ppcre-devel@common-lisp.net