Zig-built CHICKEN pasted by siiky on Thu Mar 9 12:25:03 2023
$ ./csi CHICKEN (c) 2008-2022, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann Version 5.3.1 (rev 1fa5bc18) linux-unix-clang-x86-64 [ 64bit dload ptables ] Type ,? for help. ; loading /home/siiky/.csirc ... ; loading ./chicken.load.import.scm ... Error: unable to load library read-syntax "cannot load compiled code dynamically - this is a statically linked executable" Call history: <syntax> (##core#require posix chicken.time.posix) <syntax> (chicken.load#load-unit (##core#quote posix) (##core#quote #f) (##core#quote #f)) <syntax> (##core#quote posix) <syntax> (##core#quote #f) <syntax> (##core#quote #f) <eval> (chicken.load#load-unit (##core#quote library) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote file) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote extras) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote extras) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote irregex) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote pathname) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote port) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote extras) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote library) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote extras) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote read-syntax) (##core#quote #f) (##core#quote #f)) <-- $ ldd csi linux-vdso.so.1 (0x00007ffc24f13000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f91586fc000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f915851b000) /lib64/ld-linux-x86-64.so.2 (0x00007f91587f4000) $ make check cd tests; sh runtests.sh ======================================== repository search path ... (/home/siiky/projects/zig-chicken/lib/zigchicken/11) (PASS) (repository-path) contains something by default TOTALS: 1 tests completed in 0.037 seconds 1 (100.00%) tests passed 0 (0.00%) tests failed /home/siiky/projects/chicken/tests/../zigchicken 'sample-module.scm' -output-file 'sample-module.c' '-dynamic' '-feature' 'chicken-compile-shared' '-verbose' '-include-path' '/home/siiky/projects/chicken/tests/..' '-consult-types-file' '../types.db' '-ignore-repository' '-emit-import-library' 'sample-module' generating import library `sample-module.import.scm' for module `sample-module' ... 'zig-cc' 'sample-module.c' -o 'sample-module.o' -c '-fno-strict-aliasing' '-fwrapv' '-DHAVE_CHICKEN_CONFIG_H' '-DC_ENABLE_PTABLES' '-Os' '-march=native' '-shared' '-fPIC' '-DPIC' '-DC_SHARED' '-I/home/siiky/projects/chicken/tests/..' '-I/home/siiky/projects/zig-chicken/include/zigchicken' In file included from sample-module.c:8: /home/siiky/projects/chicken/tests/../chicken.h:2471:37: warning: expression result unused [-Wunused-value] C_CHECKp(x,C_bignump(C_VAL1(x)),0); ^ /home/siiky/projects/chicken/tests/../chicken.h:870:37: note: expanded from macro 'C_CHECKp' # define C_CHECKp(v,a,x) (x) ^ 1 warning generated. rm sample-module.c 'zig-cc' 'sample-module.o' -o 'sample-module.so' '-shared' '-L/home/siiky/projects/chicken/tests/..' '-Wl,-rpath=/home/siiky/projects/chicken/tests/..' '-L/home/siiky/projects/chicken/tests/..' '-Wl,-rpath=/home/siiky/projects/zig-chicken/lib' -lzigchicken -lm -ldl rm sample-module.o (PASS) find-file on #f (PASS) find-file on string (PASS) find-file on list (PASS) (repository-path) is populated by CHICKEN_REPOSITORY_PATH (FAIL) setting (repository-path) and loading a library: expected #t but got #f (PASS) Putting garbage in (repository-path) TOTALS: 6 tests completed in 0.039 seconds 5 (83.33%) tests passed 1 (16.66%) tests failed make: *** [rules.make:1014: check] Error 1
strace csi pasted by siiky on Thu Mar 9 12:31:57 2023
execve("./csi", ["./csi"], 0x7ffdae960998 /* 66 vars */) = 0
brk(NULL) = 0x1ff6000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f666d6b5000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./glibc-hwcaps/x86-64-v2/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./tls/x86_64/x86_64/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./tls/x86_64/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./tls/x86_64/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./tls/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./x86_64/x86_64/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./x86_64/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./x86_64/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=92374, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 92374, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f666d69e000
close(3) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=907784, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 909560, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f666d5bf000
mmap(0x7f666d5cf000, 471040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f666d5cf000
mmap(0x7f666d642000, 368640, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x83000) = 0x7f666d642000
mmap(0x7f666d69c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdc000) = 0x7f666d69c000
close(3) = 0
openat(AT_FDCWD, "./glibc-hwcaps/x86-64-v2/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./tls/x86_64/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./tls/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./tls/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./x86_64/x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./x86_64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "./libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Ps\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1922136, ...}, AT_EMPTY_PATH) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
mmap(NULL, 1970000, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f666d3de000
mmap(0x7f666d404000, 1396736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f666d404000
mmap(0x7f666d559000, 339968, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17b000) = 0x7f666d559000
mmap(0x7f666d5ac000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ce000) = 0x7f666d5ac000
mmap(0x7f666d5b2000, 53072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f666d5b2000
close(3) = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f666d3db000
arch_prctl(ARCH_SET_FS, 0x7f666d3db740) = 0
set_tid_address(0x7f666d3dba10) = 244489
set_robust_list(0x7f666d3dba20, 24) = 0
rseq(0x7f666d3dc060, 0x20, 0, 0x53053053) = 0
mprotect(0x7f666d5ac000, 16384, PROT_READ) = 0
mprotect(0x7f666d69c000, 4096, PROT_READ) = 0
mprotect(0x4ea000, 4096, PROT_READ) = 0
mprotect(0x7f666d6e7000, 8192, PROT_READ) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
munmap(0x7f666d69e000, 92374) = 0
getrandom("\x99\x08\x7a\x72\x7d\xac\x92\xea", 8, GRND_NONBLOCK) = 8
brk(NULL) = 0x1ff6000
brk(0x2017000) = 0x2017000
openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=3664, ...}, AT_EMPTY_PATH) = 0
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=3664, ...}, AT_EMPTY_PATH) = 0
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 4096) = 3664
lseek(3, -2329, SEEK_CUR) = 1335
read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 4096) = 2329
close(3) = 0
mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f666d35a000
mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f666d2d9000
rt_sigaction(SIGBUS, {sa_handler=0x4cfe95, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f666d419f90}, NULL, 8) = 0
rt_sigaction(SIGFPE, {sa_handler=0x4cfe95, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f666d419f90}, NULL, 8) = 0
rt_sigaction(SIGILL, {sa_handler=0x4cfe95, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f666d419f90}, NULL, 8) = 0
rt_sigaction(SIGSEGV, {sa_handler=0x4cfe95, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f666d419f90}, NULL, 8) = 0
brk(0x2038000) = 0x2038000
rt_sigaction(SIGINT, {sa_handler=0x4cfe95, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f666d419f90}, NULL, 8) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=5476}, ru_stime={tv_sec=0, tv_usec=2738}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=5490}, ru_stime={tv_sec=0, tv_usec=2745}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=5942}, ru_stime={tv_sec=0, tv_usec=2971}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=5955}, ru_stime={tv_sec=0, tv_usec=2977}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=6156}, ru_stime={tv_sec=0, tv_usec=3078}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=6173}, ru_stime={tv_sec=0, tv_usec=3086}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=6786}, ru_stime={tv_sec=0, tv_usec=3393}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=6800}, ru_stime={tv_sec=0, tv_usec=3400}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=7643}, ru_stime={tv_sec=0, tv_usec=3400}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=7653}, ru_stime={tv_sec=0, tv_usec=3400}, ...}) = 0
newfstatat(1, "", {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0x4), ...}, AT_EMPTY_PATH) = 0
write(1, "CHICKEN\n", 8) = 8
write(1, "(c) 2008-2022, The CHICKEN Team\n", 32) = 32
write(1, "(c) 2000-2007, Felix L. Winkelma"..., 35) = 35
write(1, "Version 5.3.1 (rev 1fa5bc18)\n", 29) = 29
write(1, "linux-unix-clang-x86-64 [ 64bit "..., 48) = 48
write(1, "\n", 1) = 1
write(1, "Type ,? for help.\n", 18) = 18
newfstatat(AT_FDCWD, "/home/siiky/.config/chicken/csirc", 0x7ffd425adde0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/.csirc", {st_mode=S_IFREG|0644, st_size=961, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/siiky/.csirc", {st_mode=S_IFREG|0644, st_size=961, ...}, 0) = 0
write(1, "; loading /home/siiky/.csirc ..."..., 33) = 33
openat(AT_FDCWD, "/home/siiky/.csirc", O_RDONLY) = 3
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=961, ...}, AT_EMPTY_PATH) = 0
read(3, "; vim: ft=scheme\n(import chicken"..., 4096) = 961
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.load.import.so", 0x7ffd42597430, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.load.import.scm", 0x7ffd42596ee0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.load.import.so", 0x7ffd425961d0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.load.import.scm", 0x7ffd42595c80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.load.import.so", 0x7ffd42594ff0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.load.import.scm", {st_mode=S_IFREG|0644, st_size=734, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.load.import.scm", {st_mode=S_IFREG|0644, st_size=734, ...}, 0) = 0
write(1, "; loading ./chicken.load.import."..., 40) = 40
openat(AT_FDCWD, "./chicken.load.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=734, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.load.import.scm - G"..., 4096) = 734
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=10968}, ru_stime={tv_sec=0, tv_usec=3400}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=10985}, ru_stime={tv_sec=0, tv_usec=3400}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=10985}, ru_stime={tv_sec=0, tv_usec=4173}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=10985}, ru_stime={tv_sec=0, tv_usec=4186}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=10985}, ru_stime={tv_sec=0, tv_usec=4397}, ...}) = 0
mmap(NULL, 1576960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f666d158000
munmap(0x7f666d35a000, 528384) = 0
munmap(0x7f666d2d9000, 528384) = 0
mmap(NULL, 1576960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f666cfd7000
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=12275}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=12528}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=12543}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=13025}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=13046}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.file.import.so", 0x7ffd4253c060, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.file.import.scm", 0x7ffd4253bb10, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.file.import.so", 0x7ffd4253ae00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.file.import.scm", 0x7ffd4253a8b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.file.import.so", 0x7ffd42539c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.file.import.scm", {st_mode=S_IFREG|0644, st_size=1172, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.file.import.scm", {st_mode=S_IFREG|0644, st_size=1172, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.file.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=1172, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.file.import.scm - G"..., 4096) = 1172
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=16444}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=16459}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=17298}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=17309}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=17543}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=17608}, ru_stime={tv_sec=0, tv_usec=6137}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.format.import.so", 0x7ffd425842d0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.format.import.scm", 0x7ffd42583d60, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.format.import.so", 0x7ffd42583050, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.format.import.scm", 0x7ffd42582af0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.format.import.so", 0x7ffd42581e50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.format.import.scm", {st_mode=S_IFREG|0644, st_size=433, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.format.import.scm", {st_mode=S_IFREG|0644, st_size=433, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.format.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=433, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.format.import.scm -"..., 4096) = 433
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=18916}, ru_stime={tv_sec=0, tv_usec=6305}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=18923}, ru_stime={tv_sec=0, tv_usec=6307}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=19118}, ru_stime={tv_sec=0, tv_usec=6372}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=19125}, ru_stime={tv_sec=0, tv_usec=6375}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=19536}, ru_stime={tv_sec=0, tv_usec=6512}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=19543}, ru_stime={tv_sec=0, tv_usec=6514}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=19745}, ru_stime={tv_sec=0, tv_usec=6581}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=19758}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.io.import.so", 0x7ffd425d7330, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.io.import.scm", 0x7ffd425d6de0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.io.import.so", 0x7ffd425d60d0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.io.import.scm", 0x7ffd425d5b80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.io.import.so", 0x7ffd425d4f00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.io.import.scm", {st_mode=S_IFREG|0644, st_size=762, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.io.import.scm", {st_mode=S_IFREG|0644, st_size=762, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.io.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=762, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.io.import.scm - GEN"..., 4096) = 762
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=21495}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=21506}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=22094}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=22111}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=22516}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=22534}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.irregex.import.so", 0x7ffd425ab2d0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.irregex.import.scm", 0x7ffd425aad60, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.irregex.import.so", 0x7ffd425aa040, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.irregex.import.scm", 0x7ffd425a9ad0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.irregex.import.so", 0x7ffd425a8e30, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.irregex.import.scm", {st_mode=S_IFREG|0644, st_size=2488, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.irregex.import.scm", {st_mode=S_IFREG|0644, st_size=2488, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.irregex.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=2488, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.irregex.import.scm "..., 4096) = 2488
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=24558}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=24568}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=25105}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=25116}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=25360}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=25370}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.pathname.import.so", 0x7ffd4262e240, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.pathname.import.scm", 0x7ffd4262dcd0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.pathname.import.so", 0x7ffd4262cfa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.pathname.import.scm", 0x7ffd4262ca30, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.pathname.import.so", 0x7ffd4262bd80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.pathname.import.scm", {st_mode=S_IFREG|0644, st_size=1362, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.pathname.import.scm", {st_mode=S_IFREG|0644, st_size=1362, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.pathname.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=1362, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.pathname.import.scm"..., 4096) = 1362
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=27020}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=27030}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=27258}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=27267}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=27850}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=27860}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=28116}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=28126}, ru_stime={tv_sec=0, tv_usec=6586}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.port.import.so", 0x7ffd42542750, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.port.import.scm", 0x7ffd42542200, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.port.import.so", 0x7ffd425414f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.port.import.scm", 0x7ffd42540fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.port.import.so", 0x7ffd42540310, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.port.import.scm", {st_mode=S_IFREG|0644, st_size=1743, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.port.import.scm", {st_mode=S_IFREG|0644, st_size=1743, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.port.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=1743, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.port.import.scm - G"..., 4096) = 1743
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=28126}, ru_stime={tv_sec=0, tv_usec=8367}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=28126}, ru_stime={tv_sec=0, tv_usec=8379}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=28126}, ru_stime={tv_sec=0, tv_usec=9053}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=28126}, ru_stime={tv_sec=0, tv_usec=9063}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=28126}, ru_stime={tv_sec=0, tv_usec=9315}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=28126}, ru_stime={tv_sec=0, tv_usec=9324}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.pretty-print.import.so", 0x7ffd425bbbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.pretty-print.import.scm", 0x7ffd425bb650, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.pretty-print.import.so", 0x7ffd425ba910, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.pretty-print.import.scm", 0x7ffd425ba3a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.pretty-print.import.so", 0x7ffd425b96f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.pretty-print.import.scm", {st_mode=S_IFREG|0644, st_size=446, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.pretty-print.import.scm", {st_mode=S_IFREG|0644, st_size=446, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.pretty-print.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=446, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.pretty-print.import"..., 4096) = 446
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=29292}, ru_stime={tv_sec=0, tv_usec=9764}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=29305}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=29903}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=29918}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=30109}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=30148}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.process-context.import.so", 0x7ffd426019b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.process-context.import.scm", 0x7ffd42601440, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.process-context.import.so", 0x7ffd42600700, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.process-context.import.scm", 0x7ffd42600190, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.process-context.import.so", 0x7ffd425ff4e0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.process-context.import.scm", {st_mode=S_IFREG|0644, st_size=1202, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.process-context.import.scm", {st_mode=S_IFREG|0644, st_size=1202, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.process-context.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=1202, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.process-context.imp"..., 4096) = 1202
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=31503}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=31510}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=31720}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=31731}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=32382}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=32394}, ru_stime={tv_sec=0, tv_usec=9768}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=32582}, ru_stime={tv_sec=0, tv_usec=9774}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=32588}, ru_stime={tv_sec=0, tv_usec=9776}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.random.import.so", 0x7ffd425556d0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.random.import.scm", 0x7ffd42555160, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.random.import.so", 0x7ffd42554450, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.random.import.scm", 0x7ffd42553ef0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.random.import.so", 0x7ffd42553250, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.random.import.scm", {st_mode=S_IFREG|0644, st_size=529, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.random.import.scm", {st_mode=S_IFREG|0644, st_size=529, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.random.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=529, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.random.import.scm -"..., 4096) = 529
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=33596}, ru_stime={tv_sec=0, tv_usec=10078}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=33603}, ru_stime={tv_sec=0, tv_usec=10080}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=33946}, ru_stime={tv_sec=0, tv_usec=10184}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=33952}, ru_stime={tv_sec=0, tv_usec=10185}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=34110}, ru_stime={tv_sec=0, tv_usec=10233}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=34116}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.read-syntax.import.so", 0x7ffd4257b790, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.read-syntax.import.scm", 0x7ffd4257b220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.read-syntax.import.so", 0x7ffd4257a4e0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.read-syntax.import.scm", 0x7ffd42579f70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.read-syntax.import.so", 0x7ffd425792c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.read-syntax.import.scm", {st_mode=S_IFREG|0644, st_size=742, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.read-syntax.import.scm", {st_mode=S_IFREG|0644, st_size=742, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.read-syntax.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=742, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.read-syntax.import."..., 4096) = 742
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=35473}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=35483}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=36015}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=36025}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=36260}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=36269}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.string.import.so", 0x7ffd4255e290, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.string.import.scm", 0x7ffd4255dd20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.string.import.so", 0x7ffd4255d010, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.string.import.scm", 0x7ffd4255cab0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.string.import.so", 0x7ffd4255be10, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.string.import.scm", {st_mode=S_IFREG|0644, st_size=1198, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.string.import.scm", {st_mode=S_IFREG|0644, st_size=1198, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.string.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=1198, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.string.import.scm -"..., 4096) = 1198
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=37825}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=37834}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=38069}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=38078}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=38662}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=38671}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=39021}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=39036}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.time.import.so", 0x7ffd4258b980, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.time.import.scm", 0x7ffd4258b430, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.time.import.so", 0x7ffd4258a720, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.time.import.scm", 0x7ffd4258a1d0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.time.import.so", 0x7ffd42589540, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.time.import.scm", {st_mode=S_IFREG|0644, st_size=1948, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.time.import.scm", {st_mode=S_IFREG|0644, st_size=1948, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.time.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=1948, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.time.import.scm - G"..., 4096) = 1948
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=40401}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=40409}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=40875}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=40883}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.time.posix.import.so", 0x7ffd4259f4c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/lib/chicken/11/chicken.time.posix.import.scm", 0x7ffd4259ef50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.time.posix.import.so", 0x7ffd4259e220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/siiky/projects/zig-chicken/share/chicken/chicken.time.posix.import.scm", 0x7ffd4259dcb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.time.posix.import.so", 0x7ffd4259d000, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "./chicken.time.posix.import.scm", {st_mode=S_IFREG|0644, st_size=832, ...}, 0) = 0
newfstatat(AT_FDCWD, "./chicken.time.posix.import.scm", {st_mode=S_IFREG|0644, st_size=832, ...}, 0) = 0
openat(AT_FDCWD, "./chicken.time.posix.import.scm", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=832, ...}, AT_EMPTY_PATH) = 0
read(4, ";;;; chicken.time.posix.import.s"..., 4096) = 832
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=42124}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=42133}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=42317}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=42324}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=42792}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=42800}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=42990}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=42997}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43363}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43371}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43517}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43524}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43662}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43669}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43847}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43854}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43989}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=43996}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=44134}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=44141}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=44290}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=44297}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=44435}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
getrusage(RUSAGE_SELF, {ru_utime={tv_sec=0, tv_usec=44442}, ru_stime={tv_sec=0, tv_usec=10234}, ...}) = 0
write(2, "\nError", 6) = 6
write(2, ": ", 2) = 2
write(2, "unable to load library", 22) = 22
write(2, "\n", 1) = 1
write(2, "read-syntax", 11) = 11
write(2, "\n", 1) = 1
write(2, "\"", 1) = 1
write(2, "c", 1) = 1
write(2, "a", 1) = 1
write(2, "n", 1) = 1
write(2, "n", 1) = 1
write(2, "o", 1) = 1
write(2, "t", 1) = 1
write(2, " ", 1) = 1
write(2, "l", 1) = 1
write(2, "o", 1) = 1
write(2, "a", 1) = 1
write(2, "d", 1) = 1
write(2, " ", 1) = 1
write(2, "c", 1) = 1
write(2, "o", 1) = 1
write(2, "m", 1) = 1
write(2, "p", 1) = 1
write(2, "i", 1) = 1
write(2, "l", 1) = 1
write(2, "e", 1) = 1
write(2, "d", 1) = 1
write(2, " ", 1) = 1
write(2, "c", 1) = 1
write(2, "o", 1) = 1
write(2, "d", 1) = 1
write(2, "e", 1) = 1
write(2, " ", 1) = 1
write(2, "d", 1) = 1
write(2, "y", 1) = 1
write(2, "n", 1) = 1
write(2, "a", 1) = 1
write(2, "m", 1) = 1
write(2, "i", 1) = 1
write(2, "c", 1) = 1
write(2, "a", 1) = 1
write(2, "l", 1) = 1
write(2, "l", 1) = 1
write(2, "y", 1) = 1
write(2, " ", 1) = 1
write(2, "-", 1) = 1
write(2, " ", 1) = 1
write(2, "t", 1) = 1
write(2, "h", 1) = 1
write(2, "i", 1) = 1
write(2, "s", 1) = 1
write(2, " ", 1) = 1
write(2, "i", 1) = 1
write(2, "s", 1) = 1
write(2, " ", 1) = 1
write(2, "a", 1) = 1
write(2, " ", 1) = 1
write(2, "s", 1) = 1
write(2, "t", 1) = 1
write(2, "a", 1) = 1
write(2, "t", 1) = 1
write(2, "i", 1) = 1
write(2, "c", 1) = 1
write(2, "a", 1) = 1
write(2, "l", 1) = 1
write(2, "l", 1) = 1
write(2, "y", 1) = 1
write(2, " ", 1) = 1
write(2, "l", 1) = 1
write(2, "i", 1) = 1
write(2, "n", 1) = 1
write(2, "k", 1) = 1
write(2, "e", 1) = 1
write(2, "d", 1) = 1
write(2, " ", 1) = 1
write(2, "e", 1) = 1
write(2, "x", 1) = 1
write(2, "e", 1) = 1
write(2, "c", 1) = 1
write(2, "u", 1) = 1
write(2, "t", 1) = 1
write(2, "a", 1) = 1
write(2, "b", 1) = 1
write(2, "l", 1) = 1
write(2, "e", 1) = 1
write(2, "\"", 1) = 1
write(2, "\n", 1) = 1
write(2, "\n\tCall history:\n", 16) = 16
write(2, "\n\t", 2) = 2
write(2, "", 8) = 8
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "##core#require", 14) = 14
write(2, " ", 1) = 1
write(2, "posix", 5) = 5
write(2, " ", 1) = 1
write(2, "chicken.time.posix", 18) = 18
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 8) = 8
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "posix", 5) = 5
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 8) = 8
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "posix", 5) = 5
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 8) = 8
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 8) = 8
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "library", 7) = 7
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "file", 4) = 4
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "extras", 6) = 6
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "extras", 6) = 6
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "irregex", 7) = 7
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "pathname", 8) = 8
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "port", 4) = 4
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "extras", 6) = 6
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "library", 7) = 7
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "extras", 6) = 6
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\n\t", 2) = 2
write(2, "", 6) = 6
write(2, "\t ", 3) = 3
write(2, "(", 1) = 1
write(2, "chicken.load#load-unit", 22) = 22
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "read-syntax", 11) = 11
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, " ", 1) = 1
write(2, "(", 1) = 1
write(2, "##core#quote", 12) = 12
write(2, " ", 1) = 1
write(2, "#f", 2) = 2
write(2, ")", 1) = 1
write(2, ")", 1) = 1
write(2, "\t<--\n", 5) = 5
exit_group(70) = ?
+++ exited with 70 +++
no title pasted by siiky on Thu Mar 9 12:41:20 2023
$ ./csi CHICKEN (c) 2008-2022, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann Version 5.3.1 (rev 1fa5bc18) linux-unix-clang-x86-64 [ 64bit dload ptables ] Type ,? for help. ; loading /home/siiky/.csirc ... ; loading ./chicken.load.import.scm ... Error: (load) during expansion of (import ...) - unable to load compiled module - cannot load compiled code dynamically - this is a statically linked executable: "./chicken.file.import.so" Call history: <syntax> (scheme#list) <eval> (##sys#with-environment (lambda () (##sys#register-compiled-module (quote chicken.load) (quote eval)... <eval> (##sys#register-compiled-module (quote chicken.load) (quote eval) (scheme#list) (quote ((dynamic-loa... <eval> (scheme#list) <eval> (scheme#list) <eval> (scheme#list) <syntax> (##core#begin (##core#require eval chicken.load)) <syntax> (##core#require eval chicken.load) <syntax> (chicken.load#load-unit (##core#quote eval) (##core#quote #f) (##core#quote #f)) <syntax> (##core#quote eval) <syntax> (##core#quote #f) <syntax> (##core#quote #f) <eval> (chicken.load#load-unit (##core#quote eval) (##core#quote #f) (##core#quote #f)) <syntax> (load-verbose #f) <eval> (load-verbose #f) <syntax> (import chicken.base chicken.file chicken.format chicken.io chicken.irregex chicken.pathname chicken... <--
build log pasted by siiky on Thu Mar 9 13:00:17 2023
$ make spotless; make
chicken library.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file library.c \
-no-module-registration \
-emit-import-library chicken.bitwise \
-emit-import-library chicken.blob \
-emit-import-library chicken.fixnum \
-emit-import-library chicken.flonum \
-emit-import-library chicken.gc \
-emit-import-library chicken.keyword \
-emit-import-library chicken.platform \
-emit-import-library chicken.plist \
-emit-import-library chicken.process-context
Note: Test is always true
In module `',
In procedure `',
In procedure `readrec',
In procedure `r-char',
In conditional expression:
(if c0 (let ((g4749 ...)) (if g4749 (let ... ...) #f)) #f)
Test condition has always true value of type:
fixnum
generating import library `chicken.fixnum.import.scm' for module `chicken.fixnum' ...
generating import library `chicken.flonum.import.scm' for module `chicken.flonum' ...
generating import library `chicken.bitwise.import.scm' for module `chicken.bitwise' ...
generating import library `chicken.keyword.import.scm' for module `chicken.keyword' ...
generating import library `chicken.blob.import.scm' for module `chicken.blob' ...
generating import library `chicken.process-context.import.scm' for module `chicken.process-context' ...
generating import library `chicken.gc.import.scm' for module `chicken.gc' ...
generating import library `chicken.plist.import.scm' for module `chicken.plist' ...
generating import library `chicken.platform.import.scm' for module `chicken.platform' ...
Note: Test is always true
In module `',
In procedure `',
In procedure `readrec',
In procedure `r-char',
In conditional expression:
(if n0 (let ((n ...)) (if n (let ... ...) #f)) #f)
Test condition has always true value of type:
fixnum
Note: Test is always true
In module `',
In procedure `',
In procedure `readrec',
In procedure `r-char',
In conditional expression:
(if n (let ((g4753 ...)) (if g4753 (let ... ...) #f)) #f)
Test condition has always true value of type:
fixnum
echo '#define DEBUGBUILD 1' >> chicken-defaults.h
echo '#define C_CHICKEN_PROGRAM "zigchicken"' >> chicken-defaults.h
echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h
echo '# define C_INSTALL_CC "zig-cc"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_CXX' >> chicken-defaults.h
echo '# define C_INSTALL_CXX "g++"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_POSTINSTALL_PROGRAM' >> chicken-defaults.h
echo '# define C_INSTALL_POSTINSTALL_PROGRAM "true"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_RC_COMPILER' >> chicken-defaults.h
echo '# define C_INSTALL_RC_COMPILER ""' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_CFLAGS' >> chicken-defaults.h
echo '# define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -march=native -shared"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_LDFLAGS' >> chicken-defaults.h
echo '# define C_INSTALL_LDFLAGS " "' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_PREFIX' >> chicken-defaults.h
echo '# define C_INSTALL_PREFIX "/home/siiky/projects/zig-chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_SHARE_HOME "/home/siiky/projects/zig-chicken/share/zigchicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_BIN_HOME "/home/siiky/projects/zig-chicken/bin"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_EGG_HOME "/home/siiky/projects/zig-chicken/lib/zigchicken/11"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_LIB_HOME "/home/siiky/projects/zig-chicken/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_LIB_NAME' >> chicken-defaults.h
echo '# define C_INSTALL_LIB_NAME "zigchicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_STATIC_LIB_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_STATIC_LIB_HOME "/home/siiky/projects/zig-chicken/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_INCLUDE_HOME "/home/siiky/projects/zig-chicken/include/zigchicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h
echo '# define C_INSTALL_MORE_LIBS "-lm -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_MORE_STATIC_LIBS' >> chicken-defaults.h
echo '# define C_INSTALL_MORE_STATIC_LIBS "-lm -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_STACK_GROWS_DOWNWARD' >> chicken-defaults.h
echo '# define C_STACK_GROWS_DOWNWARD 1' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_MORE_LIBS' >> chicken-defaults.h
echo '# define C_TARGET_MORE_LIBS "-lm -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_MORE_STATIC_LIBS' >> chicken-defaults.h
echo '# define C_TARGET_MORE_STATIC_LIBS "-lm -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_CC' >> chicken-defaults.h
echo '# define C_TARGET_CC "zig-cc"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_CXX' >> chicken-defaults.h
echo '# define C_TARGET_CXX "g++"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_RC_COMPILER' >> chicken-defaults.h
echo '# define C_TARGET_RC_COMPILER ""' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LIBRARIAN' >> chicken-defaults.h
echo '# define C_TARGET_LIBRARIAN "ar"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_INSTALL_PROGRAM' >> chicken-defaults.h
echo '# define C_TARGET_INSTALL_PROGRAM "install"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_CFLAGS' >> chicken-defaults.h
echo '# define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -march=native -shared"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LIBRARIAN_FLAGS' >> chicken-defaults.h
echo '# define C_TARGET_LIBRARIAN_FLAGS "cru"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LDFLAGS' >> chicken-defaults.h
echo '# define C_TARGET_LDFLAGS " "' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_INSTALL_PROGRAM_EXECUTABLE_OPTIONS' >> chicken-defaults.h
echo '# define C_TARGET_INSTALL_PROGRAM_EXECUTABLE_OPTIONS "-m 755"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_INSTALL_PROGRAM_FILE_OPTIONS' >> chicken-defaults.h
echo '# define C_TARGET_INSTALL_PROGRAM_FILE_OPTIONS "-m 644"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_FEATURES' >> chicken-defaults.h
echo '# define C_TARGET_FEATURES ""' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CROSS_CHICKEN' >> chicken-defaults.h
echo '# define C_CROSS_CHICKEN 0' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_PREFIX' >> chicken-defaults.h
echo '# define C_TARGET_PREFIX "/home/siiky/projects/zig-chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h
echo '# define C_TARGET_BIN_HOME "/home/siiky/projects/zig-chicken/bin"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h
echo '# define C_TARGET_LIB_HOME "/home/siiky/projects/zig-chicken/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LIB_NAME' >> chicken-defaults.h
echo '# define C_TARGET_LIB_NAME "chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_RUN_LIB_HOME' >> chicken-defaults.h
echo '# define C_TARGET_RUN_LIB_HOME "/home/siiky/projects/zig-chicken/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h
echo '# define C_TARGET_SHARE_HOME "/home/siiky/projects/zig-chicken/share/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h
echo '# define C_TARGET_INCLUDE_HOME "/home/siiky/projects/zig-chicken/include/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h
echo '# define C_TARGET_STATIC_LIB_HOME "/home/siiky/projects/zig-chicken/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_PROGRAM "zigchicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CSC_PROGRAM' >> chicken-defaults.h
echo '# define C_CSC_PROGRAM "zigcsc"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CSI_PROGRAM' >> chicken-defaults.h
echo '# define C_CSI_PROGRAM "zigcsi"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_DO_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_DO_PROGRAM "zigchicken-do"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_INSTALL_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_INSTALL_PROGRAM "zigchicken-install"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_UNINSTALL_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_UNINSTALL_PROGRAM "zigchicken-uninstall"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_STATUS_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_STATUS_PROGRAM "zigchicken-status"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_WINDOWS_SHELL' >> chicken-defaults.h
echo '# define C_WINDOWS_SHELL 0' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_BINARY_VERSION' >> chicken-defaults.h
echo '# define C_BINARY_VERSION 11' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_USES_SONAME' >> chicken-defaults.h
echo '# define C_USES_SONAME 1' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '/* END OF FILE */' >> chicken-defaults.h
echo "/* GENERATED */" >chicken-config.h
echo "#define HAVE_DIRENT_H 1" >>chicken-config.h
echo "#define HAVE_DLFCN_H 1" >>chicken-config.h
echo "#define HAVE_INTTYPES_H 1" >>chicken-config.h
echo "#define HAVE_LIMITS_H 1" >>chicken-config.h
echo "#define HAVE_LONG_LONG 1" >>chicken-config.h
echo "#define HAVE_MEMMOVE 1" >>chicken-config.h
echo "#define HAVE_MEMORY_H 1" >>chicken-config.h
echo "#define HAVE_SIGACTION 1" >>chicken-config.h
echo "#define HAVE_SIGSETJMP 1" >>chicken-config.h
echo "#define HAVE_SIGPROCMASK 1" >>chicken-config.h
echo "#define HAVE_STDINT_H 1" >>chicken-config.h
echo "#define HAVE_STDLIB_H 1" >>chicken-config.h
echo "#define HAVE_STRERROR 1" >>chicken-config.h
echo "#define HAVE_STRINGS_H 1" >>chicken-config.h
echo "#define HAVE_STRING_H 1" >>chicken-config.h
echo "#define HAVE_STRTOLL 1" >>chicken-config.h
echo "#define HAVE_STRTOQ 1" >>chicken-config.h
echo "#define HAVE_SYS_STAT_H 1" >>chicken-config.h
echo "#define HAVE_SYS_TYPES_H 1" >>chicken-config.h
echo "#define HAVE_SETENV 1" >>chicken-config.h
echo "#define HAVE_UNISTD_H 1" >>chicken-config.h
echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>chicken-config.h
echo "#define STDC_HEADERS 1" >>chicken-config.h
echo "#define HAVE_ALLOCA 1" >>chicken-config.h
echo "#define HAVE_ALLOCA_H 1" >>chicken-config.h
echo "#define HAVE_ERRNO_H 1" >>chicken-config.h
echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h
echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h
echo "#define C_USE_STD_FEATURE_MACROS" >>chicken-config.h
cat chicken-defaults.h >>chicken-config.h
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./
In file included from library.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken internal.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file internal.c -emit-import-library chicken.internal
generating import library `chicken.internal.import.scm' for module `chicken.internal' ...
chicken eval.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file eval.c \
-emit-import-library chicken.eval \
-emit-import-library chicken.load
Warning: redefinition of imported syntax binding: d
Warning: redefinition of imported syntax binding: d
generating import library `chicken.eval.import.scm' for module `chicken.eval' ...
generating import library `chicken.load.import.scm' for module `chicken.load' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN eval.c -o eval-static.o -I. -I./
In file included from eval.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken read-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file read-syntax.c -emit-import-library chicken.read-syntax
generating import library `chicken.read-syntax.import.scm' for module `chicken.read-syntax' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN read-syntax.c -o read-syntax-static.o -I. -I./
In file included from read-syntax.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken repl.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file repl.c -emit-import-library chicken.repl
generating import library `chicken.repl.import.scm' for module `chicken.repl' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN repl.c -o repl-static.o -I. -I./
In file included from repl.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken data-structures.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file data-structures.c \
-emit-import-library chicken.sort \
-emit-import-library chicken.string
generating import library `chicken.string.import.scm' for module `chicken.string' ...
generating import library `chicken.sort.import.scm' for module `chicken.sort' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures-static.o -I. -I./
In file included from data-structures.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken irregex.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file irregex.c -emit-import-library chicken.irregex
generating import library `chicken.irregex.import.scm' for module `chicken.irregex' ...
chicken pathname.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file pathname.c -emit-import-library chicken.pathname
generating import library `chicken.pathname.import.scm' for module `chicken.pathname' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN pathname.c -o pathname-static.o -I. -I./
In file included from pathname.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken extras.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file extras.c \
-emit-import-library chicken.format \
-emit-import-library chicken.io \
-emit-import-library chicken.pretty-print \
-emit-import-library chicken.random
generating import library `chicken.io.import.scm' for module `chicken.io' ...
generating import library `chicken.pretty-print.import.scm' for module `chicken.pretty-print' ...
generating import library `chicken.format.import.scm' for module `chicken.format' ...
generating import library `chicken.random.import.scm' for module `chicken.random' ...
chicken port.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file port.c -emit-import-library chicken.port
generating import library `chicken.port.import.scm' for module `chicken.port' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN port.c -o port-static.o -I. -I./
In file included from port.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken file.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file file.c -emit-import-library chicken.file
generating import library `chicken.file.import.scm' for module `chicken.file' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN file.c -o file-static.o -I. -I./
In file included from file.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN extras.c -o extras-static.o -I. -I./
In file included from extras.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken lolevel.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file lolevel.c \
-emit-import-library chicken.locative \
-emit-import-library chicken.memory \
-emit-import-library chicken.memory.representation
generating import library `chicken.memory.import.scm' for module `chicken.memory' ...
generating import library `chicken.memory.representation.import.scm' for module `chicken.memory.representation' ...
generating import library `chicken.locative.import.scm' for module `chicken.locative' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel-static.o -I. -I./
In file included from lolevel.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken tcp.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file tcp.c -emit-import-library chicken.tcp
generating import library `chicken.tcp.import.scm' for module `chicken.tcp' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN tcp.c -o tcp-static.o -I. -I./
In file included from tcp.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken srfi-4.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file srfi-4.c -emit-import-library srfi-4
generating import library `srfi-4.import.scm' for module `srfi-4' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4-static.o -I. -I./
In file included from srfi-4.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken continuation.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file continuation.c -emit-import-library chicken.continuation
generating import library `chicken.continuation.import.scm' for module `chicken.continuation' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN continuation.c -o continuation-static.o -I. -I./
In file included from continuation.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken posix.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file posixunix.c -feature platform-unix \
-emit-import-library chicken.errno \
-emit-import-library chicken.file.posix \
-emit-import-library chicken.time.posix \
-emit-import-library chicken.process \
-emit-import-library chicken.process.signal \
-emit-import-library chicken.process-context.posix \
-no-module-registration
generating import library `chicken.file.posix.import.scm' for module `chicken.file.posix' ...
generating import library `chicken.time.posix.import.scm' for module `chicken.time.posix' ...
generating import library `chicken.process.import.scm' for module `chicken.process' ...
generating import library `chicken.process.signal.import.scm' for module `chicken.process.signal' ...
generating import library `chicken.process-context.posix.import.scm' for module `chicken.process-context.posix' ...
generating import library `chicken.errno.import.scm' for module `chicken.errno' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix-static.o -I. -I./
In file included from posixunix.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN internal.c -o internal-static.o -I. -I./
In file included from internal.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN irregex.c -o irregex-static.o -I. -I./
In file included from irregex.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken scheduler.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file scheduler.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler-static.o -I. -I./
In file included from scheduler.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken debugger-client.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file debugger-client.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client-static.o -I. -I./
In file included from debugger-client.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken profiler.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file profiler.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN profiler.c -o profiler-static.o -I. -I./
In file included from profiler.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken stub.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file stub.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN stub.c -o stub-static.o -I. -I./
In file included from stub.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken expand.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file expand.c \
-no-module-registration
Warning: redefinition of imported syntax binding: d
Warning: redefinition of imported syntax binding: d
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN expand.c -o expand-static.o -I. -I./
In file included from expand.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken modules.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file modules.c
Warning: (modules.scm:95) - assignment to syntax `module'
Note: Predicate is always false
In file `modules.scm:306',
In procedure `merge-se',
In procedure `loop',
In procedure call:
(scheme#null? ses)
The predicate will always return false.
Procedure `null?' from module `scheme' is a predicate for:
null
The given argument has this type:
pair
Note: Test is always false
In file `modules.scm:306',
In procedure `merge-se',
In procedure `loop',
In conditional expression:
(if (scheme#null? ses)
(##core#undefined)
(let ((g1250 ...) (g1256 se2)) (let (...) (... g1256))))
Test condition is always false.
Note: Test is always true
In module `',
In procedure `',
In procedure `report-unresolved-identifiers',
In procedure `lp',
In conditional expression:
(if ss (let ((g1656 ...)) (if g1656 (let ... ...) #f)) #f)
Test condition has always true value of type:
(list-of string)
Note: Test is always true
In module `',
In procedure `',
In procedure `report-unresolved-identifiers',
In procedure `g1640',
In procedure `g1708',
In conditional expression:
(if loc-s (let ((t1781 loc-s)) (let (...) (let ... ...))) #f)
Test condition has always true value of type:
string
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN modules.c -o modules-static.o -I. -I./
In file included from modules.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken chicken-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file chicken-syntax.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax-static.o -I. -I./
In file included from chicken-syntax.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken chicken-ffi-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file chicken-ffi-syntax.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax-static.o -I. -I./
In file included from chicken-ffi-syntax.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
cat: buildid: No such file or directory
chicken build-version.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file build-version.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN build-version.c -o build-version-static.o -I. -I./
In file included from build-version.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o -I. -I./
In file included from runtime.c:29:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
chicken eval-modules.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -explicit-use -no-trace -output-file eval-modules.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -DC_BUILDING_LIBCHICKEN eval-modules.c -o eval-modules-static.o -I. -I./
In file included from eval-modules.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
ar cru libzigchicken.a library-static.o eval-static.o read-syntax-static.o repl-static.o data-structures-static.o pathname-static.o port-static.o file-static.o extras-static.o lolevel-static.o tcp-static.o srfi-4-static.o continuation-static.o posixunix-static.o internal-static.o irregex-static.o scheduler-static.o debugger-client-static.o profiler-static.o stub-static.o expand-static.o modules-static.o chicken-syntax-static.o chicken-ffi-syntax-static.o build-version-static.o runtime-static.o eval-modules-static.o
ar: `u' modifier ignored since `D' is the default (see `U')
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN library.c -o library.o -I. -I./
In file included from library.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN eval.c -o eval.o -I. -I./
In file included from eval.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN read-syntax.c -o read-syntax.o -I. -I./
In file included from read-syntax.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN repl.c -o repl.o -I. -I./
In file included from repl.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN data-structures.c -o data-structures.o -I. -I./
In file included from data-structures.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN pathname.c -o pathname.o -I. -I./
In file included from pathname.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN port.c -o port.o -I. -I./
In file included from port.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN file.c -o file.o -I. -I./
In file included from file.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN extras.c -o extras.o -I. -I./
In file included from extras.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN lolevel.c -o lolevel.o -I. -I./
In file included from lolevel.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I./
In file included from tcp.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.c -o srfi-4.o -I. -I./
In file included from srfi-4.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN continuation.c -o continuation.o -I. -I./
In file included from continuation.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN posixunix.c -o posixunix.o -I. -I./
In file included from posixunix.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN internal.c -o internal.o -I. -I./
In file included from internal.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN irregex.c -o irregex.o -I. -I./
In file included from irregex.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN scheduler.c -o scheduler.o -I. -I./
In file included from scheduler.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN debugger-client.c -o debugger-client.o -I. -I./
In file included from debugger-client.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN profiler.c -o profiler.o -I. -I./
In file included from profiler.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN stub.c -o stub.o -I. -I./
In file included from stub.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN expand.c -o expand.o -I. -I./
In file included from expand.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN modules.c -o modules.o -I. -I./
In file included from modules.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-syntax.c -o chicken-syntax.o -I. -I./
In file included from chicken-syntax.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken-ffi-syntax.c -o chicken-ffi-syntax.o -I. -I./
In file included from chicken-ffi-syntax.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN build-version.c -o build-version.o -I. -I./
In file included from build-version.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN runtime.c -o runtime.o -I. -I./
In file included from runtime.c:29:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -shared -Wl,-soname,libzigchicken.so.11 \
-o libzigchicken.so library.o eval.o read-syntax.o repl.o data-structures.o pathname.o port.o file.o extras.o lolevel.o tcp.o srfi-4.o continuation.o posixunix.o internal.o irregex.o scheduler.o debugger-client.o profiler.o stub.o expand.o modules.o chicken-syntax.o chicken-ffi-syntax.o build-version.o runtime.o -lm -ldl
ln -sf libzigchicken.so libzigchicken.so.11
chicken support.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.support -output-file support.c
Warning: (support.scm:193) - assignment to imported value binding `syntax-error'
generating import library `chicken.compiler.support.import.scm' for module `chicken.compiler.support' ...
chicken scrutinizer.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.scrutinizer -output-file scrutinizer.c
Note: Test is always true
In procedure `known-length-vector-index',
In conditional expression:
(if vector-length
(let ((t4388 vector-length)) (if (if ... ... #f) val (let ... #f)))
#f)
Test condition has always true value of type:
fixnum
generating import library `chicken.compiler.scrutinizer.import.scm' for module `chicken.compiler.scrutinizer' ...
Note: Test is always true
In a toplevel procedure,
In conditional expression:
(if setter (let ((t4420 setter)) (let (...) '...)) #f)
Test condition has always true value of type:
symbol
chicken core.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.core -output-file core.c
Warning: (core.scm:1590) - assignment to imported value binding `number-type'
Warning: (core.scm:1591) - assignment to imported value binding `number-type'
Warning: (core.scm:1592) - assignment to imported value binding `number-type'
Warning: (core.scm:1593) - assignment to imported value binding `unsafe'
Warning: (core.scm:1594) - assignment to imported value binding `unsafe'
Warning: (core.scm:1668) - assignment to imported value binding `unsafe'
generating import library `chicken.compiler.core.import.scm' for module `chicken.compiler.core' ...
chicken compiler-syntax.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.compiler-syntax -output-file compiler-syntax.c
generating import library `chicken.compiler.compiler-syntax.import.scm' for module `chicken.compiler.compiler-syntax' ...
chicken optimizer.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.optimizer -output-file optimizer.c
generating import library `chicken.compiler.optimizer.import.scm' for module `chicken.compiler.optimizer' ...
chicken c-platform.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.c-platform -output-file c-platform.c
Warning: (c-platform.scm:124) - assignment to imported value binding `default-standard-bindings'
Warning: (c-platform.scm:263) - assignment to imported value binding `default-extended-bindings'
Warning: (c-platform.scm:266) - assignment to imported value binding `internal-bindings'
generating import library `chicken.compiler.c-platform.import.scm' for module `chicken.compiler.c-platform' ...
chicken lfa2.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.lfa2 -output-file lfa2.c
generating import library `chicken.compiler.lfa2.import.scm' for module `chicken.compiler.lfa2' ...
chicken c-backend.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.c-backend -output-file c-backend.c
generating import library `chicken.compiler.c-backend.import.scm' for module `chicken.compiler.c-backend' ...
chicken user-pass.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.user-pass -output-file user-pass.c
generating import library `chicken.compiler.user-pass.import.scm' for module `chicken.compiler.user-pass' ...
chicken batch-driver.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.batch-driver -output-file batch-driver.c
Warning: (batch-driver.scm:188) - assignment to imported value binding `explicit-use-flag'
Warning: (batch-driver.scm:189) - assignment to imported value binding `emit-debug-info'
Warning: (batch-driver.scm:191) - assignment to imported value binding `compile-module-registration'
Warning: (batch-driver.scm:193) - assignment to imported value binding `compile-module-registration'
Warning: (batch-driver.scm:195) - assignment to imported value binding `static-extensions'
Warning: (batch-driver.scm:342) - assignment to imported value binding `unit-name'
Warning: (batch-driver.scm:344) - assignment to imported value binding `standalone-executable'
Warning: (batch-driver.scm:348) - assignment to imported value binding `enable-specialization'
Warning: (batch-driver.scm:349) - assignment to imported value binding `debugging-chicken'
Warning: (batch-driver.scm:359) - assignment to imported value binding `import-libraries'
Warning: (batch-driver.scm:366) - assignment to imported value binding `all-import-libraries'
Warning: (batch-driver.scm:372) - assignment to imported value binding `explicit-use-flag'
Warning: (batch-driver.scm:377) - assignment to imported value binding `emit-closure-info'
Warning: (batch-driver.scm:379) - assignment to imported value binding `compiler-syntax-enabled'
Warning: (batch-driver.scm:381) - assignment to imported value binding `local-definitions'
Warning: (batch-driver.scm:383) - assignment to imported value binding `enable-inline-files'
Warning: (batch-driver.scm:384) - assignment to imported value binding `inline-locally'
Warning: (batch-driver.scm:386) - assignment to imported value binding `verbose-mode'
Warning: (batch-driver.scm:389) - assignment to imported value binding `strict-variable-types'
Warning: (batch-driver.scm:390) - assignment to imported value binding `enable-specialization'
Warning: (batch-driver.scm:395) - assignment to imported value binding `optimize-leaf-routines'
Warning: (batch-driver.scm:397) - assignment to imported value binding `unsafe'
Warning: (batch-driver.scm:401) - assignment to imported value binding `preserve-unchanged-import-libraries'
Warning: (batch-driver.scm:402) - assignment to imported value binding `insert-timer-checks'
Warning: (batch-driver.scm:403) - assignment to imported value binding `number-type'
Warning: (batch-driver.scm:404) - assignment to imported value binding `block-compilation'
Warning: (batch-driver.scm:406) - assignment to imported value binding `external-protos-first'
Warning: (batch-driver.scm:407) - assignment to imported value binding `inline-locally'
Warning: (batch-driver.scm:409) - assignment to imported value binding `emit-link-file'
Warning: (batch-driver.scm:411) - assignment to imported value binding `inline-locally'
Warning: (batch-driver.scm:412) - assignment to imported value binding `local-definitions'
Warning: (batch-driver.scm:415) - assignment to imported value binding `types-output-file'
Warning: (batch-driver.scm:417) - assignment to imported value binding `inline-max-size'
Warning: (batch-driver.scm:423) - assignment to imported value binding `unroll-limit'
Warning: (batch-driver.scm:459) - assignment to imported value binding `undefine-shadowed-macros'
Warning: (batch-driver.scm:461) - assignment to imported value binding `no-argc-checks'
Warning: (batch-driver.scm:463) - assignment to imported value binding `no-bound-checks'
Warning: (batch-driver.scm:465) - assignment to imported value binding `no-procedure-checks'
Warning: (batch-driver.scm:467) - assignment to imported value binding `no-global-procedure-checks'
Warning: (batch-driver.scm:515) - assignment to imported value binding `linked-libraries'
Warning: (batch-driver.scm:526) - assignment to imported value binding `target-heap-size'
Warning: (batch-driver.scm:529) - assignment to imported value binding `target-stack-size'
Warning: (batch-driver.scm:532) - assignment to imported value binding `emit-trace-info'
Warning: (batch-driver.scm:533) - assignment to imported value binding `disable-stack-overflow-checking'
Warning: (batch-driver.scm:534) - assignment to imported value binding `bootstrap-mode'
Warning: (batch-driver.scm:539) - assignment to imported value binding `standard-bindings'
Warning: (batch-driver.scm:540) - assignment to imported value binding `extended-bindings'
Warning: (batch-driver.scm:550) - assignment to imported value binding `emit-profile'
Warning: (batch-driver.scm:551) - assignment to imported value binding `profiled-procedures'
Warning: (batch-driver.scm:676) - assignment to imported value binding `line-number-database-2'
Warning: (batch-driver.scm:711) - assignment to imported value binding `inline-locally'
Warning: (batch-driver.scm:737) - assignment to imported value binding `first-analysis'
Warning: (batch-driver.scm:749) - assignment to imported value binding `first-analysis'
Warning: (batch-driver.scm:753) - assignment to imported value binding `constant-table'
Warning: (batch-driver.scm:754) - assignment to imported value binding `inline-table'
Warning: (batch-driver.scm:788) - assignment to imported value binding `first-analysis'
Warning: (batch-driver.scm:816) - assignment to imported value binding `inline-substitutions-enabled'
generating import library `chicken.compiler.batch-driver.import.scm' for module `chicken.compiler.batch-driver' ...
chicken chicken.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -emit-import-library chicken.compiler.chicken -output-file chicken.c
generating import library `chicken.compiler.chicken.import.scm' for module `chicken.compiler.chicken' ...
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC chicken.c -o chicken.o -I. -I./
In file included from chicken.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC batch-driver.c -o batch-driver.o -I. -I./
In file included from batch-driver.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC core.c -o core.o -I. -I./
In file included from core.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC optimizer.c -o optimizer.o -I. -I./
In file included from optimizer.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC lfa2.c -o lfa2.o -I. -I./
In file included from lfa2.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC compiler-syntax.c -o compiler-syntax.o -I. -I./
In file included from compiler-syntax.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC scrutinizer.c -o scrutinizer.o -I. -I./
In file included from scrutinizer.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC support.c -o support.o -I. -I./
In file included from support.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC c-platform.c -o c-platform.o -I. -I./
In file included from c-platform.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC c-backend.c -o c-backend.o -I. -I./
In file included from c-backend.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -march=native -shared -fPIC -DPIC user-pass.c -o user-pass.o -I. -I./
In file included from user-pass.c:9:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. chicken.o batch-driver.o core.o optimizer.o lfa2.o compiler-syntax.o scrutinizer.o support.o c-platform.o c-backend.o user-pass.o -o zigchicken \
-lzigchicken -Wl,-rpath="." -lm -ldl
chicken csi.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -output-file csi.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared csi.c -o csi.o -I. -I./
In file included from csi.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. csi.o -o zigcsi -lzigchicken -Wl,-rpath="." -lm -ldl
chicken srfi-4.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file srfi-4.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN srfi-4.import.c -o srfi-4.import.o -I. -I./
In file included from srfi-4.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." srfi-4.import.o -o srfi-4.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.base.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.base.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.base.import.c -o chicken.base.import.o -I. -I./
In file included from chicken.base.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.base.import.o -o chicken.base.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.condition.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.condition.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.condition.import.c -o chicken.condition.import.o -I. -I./
In file included from chicken.condition.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.condition.import.o -o chicken.condition.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.csi.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.csi.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.csi.import.c -o chicken.csi.import.o -I. -I./
In file included from chicken.csi.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.csi.import.o -o chicken.csi.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.foreign.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.foreign.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.foreign.import.c -o chicken.foreign.import.o -I. -I./
In file included from chicken.foreign.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.foreign.import.o -o chicken.foreign.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.syntax.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.syntax.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.syntax.import.c -o chicken.syntax.import.o -I. -I./
In file included from chicken.syntax.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.syntax.import.o -o chicken.syntax.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.time.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.time.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.time.import.c -o chicken.time.import.o -I. -I./
In file included from chicken.time.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.time.import.o -o chicken.time.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.bitwise.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.bitwise.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.bitwise.import.c -o chicken.bitwise.import.o -I. -I./
In file included from chicken.bitwise.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.bitwise.import.o -o chicken.bitwise.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.blob.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.blob.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.blob.import.c -o chicken.blob.import.o -I. -I./
In file included from chicken.blob.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.blob.import.o -o chicken.blob.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.errno.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.errno.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.errno.import.c -o chicken.errno.import.o -I. -I./
In file included from chicken.errno.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.errno.import.o -o chicken.errno.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.file.posix.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.file.posix.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.file.posix.import.c -o chicken.file.posix.import.o -I. -I./
In file included from chicken.file.posix.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.file.posix.import.o -o chicken.file.posix.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.fixnum.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.fixnum.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.fixnum.import.c -o chicken.fixnum.import.o -I. -I./
In file included from chicken.fixnum.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.fixnum.import.o -o chicken.fixnum.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.flonum.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.flonum.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.flonum.import.c -o chicken.flonum.import.o -I. -I./
In file included from chicken.flonum.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.flonum.import.o -o chicken.flonum.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.format.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.format.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.format.import.c -o chicken.format.import.o -I. -I./
In file included from chicken.format.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.format.import.o -o chicken.format.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.gc.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.gc.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.gc.import.c -o chicken.gc.import.o -I. -I./
In file included from chicken.gc.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.gc.import.o -o chicken.gc.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.io.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.io.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.io.import.c -o chicken.io.import.o -I. -I./
In file included from chicken.io.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.io.import.o -o chicken.io.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.keyword.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.keyword.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.keyword.import.c -o chicken.keyword.import.o -I. -I./
In file included from chicken.keyword.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.keyword.import.o -o chicken.keyword.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.load.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.load.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.load.import.c -o chicken.load.import.o -I. -I./
In file included from chicken.load.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.load.import.o -o chicken.load.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.locative.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.locative.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.locative.import.c -o chicken.locative.import.o -I. -I./
In file included from chicken.locative.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.locative.import.o -o chicken.locative.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.memory.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.memory.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.memory.import.c -o chicken.memory.import.o -I. -I./
In file included from chicken.memory.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.memory.import.o -o chicken.memory.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.memory.representation.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.memory.representation.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.memory.representation.import.c -o chicken.memory.representation.import.o -I. -I./
In file included from chicken.memory.representation.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.memory.representation.import.o -o chicken.memory.representation.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.platform.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.platform.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.platform.import.c -o chicken.platform.import.o -I. -I./
In file included from chicken.platform.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.platform.import.o -o chicken.platform.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.plist.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.plist.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.plist.import.c -o chicken.plist.import.o -I. -I./
In file included from chicken.plist.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.plist.import.o -o chicken.plist.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.pretty-print.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.pretty-print.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.pretty-print.import.c -o chicken.pretty-print.import.o -I. -I./
In file included from chicken.pretty-print.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.pretty-print.import.o -o chicken.pretty-print.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.process.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.process.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process.import.c -o chicken.process.import.o -I. -I./
In file included from chicken.process.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.process.import.o -o chicken.process.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.process.signal.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.process.signal.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process.signal.import.c -o chicken.process.signal.import.o -I. -I./
In file included from chicken.process.signal.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.process.signal.import.o -o chicken.process.signal.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.process-context.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.process-context.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process-context.import.c -o chicken.process-context.import.o -I. -I./
In file included from chicken.process-context.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.process-context.import.o -o chicken.process-context.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.process-context.posix.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.process-context.posix.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.process-context.posix.import.c -o chicken.process-context.posix.import.o -I. -I./
In file included from chicken.process-context.posix.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.process-context.posix.import.o -o chicken.process-context.posix.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.random.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.random.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.random.import.c -o chicken.random.import.o -I. -I./
In file included from chicken.random.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.random.import.o -o chicken.random.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.sort.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.sort.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.sort.import.c -o chicken.sort.import.o -I. -I./
In file included from chicken.sort.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.sort.import.o -o chicken.sort.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.string.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.string.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.string.import.c -o chicken.string.import.o -I. -I./
In file included from chicken.string.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.string.import.o -o chicken.string.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.time.posix.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.time.posix.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.time.posix.import.c -o chicken.time.posix.import.o -I. -I./
In file included from chicken.time.posix.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.time.posix.import.o -o chicken.time.posix.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.continuation.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.continuation.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.continuation.import.c -o chicken.continuation.import.o -I. -I./
In file included from chicken.continuation.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.continuation.import.o -o chicken.continuation.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.eval.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.eval.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.eval.import.c -o chicken.eval.import.o -I. -I./
In file included from chicken.eval.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.eval.import.o -o chicken.eval.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.file.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.file.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.file.import.c -o chicken.file.import.o -I. -I./
In file included from chicken.file.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.file.import.o -o chicken.file.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.internal.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.internal.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.internal.import.c -o chicken.internal.import.o -I. -I./
In file included from chicken.internal.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.internal.import.o -o chicken.internal.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.irregex.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.irregex.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.irregex.import.c -o chicken.irregex.import.o -I. -I./
In file included from chicken.irregex.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.irregex.import.o -o chicken.irregex.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.pathname.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.pathname.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.pathname.import.c -o chicken.pathname.import.o -I. -I./
In file included from chicken.pathname.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.pathname.import.o -o chicken.pathname.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.port.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.port.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.port.import.c -o chicken.port.import.o -I. -I./
In file included from chicken.port.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.port.import.o -o chicken.port.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.read-syntax.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.read-syntax.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.read-syntax.import.c -o chicken.read-syntax.import.o -I. -I./
In file included from chicken.read-syntax.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.read-syntax.import.o -o chicken.read-syntax.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.repl.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.repl.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.repl.import.c -o chicken.repl.import.o -I. -I./
In file included from chicken.repl.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.repl.import.o -o chicken.repl.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.tcp.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.tcp.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.tcp.import.c -o chicken.tcp.import.o -I. -I./
In file included from chicken.tcp.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.tcp.import.o -o chicken.tcp.import.so \
-lzigchicken \
-lm -ldl
chicken chicken.compiler.user-pass.import.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -feature chicken-compile-shared -dynamic -no-trace -output-file chicken.compiler.user-pass.import.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -DC_SHARED -c -Os -march=native -shared -fPIC -DPIC -DC_BUILDING_LIBCHICKEN chicken.compiler.user-pass.import.c -o chicken.compiler.user-pass.import.o -I. -I./
In file included from chicken.compiler.user-pass.import.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. -shared -Wl,-rpath="." chicken.compiler.user-pass.import.o -o chicken.compiler.user-pass.import.so \
-lzigchicken \
-lm -ldl
chicken chicken-install.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -output-file chicken-install.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared chicken-install.c -o chicken-install.o -I. -I./
In file included from chicken-install.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. chicken-install.o -o zigchicken-install -lzigchicken -Wl,-rpath="." -lm -ldl
chicken chicken-uninstall.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -output-file chicken-uninstall.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared chicken-uninstall.c -o chicken-uninstall.o -I. -I./
In file included from chicken-uninstall.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. chicken-uninstall.o -o zigchicken-uninstall -lzigchicken -Wl,-rpath="." -lm -ldl
chicken chicken-status.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -output-file chicken-status.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared chicken-status.c -o chicken-status.o -I. -I./
In file included from chicken-status.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. chicken-status.o -o zigchicken-status -lzigchicken -Wl,-rpath="." -lm -ldl
chicken chicken-profile.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -output-file chicken-profile.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared chicken-profile.c -o chicken-profile.o -I. -I./
In file included from chicken-profile.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. chicken-profile.o -o zigchicken-profile -lzigchicken -Wl,-rpath="." -lm -ldl
chicken csc.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -feature debugbuild -verbose -specialize -consult-types-file ./types.db -no-lambda-info -output-file csc.c
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os -march=native -shared csc.c -o csc.o -I. -I./
In file included from csc.c:8:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
zig-cc -L. csc.o -o zigcsc -lzigchicken -Wl,-rpath="." -lm -ldl
zig-cc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -march=native -shared chicken-do.c -o zigchicken-do
In file included from chicken-do.c:30:
./chicken.h:2471:37: warning: expression result unused [-Wunused-value]
C_CHECKp(x,C_bignump(C_VAL1(x)),0);
^
./chicken.h:870:37: note: expanded from macro 'C_CHECKp'
# define C_CHECKp(v,a,x) (x)
^
1 warning generated.
cat feathers.in >zigfeathers; echo 'exec "$wish" "/home/siiky/projects/zig-chicken/share/zigchicken/feathers.tcl" -- "$@"' >>zigfeathers
new csi error output etc added by siiky on Thu Mar 9 13:01:44 2023
$ ./csi CHICKEN (c) 2008-2022, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann Version 5.3.1 (rev 1fa5bc18) linux-unix-clang-x86-64 [ 64bit dload ptables ] Type ,? for help. ; loading /home/siiky/.csirc ... ; loading ./chicken.load.import.so ... Error: (load) during expansion of (import ...) - unable to load compiled module - cannot load compiled code dynamically - this is a statically linked executable: "./chicken.load.import.so" Call history: <syntax> (##core#quote #f) <syntax> (##core#require library chicken.base) <syntax> (chicken.load#load-unit (##core#quote library) (##core#quote #f) (##core#quote #f)) <syntax> (##core#quote library) <syntax> (##core#quote #f) <syntax> (##core#quote #f) <syntax> (##core#begin (##core#require expand chicken.syntax)) <syntax> (##core#require expand chicken.syntax) <syntax> (chicken.load#load-unit (##core#quote expand) (##core#quote #f) (##core#quote #f)) <syntax> (##core#quote expand) <syntax> (##core#quote #f) <syntax> (##core#quote #f) <eval> (chicken.load#load-unit (##core#quote library) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote library) (##core#quote #f) (##core#quote #f)) <eval> (chicken.load#load-unit (##core#quote expand) (##core#quote #f) (##core#quote #f)) <syntax> (import chicken.load) <-- $ ldd ./csi linux-vdso.so.1 (0x00007ffdafd53000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fccf65ea000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fccf6409000) /lib64/ld-linux-x86-64.so.2 (0x00007fccf66e2000) $ file ./csi ./csi: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped