Hi,

While testing lisp libraries on OpenBSD I noticed ECL package doesn't seem to
function anymore.

zmyrgel:10171$ sudo pkg_add ecl
ecl-13.5.1: ok
zmyrgel:10172$ ecl
Bad system call (core dumped) 
zmyrgel:10173$ gdb ecl ecl.core                                                
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-unknown-openbsd5.5"...
Core was generated by `ecl'.
Program terminated with signal 12, Bad system call.
Reading symbols from /usr/lib/libpthread.so.17.3...done.
Loaded symbols for /usr/lib/libpthread.so.17.3
Reading symbols from /usr/lib/libpthread.so.18.0...done.
Loaded symbols for /usr/lib/libpthread.so.18.0
Loaded symbols for /home/zmyrgel/bin/ecl
Reading symbols from /home/zmyrgel/lib/libecl.so.13.5...done.
Loaded symbols for /home/zmyrgel/lib/libecl.so.13.5
Symbols already loaded for /usr/lib/libpthread.so.17.3
Reading symbols from /usr/lib/libm.so.8.0...done.
Loaded symbols for /usr/lib/libm.so.8.0
Reading symbols from /usr/lib/libc.so.68.4...done.
Loaded symbols for /usr/lib/libc.so.68.4
Reading symbols from /usr/local/lib/libgmp.so.9.0...done.
Loaded symbols for /usr/local/lib/libgmp.so.9.0
Reading symbols from /usr/local/lib/libgc.so.4.0...done.
Loaded symbols for /usr/local/lib/libgc.so.4.0
Reading symbols from /usr/local/lib/libffi.so.0.0...done.
Loaded symbols for /usr/local/lib/libffi.so.0.0
Symbols already loaded for /usr/lib/libpthread.so.18.0
Reading symbols from /usr/libexec/ld.so...done.
Loaded symbols for /usr/libexec/ld.so
#0  0x00001398a85437ca in gettimeofday () at <stdin>:2
2       <stdin>: No such file or directory.
        in <stdin>
(gdb) bt
#0  0x00001398a85437ca in gettimeofday () at <stdin>:2
#1  0x00001398a857e1d2 in time (t=0x0) at /usr/src/lib/libc/gen/time.c:39
#2  0x00001398a580db59 in init_random_state () at num_rand.d:94
#3  0x00001398a580dc8a in ecl_make_random_state (rs=0x1398a5aeebd0)
    at num_rand.d:224
#4  0x00001398a56ffafc in cl_boot (argc=Variable "argc" is not available.
) at main.d:692
#5  0x000013969c201179 in main (argc=Variable "argc" is not available.
) at eclinitLPDTiw.c:51
Current language:  auto; currently asm
(gdb) zmyrgel:10174$ 


Any idea whats going on?

Timo

Reply via email to