Hello, "pelzflorian (Florian Pelz)" skribis: > "pelzflorian (Florian Pelz)" writes: >> The old manual as referred to in maintenance.git in >> hydra/modules/sysadmin/web.scm was expected to build with the >> guix/self.scm of old guix.git; it should not try to use po4a.cfg. > > The issue seems to be, maintenance.git in hydra/modules/sysadmin/web.scm > uses old guix 1.4.0’s doc/build.scm, but it imports the (guix self) > module by @@ from the new guix, which expects po4a.cfg. > > Can we make it @@ the modules from old guix 1.4.0? Alternatively, could we use (@ (guix self) translate-texi-manuals) as it existed in Guix commit 5f86eebd240958001ab4f178005f355d24d9b7f1 by simply copying it to ‘doc/build.scm’ on the ‘version-1.4.0’ branch? That seems simpler and more orthogonal to me than special-casing (sysadmin web). Patch below. WDYT? Ludo’. PS: I’ll be away from keyboard in the coming days so feel free to push to ‘version-1.4.0’ if it looks good to you.