Re: How to solve "abiI-check: recompilation needed"

2021-09-18 Thread Maxime Devos
Maxim Cournoyer schreef op vr 17-09-2021 om 16:03 [-0400]: > Hello, > > Ricardo Wurmus writes: > > > Hartmut Goebel writes: > > > > > Hi, > > > > > > quite often, after "git pull" I'm facing this error when running > > > "make-make-go": > > > > > > $ make make-go > > > Compiling Scheme modul

Re: How to solve "abiI-check: recompilation needed"

2021-09-17 Thread Maxim Cournoyer
Hello, Ricardo Wurmus writes: > Hartmut Goebel writes: > >> Hi, >> >> quite often, after "git pull" I'm facing this error when running >> "make-make-go": >> >> $ make make-go >> Compiling Scheme modules... >> Compiling Scheme modules... >> [ 69%] LOAD gnu/packages/admin.scm >> error: failed

Re: How to solve "abiI-check: recompilation needed"

2021-09-16 Thread Ricardo Wurmus
Ryan Sundberg writes: if you put your code for make-go (I don't know what this program is, sorry) into a (package), it should compile correctly without any cache issues for release builds. “make-go” is a Makefile target that builds .go files from .scm files. -- Ricardo

Re: How to solve "abiI-check: recompilation needed"

2021-09-16 Thread Ryan Sundberg
I turn auto-compilation off with --no-auto-compile when developing guile code, that helps. I don't think there's a perfect way around this issue regarding stale caches without fixing up guile itself. Other than that if you put your code for make-go (I don't know what this program is, sorry) into a

Re: How to solve "abiI-check: recompilation needed"

2021-09-16 Thread Ricardo Wurmus
Hartmut Goebel writes: Hi, quite often, after "git pull" I'm facing this error when running "make-make-go": $ make make-go Compiling Scheme modules... Compiling Scheme modules... [ 69%] LOAD gnu/packages/admin.scm error: failed to load 'gnu/packages/check.scm': ice-9/eval.scm:293:34: In

How to solve "abiI-check: recompilation needed"

2021-09-16 Thread Hartmut Goebel
Hi, quite often, after "git pull" I'm facing this error when running "make-make-go": $ make make-go Compiling Scheme modules... Compiling Scheme modules... [ 69%] LOAD gnu/packages/admin.scm error: failed to load 'gnu/packages/check.scm': ice-9/eval.scm:293:34: In procedure abi-check: #>: