Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Chris Vine
On Wed, 2 Jun 2021 21:52:15 + Zelphir Kaltstahl wrote: [snip] > I think the assumption is that I was installing my project in any way. > However, > I am merely running its Guile code, without installing it anywhere in Guix or > my > system. I still think you may be misunderstanding what I

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Zelphir Kaltstahl
On 6/2/21 11:45 PM, Zelphir Kaltstahl wrote: > Hi Adriano! > > On 6/2/21 10:51 PM, Adriano Peluso wrote: >> Il giorno mer, 02/06/2021 alle 12.20 +, Zelphir Kaltstahl ha >> scritto: How do I go about it? Simply removing the cache folder the messages >>> point to? >>> And what commands

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Zelphir Kaltstahl
On 6/2/21 6:53 PM, Chris Vine wrote: > On Wed, 2 Jun 2021 12:20:48 + > Zelphir Kaltstahl wrote: >> Hi Chris! >> On 6/2/21 12:30 PM, Chris Vine wrote: >>> On Wed, 2 Jun 2021 08:52:54 + >>> Zelphir Kaltstahl wrote: On 6/2/21 8:00 AM, Adriano Peluso wrote: > Il giorno mar, 01/06

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Zelphir Kaltstahl
Hi Adriano! On 6/2/21 10:51 PM, Adriano Peluso wrote: > Il giorno mer, 02/06/2021 alle 12.20 +, Zelphir Kaltstahl ha > scritto: >> > How do I go about it? Simply removing the cache folder the messages >> point to? >> >> > And what commands would that alternative workflow entail? >> >> I skimme

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Adriano Peluso
Il giorno mer, 02/06/2021 alle 12.20 +, Zelphir Kaltstahl ha scritto: > > > > > > How do I go about it? Simply removing the cache folder the messages > point to? > > And what commands would that alternative workflow entail? I skimmed your project and I see that there's only one dependenc

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Chris Vine
On Wed, 2 Jun 2021 12:20:48 + Zelphir Kaltstahl wrote: > Hi Chris! > On 6/2/21 12:30 PM, Chris Vine wrote: > > On Wed, 2 Jun 2021 08:52:54 + > > Zelphir Kaltstahl wrote: > >> On 6/2/21 8:00 AM, Adriano Peluso wrote: > >>> Il giorno mar, 01/06/2021 alle 08.14 -0400, Olivier Dion via Gene

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Matt Wette
I believe there was an issue on one of the releases where a shared object library was misnamed.  Check the installed .so's. I'd try deleting your cache (~/.cache/guile/...) and checking your environment variables.   It looks to me like maybe Guile is checking in one place and installing in anot

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Zelphir Kaltstahl
Hi Chris! On 6/2/21 12:30 PM, Chris Vine wrote: > On Wed, 2 Jun 2021 08:52:54 + > Zelphir Kaltstahl wrote: >> On 6/2/21 8:00 AM, Adriano Peluso wrote: >>> Il giorno mar, 01/06/2021 alle 08.14 -0400, Olivier Dion via General >>> Guile related discussions ha scritto: On Mon, 31 May 2021,

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Chris Vine
On Wed, 2 Jun 2021 08:52:54 + Zelphir Kaltstahl wrote: > On 6/2/21 8:00 AM, Adriano Peluso wrote: > > Il giorno mar, 01/06/2021 alle 08.14 -0400, Olivier Dion via General > > Guile related discussions ha scritto: > >> On Mon, 31 May 2021, Zelphir Kaltstahl > >> wrote: > >>> Hello Guile Users

Re: Guile 3.0.7 compile cache messages

2021-06-02 Thread Zelphir Kaltstahl
Hi Adriano! On 6/2/21 8:00 AM, Adriano Peluso wrote: > Il giorno mar, 01/06/2021 alle 08.14 -0400, Olivier Dion via General > Guile related discussions ha scritto: >> On Mon, 31 May 2021, Zelphir Kaltstahl >> wrote: >>> Hello Guile Users! >>> >>> It seems my Guile (version 3.0.7, installed via GN

Re: Guile 3.0.7 compile cache messages

2021-06-01 Thread Adriano Peluso
Il giorno mar, 01/06/2021 alle 08.14 -0400, Olivier Dion via General Guile related discussions ha scritto: > On Mon, 31 May 2021, Zelphir Kaltstahl > wrote: > > Hello Guile Users! > > > > It seems my Guile (version 3.0.7, installed via GNU Guile, updated > > today) is > > doing something weird, o

Re: Guile 3.0.7 compile cache messages

2021-06-01 Thread Olivier Dion via General Guile related discussions
On Mon, 31 May 2021, Zelphir Kaltstahl wrote: > Hello Guile Users! > > It seems my Guile (version 3.0.7, installed via GNU Guile, updated today) is > doing something weird, or perhaps something correct but unexpected with regard > to informing about it finding compile caches. When I run a program

Guile 3.0.7 compile cache messages

2021-05-31 Thread Zelphir Kaltstahl
Hello Guile Users! It seems my Guile (version 3.0.7, installed via GNU Guile, updated today) is doing something weird, or perhaps something correct but unexpected with regard to informing about it finding compile caches. When I run a program with `guile -L . main.scm`, it displays the following: