rescrv / HyperDex

HyperDex is a scalable, searchable key-value store
http://hyperdex.org
BSD 3-Clause "New" or "Revised" License
1.4k stars 167 forks source link

Build errors on Ubuntu 14.04 #180

Open derekchiang opened 9 years ago

derekchiang commented 9 years ago

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.

derekchiang commented 9 years ago

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).

kaimast commented 9 years ago

Strange, I didn't have any problem like this on Ubuntu so far. Are you sure ./configure ran without problems?

derekchiang commented 9 years ago

Yeah, ./configure went fine.