Problem with build on ubuntu 8.04
- From: AngelP <angelpopov@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 05:26:50 -0700 (PDT)
Hi,
I get clisp-2.44.1.tar.gz, uncompress it in my Ubuntu 8.04 - (uname -r
gives 2.6.24-16-generic)
and done
../configure --build build-dir --with-module=rawsock --ignore-absence-
of-libsigsegv (actually, I have tried to install as it is described
by ./configure, but configure still says there is no libsigsegv)
It hangs with the last test.
I have no idea what is wrong and what should I do.
(WITH-OPEN-FILE (*S* *FILE* :DIRECTION :INPUT) (MULTIPLE-VALUE-LIST
(READ-LINE *S*)))
EQUAL-OK: ("ABCDEFGH" NIL)
(DEFPARAMETER *SERVER* (SHOW (SOCKET-SERVER)))
#<SOCKET-SERVER 0.0.0.0:41519>
EQL-OK: *SERVER*
(MULTIPLE-VALUE-LIST (SOCKET-STATUS *SERVER* 0))
EQUAL-OK: (NIL 0)
(DEFPARAMETER *SOCKET-1* (SHOW (SOCKET-CONNECT (SOCKET-SERVER-PORT
*SERVER*) "localhost" :TIMEOUT 0)))
[SIMPLE-OS-ERROR]: UNIX error 22 (EINVAL): Invalid argument
ERROR!! ERROR should be *SOCKET-1* !
(DEFPARAMETER *STATUS-ARG* (LIST (LIST *SERVER*) (LIST
*SOCKET-1* :IO)))
[SIMPLE-UNBOUND-VARIABLE]: EVAL: variable *SOCKET-1* has no value
ERROR!! ERROR should be *STATUS-ARG* !
(EQ (SOCKET-STATUS *STATUS-ARG* 0) *STATUS-ARG*)
[SIMPLE-UNBOUND-VARIABLE]: EVAL: variable *STATUS-ARG* has no value
ERROR!! ERROR should be T !
(CDR (ASSOC *SERVER* *STATUS-ARG*))
[SIMPLE-UNBOUND-VARIABLE]: EVAL: variable *STATUS-ARG* has no value
ERROR!! ERROR should be T !
(CDDR (ASSOC *SOCKET-1* *STATUS-ARG*))
[SIMPLE-UNBOUND-VARIABLE]: EVAL: variable *SOCKET-1* has no value
ERROR!! ERROR should be :OUTPUT !
(DEFPARAMETER *SOCKET-2* (SHOW (SOCKET-ACCEPT *SERVER*)))
.
- Follow-Ups:
- Re: Problem with build on ubuntu 8.04
- From: karsten
- Re: Problem with build on ubuntu 8.04
- From: Pascal J. Bourguignon
- Re: Problem with build on ubuntu 8.04
- From: Matthias Benkard
- Re: Problem with build on ubuntu 8.04
- Prev by Date: Re: Greenspunning ML (revisited)
- Next by Date: Re: Greenspunning ML (revisited)
- Previous by thread: hierarchical data in clips
- Next by thread: Re: Problem with build on ubuntu 8.04
- Index(es):
Relevant Pages
|