From: don
Subject: Lispbox-0.7
Date: 
Message-ID: <1141873598.025589.13720@v46g2000cwv.googlegroups.com>
Hello,

When slime-load-file "..."/portableaserve-xxx/INSTALL.lisp on Windows
XP Pro SP2:

READ from #<INPUT BUFFERED FILE-STREAM CHARACTER

#P"C:\\MobileOffice\\lispbox-0.7\\portableaserve-20051204.214932\\aserve\\main.cl"
  @1525>: #1=#<PACKAGE SOCKET> has no external symbol with name
"IPADDR-TO-DOTTED"
   [Condition of type SYSTEM::SIMPLE-PACKAGE-ERROR]

I have also gotten similar errors with IPADDR-TO-DOTTED with
portableaserve 'stable' downloaded from Franz.

I have seen some discussion of IPADDR-TO-DOTTED but nothing, so far,
that I was able to turn into a solution.

Thanks to anyone who can give me a hand with this/

Don Lindsay

From: Ivan Boldyrev
Subject: Re: Lispbox-0.7
Date: 
Message-ID: <2n5ae3-alc.ln1@ibhome.cgitftp.uiggm.nsc.ru>
On 9408 day of my life ···········@gmail.com wrote:
> #P"C:\\MobileOffice\\lispbox-0.7\\portableaserve-20051204.214932\\aserve\\main.cl"
>   @1525>: #1=#<PACKAGE SOCKET> has no external symbol with name
> "IPADDR-TO-DOTTED"
>    [Condition of type SYSTEM::SIMPLE-PACKAGE-ERROR]
>
> I have also gotten similar errors with IPADDR-TO-DOTTED with
> portableaserve 'stable' downloaded from Franz.

Here is a patch from Gentoo portage (contributed by Matthew Swank):

diff -ur aserve.orig/main.cl aserve/main.cl
--- aserve.orig/main.cl	2005-08-26 02:47:49.000000000 -0500
+++ aserve/main.cl	2005-09-05 14:21:05.000000000 -0500
@@ -215,7 +215,7 @@
 )
 
 #+(and clisp unix)
-(defun getpid () (unix:getpid))
+(defun getpid () (sys::process-id))
 
 #+ (and sbcl unix)
 (progn
@@ -1519,8 +1519,12 @@
 		  (if* error-obj
 		     then (brief-logmess 
 			   (format nil "While reading http request~:_ from ~a:~:_ ~a" 
+				   #+clisp
+				   (acl-compat.socket:ipaddr-to-dotted 
+				     (acl-compat.socket::remote-host sock))
+                                   #-clisp
 				   (socket:ipaddr-to-dotted 
-				    (socket::remote-host sock))
+				     (socket::remote-host sock))
 				   error-obj)))
 
 		  ; notify the client if it's still listening
@@ -2777,6 +2781,7 @@
   data	 ; list of buffers
   create ; create new object for the buffer
   init	 ; optional - used to init buffers taken off the free list
+  #-clisp
   (lock  (acl-compat.mp:make-process-lock))
   )
 


Or just modify main.cl of aserve distribution: replace
socket::ipaddr-to-dotted and socket::remote-host with
acl-compat.socket::ipaddr-to-dotted and
acl-compat.socket::ipaddr-to-dotted respectively, then remove line
"(lock (acl-compat.mp:make-process-lock))"

-- 
Ivan Boldyrev

                                                  Is 'evening' a gerund?
From: Matthew D Swank
Subject: Re: Lispbox-0.7
Date: 
Message-ID: <pan.2006.03.11.07.55.59.670287@c.net>
On Sat, 11 Mar 2006 12:01:38 +0600, Ivan Boldyrev wrote:


> Here is a patch from Gentoo portage (contributed by Matthew Swank):
> 

Ironically, I never ended up using Portable Allegro Serve on CLisp.

Matt

-- 
"You do not really understand something unless you can
 explain it to your grandmother." — Albert Einstein.
From: Don Lindsay, Jr.
Subject: Re: Lispbox-0.7
Date: 
Message-ID: <1142112226.792957.252170@p10g2000cwp.googlegroups.com>
Matt and Ivan,

First, thank you again.

Next, when compiling INSTALL.lisp after modifying main.cl of aserve
distribution as indicated:

replace socket::ipaddr-to-dotted and socket::remote-host with
acl-compat.socket::ipaddr-to-dotted and
acl-compat.socket::ipaddr-to-dotted respectively, then remove line
"(lock (acl-compat.mp:make-process-lock))"

