System:
Linux (Fedora Core 2)
CLISP 2.33.2
I have locally installed clisp and asdf.
When I load INSTALL.lisp it seems to go well untill ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Wrote file /home/jra/usr/src/portableaserve/acl-compat/acl-excl-common.fas
;; Loading file
/home/jra/usr/src/portableaserve/acl-compat/acl-excl-common.fas ...
;; Loaded file /home/jra/usr/src/portableaserve/acl-compat/acl-excl-common.fas
Compiling file /home/jra/usr/src/portableaserve/acl-compat/clisp/acl-excl.lisp
...
WARNING in (DEFUN FIXNUMP (X) ...)-8 in lines 38..39 :
Function FIXNUMP
was already defined in lines 10..11
Wrote file /home/jra/usr/src/portableaserve/acl-compat/clisp/acl-excl.fas
WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL #x21334BE6> on
#<UNPORTABLE-CL-SOURCE-FILE "acl-excl" #x213306B6>.
WARNING:
COMPILE-FILE failed while performing #<COMPILE-OP NIL #x21334BE6> on
#<UNPORTABLE-CL-SOURCE-FILE "acl-excl" #x213306B6>.
;; Loading file
/home/jra/usr/src/portableaserve/acl-compat/clisp/acl-excl.fas ...
;; Loaded file /home/jra/usr/src/portableaserve/acl-compat/clisp/acl-excl.fas
;; Loading file
/home/jra/usr/src/portableaserve/acl-compat/lw-buffering.fas ...
WARNING:
The generic function #<GENERIC-FUNCTION CLOSE> is being modified, but
has already been called.
;; Loaded file /home/jra/usr/src/portableaserve/acl-compat/lw-buffering.fas
Compiling file /home/jra/usr/src/portableaserve/acl-compat/chunked-stream-mixin.lisp
...
Wrote file /home/jra/usr/src/portableaserve/acl-compat/chunked-stream-mixin.fas
Compiling file /home/jra/usr/src/portableaserve/acl-compat/clisp/acl-mp.lisp
...
Wrote file /home/jra/usr/src/portableaserve/acl-compat/clisp/acl-mp.fas
WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL #x21334BE6> on
#<UNPORTABLE-CL-SOURCE-FILE "acl-mp" #x2133048E>.
WARNING:
COMPILE-FILE failed while performing #<COMPILE-OP NIL #x21334BE6> on
#<UNPORTABLE-CL-SOURCE-FILE "acl-mp" #x2133048E>.
;; Loading file
/home/jra/usr/src/portableaserve/acl-compat/chunked-stream-mixin.fas
...
WARNING:
The generic function #<GENERIC-FUNCTION CLOSE> is being modified, but
has already been called.
;; Loaded file
/home/jra/usr/src/portableaserve/acl-compat/chunked-stream-mixin.fas
Compiling file /home/jra/usr/src/portableaserve/acl-compat/clisp/acl-socket.lisp
...
*** - READ from
#<INPUT BUFFERED FILE-STREAM CHARACTER
#P"/home/jra/usr/src/portableaserve/acl-compat/clisp/acl-socket.lisp"
@118>: there is no package with name "POSIX"
The following restarts are available:
RETRY :R1
Retry performing #<ASDF:COMPILE-OP NIL #x21334BE6> on
#<ACL-COMPAT-SYSTEM::UNPORTABLE-CL-SOURCE-FILE
"acl-socket" #x21330556>.
ACCEPT :R2
Continue, treating #<ASDF:COMPILE-OP NIL #x21334BE6> on
#<ACL-COMPAT-SYSTEM::UNPORTABLE-CL-SOURCE-FILE
"acl-socket" #x21330556> as having been successful.
Break 1 ACL-SOCKET[2]>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I'm very new to lisp, so I don't really know what is going on here. Is
there a way to fix it? Do I need a POSIX package? Are the warnings
about redefining functions ok?
Thanks,
Jason
|