SourceForge.net | 1 Jun 2006 17:17
Picon
Favicon

[ clisp-Bugs-1483902 ] build error in ffi modules

Bugs item #1483902, was opened at 2006-05-08 17:29
Message generated for change (Comment added) made by hoehle
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1483902&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: build problems
Status: Open
Resolution: None
Priority: 5
Submitted By: Sam Steingold (sds)
Assigned to: Jörg Höhle (hoehle)
Summary: build error in ffi modules

Initial Comment:
./configure --with-module=bindings/glibc --build build-O
....
/home/sds/src/clisp/current/build-O/lisp.run -M
/home/sds/src/clisp/current/build-O/lispinit.mem -B
/home/sds/src/clisp/current/build-O -N
/home/sds/src/clisp/current/build-O/locale -Efile UTF-8
-Eterminal UTF-8 -Emisc 1:1 -norc -q -c wrap.lisp
;; Compiling file
/home/sds/src/clisp/current/build-O/bindings/glibc/wrap.lisp
...
*** - EVAL: variable #:DEF-CALL-OUT-3311 has no value

(Continue reading)

SourceForge.net | 1 Jun 2006 18:10
Picon
Favicon

[ clisp-Bugs-1483902 ] build error in ffi modules

Bugs item #1483902, was opened at 2006-05-08 11:29
Message generated for change (Comment added) made by sds
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1483902&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: build problems
Status: Open
Resolution: None
Priority: 5
Submitted By: Sam Steingold (sds)
Assigned to: Jörg Höhle (hoehle)
Summary: build error in ffi modules

Initial Comment:
./configure --with-module=bindings/glibc --build build-O
....
/home/sds/src/clisp/current/build-O/lisp.run -M
/home/sds/src/clisp/current/build-O/lispinit.mem -B
/home/sds/src/clisp/current/build-O -N
/home/sds/src/clisp/current/build-O/locale -Efile UTF-8
-Eterminal UTF-8 -Emisc 1:1 -norc -q -c wrap.lisp
;; Compiling file
/home/sds/src/clisp/current/build-O/bindings/glibc/wrap.lisp
...
*** - EVAL: variable #:DEF-CALL-OUT-3311 has no value

(Continue reading)

SourceForge.net | 1 Jun 2006 18:12
Picon
Favicon

[ clisp-Bugs-1497226 ] clisp/src/m4/x11.m4 fails to detect x11 on FC5

Bugs item #1497226, was opened at 2006-05-29 19:08
Message generated for change (Comment added) made by sds
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1497226&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clx
Group: build problems
Status: Open
Resolution: None
Priority: 5
Submitted By: Sam Steingold (sds)
Assigned to: Bruno Haible (haible)
Summary: clisp/src/m4/x11.m4 fails to detect x11 on FC5

