Hi, Roman Scherer <ro...@burningswell.com> 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’.