Hi, Hugo Buddelmeijer via <[email protected]> writes:
> Hi all, > > When I run `make` in a guix directory, it usually (always?) ends with > this warning: > > ``` > HELP2MAN doc/guix-daemon.1 > help2man: can't get `--help' info from guix-daemon > Try `--no-discard-stderr' if option outputs to stderr > WARNING: 'help2man' is missing on your system. > You should only need it if you modified a dependency of a man > page. > You may want to install the GNU Help2man package: > <https://www.gnu.org/software/help2man/> > make[2]: [Makefile:8334: doc/guix-daemon.1] Error 127 (ignored) > ``` > > Is this normal? Is there something I need to do to make the message > disappear? Is this in a 'guix shell --pure' environment (to be run at the root of your Guix git checkout). This should provide the needed dependencies. -- Thanks, Maxim
