HyperDex
HyperDex copied to clipboard
Build errors on Ubuntu 14.04
I followed the instructions here and things went smoothly until the following error message was printed:
MAN man/hyperdex-daemon.1
help2man: can't get `--help' info from /home/derek/code/HyperDex/HyperDex/hyperdex-daemon
Try `--no-discard-stderr' if option outputs to stderr
make[1]: *** [man/hyperdex-daemon.1] Error 2
make: *** [all] Error 2
I'm running Ubuntu 14.04. All dependencies have been installed without issues.
I could get around this particular error by touch man/hyperdex-daemon.1
, by then I would get a similar error for another man page (which can also be resolved by touching the relevant file).
Strange, I didn't have any problem like this on Ubuntu so far. Are you sure ./configure ran without problems?
Yeah, ./configure went fine.