I receive:

SYSTEM::%FIND-PACKAGE: There is no package with name #1="ASDF30751"
   [Condition of type SYSTEM::SIMPLE-PACKAGE-ERROR]

When:

;;  Loading file
C:\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\proxy.fas
...

In the meantime I will chage to the newer version of clisp, and perhaps
update slime (the trouble with that is I am not adept with all the
customizations made for lispbox.

Regards,
Don Lindsay, Jr.
From: Ivan Boldyrev
Subject: Re: Lispbox-0.7
Date: 
Message-ID: <6mgde3-797.ln1@ibhome.cgitftp.uiggm.nsc.ru>
On 9411 day of my life Don Lindsay, Jr. wrote:
> I receive:
>
> SYSTEM::%FIND-PACKAGE: There is no package with name #1="ASDF30751"
>    [Condition of type SYSTEM::SIMPLE-PACKAGE-ERROR]
>
> When:
>
> ;;  Loading file
> C:\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\proxy.fas
> ...

Try removing stale fasls: clean
C:\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\

-- 
Ivan Boldyrev

                  Sorry my terrible English, my native language is Lisp!
From: Don Lindsay, Jr.
Subject: Re: Lispbox-0.7
Date: 
Message-ID: <1142452907.728279.121500@i40g2000cwc.googlegroups.com>
Had a running server for a few minutes!

Removing the fasl files was helpful.

When compiling portableaserve-20051204.214932 on clisp-2.38 with
changes detailed in previous post I was dropped into the debugger twice
on 'multithreading' errors. Both times a chose to to ACCEPT the error
and continue the compilation. At the bottom of this post is a log of
the compile process.

Then, I did:

 (defpackage :net.forwardarc
	   (:use :cl :net.aserve :net.html.generator :acl-compat.excl
:acl-compat.sys))

 (in-package :net.forwardarc)

 'slime-load-file' '(...)/example.cl' which loaded successfully

 (start-simple-server) and began using the links on the home page.
These errors occured:
    1) the pic generator page returned the same image each time (nice
pic)
    2) the timeout link apparently 'crashed' the server, the process
became unresponsive      so I used 'Interrupt Command' from the SLIME
Emacs menu. The return from the REPL I recieved was:

*** - SOCKET:SOCKET-STREAM-LOCAL: argument
       #<ACL-COMPAT.SOCKET::SERVER-SOCKET @port 2001>
      is not a SOCKET-STREAM

Don Lindsay, Jr.


----------------------------------------------------------------------------------------------------------------------
;; Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\example.cl
...
Use instead:
;; Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\INSTALL.lisp
...
;;  Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\puri-1.3.1\puri.asd
...
;;  Loaded file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\puri-1.3.1\puri.asd
;;  Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\cl-ppcre.asd
...
;;  Loaded file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\cl-ppcre.asd
;;  Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\acl-compat.asd
...
;;  Loaded file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\acl-compat.asd
;;  Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\htmlgen\htmlgen.asd
...
;;  Loaded file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\htmlgen\htmlgen.asd
;;  Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\aserve.asd
...
;;  Loaded file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\aserve.asd
;;  Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\webactions.asd
...
;;  Loaded file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\webactions.asd
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\packages.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\packages.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\packages.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\packages.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\specials.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\specials.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\util.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\util.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\util.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\util.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\errors.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\errors.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\errors.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\errors.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\specials.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\specials.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\lexer.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\lexer.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\lexer.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\lexer.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\parser.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\parser.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\parser.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\parser.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\regex-class.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\regex-class.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\regex-class.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\regex-class.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\convert.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\convert.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\convert.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\convert.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\optimize.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\optimize.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\optimize.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\optimize.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\closures.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\closures.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\closures.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\closures.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\repetition-closures.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\repetition-closures.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\repetition-closures.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\repetition-closures.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\scanner.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\scanner.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\scanner.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\scanner.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\api.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\api.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\puri-1.3.1\src.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\puri-1.3.1\src.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\puri-1.3.1\src.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\puri-1.3.1\src.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\api.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\libs\cl-ppcre\api.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\packages.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\packages.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\packages.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\packages.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\lw-buffering.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\lw-buffering.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\acl-excl-common.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\acl-excl-common.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\acl-excl-common.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\acl-excl-common.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-excl.lisp
...
WARNING in 38 39 (DEFUN FIXNUMP (X) ...)-8 in lines 38..39 :
Function FIXNUMP
 was already defined in lines 10..11
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-excl.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F6972D> on
         #<UNPORTABLE-CL-SOURCE-FILE "acl-excl" #x19F62DF9>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F6972D> on
         #<UNPORTABLE-CL-SOURCE-FILE "acl-excl" #x19F62DF9>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-excl.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-excl.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\lw-buffering.fas
