Ludovic Courtès writes: Hi Ludo, the error seems to be gone now. I'm not sure if it is because you updated the commit a while ago, or because I also cleaned ~/.cache/guix folder while trying to fix this. Thanks for your help. > 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 like an ABI mismatch. > > ‘%ensure-setuid-program-list’ is a private binding that was used by a > macro in (gnu system) and got removed in > 0dffb851e0feced94742ad024f245b925c503fa2. > > Most likely ‘make clean-go && make’ in your Guix tree fixes it? > > Ludo’.