Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (472 - 474 of 1030)

Ticket Resolution Summary Owner Reporter
#772 fixed GLIBC_2.11 Helmut Eller
Description

ccl 1.6 doesn't boot on Debian Lenny. It exits with:

lx86cl: /lib/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (required by lx86cl)

Yes, I know Lenny is old, but you might mention it in the Release Notes.

It also means that I no longer can rebuild ccl from trunk.

#874 fixed Backtrace on Android + chrooted Debian Gary Byers Helmut Eller
Description

I'm trying to run CCL on an Acer Iconia A500. That's an Android tablet but I run Debian (Squeeze) in a chroot environment. CCL starts but backtraces don't seem to work:

helmut@iconia:~/lisp/ccl$ uname -a
Linux iconia 2.6.36.3 #3 SMP PREEMPT Fri May 13 00:20:42 CST 2011 armv7l GNU/Linux
helmut@iconia:~/lisp/ccl$ rlwrap ./armcl
Welcome to Clozure Common Lisp Version 1.7-dev-r14869  (LinuxARM32)!
? (/ 1 0)
> Error: DIVISION-BY-ZERO detected
>        performing / on (1 0)
> While executing: CCL::%FIXNUM-TRUNCATE, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > b
Origin 270332994 is not in the stack of NIL
1 >

Is this a known problem of the ARM port? Has it something to do with the chroot tricks? Perhaps because /proc doesn't not working quite correclty with chroot?

#892 fixed user-homedir-pathname on Android Helmut Eller
Description

user-homedir-pathname on Android seems to hardcoded to /data/local. CCL could look at the $HOME environment variable first to make this more configurable.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.