...
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION CLOSE> is
being
         modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION
STREAM-READ-CHAR> is
         being modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION
STREAM-ELEMENT-TYPE>
         is being modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION
STREAM-WRITE-CHAR>
         is being modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION
STREAM-LINE-COLUMN>
         is being modified, but has already been called.
WARNING: The generic function
          #<STANDARD-GENERIC-FUNCTION STREAM-FINISH-OUTPUT>
         is being modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION
STREAM-FORCE-OUTPUT>
         is being modified, but has already been called.
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\lw-buffering.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\chunked-stream-mixin.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\chunked-stream-mixin.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-mp.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-mp.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F6972D> on
         #<UNPORTABLE-CL-SOURCE-FILE "acl-mp" #x19F62BF5>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F6972D> on
         #<UNPORTABLE-CL-SOURCE-FILE "acl-mp" #x19F62BF5>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\chunked-stream-mixin.fas
...
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION CLOSE> is
being
         modified, but has already been called.
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\chunked-stream-mixin.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-socket.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-socket.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F6972D> on
         #<UNPORTABLE-CL-SOURCE-FILE "acl-socket" #x19F62CB1>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F6972D> on
         #<UNPORTABLE-CL-SOURCE-FILE "acl-socket" #x19F62CB1>.
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-sys.lisp
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-sys.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F6972D> on
         #<UNPORTABLE-CL-SOURCE-FILE "acl-sys" #x19F62E9D>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F6972D> on
         #<UNPORTABLE-CL-SOURCE-FILE "acl-sys" #x19F62E9D>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-mp.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-mp.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-socket.fas
...
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION CLOSE> is
being
         modified, but has already been called.
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-socket.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-sys.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\acl-compat\clisp\acl-sys.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\htmlgen\htmlgen.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\htmlgen\htmlgen.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F6A601> on
         #<ACL-FILE "htmlgen" #x19F640E1>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F6A601> on
         #<ACL-FILE "htmlgen" #x19F640E1>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\htmlgen\htmlgen.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\htmlgen\htmlgen.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\packages.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\packages.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "packages" #x19F65F35>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "packages" #x19F65F35>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\packages.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\packages.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\macs.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\macs.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "macs" #x19F65FF1>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "macs" #x19F65FF1>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\macs.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\macs.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\main.cl
...
WARNING in START in lines 960..1151 :
variable SETUID is not used.
Misspelled or missing IGNORE declaration?
WARNING in START in lines 960..1151 :
variable SETGID is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\main.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\main.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\main.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\headers.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\headers.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "headers" #x19F66265>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "headers" #x19F66265>.
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\parse.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\parse.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\decode.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\decode.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "decode" #x19F663AD>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "decode" #x19F663AD>.
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\publish.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\publish.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "publish" #x19F66451>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "publish" #x19F66451>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\publish.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\publish.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\authorize.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\authorize.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "authorize" #x19F664F5>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "authorize" #x19F664F5>.
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\log.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\log.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "log" #x19F66599>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F69599> on
         #<ACL-FILE "log" #x19F66599>.
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\client.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\client.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F65F79> on
         #<ACL-FILE "client" #x19F63375>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F65F79> on
         #<ACL-FILE "client" #x19F63375>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\headers.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\headers.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\proxy.cl
...
WARNING in START-PROXY-CACHE-PROCESSES-1 in lines 1097..1149 :
variable PCACHE is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\proxy.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x19F65F79> on
         #<ACL-FILE "proxy" #x19F63419>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL
#x19F65F79> on
         #<ACL-FILE "proxy" #x19F63419>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\parse.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\parse.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\decode.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\decode.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\authorize.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\authorize.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\log.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\log.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\client.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\client.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\proxy.fas
...
WARNING: Replacing method #<STANDARD-METHOD (#<STANDARD-CLASS URI>)> in
          #<STANDARD-GENERIC-FUNCTION MAKE-LOAD-FORM>

