-
Notifications
You must be signed in to change notification settings - Fork 549
Description
Hey,
I have quite a bit of trouble getting mcrouter build for 16.04. I tried various different folly and wrangle releases to match against mcrouter 0.36.0 but with little success.
Is it possible to add a tiny file along side releases to indicate which dependencies this release was successfully build including wrangle and folly?
Most recent error i'm getting is:
WeightedCh3HashFunc.cpp:12:32: fatal error: folly/SpookyHashV2.h: No such file or directory
compilation terminated.
Makefile:1244: recipe for target 'libmcrouter_a-WeightedCh3HashFunc.o' failed
make[3]: *** [libmcrouter_a-WeightedCh3HashFunc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/libmcrouter_a-Lz4CompressionCodec.Tpo .deps/libmcrouter_a-Lz4CompressionCodec.Po
mv -f .deps/libmcrouter_a-Compression.Tpo .deps/libmcrouter_a-Compression.Po
In file included from ../../mcrouter/lib/carbon/CommonSerializationTraits.h:16:0,
from ../../mcrouter/lib/network/gen/MemcacheMessages.h:26,
from ../../mcrouter/lib/network/gen/Memcache.h:18,
from StatsReply.cpp:14:
../../mcrouter/lib/carbon/Keys.h:17:32: fatal error: folly/SpookyHashV2.h: No such file or directory
About the os:
VERSION="16.04.4 LTS (Xenial Xerus)"
4.13.0-1014-azure
Vanilla install just relying on install script.
Thanks for any pointers what's going wrong