guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-1.7.x and load-extension


From: David Pirotte
Subject: guile-1.7.x and load-extension
Date: Tue, 05 Feb 2002 14:47:24 -0400

Hello,

        SuSE 7.3
        guile-1.7.x (cvs download 4th fev 02)
        guile configuration was:
                ./configure --enable-maintainer-mode --with-threads

does the --with-threads as an implication on the way (or the type of) libraries
that are to be loaded? 

since I use guile, notably guile-1.5.4 and more recently cvs versions of
guile-1.7, up to 5th dec 01 (or a very close day around the 5th, can't remember
exactly), it accepted to load the '.so' libraries.

now it seems to only look for '.la' libraries, see the strace output below. the
'.so' libraries are present:

        address@hidden:/usr/local/lib 68 $ ll libgtrees.so*
           0 lrwxrwxrwx    1 david    alto           14 Feb  4 14:04 
libgtrees.so -> libgtrees.so.0
          28 -r-xr-xr-x    1 david    alto        25748 Feb  4 14:04 
libgtrees.so.0
        address@hidden:/usr/local/lib 69 $ 

thanks for helping me
david


;; gtrees module
;; 
-------------------------------------------------------------------------------------

(define-module (struct gtrees))
(load-extension "libgtrees" "init_gtrees_module")

;; EOF


