chicken-users
[Top][All Lists]
Advanced

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

Cannot install SRFI-207 egg


From: Jeronimo Pellegrini
Subject: Cannot install SRFI-207 egg
Date: Sat, 21 Nov 2020 11:12:26 -0300

Hello,

with the latest checkout from git
(41a1decf5762c1178a9da2250df39a28badbb736)

I get unbound variable: ##sys#core-library-modules:


chicken-install srfi-207
building srfi-207
   /home/jeronimo/pkg/scheme/chicken/ROOT-git/bin/csc-git -host -D 
compiling-extension -J -s -regenerate-import-libraries -setup-mode -I 
/home/jeronimo/.cache/chicken-install/srfi-207 -C 
-I/home/jeronimo/.cache/chicken-install/srfi-207 -O2 -d1 srfi-207.scm -o 
/home/jeronimo/.cache/chicken-install/srfi-207/srfi-207.so

Error: during expansion of (include ...) - during expansion of (define-library 
...) - unbound variable: ##sys#core-library-modules

        Call history:

        <syntax>          (##core#begin (include "srfi/207.sld"))
        <syntax>          (include "srfi/207.sld")      <--

Error: shell command terminated with non-zero exit status 17920: 
'/home/jeronimo/pkg/scheme/chicken/ROOT-git/bin/chicken-git' 'srfi-207.scm' 
-output-file '/home/jeronimo/.cache/chicken-install/srfi-207/srfi-207.c' 
-dynamic -feature chicken-compile-shared -feature compiling-extension 
-emit-all-import-libraries -regenerate-import-libraries -setup-mode 
-include-path /home/jeronimo/.cache/chicken-install/srfi-207 -optimize-level 2 
-debug-level 1

Error: shell command terminated with nonzero exit code
256
"sh /home/jeronimo/.cache/chicken-install/srfi-207/srfi-207.build.sh"


Since the latest commit seems to be related to that, I tried the
previous one (1ab4f97722d8e8d829f2cc8fa08696c94bbbed8e), but got the
same error.

Am I missing something? Some dependency?

Thanks,
J.



reply via email to

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