Hi Maxim, Maxim Cournoyer writes: > This changes appears to break building my tree, like this: > > --8<---------------cut here---------------start------------->8--- > help2man: can't get `--help' info from guix home > Try `--no-discard-stderr' if option outputs to stderr > make[2]: [Makefile:7131 : doc/guix-home.1] Erreur 1 (ignorée) > --8<---------------cut here---------------end--------------->8--- > > It doesn't happen with 'make as-derivation' though, so it seems to have > to do with some shenanigan in my checkout. Any idea how I could fix my > checkout without running 'git clean -xfdd' ? I had the same issue in my local checkout, but it was because of another change I committed that was then reverted: it changed the ABI, and so a lot more files had to get recompiled. You can try to manually run `guix home --help` and see what the error is, if it's an ABI error I usually run `grep -Rl "" --include '*.go' . | xargs rm`. Best, -- Josselin Poiret