Hey Ludo, On Tue, Feb 27 2018, Ludovic Courtès wrote: >> It's also worth noting that I had to run `gettextize` to get >> Shepherd >> to build on current master, but I haven't included those >> changes in >> this commit (because I don't know what should be committed and >> what >> shouldn't). > > Right, I’m not sure what’s wrong with that. I’ve committed the > same > files under po/ as I did for Guix: > > --8<---------------cut > here---------------start------------->8--- > $ git ls-files po/ > po/Makevars > po/POTFILES.in > --8<---------------cut > here---------------end--------------->8--- If you clone shepherd from the repository, can you build it? Comparing the guix repository to the shepherd one I can't easily work out what needs to be done for this, but hopefully you can at least reproduce my problem. > I have one request: since the three tests differ only in the > signal > name, could you make it a single test file and have a loop like: > > for signal in SIGTERM SIGHUP SIGINT Updated patch is attached. Carlo