From: Radu
Subject: cl-httpd on CMUCL (linux)
Date: 
Message-ID: <45fc91de-7dcc-4f7d-8666-e92a3caa3ad0@u12g2000prd.googlegroups.com>
I am trying to compile CL-HTTP on CMUCL which I downloaded from
http://www.cl-http.org:8001/cl-http/dist/cl-http-70-190a.tar.gz.

I run CMUCL version 19d on linux x86 (Debian etch/stable).

I did not succeed and I wonder if anybody could point out to me how to
get it running.

Here's what I tried so far:

Following the instructions in cmucl/read-me.text,
I first tried to apply the patches from cmucl/cl-http-patches.text,
but some hunks fail.

When trying to compile it, I get an error:

* (load "cmucl/start.lisp")

; Loading
#P"/home/radu/ca/corpus/clos/cl-http-70-190a/cmucl/start.lisp".
;; Loading
#P"/home/radu/ca/corpus/clos/cl-http-70-190a/cmucl/translations.lisp".


Error in function LISP::SUBSTITUTE-INTO:
   Not enough wildcards in FROM pattern to match TO pattern:
  #<LISP::PATTERN :MULTI-CHAR-WILD "." :MULTI-CHAR-WILD>
   [Condition of type SIMPLE-ERROR]

Restarts:
  0: [CONTINUE] Return NIL from load of "cmucl/start.lisp".
  1: [ABORT   ] Return to Top-Level.

Debug  (type H for help)

(LISP::SUBSTITUTE-INTO
#<LISP::PATTERN :MULTI-CHAR-WILD "." :MULTI-CHAR-WILD>
                       NIL
                       T)
Source:
; File: target:code/pathname.lisp
(ERROR "Not enough wildcards in FROM pattern to match ~
                       TO pattern:~%  ~S"
       PATTERN)
0] h



--
Thanks,
Radu

From: Madhu
Subject: Re: cl-httpd on CMUCL (linux)
Date: 
Message-ID: <m3ve0iyvr7.fsf@meer.net>
* Radu <····································@u12g2000prd.googlegroups.com> :
Wrote on Mon, 9 Jun 2008 16:39:35 -0700 (PDT):

| I am trying to compile CL-HTTP on CMUCL which I downloaded from
| http://www.cl-http.org:8001/cl-http/dist/cl-http-70-190a.tar.gz.

I have been maintaining some CMUCL patches for cl-http 70-216-s274
(beta) under CMUCL (not debian).  Search google for
"cl-http/patch-70-216-s274-devo" for my patch tree, and email me for
further configuration info if needed.

| Following the instructions in cmucl/read-me.text,
| I first tried to apply the patches from cmucl/cl-http-patches.text,
| but some hunks fail.

I'm afraid the instructions bundled with cl-http-70-190a were already
outdated and incorrect.  I had a patchset for 70-190a but haven't run it
since Oct 2002, so I'd suggest obtaining the above version from the
developers, (I've not found a newer released beta), and trying the
patches.
-- Madhu
From: Rainer Joswig
Subject: Re: cl-httpd on CMUCL (linux)
Date: 
Message-ID: <joswig-05BE8F.12542311062008@news-europe.giganews.com>
In article 
<····································@u12g2000prd.googlegroups.com>,
 Radu <····@gmx.net> wrote:

> I am trying to compile CL-HTTP on CMUCL which I downloaded from
> http://www.cl-http.org:8001/cl-http/dist/cl-http-70-190a.tar.gz.
> 
> I run CMUCL version 19d on linux x86 (Debian etch/stable).
> 
> I did not succeed and I wonder if anybody could point out to me how to
> get it running.
> 
> Here's what I tried so far:
> 
> Following the instructions in cmucl/read-me.text,
> I first tried to apply the patches from cmucl/cl-http-patches.text,
> but some hunks fail.
> 
> When trying to compile it, I get an error:
> 
> * (load "cmucl/start.lisp")
> 
> ; Loading
> #P"/home/radu/ca/corpus/clos/cl-http-70-190a/cmucl/start.lisp".
> ;; Loading
> #P"/home/radu/ca/corpus/clos/cl-http-70-190a/cmucl/translations.lisp".
> 
> 
> Error in function LISP::SUBSTITUTE-INTO:
>    Not enough wildcards in FROM pattern to match TO pattern:
>   #<LISP::PATTERN :MULTI-CHAR-WILD "." :MULTI-CHAR-WILD>
>    [Condition of type SIMPLE-ERROR]
> 
> Restarts:
>   0: [CONTINUE] Return NIL from load of "cmucl/start.lisp".
>   1: [ABORT   ] Return to Top-Level.
> 
> Debug  (type H for help)
> 
> (LISP::SUBSTITUTE-INTO
> #<LISP::PATTERN :MULTI-CHAR-WILD "." :MULTI-CHAR-WILD>
>                        NIL
>                        T)
> Source:
> ; File: target:code/pathname.lisp
> (ERROR "Not enough wildcards in FROM pattern to match ~
>                        TO pattern:~%  ~S"
>        PATTERN)
> 0] h
> 
> 
> 
> --
> Thanks,
> Radu


Mail me privately, if you want a newer version of CL-HTTP.

-- 
http://lispm.dyndns.org/