[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] problem upgrading to chicken 5.1.0: srfi-1.types': N
From: |
felix . winkelmann |
Subject: |
Re: [Chicken-users] problem upgrading to chicken 5.1.0: srfi-1.types': No such file or directory |
Date: |
Thu, 11 Jul 2019 13:03:56 +0200 |
> address@hidden 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 worked after the purge... This is not the first time I
> make this mistake. I wonder if it is possible to have "chicken-install"
> print a warning if it detects a new version of chicken is being used?
Usually old contents in the cache shouldn't make a difference,
but apparently this isn't always the case. We should investigate
this.
>
> Sorry for the noise.
No noise at all! This shouldn't happen, so thanks for reporting
the problem.
felix