;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\proxy.fas
The following functions were used but not defined:
 ACL-COMPAT.MP:MAKE-PROCESS ACL-COMPAT.MP:PROCESS-PRESET
 NET.ASERVE::SCHEDULE-FINALIZATION
 ACL-COMPAT.SYSTEM:COMMAND-LINE-ARGUMENTS NET.ASERVE::OCTETS-TO-STRING
 NET.ASERVE::WRITE-VECTOR NET.ASERVE::STRING-TO-OCTETS
 ACL-COMPAT.MP:PROCESS-NAME ACL-COMPAT.MP:PROCESS-PROPERTY-LIST
 (SETF ACL-COMPAT.MP:PROCESS-PROPERTY-LIST) ACL-COMPAT.MP:PROCESS-WAIT
 NET.ASERVE::FASL-WRITE NET.ASERVE::FASL-READ
0 errors, 4 warnings
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\websession.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\websession.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\websession.fas
...
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\webact.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\webact.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\webact.fas
...
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpage.cl
...
WARNING in PARSE-CLP-FILENAME in lines 261..276 :
variable EXTERNAL-FORMAT is not used.
Misspelled or missing IGNORE declaration?
WARNING: DEFSETF: redefining SETF-EXPANDER REQUEST-VARIABLE-VALUE in

C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpage.cl,
         was defined in

C:\MobileOffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\main.fas
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpage.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x1A21FA09> on
         #<ACL-FILE "clpage" #x19F64BE9>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpage.fas
...
WARNING: DEFUN/DEFMACRO: redefining function
.INV-REQUEST-VARIABLE-VALUE in

C:\MobileOffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpage.fas,
         was defined in

C:\MobileOffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\main.fas
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpage.fas
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\clp.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\clp.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x1A21FA09> on
         #<ACL-FILE "clp" #x19F64FA9>.
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\http.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\http.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x1A21FA09> on
         #<ACL-FILE "http" #x19F6504D>.
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\time.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\time.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x1A21FA09> on
         #<ACL-FILE "time" #x19F650F1>.
;; Compiling file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\wa.cl
...
;; Wrote file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\wa.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL
#x1A21FA09> on
         #<ACL-FILE "wa" #x19F65195>.
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\clp.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\clp.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\http.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\http.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\time.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\time.fas
;;  Loading file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\wa.fas
...
;;  Loaded file
C:\mobileoffice\.lispbox\fasl\clisp-2.37-win32-pc386\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\aserve\webactions\clpcode\wa.fas
The following functions were used but not defined:
 ACL-COMPAT.EXCL::CL-INTERNAL-REAL-TIME ACL-COMPAT.MP:PROCESS-ACTIVE-P
 NET.ASERVE::FIND-EXTERNAL-FORMAT
0 errors, 1 warning
;; Loaded file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\INSTALL.lisp
;; Loading file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\INSTALL.lisp
...
0 errors, 0 warnings
0 errors, 0 warnings
;; Loaded file
C:\MobileOffice\lispbox-0.7\portableaserve-20051204.214932\INSTALL.lisp
From: Ivan Boldyrev
Subject: Re: Lispbox-0.7
Date: 
Message-ID: <tjgde3-797.ln1@ibhome.cgitftp.uiggm.nsc.ru>
On 9410 day of my life Matthew D. Swank wrote:
>> Here is a patch from Gentoo portage (contributed by Matthew Swank):
>
> Ironically, I never ended up using Portable Allegro Serve on CLisp.

:)

But it works; here is live example:

http://cgitftp.uiggm.nsc.ru/~ib/age.html

I use clisp-2.38 and aserve-1.2.42.20050805 (from Gentoo Linux
portage).

Another tip for clisp + aserve: use START-SIMPLE-SERVER (from
example.cl).

-- 
Ivan Boldyrev

                       Perl is a language where 2 x 2 is not equal to 4.
From: Joerg Hoehle
Subject: Re: Lispbox-0.7
Date: 
Message-ID: <uy7zcc1n7.fsf@users.sourceforge.net>
Ivan Boldyrev <···············@cgitftp.uiggm.nsc.ru> writes:
> Here is a patch from Gentoo portage (contributed by Matthew Swank):

> diff -ur aserve.orig/main.cl aserve/main.cl
> --- aserve.orig/main.cl	2005-08-26 02:47:49.000000000 -0500
> +++ aserve/main.cl	2005-09-05 14:21:05.000000000 -0500
> @@ -215,7 +215,7 @@
>  )
>  
>  #+(and clisp unix)
> -(defun getpid () (unix:getpid))
> +(defun getpid () (sys::process-id))

sys::process-id is now in every CLISP (== UNIX and MS-Windows).
No need fot #+unix only.
Since 2005-03-01, release 2.34

Regards,
	Jorg Hohle
Telekom/T-Systems Technology Center