-
Although on i386, x86_64 and ppc, ecl 0.9l builds fine (on Fedora), it fails on ppc64 in the linking phase. In particular the build log shows the following:
(while compiling seq.lsp)
...
;;; End of Pass 1.
;;; Note: Creating tag: "_eclzwO1WqHhIyZlW_CeCxkKy" for #P"build:lsp;seq.o.NEWEST"
;;; Emitting code for ERROR-SEQUENCE-TYPE
...
(later)
...
;;; Note: Scanning...
2008-08-06 18:57:23 UTC in Embeddable Common-Lisp
-
Since Fedora rawhide now uses GCC 4.3, the clisp package
does not build anymore. Has there been some progress on
this issue?.
2008-02-22 19:23:39 UTC in CLISP - an ANSI Common Lisp
-
Well that's obvious :-)
What I would like to know, however, is: How is bdb.m.c generated, and where do these symbols come from, if they are nowhere found in the source code?.
2006-12-10 01:06:37 UTC in CLISP - an ANSI Common Lisp
-
Compilation of 2.41 fails against berkeley db version 4.5.20 with the following error:
In file included from bdb.c:8:
../clisp.h:681: warning: register used for two global register variables
bdb.c:2563: error: ‘DB_LOCK_DIRTY’ undeclared here (not in a function)
bdb.c: In function ‘C_subr_bdb_dbe_get_options’:
bdb.c:962: warning: implicit declaration of function...
2006-12-09 22:11:27 UTC in CLISP - an ANSI Common Lisp
-
Logged In: YES
user_id=29522
I have imported oorexx into Fedora Extras, and binaries for
i386 and ppc have been released. There is still a problem
with x64_64, since this seems to require the 32-bit version
of glibc to build, which is currently not possible with the
Fedora build system.
The circular referencing is not a blocker, but it is of
course frowned upon. It is an indication of...
2006-10-14 16:42:39 UTC in Open Object Rexx
-
Logged In: YES
user_id=29522
I already suspected that there have been historical reasons.
Having two shared libraries which depend on each other makes
no sense, since the one always causes the other to be loaded.
2006-10-03 16:31:18 UTC in Open Object Rexx
-
We are reviewing oorexx for inclusion in Fedora Extras.
The checking tool rpmlint reports the following warnings:
W: oorexx-libs undefined-non-weak-symbol
/usr/lib/librxsock.so.3.0.1 RexxDeregisterFunction
W: oorexx-libs undefined-non-weak-symbol
/usr/lib/librxsock.so.3.0.1 RexxVariablePool
W: oorexx-libs undefined-non-weak-symbol
/usr/lib/librxsock.so.3.0.1 RexxRegisterFunctionDll
W...
2006-10-02 20:46:09 UTC in Open Object Rexx
-
CLISP 2.40 fails some tests when building on x86_64.
The compilation was on the Fedora buildsystem,
therefore I have no results except the build log, which
can be found at:
http://buildsys.fedoraproject.org/logs/fedora-development-extras/18740-clisp-2.40-1.fc6/x86_64/build.log
The tests on i386 were passed.
2006-10-02 11:58:03 UTC in CLISP - an ANSI Common Lisp
-
Clisp version 2.39 fails to build on Fedora Core 5
with SELinux enabled.
The output from the compilation is:
/bin/sh ./libtool --mode=link gcc -x none test2.o
trampoline.lo -o test2
gcc -x none test2.o trampoline.o -o test2
./test1
trampoline: cannot make memory executable
make[2]: *** [check] Aborted
make[2]: Leaving directory...
2006-07-30 16:39:10 UTC in CLISP - an ANSI Common Lisp
-
gemi committed patchset 2 of module GtkSwing to the GTK+ Pluggable look and feel for Java CVS repository, changing 54 files.
2000-04-30 22:28:50 UTC in GTK+ Pluggable look and feel for Java