Re: error: %ensure-setuid-program-list: unbound variable

2024-09-26 Thread Roman Scherer
Tobias Geerinckx-Rice writes: Hi Tobias, > Hi Roman, > > On 26 September 2024 15:00:56 UTC, Roman Scherer > wrote: >>the error seems to be gone now. I'm not sure if it is because you >>updated the commit a while ago > > Which commit was updated by Ludo' and when? This is the commit I was talk

Re: error: %ensure-setuid-program-list: unbound variable

2024-09-26 Thread Tobias Geerinckx-Rice
Hi Roman, On 26 September 2024 15:00:56 UTC, Roman Scherer wrote: >the error seems to be gone now. I'm not sure if it is because you >updated the commit a while ago Which commit was updated by Ludo' and when? (I'm responsible for the setuid-* removal and any possible breakage, hence my interes

Re: error: %ensure-setuid-program-list: unbound variable

2024-09-26 Thread Roman Scherer
have a guix.scm file in which I depend on the guix package. >> >> When building this package with autotools I see the following error when >> compiling my guile modules: >> >> error: %ensure-setuid-program-list: unbound variable > > This sounds like an ABI mismatch.

Re: error: %ensure-setuid-program-list: unbound variable

2024-09-26 Thread Ludovic Courtès
Hi, Roman Scherer skribis: > I have a guix.scm file in which I depend on the guix package. > > When building this package with autotools I see the following error when > compiling my guile modules: > > error: %ensure-setuid-program-list: unbound variable This sounds li

error: %ensure-setuid-program-list: unbound variable

2024-09-18 Thread Roman Scherer
Hello Guix, I have a guix.scm file in which I depend on the guix package. When building this package with autotools I see the following error when compiling my guile modules: error: %ensure-setuid-program-list: unbound variable I'm not using that symbol anywhere in my own code, but pro