Re: [Chicken-users] problem upgrading to chicken 5.1.0: srfi-1.types': No such file or directory

2019-07-11 Thread felix . winkelmann
> felix.winkelm...@bevuta.com wrote: > > >> 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: > > > Can you run "chicken-install -purge" and rerun the installation > > of the problematic eggs with "-v"? > >

Re: [Chicken-users] problem upgrading to chicken 5.1.0: srfi-1.types': No such file or directory

2019-07-11 Thread Marco Maggi
felix.winkelm...@bevuta.com wrote: >> 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: > Can you run "chicken-install -purge" and rerun the installation > of the problematic eggs with "-v"? Stale cache! It

Re: [Chicken-users] problem upgrading to chicken 5.1.0: srfi-1.types': No such file or directory

2019-07-11 Thread felix . winkelmann
> 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: Hi! Can you run "chicken-install -purge" and rerun the installation of the problematic eggs with "-v"? felix _