[Prev][Next][Index][Thread]

Re: Problem with Configuring ACL CL-HTTP for SunOS 4.?



Your CL site initializations must redefine the "standard"
ACL system package. You can expect all system load
to fail from that point on.

Suspect USER:DEFSYSTEM must be redefined in:
 /projects/ai/utils/defsystem.sfasl42...

Consider the following:
Invoke A BARE IMAGE OF ACL at your site by invoking ACL
WITH "-qq" as first option on the command line
(see Allegro documentation) this should prevent loading of:
/projects/ai/emacs/standard.clinit.cl
and
#p"/homes/fish/friedman/.clinit.cl"
which both seem to do some dammage to your environment.
Then at the USER prompt type :ld acl/start

Alternatively (if you don't find a solution to the above
in the Allegro documentation), you can fetch:
ftp://mini-wheats.ai.mit.edu/pub/users/jcma/cl-http/devo/acl-1-5-8.tar.Z
this is a recent replacement of the http:acl; subdirectory that
happens to provide an http.script for compile and build with
the "-qq" option in anticipation of strange site initialization
side effects...

Olivier

Marc Friedman wrote:
> 
> I'm on step two of the directions for setting up CL-HTTP, using
> Allegro 4.2.  The transcript is below.  The exact same thing happens
> when I run it with the -compile flag.
> 
> Any ideas?
> 
> Thank you.
> Marc Friedman
> friedman@cs.washington.edu
> http://www.cs.washington.edu/homes/friedman
> 
> ============================
> 
> -=> acl/http.script -build
> Allegro CL 4.2 [SPARC; R1] (11/20/95 13:50)
> Copyright (C) 1985-1993, Franz Inc., Berkeley, CA, USA.  All Rights Reserved.
> ;   Loading /projects/ai/emacs/standard.clinit.cl.
> ;     Fast loading /projects/ai/utils/defsystem.sfasl42.
> ;     Fast loading /usr/local/AllegroCL-4.2/build/gc-mode-line.sfasl42.
> ;     Foreign loading /usr/local/AllegroCL-4.2/build/gc-mode-line.o.
> Error: a foreign function was called for which the definition has not been
>        loaded.  Look on the stack for the frame corresponding to this call.
> Error loading 
> ;; Optimization settings: safety 1, space 1, speed 1, debug 2
> ;; For a complete description of all compiler switches given the current
> ;; optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
> USER(1): USER(1): /homes/fish/friedman/franz/cl-http/
> USER(2): ; Loading /homes/fish/friedman/franz/cl-http/acl/start.lisp.
> ;   Loading /homes/fish/friedman/franz/cl-http/acl/server/sysdcl.lisp.
> Error: Illegal keyword given:
>        (:PRETTY-NAME "HTTP Server" :DEFAULT-PATHNAME "HTTP:server;").
>   [condition type: PROGRAM-ERROR]
> 
> Restart actions (select using :continue):
>  0: retry the load of /homes/fish/friedman/franz/cl-http/acl/server/sysdcl.lisp
>  1: retry the load of acl/start
> [1] USER(3): :pop
> USER(3): EOF
> Really exit lisp [n]?
> ; Exiting Lisp


References: