You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
store/comparator.cc is missing from the repo. This happened in a freshly cloned repo.
[centos@ip-10-110-95-148 pedis]$ git log
commit 9a885b11a229c34883a2918dc977938ce5d84146
Author: Peng Jian <[email protected]>
Date: Mon Oct 2 17:48:01 2017 +0800
column family
[centos@ip-10-110-95-148 pedis]$ ./configure.py --compiler=/opt/scylladb/bin/g++ --c-compiler=/opt/scylladb/bin/gcc --enable-xen --with pedis --enable-dpdk --mode=debug
2.0.rc2-0.20171002.9a885b1
make: Entering directory `/home/centos/scylla/pedis/seastar/dpdk'
Configuration done
make: Leaving directory `/home/centos/scylla/pedis/seastar/dpdk'
Notice: -fsanitize=vptr is broken, disabling; some debug mode tests are bypassed.
ninja: no work to do.
[centos@ip-10-110-95-148 pedis]$ ninja-build
ninja: error: 'store/comparator.cc', needed by 'build/debug/store/comparator.o', missing and no known rule to make it
[centos@ip-10-110-95-148 pedis]$ ll store/comparator.cc
ls: cannot access store/comparator.cc: No such file or directory
The text was updated successfully, but these errors were encountered:
store/comparator.cc
is missing from the repo. This happened in a freshly cloned repo.The text was updated successfully, but these errors were encountered: