chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] problem upgrading to chicken 5.1.0: srfi-1.types': No su


From: Marco Maggi
Subject: [Chicken-users] problem upgrading to chicken 5.1.0: srfi-1.types': No such file or directory
Date: Thu, 11 Jul 2019 07:48:22 +0200

Ciao,

  I am trying  to upgrade from CHICKEN 5.0 to  5.1.  Core's installation
was fine; but now some eggs installations fail.  For example:

   $ (umask 0 ; chicken-install coops -sudo)

does some work and fails with:

building srfi-1
   /opt/chicken/5.1.0/bin/csc -host -D compiling-extension -J -s 
-regenerate-import-libraries -setup-mode -I 
/home/marco/.cache/chicke-install/srfi-1 -C 
-I/home/marco/.cache/chicken-install/srfi-1 -O3 -d0 srfi-1.scm -o 
/home/marco/.cache/chicken-install/srfi-1/srfi-1.o
   /opt/chicken/5.1.0/bin/csc -setup-mode -s -host -I 
/home/marco/.cache/chicken-install/srfi-1 -C 
-I/home/marco/.cache/chicken-instal/srfi-1 -O3 -d0 srfi-1.import.scm -o 
/home/marco/.cache/chicken-install/srfi-1/srfi-1.import.so
  installing srfi-1
install: cannot stat '/home/marco/.cache/chicken-install/srfi-1/srfi-1.types': 
No such file or directory

Error: shell command terminated with nonzero exit code
256

I  get  the  same  when  trying to  install  "breadline".   When  trying
"r6rs-bytevectors" I get:

building srfi-69
   /opt/chicken/5.1.0/bin/csc -host -D compiling-extension -J -s 
-regenerate-import-libraries -setup-mode -I 
/home/marco/.cache/chicken-install/srfi-69 -C 
-I/home/marco/.cache/chicken-install/srfi-69 -O3 -d0 srfi-69.scm -o 
/home/marco/.cache/chicken-install/srfi-69/srfi-69.so
   /opt/chicken/5.1.0/bin/csc -setup-mode -s -host -I 
/home/marco/.cache/chicken-install/srfi-69 -C 
-I/home/marco/.cache/chicken-install/srfi-69 -O3 -d0 srfi-69.import.scm -o 
/home/marco/.cache/chicken-install/srfi-69/srfi-69.import.so
  installing srfi-69
install: cannot stat 
'/home/marco/.cache/chicken-install/srfi-69/srfi-69.types': No such file or 
directory

Error: shell command terminated with nonzero exit code
256

Is this my fault?

  The  eggs "procedural-macros"  and "system-information"  are installed
without errors.
-- 
Marco Maggi



reply via email to

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