Initial Comment:
on FC5:
$ make clx/new-clx
...
checking for xmkmf... no
checking for X11 header files... no
checking for main in -lX11... (cached) yes
configure: error: cannot find X Window System
See `config.log' for more details.
make: *** [clx/new-clx] Error 1

the package xorg-x11-proto-devel is installed and 
/usr/include/X11/ is well populated.
(Continue reading)

Yaroslav Kavenchuk | 5 Jun 2006 13:27
Picon

small patch for tests/run-tests.lisp

--- tests/run-tests.lisp    Sun Jun  4 16:05:32 2006
+++ tests/run-tests.lisp    Mon Jun  5 10:47:02 2006
 <at>  <at>  -124,7 +124,7  <at>  <at> 
          (restart-case
              (handler-bind
                  ((error (lambda (condition)
-                          (push (list :unhandled-error cl-user::file)
test-util::*failures*)
+                          (push (list :unhandled-error file)
test-util::*failures*)
                            (cond (*break-on-error*
                                   (test-util:really-invoke-debugger
condition))
                                  (t

Thanks!

--

-- 
WBR, Yaroslav Kavenchuk.
Yaroslav Kavenchuk | 6 Jun 2006 08:14
Picon

Re: small patch for tests/run-tests.lisp

Oops, excuse me :)

--

-- 
WBR, Yaroslav Kavenchuk.
clisp-cvs-request | 9 Jun 2006 21:02
Picon

clisp-cvs Digest, Vol 2, Issue 1

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/modules/syscalls syscalls.xml,1.68,1.69 (Sam Steingold)

----------------------------------------------------------------------

Message: 1
Date: Fri, 09 Jun 2006 17:57:32 +0000
From: Sam Steingold <sds <at> users.sourceforge.net>
Subject: clisp/modules/syscalls syscalls.xml,1.68,1.69
To: clisp-cvs <at> lists.sourceforge.net
Message-ID: <E1FolEj-00049H-KS <at> mail.sourceforge.net>

Update of /cvsroot/clisp/clisp/modules/syscalls
(Continue reading)

SourceForge.net | 13 Jun 2006 14:34
Picon
Favicon

[ clisp-Bugs-1399376 ] Failure of socket tests on Mac OS X

Bugs item #1399376, was opened at 2006-01-07 22:22
Message generated for change (Comment added) made by niren
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1399376&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: clisp
Group: lisp error
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Gregory Wright (gwright83)
Assigned to: Sam Steingold (sds)
Summary: Failure of socket tests on Mac OS X

Initial Comment:

Hi,

On Mac OS X version 10.4.3, the socket tests give 30
failures for clisp 2.37.  The underlying cause is
a return of EADDRNOTAVAIL from bind.

The cause of this is a failure to fill struct sockaddr_in
(or struct sockaddr_un) with zeroes before using it.
This is a requirement on OS X, and IIRC, older BSDs
as well.  If the structure is not zero-filled, the
exact error generated may depend on the contents of
(Continue reading)

SourceForge.net | 13 Jun 2006 21:56
Picon
Favicon

[ clisp-Bugs-1505615 ] malloc(0) can return NULL on success

Bugs item #1505615, was opened at 2006-06-13 21:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1505615&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: regexp
Group: build problems
Status: Open
Resolution: None
Priority: 5
Submitted By: Nirendra (niren)
Assigned to: Bruno Haible (haible)
Summary: malloc(0) can return NULL on success

Initial Comment:
CLISP: 2.38
OS   : AIX 4.3.2.0 and 5.1.0.0
CC   : GCC 3.4.6 and 3.4.2 respectively.

I had been getting test failures with the 'regexp'
module. After tracing through the function calls of one
of the offending REs, I discovered that malloc was
being passed 0, and returned NULL.

Some code in regcomp.c, regex.c, and regex_internal.c
assumes REG_ESPACE when malloc returns NULL. On AIX,
malloc(0) returns NULL and sets errno. I had to change
(Continue reading)

SourceForge.net | 14 Jun 2006 08:55
Picon
Favicon

[ clisp-Bugs-1505615 ] malloc(0) can return NULL on success

Bugs item #1505615, was opened at 2006-06-13 21:56
Message generated for change (Comment added) made by niren
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1505615&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: regexp
Group: build problems
Status: Open
Resolution: None
Priority: 5
Submitted By: Nirendra (niren)
Assigned to: Bruno Haible (haible)
Summary: malloc(0) can return NULL on success

Initial Comment:
CLISP: 2.38
OS   : AIX 4.3.2.0 and 5.1.0.0
CC   : GCC 3.4.6 and 3.4.2 respectively.

I had been getting test failures with the 'regexp'
module. After tracing through the function calls of one
of the offending REs, I discovered that malloc was
being passed 0, and returned NULL.

Some code in regcomp.c, regex.c, and regex_internal.c
assumes REG_ESPACE when malloc returns NULL. On AIX,
malloc(0) returns NULL and sets errno. I had to change
(Continue reading)


Gmane