;; strace output:       strace -f -o strace.out ./test-gtrees.scm
;; 
-------------------------------------------------------------------------------------
3686  execve("./test-gtrees.scm", ["./test-gtrees.scm"], [/* 65 vars */]) = 0
3686  uname({sys="Linux", node="faust", ...}) = 0
3686  brk(0)                            = 0x8049bcc
3686  old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0x40015000
3686  open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/lib/i686/mmx/libguile.so.10", O_RDONLY) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/lib/i686/mmx", 0xbfffe304) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/lib/i686/libguile.so.10", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/lib/i686", 0xbfffe304) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/lib/mmx/libguile.so.10", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/lib/mmx", 0xbfffe304) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/lib/libguile.so.10", O_RDONLY) = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\255"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=1623130, ...}) = 0
3686  old_mmap(NULL, 610676, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x40016000
3686  mprotect(0x400a2000, 37236, PROT_NONE) = 0
3686  old_mmap(0x400a2000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x8b000) = 0x400a2000
3686  old_mmap(0x400a5000, 24948, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400a5000
3686  close(3)                          = 0
3686  open("/usr/local/lib/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/lib/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/pgsql/lib/i686/mmx/libltdl.so.3", O_RDONLY) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/pgsql/lib/i686/mmx", 0xbfffe2f4) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/pgsql/lib/i686/libltdl.so.3", O_RDONLY) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/i686", 0xbfffe2f4) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/pgsql/lib/mmx/libltdl.so.3", O_RDONLY) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/mmx", 0xbfffe2f4) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/pgsql/lib/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/pgsql/lib", {st_mode=S_IFDIR|0775, st_size=516, ...}) 
= 0
3686  open("/opt/gnome/lib/i686/mmx/libltdl.so.3", O_RDONLY) = -1 ENOENT (No 
such file or directory)
3686  stat64("/opt/gnome/lib/i686/mmx", 0xbfffe2f4) = -1 ENOENT (No such file 
or directory)
3686  open("/opt/gnome/lib/i686/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  stat64("/opt/gnome/lib/i686", 0xbfffe2f4) = -1 ENOENT (No such file or 
directory)
3686  open("/opt/gnome/lib/mmx/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  stat64("/opt/gnome/lib/mmx", 0xbfffe2f4) = -1 ENOENT (No such file or 
directory)
3686  open("/opt/gnome/lib/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  stat64("/opt/gnome/lib", {st_mode=S_IFDIR|0755, st_size=9542, ...}) = 0
3686  open("/lib/i686/mmx/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  stat64("/lib/i686/mmx", 0xbfffe2f4) = -1 ENOENT (No such file or 
directory)
3686  open("/lib/i686/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  stat64("/lib/i686", 0xbfffe2f4)   = -1 ENOENT (No such file or directory)
3686  open("/lib/mmx/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  stat64("/lib/mmx", 0xbfffe2f4)    = -1 ENOENT (No such file or directory)
3686  open("/lib/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  stat64("/lib", {st_mode=S_IFDIR|0755, st_size=1847, ...}) = 0
3686  open("/usr/lib/i686/mmx/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/lib/i686/mmx", 0xbfffe2f4) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/lib/i686/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  stat64("/usr/lib/i686", 0xbfffe2f4) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/lib/mmx/libltdl.so.3", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  stat64("/usr/lib/mmx", 0xbfffe2f4) = -1 ENOENT (No such file or directory)
3686  open("/usr/lib/libltdl.so.3", O_RDONLY) = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\24"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=31239, ...}) = 0
3686  old_mmap(NULL, 28536, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400ac000
3686  mprotect(0x400b2000, 3960, PROT_NONE) = 0
3686  old_mmap(0x400b2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x5000) = 0x400b2000
3686  close(3)                          = 0
3686  open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/pgsql/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/opt/gnome/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/lib/libdl.so.2", O_RDONLY) = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\35\0\000"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=14653, ...}) = 0
3686  old_mmap(NULL, 12588, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400b3000
3686  mprotect(0x400b5000, 4396, PROT_NONE) = 0
3686  old_mmap(0x400b5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x1000) = 0x400b5000
3686  close(3)                          = 0
3686  open("/usr/local/lib/libqthreads.so.1", O_RDONLY) = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\7\0"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=9506, ...}) = 0
3686  old_mmap(NULL, 7172, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400b7000
3686  mprotect(0x400b8000, 3076, PROT_NONE) = 0
3686  old_mmap(0x400b8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0) = 0x400b8000
3686  close(3)                          = 0
3686  open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/pgsql/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/opt/gnome/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/lib/libcrypt.so.1", O_RDONLY) = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\20"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=26322, ...}) = 0
3686  old_mmap(NULL, 184092, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x400b9000
3686  mprotect(0x400be000, 163612, PROT_NONE) = 0
3686  old_mmap(0x400be000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x4000) = 0x400be000
3686  old_mmap(0x400bf000, 159516, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400bf000
3686  close(3)                          = 0
3686  open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/pgsql/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/opt/gnome/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/lib/libm.so.6", O_RDONLY)  = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 I\0\000"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=187118, ...}) = 0
3686  old_mmap(NULL, 138180, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x400e6000
3686  mprotect(0x40107000, 3012, PROT_NONE) = 0
3686  old_mmap(0x40107000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x20000) = 0x40107000
3686  close(3)                          = 0
3686  open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/local/pgsql/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/opt/gnome/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/lib/libc.so.6", O_RDONLY)  = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\330"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=1384168, ...}) = 0
3686  old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0x40108000
3686  old_mmap(NULL, 1201988, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 
0x40109000
3686  mprotect(0x40224000, 42820, PROT_NONE) = 0
3686  old_mmap(0x40224000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0x11a000) = 0x40224000
3686  old_mmap(0x4022b000, 14148, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4022b000
3686  close(3)                          = 0
3686  open("/usr/local/lib/libqthreads.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/lib/libqthreads.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/lib/libqthreads.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/lib/libqthreads.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/pgsql/lib/libqthreads.so.0", O_RDONLY) = -1 ENOENT (No 
such file or directory)
3686  open("/opt/gnome/lib/libqthreads.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/lib/libqthreads.so.0", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/lib/libqthreads.so.0", O_RDONLY) = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\7\0"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=6296, ...}) = 0
3686  old_mmap(NULL, 7108, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4022f000
3686  mprotect(0x40230000, 3012, PROT_NONE) = 0
3686  old_mmap(0x40230000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0) = 0x40230000
3686  close(3)                          = 0
3686  open("/usr/local/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/usr/local/pgsql/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No 
such file or directory)
3686  open("/opt/gnome/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/lib/libpthread.so.0", O_RDONLY) = 3
3686  read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`P\0\000"..., 
1024) = 1024
3686  fstat64(3, {st_mode=S_IFREG|0755, st_size=106843, ...}) = 0
3686  old_mmap(NULL, 88860, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40231000
3686  mprotect(0x4023f000, 31516, PROT_NONE) = 0
3686  old_mmap(0x4023f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
3, 0xd000) = 0x4023f000
3686  close(3)                          = 0
3686  getrlimit(0x3, 0xbfffedcc)        = 0
3686  setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0
3686  getpid()                          = 3686
3686  rt_sigaction(SIGRTMIN, {0x4023a3b0, [], 0x4000000}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_1, {0x4023a440, [], 0x4000000}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_2, {0x4023a550, [], 0x4000000}, NULL, 8) = 0
3686  rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
3686  _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbfffebd4, 31, (nil), 0}) = 0
3686  brk(0)                            = 0x8049bcc
3686  brk(0x8049bfc)                    = 0x8049bfc
3686  brk(0x804a000)                    = 0x804a000
3686  brk(0x8057000)                    = 0x8057000
3686  brk(0x805a000)                    = 0x805a000
3686  brk(0x805f000)                    = 0x805f000
3686  brk(0x8063000)                    = 0x8063000
3686  brk(0x8065000)                    = 0x8065000
3686  brk(0x8066000)                    = 0x8066000
3686  brk(0x8067000)                    = 0x8067000
3686  brk(0x8068000)                    = 0x8068000
3686  brk(0x8069000)                    = 0x8069000
3686  rt_sigaction(SIG_0, NULL, {0x4023435b, [TRAP BUS USR1 PIPE ALRM STKFLT 
SYS 34], SA_NOMASK|SA_SIGINFO|0x110578}, 8) = -1 EINVAL
(Invalid argument)
3686  rt_sigaction(SIGHUP, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGILL, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGTRAP, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGTRAP, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGABRT, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGABRT, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGBUS, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGFPE, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGFPE, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGKILL, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGKILL, {SIG_DFL}, NULL, 8) = -1 EINVAL (Invalid argument)
3686  rt_sigaction(SIGUSR1, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGUSR1, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGUSR2, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGUSR2, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGPIPE, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGALRM, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGSTKFLT, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGCHLD, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGCONT, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGCONT, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGSTOP, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGSTOP, {SIG_DFL}, NULL, 8) = -1 EINVAL (Invalid argument)
3686  rt_sigaction(SIGTSTP, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGTSTP, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGTTIN, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGTTIN, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGTTOU, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGTTOU, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGURG, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGURG, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGXCPU, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGXCPU, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGXFSZ, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGXFSZ, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGVTALRM, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGVTALRM, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGPROF, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGPROF, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGWINCH, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGWINCH, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGIO, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGIO, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGPWR, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGPWR, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGSYS, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGSYS, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_3, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_3, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_4, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_4, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_5, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_5, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_6, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_6, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_7, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_7, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_8, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_8, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_9, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_9, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_10, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_10, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_11, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_11, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_12, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_12, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_13, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_13, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_14, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_14, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_15, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_15, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_16, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_16, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_17, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_17, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_18, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_18, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_19, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_19, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_20, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_20, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_21, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_21, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_22, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_22, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_23, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_23, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_24, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_24, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_25, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_25, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_26, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_26, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_27, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_27, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_28, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_28, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_29, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_29, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_30, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_30, {SIG_DFL}, NULL, 8) = 0
3686  rt_sigaction(SIGRT_31, NULL, {SIG_DFL}, 8) = 0
3686  rt_sigaction(SIGRT_31, {SIG_DFL}, NULL, 8) = 0
3686  brk(0x806c000)                    = 0x806c000
3686  brk(0x807d000)                    = 0x807d000
3686  gettimeofday({1012932734, 351577}, {240, 0}) = 0
3686  times({tms_utime=1, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 408832
3686  brk(0x8096000)                    = 0x8096000
3686  ioctl(0, SNDCTL_TMR_TIMEBASE, {B38400 opost isig icanon echo ...}) = 0
3686  fcntl64(0, F_GETFL)               = 0x2 (flags O_RDWR)
3686  lseek(0, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
3686  ioctl(1, SNDCTL_TMR_TIMEBASE, {B38400 opost isig icanon echo ...}) = 0
3686  fcntl64(1, F_GETFL)               = 0x2 (flags O_RDWR)
3686  lseek(1, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
3686  ioctl(2, SNDCTL_TMR_TIMEBASE, {B38400 opost isig icanon echo ...}) = 0
3686  fcntl64(2, F_GETFL)               = 0x2 (flags O_RDWR)
3686  lseek(2, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
3686  brk(0x8097000)                    = 0x8097000
3686  stat64("/usr/local/share/guile/init.scm", 0xbfffeccc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/lib/init.scm", 0xbfffeccc) = -1 ENOENT (No such file 
or directory)
3686  stat64("/usr/local/pgsql/lib/init.scm", 0xbfffeccc) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/alto/projects/guile/init.scm", 0xbfffeccc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/share/guile/site/init.scm", 0xbfffeccc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/init.scm", 0xbfffeccc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/init.scm", 0xbfffeccc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/share/guile/ice-9/boot-9.scm", 0xbfffec9c) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/lib/ice-9/boot-9.scm", 0xbfffec9c) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/boot-9.scm", 0xbfffec9c) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/boot-9.scm", 0xbfffec9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/boot-9.scm", 0xbfffec9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/ice-9/boot-9.scm", 
{st_mode=S_IFREG|0644, st_size=85044, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/ice-9/boot-9.scm", O_RDONLY) = 3
3686  fcntl64(3, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(3, 0, SEEK_CUR)             = 0
3686  fstat64(3, {st_mode=S_IFREG|0644, st_size=85044, ...}) = 0
3686  brk(0x8099000)                    = 0x8099000
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 4096
3686  stat64("/usr/local/share/guile/ice-9/r4rs.scm", 0xbfffeaec) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/lib/ice-9/r4rs.scm", 0xbfffeaec) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/r4rs.scm", 0xbfffeaec) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/r4rs.scm", 0xbfffeaec) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/r4rs.scm", 0xbfffeaec) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/ice-9/r4rs.scm", 
{st_mode=S_IFREG|0644, st_size=9812, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/ice-9/r4rs.scm", O_RDONLY) = 4
3686  fcntl64(4, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(4, 0, SEEK_CUR)             = 0
3686  fstat64(4, {st_mode=S_IFREG|0644, st_size=9812, ...}) = 0
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, ";;;; r4rs.scm --- definitions ne"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "he given name already exists, th"..., 4096) = 4096
3686  brk(0x809a000)                    = 0x809a000
3686  brk(0x809b000)                    = 0x809b000
3686  brk(0x809c000)                    = 0x809c000
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, " is used to escape from the cont"..., 4096) = 1620
3686  brk(0x809d000)                    = 0x809d000
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "", 4096)                 = 0
3686  close(4)                          = 0
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "e value)))\n(define (make-hash-ta"..., 4096) = 4096
3686  stat64("/usr/local/share/guile/ice-9/arrays.scm", 0xbfffeaec) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/lib/ice-9/arrays.scm", 0xbfffeaec) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/arrays.scm", 0xbfffeaec) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/arrays.scm", 0xbfffeaec) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/arrays.scm", 0xbfffeaec) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/ice-9/arrays.scm", 
{st_mode=S_IFREG|0644, st_size=2861, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/ice-9/arrays.scm", O_RDONLY) = 4
3686  fcntl64(4, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(4, 0, SEEK_CUR)             = 0
3686  fstat64(4, {st_mode=S_IFREG|0644, st_size=2861, ...}) = 0
3686  brk(0x809f000)                    = 0x809f000
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 2861
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "", 4096)                 = 0
3686  close(4)                          = 0
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, " a name to the record type descr"..., 4096) = 4096
3686  stat64("/usr/local/share/guile/ice-9/posix.scm", 0xbfffeaec) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/lib/ice-9/posix.scm", 0xbfffeaec) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/posix.scm", 0xbfffeaec) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/posix.scm", 0xbfffeaec) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/posix.scm", 0xbfffeaec) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/ice-9/posix.scm", 
{st_mode=S_IFREG|0644, st_size=3865, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/ice-9/posix.scm", O_RDONLY) = 4
3686  fcntl64(4, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(4, 0, SEEK_CUR)             = 0
3686  fstat64(4, {st_mode=S_IFREG|0644, st_size=3865, ...}) = 0
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 3865
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "", 4096)                 = 0
3686  close(4)                          = 0
3686  stat64("/usr/local/share/guile/ice-9/networking.scm", 0xbfffeaec) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/lib/ice-9/networking.scm", 0xbfffeaec) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/networking.scm", 0xbfffeaec) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/networking.scm", 0xbfffeaec) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/networking.scm", 0xbfffeaec) = 
-1 ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/ice-9/networking.scm", 
{st_mode=S_IFREG|0644, st_size=4200, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/ice-9/networking.scm", O_RDONLY) = 4
3686  fcntl64(4, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(4, 0, SEEK_CUR)             = 0
3686  fstat64(4, {st_mode=S_IFREG|0644, st_size=4200, ...}) = 0
3686  brk(0x80a1000)                    = 0x80a1000
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 4096
3686  times({tms_utime=1, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408848
3686  times({tms_utime=1, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408848
3686  times({tms_utime=1, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408848
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "obj 1))\n(define (sockaddr:addr o"..., 4096) = 104
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "", 4096)                 = 0
3686  close(4)                          = 0
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "fix))\n\t(sl (string-length str)))"..., 4096) = 4096
3686  times({tms_utime=2, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408849
3686  times({tms_utime=2, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408849
3686  times({tms_utime=2, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408849
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "\n\n(define (port->fdes port)\n  (s"..., 4096) = 4096
3686  old_mmap(NULL, 151552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = 0x40247000
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "i (asinh (* +i z))))))\n\n(define "..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "  cases)))\n    `(let ((%display-"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "odifier module-type \'obarray))\n("..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "; {Is a symbol interned in a mod"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "odule symbol\n;;\n;; ensure a vari"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "EFAULT is present, it is returne"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "c-interface #f))\n(define (set-mo"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, " is to not perform any renaming."..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "pair? (cdr kws))\n\t\t (unrecognize"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "o-transformer m) (hashq-ref xfor"..., 4096) = 4096
3686  times({tms_utime=3, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408852
3686  times({tms_utime=3, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408852
3686  times({tms_utime=4, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408853
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "efine *unspecified* (if #f #f))\n"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "\n\t  ((memq \'backtrace (debug-opt"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "ase also\n\t\t\t\t\t    ;; modify the "..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "nts regardless since we want to "..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, " `(eval-case\n    ((load-toplevel"..., 4096) = 4096
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, ")))))\n\n\f\n\n;;; {Load emacs interf"..., 4096) = 3124
3686  times({tms_utime=5, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408854
3686  times({tms_utime=5, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408854
3686  times({tms_utime=6, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408855
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "", 4096)                 = 0
3686  close(3)                          = 0
3686  open("./test-gtrees.scm", O_RDONLY) = 3
3686  fcntl64(3, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(3, 0, SEEK_CUR)             = 0
3686  fstat64(3, {st_mode=S_IFREG|0775, st_size=285, ...}) = 0
3686  select(1024, [3], [], [], {0, 0}) = 1 (in [3], left {0, 0})
3686  read(3, "#!/usr/local/bin/guile -s\n!#\n\n(d"..., 4096) = 285
3686  stat64("/usr/local/share/guile/srfi/srfi-13.scm", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/srfi/srfi-13", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/lib/srfi/srfi-13.scm", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/lib/srfi/srfi-13", 0xbfffe2fc) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/pgsql/lib/srfi/srfi-13.scm", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/pgsql/lib/srfi/srfi-13", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/alto/projects/guile/srfi/srfi-13.scm", 0xbfffe2fc) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/alto/projects/guile/srfi/srfi-13", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/site/srfi/srfi-13.scm", 0xbfffe2fc) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/srfi/srfi-13", 0xbfffe2fc) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/srfi/srfi-13.scm", 
{st_mode=S_IFREG|0644, st_size=4891, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/srfi/srfi-13.scm", O_RDONLY) = 4
3686  fcntl64(4, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(4, 0, SEEK_CUR)             = 0
3686  fstat64(4, {st_mode=S_IFREG|0644, st_size=4891, ...}) = 0
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, ";;;; srfi-13.scm --- SRFI-13 pro"..., 4096) = 4096
3686  times({tms_utime=7, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408859
3686  times({tms_utime=7, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408859
3686  times({tms_utime=7, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 408859
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "srfi-srfi-13-14\" \"scm_init_srfi_"..., 4096) = 795
3686  open("/usr/local/lib/libguile-srfi-srfi-13-14.la", O_RDONLY) = 5
3686  brk(0x80a2000)                    = 0x80a2000
3686  fstat64(5, {st_mode=S_IFREG|0755, st_size=918, ...}) = 0
3686  old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0x4026c000
3686  read(5, "# libguile-srfi-srfi-13-14.la - "..., 4096) = 918
3686  read(5, "", 4096)                 = 0
3686  close(5)                          = 0
3686  munmap(0x4026c000, 4096)          = 0
3686  open("/usr/local/lib/libguile-srfi-srfi-13-14.a", O_RDONLY) = 5
3686  read(5, "!<arch>\n/               10129309"..., 1024) = 1024
3686  close(5)                          = 0
3686  open("/usr/local/lib/libguile-srfi-srfi-13-14.so.0", O_RDONLY) = 5
3686  read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200*\0"..., 
1024) = 1024
3686  fstat64(5, {st_mode=S_IFREG|0755, st_size=171070, ...}) = 0
3686  old_mmap(NULL, 70904, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0x4026c000
3686  mprotect(0x4027d000, 1272, PROT_NONE) = 0
3686  old_mmap(0x4027d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
5, 0x10000) = 0x4027d000
3686  close(5)                          = 0
3686  open("/usr/local/lib/libguile.so.9", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/lib/libguile.so.9", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/lib/libguile.so.9", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/pgsql/lib/libguile.so.9", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/opt/gnome/lib/libguile.so.9", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/lib/libguile.so.9", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/lib/libguile.so.9", O_RDONLY) = 5
3686  read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 w\1\000"..., 
1024) = 1024
3686  fstat64(5, {st_mode=S_IFREG|0755, st_size=628457, ...}) = 0
3686  old_mmap(NULL, 542448, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 
0x4027e000
3686  mprotect(0x402fc000, 26352, PROT_NONE) = 0
3686  old_mmap(0x402fc000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
5, 0x7d000) = 0x402fc000
3686  old_mmap(0x40300000, 9968, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40300000
3686  close(5)                          = 0
3686  old_mmap(NULL, 167936, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = 0x40303000
3686  brk(0x80a5000)                    = 0x80a5000
3686  brk(0x80aa000)                    = 0x80aa000
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "", 4096)                 = 0
3686  close(4)                          = 0
3686  stat64("/usr/local/share/guile/ice-9/format.scm", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/ice-9/format", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/lib/ice-9/format.scm", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/lib/ice-9/format", 0xbfffe2fc) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/format.scm", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/format", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/format.scm", 0xbfffe2fc) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/format", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/format.scm", 0xbfffe2fc) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/format", 0xbfffe2fc) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/ice-9/format.scm", 
{st_mode=S_IFREG|0644, st_size=57790, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/ice-9/format.scm", O_RDONLY) = 4
3686  fcntl64(4, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(4, 0, SEEK_CUR)             = 0
3686  fstat64(4, {st_mode=S_IFREG|0644, st_size=57790, ...}) = 0
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, ";;;; \"format.scm\" Common LISP te"..., 4096) = 4096
3686  stat64("/usr/local/share/guile/ice-9/and-let-star.scm", 0xbfffdcc4) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/ice-9/and-let-star", 0xbfffdcc4) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/lib/ice-9/and-let-star.scm", 0xbfffdcc4) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/lib/ice-9/and-let-star", 0xbfffdcc4) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/and-let-star.scm", 0xbfffdcc4) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/pgsql/lib/ice-9/and-let-star", 0xbfffdcc4) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/and-let-star.scm", 0xbfffdcc4) = 
-1 ENOENT (No such file or directory)
3686  stat64("/usr/alto/projects/guile/ice-9/and-let-star", 0xbfffdcc4) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/and-let-star.scm", 0xbfffdcc4) 
= -1 ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/ice-9/and-let-star", 0xbfffdcc4) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/ice-9/and-let-star.scm", 
{st_mode=S_IFREG|0644, st_size=2935, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/ice-9/and-let-star.scm", O_RDONLY) = 5
3686  fcntl64(5, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(5, 0, SEEK_CUR)             = 0
3686  fstat64(5, {st_mode=S_IFREG|0644, st_size=2935, ...}) = 0
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, ";;;; and-let-star.scm --- and-le"..., 4096) = 2935
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, "", 4096)                 = 0
3686  close(5)                          = 0
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "~})~%        \"\n\t\t  (car format:a"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "of iterations\n       (recursive-"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "oint\n\t       (if format:floats\n\t"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "patch))\n\t      ((#\\newline)\t\t; C"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "ion-nest 1))\n\t       (cond\n\t\t((="..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "eger (next-char)))))\n\t       (se"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "\t\t ((memq (cdr obj-list) visited"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "nteger->char\n\t\t\t  (format:par pa"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "  (let* ((hundreds (quotient n 1"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "      (format:fn-round digits))\n"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "(format:out-fill width \n\t\t\t\t\t\t  "..., 4096) = 4096
3686  times({tms_utime=9, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408873
3686  times({tms_utime=10, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408874
3686  times({tms_utime=11, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408875
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "fine (format:parse-float num-str"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "onent string number\n  (set! form"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "format)\n\n;; If this is not possi"..., 4096) = 446
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "", 4096)                 = 0
3686  close(4)                          = 0
3686  stat64("/usr/local/share/guile/oop/goops.scm", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/oop/goops", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/lib/oop/goops.scm", 0xbfffe2fc) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/lib/oop/goops", 0xbfffe2fc) = -1 ENOENT (No such file 
or directory)
3686  stat64("/usr/local/pgsql/lib/oop/goops.scm", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/oop/goops", 0xbfffe2fc) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/alto/projects/guile/oop/goops.scm", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/alto/projects/guile/oop/goops", 0xbfffe2fc) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/share/guile/site/oop/goops.scm", 0xbfffe2fc) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/oop/goops", 0xbfffe2fc) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/oop/goops.scm", 
{st_mode=S_IFREG|0644, st_size=47113, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/oop/goops.scm", O_RDONLY) = 4
3686  fcntl64(4, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(4, 0, SEEK_CUR)             = 0
3686  fstat64(4, {st_mode=S_IFREG|0644, st_size=47113, ...}) = 0
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, ";;; installed-scm-file\n\n;;;; \tCo"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "unction-name\n\t   generic-functio"..., 4096) = 4096
3686  times({tms_utime=12, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408878
3686  times({tms_utime=12, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408878
3686  times({tms_utime=13, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408879
3686  old_mmap(NULL, 217088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = 0x4032c000
3686  brk(0x80ab000)                    = 0x80ab000
3686  brk(0x80ac000)                    = 0x80ac000
3686  times({tms_utime=14, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408880
3686  times({tms_utime=15, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408881
3686  times({tms_utime=16, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408882
3686  brk(0x80ad000)                    = 0x80ad000
3686  brk(0x80ae000)                    = 0x80ae000
3686  stat64("/usr/local/share/guile/oop/goops/util.scm", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/oop/goops/util", 0xbfffdc9c) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/lib/oop/goops/util.scm", 0xbfffdc9c) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/lib/oop/goops/util", 0xbfffdc9c) = -1 ENOENT (No such 
file or directory)
3686  stat64("/usr/local/pgsql/lib/oop/goops/util.scm", 0xbfffdc9c) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/pgsql/lib/oop/goops/util", 0xbfffdc9c) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/alto/projects/guile/oop/goops/util.scm", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/alto/projects/guile/oop/goops/util", 0xbfffdc9c) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/share/guile/site/oop/goops/util.scm", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/oop/goops/util", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/oop/goops/util.scm", 
{st_mode=S_IFREG|0644, st_size=4967, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/oop/goops/util.scm", O_RDONLY) = 5
3686  fcntl64(5, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(5, 0, SEEK_CUR)             = 0
3686  fstat64(5, {st_mode=S_IFREG|0644, st_size=4967, ...}) = 0
3686  brk(0x80b0000)                    = 0x80b0000
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, ";;;; \tCopyright (C) 1999, 2000, "..., 4096) = 4096
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, "((mod (current-module)))\n    (if"..., 4096) = 871
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, "", 4096)                 = 0
3686  close(5)                          = 0
3686  stat64("/usr/local/share/guile/oop/goops/dispatch.scm", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/oop/goops/dispatch", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/lib/oop/goops/dispatch.scm", 0xbfffdc9c) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/lib/oop/goops/dispatch", 0xbfffdc9c) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/oop/goops/dispatch.scm", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/pgsql/lib/oop/goops/dispatch", 0xbfffdc9c) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/alto/projects/guile/oop/goops/dispatch.scm", 0xbfffdc9c) = 
-1 ENOENT (No such file or directory)
3686  stat64("/usr/alto/projects/guile/oop/goops/dispatch", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/oop/goops/dispatch.scm", 0xbfffdc9c) 
= -1 ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/oop/goops/dispatch", 0xbfffdc9c) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/oop/goops/dispatch.scm", 
{st_mode=S_IFREG|0644, st_size=9333, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/oop/goops/dispatch.scm", O_RDONLY) = 5
3686  fcntl64(5, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(5, 0, SEEK_CUR)             = 0
3686  fstat64(5, {st_mode=S_IFREG|0644, st_size=9333, ...}) = 0
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, ";;;; \tCopyright (C) 1999, 2000, "..., 4096) = 4096
3686  stat64("/usr/local/share/guile/oop/goops/compile.scm", 0xbfffd664) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/oop/goops/compile", 0xbfffd664) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/lib/oop/goops/compile.scm", 0xbfffd664) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/local/lib/oop/goops/compile", 0xbfffd664) = -1 ENOENT (No 
such file or directory)
3686  stat64("/usr/local/pgsql/lib/oop/goops/compile.scm", 0xbfffd664) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/pgsql/lib/oop/goops/compile", 0xbfffd664) = -1 ENOENT 
(No such file or directory)
3686  stat64("/usr/alto/projects/guile/oop/goops/compile.scm", 0xbfffd664) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/alto/projects/guile/oop/goops/compile", 0xbfffd664) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/oop/goops/compile.scm", 0xbfffd664) = 
-1 ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/site/oop/goops/compile", 0xbfffd664) = -1 
ENOENT (No such file or directory)
3686  stat64("/usr/local/share/guile/1.7.0/oop/goops/compile.scm", 
{st_mode=S_IFREG|0644, st_size=5847, ...}) = 0
3686  open("/usr/local/share/guile/1.7.0/oop/goops/compile.scm", O_RDONLY) = 6
3686  fcntl64(6, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(6, 0, SEEK_CUR)             = 0
3686  fstat64(6, {st_mode=S_IFREG|0644, st_size=5847, ...}) = 0
3686  brk(0x80b2000)                    = 0x80b2000
3686  select(1024, [6], [], [], {0, 0}) = 1 (in [6], left {0, 0})
3686  read(6, ";;;; \tCopyright (C) 1999, 2001 F"..., 4096) = 4096
3686  select(1024, [6], [], [], {0, 0}) = 1 (in [6], left {0, 0})
3686  read(6, "lambda default-args\n    (lambda "..., 4096) = 1751
3686  select(1024, [6], [], [], {0, 0}) = 1 (in [6], left {0, 0})
3686  read(6, "", 4096)                 = 0
3686  close(6)                          = 0
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, "-entries exp)\n\t\t\t\t max-non-hashe"..., 4096) = 4096
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, " (method-cache-install! method-c"..., 4096) = 1141
3686  select(1024, [5], [], [], {0, 0}) = 1 (in [5], left {0, 0})
3686  read(5, "", 4096)                 = 0
3686  close(5)                          = 0
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "rs\n\t\t    ,@(pre-definitions (slo"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "define ,name (make <generic> #:n"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "   (specializers (cdr ls))))\n\t\t "..., 4096) = 4096
3686  times({tms_utime=19, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408890
3686  times({tms_utime=20, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408891
3686  times({tms_utime=21, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 408892
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "ot-unbound method will be called"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "CMU.EDU)}\n;;;\n\n(define-method (s"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "tter-method class g-n-s)))\n\t  (i"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "= a b d c e f object top\n;;;\n\n(d"..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "     (slot-set! class \'nfields ("..., 4096) = 4096
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "neric>) initargs)\n  (let ((previ"..., 4096) = 4096
3686  brk(0x80b3000)                    = 0x80b3000
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "cable-methods gf args))\n\n(set! c"..., 4096) = 2057
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "", 4096)                 = 0
3686  close(4)                          = 0
3686  stat64("/usr/local/share/guile/struct/gtrees.scm", {st_mode=S_IFREG|0775, 
st_size=221, ...}) = 0
3686  open("/usr/local/share/guile/struct/gtrees.scm", O_RDONLY) = 4
3686  fcntl64(4, F_GETFL)               = 0 (flags O_RDONLY)
3686  lseek(4, 0, SEEK_CUR)             = 0
3686  fstat64(4, {st_mode=S_IFREG|0775, st_size=221, ...}) = 0
3686  brk(0x80b5000)                    = 0x80b5000
3686  select(1024, [4], [], [], {0, 0}) = 1 (in [4], left {0, 0})
3686  read(4, "\n(define-module (struct gtrees))"..., 4096) = 221
3686  open("/usr/local/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/usr/local/pgsql/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/opt/gnome/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file 
or directory)
3686  open("/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/lib/X11/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/opt/netscape/plugins/libgtrees.la", O_RDONLY) = -1 ENOENT (No such 
file or directory)
3686  open("/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("/usr/lib/libgtrees.la", O_RDONLY) = -1 ENOENT (No such file or 
directory)
3686  open("libgtrees.la", O_RDONLY)    = -1 ENOENT (No such file or directory)
3686  write(2, "ERROR", 5)              = 5
3686  write(2, ": ", 2)                 = 2
3686  write(2, "In procedure ", 13)     = 13
3686  write(2, "dynamic-link", 12)      = 12
3686  write(2, ":\n", 2)                = 2
3686  write(2, "ERROR", 5)              = 5
3686  write(2, ": ", 2)                 = 2
3686  write(2, "file: ", 6)             = 6
3686  write(2, "\"", 1)                 = 1
3686  write(2, "l", 1)                  = 1
3686  write(2, "i", 1)                  = 1
3686  write(2, "b", 1)                  = 1
3686  write(2, "g", 1)                  = 1
3686  write(2, "t", 1)                  = 1
3686  write(2, "r", 1)                  = 1
3686  write(2, "e", 1)                  = 1
3686  write(2, "e", 1)                  = 1
3686  write(2, "s", 1)                  = 1
3686  write(2, "\"", 1)                 = 1
3686  write(2, ", message: ", 11)       = 11
3686  write(2, "\"", 1)                 = 1
3686  write(2, "f", 1)                  = 1
3686  write(2, "i", 1)                  = 1
3686  write(2, "l", 1)                  = 1
3686  write(2, "e", 1)                  = 1
3686  write(2, " ", 1)                  = 1
3686  write(2, "n", 1)                  = 1
3686  write(2, "o", 1)                  = 1
3686  write(2, "t", 1)                  = 1
3686  write(2, " ", 1)                  = 1
3686  write(2, "f", 1)                  = 1
3686  write(2, "o", 1)                  = 1
3686  write(2, "u", 1)                  = 1
3686  write(2, "n", 1)                  = 1
3686  write(2, "d", 1)                  = 1
3686  write(2, "\"", 1)                 = 1
3686  write(2, "\n", 1)                 = 1
3686  _exit(2)                          = ?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]