Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /home/saalik/Téléchargements/antidote-master/rebar get-deps
  2. ==> goldrush (get-deps)
  3. ==> lager (get-deps)
  4. ==> poolboy (get-deps)
  5. ==> basho_stats (get-deps)
  6. ==> getopt (get-deps)
  7. ==> neotoma (get-deps)
  8. ==> cuttlefish (get-deps)
  9. ==> riak_sysmon (get-deps)
  10. ==> eleveldb (get-deps)
  11. ==> riak_ensemble (get-deps)
  12. ==> pbkdf2 (get-deps)
  13. ==> edown (get-deps)
  14. ==> parse_trans (get-deps)
  15. ==> bear (get-deps)
  16. ==> meck (get-deps)
  17. ==> folsom (get-deps)
  18. ==> setup (get-deps)
  19. ==> src (get-deps)
  20. ==> exometer_core (get-deps)
  21. ==> clique (get-deps)
  22. ==> riak_core (get-deps)
  23. ==> riak_dt (get-deps)
  24. ==> protobuffs (get-deps)
  25. ==> riak_pb (get-deps)
  26. ==> mochiweb (get-deps)
  27. ==> webmachine (get-deps)
  28. ==> riak_api (get-deps)
  29. ==> erlzmq (get-deps)
  30. ==> antidote_pb (get-deps)
  31. ==> rel (get-deps)
  32. ==> antidote-master (get-deps)
  33. /home/saalik/Téléchargements/antidote-master/rebar compile
  34. ==> goldrush (compile)
  35. ==> lager (compile)
  36. ==> poolboy (compile)
  37. ==> basho_stats (compile)
  38. ==> getopt (compile)
  39. ==> neotoma (compile)
  40. ==> cuttlefish (compile)
  41. ==> getopt (escriptize)
  42. ==> goldrush (escriptize)
  43. ==> lager (escriptize)
  44. ==> neotoma (escriptize)
  45. ==> cuttlefish (escriptize)
  46. ==> riak_sysmon (compile)
  47. ==> eleveldb (compile)
  48. make[1]: Entering directory '/home/saalik/Téléchargements/antidote-master/deps/eleveldb/c_src/snappy-1.0.4'
  49. make  all-am
  50. make[2]: Entering directory '/home/saalik/Téléchargements/antidote-master/deps/eleveldb/c_src/snappy-1.0.4'
  51. source='snappy.cc' object='snappy.lo' libtool=yes \
  52. DEPDIR=.deps depmode=none /bin/bash ./depcomp \
  53. /bin/bash ./libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.     -Wall -O3 -fPIC -c -o snappy.lo snappy.cc
  54. libtool: compile:  c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -c snappy.cc  -o .libs/snappy.o
  55. snappy.cc: In member function ‘snappy::uint16* snappy::internal::WorkingMemory::GetHashTable(size_t, int*):
  56. snappy.cc:253:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  57.    while (htsize < kMaxHashTableSize && htsize < input_size) {
  58.                                                ^
  59. snappy.cc:260:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  60.    if (htsize <= ARRAYSIZE(small_table_)) {
  61.               ^
  62. In file included from snappy-internal.h:34:0,
  63.                  from snappy.cc:30:
  64. snappy.cc: In function ‘char* snappy::internal::CompressFragment(const char*, size_t, char*, snappy::uint16*, int):
  65. snappy-stubs-internal.h:153:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  66.  #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
  67.                                          ^
  68. snappy-stubs-internal.h:81:25: note: in definition of macro ‘PREDICT_TRUE’
  69.  #define PREDICT_TRUE(x) x
  70.                          ^
  71. snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
  72.  #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
  73.                         ^
  74. snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’
  75.  #define DCHECK_EQ(a, b) CHECK_EQ(a, b)
  76.                          ^
  77. snappy.cc:307:3: note: in expansion of macro ‘DCHECK_EQ’
  78.    DCHECK_EQ(kuint32max >> shift, table_size - 1);
  79.    ^
  80. snappy.cc: In function ‘size_t snappy::Compress(snappy::Source*, snappy::Sink*):
  81. snappy.cc:818:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  82.      if (bytes_read >= num_to_read) {
  83.                     ^
  84. snappy.cc:833:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  85.        while (bytes_read < num_to_read) {
  86.                          ^
  87. In file included from snappy-internal.h:34:0,
  88.                  from snappy.cc:30:
  89. snappy-stubs-internal.h:153:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  90.  #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
  91.                                          ^
  92. snappy-stubs-internal.h:81:25: note: in definition of macro ‘PREDICT_TRUE’
  93.  #define PREDICT_TRUE(x) x
  94.                          ^
  95. snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
  96.  #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
  97.                         ^
  98. snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’
  99.  #define DCHECK_EQ(a, b) CHECK_EQ(a, b)
  100.                          ^
  101. snappy.cc:840:7: note: in expansion of macro ‘DCHECK_EQ’
  102.        DCHECK_EQ(bytes_read, num_to_read);
  103.        ^
  104. snappy-stubs-internal.h:153:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  105.  #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
  106.                                          ^
  107. snappy-stubs-internal.h:81:25: note: in definition of macro ‘PREDICT_TRUE’
  108.  #define PREDICT_TRUE(x) x
  109.                          ^
  110. snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
  111.  #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
  112.                         ^
  113. snappy-stubs-internal.h:173:25: note: in expansion of macro ‘CHECK_EQ’
  114.  #define DCHECK_EQ(a, b) CHECK_EQ(a, b)
  115.                          ^
  116. snappy.cc:844:5: note: in expansion of macro ‘DCHECK_EQ’
  117.      DCHECK_EQ(fragment_size, num_to_read);
  118.      ^
  119. snappy.cc: In member function ‘bool snappy::SnappyArrayWriter::Append(const char*, snappy::uint32, bool):
  120. snappy.cc:913:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  121.        if (space_left < len) {
  122.                       ^
  123. snappy.cc: In member function ‘bool snappy::SnappyArrayWriter::AppendFromSelf(snappy::uint32, snappy::uint32):
  124. snappy.cc:934:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  125.        if (space_left >= len + kMaxIncrementCopyOverflow) {
  126.                       ^
  127. snappy.cc:937:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  128.          if (space_left < len) {
  129.                         ^
  130. snappy.cc: At global scope:
  131. snappy.cc:516:13: warning: ‘void snappy::ComputeTable()’ defined but not used [-Wunused-function]
  132.  static void ComputeTable() {
  133.              ^
  134. libtool: compile:  c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -c snappy.cc  >/dev/null 2>&1
  135. source='snappy-sinksource.cc' object='snappy-sinksource.lo' libtool=yes \
  136. DEPDIR=.deps depmode=none /bin/bash ./depcomp \
  137. /bin/bash ./libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.     -Wall -O3 -fPIC -c -o snappy-sinksource.lo snappy-sinksource.cc
  138. libtool: compile:  c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -c snappy-sinksource.cc  -o .libs/snappy-sinksource.o
  139. libtool: compile:  c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -c snappy-sinksource.cc  >/dev/null 2>&1
  140. source='snappy-stubs-internal.cc' object='snappy-stubs-internal.lo' libtool=yes \
  141. DEPDIR=.deps depmode=none /bin/bash ./depcomp \
  142. /bin/bash ./libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.     -Wall -O3 -fPIC -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc
  143. libtool: compile:  c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -c snappy-stubs-internal.cc  -o .libs/snappy-stubs-internal.o
  144. libtool: compile:  c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -c snappy-stubs-internal.cc  >/dev/null 2>&1
  145. source='snappy-c.cc' object='snappy-c.lo' libtool=yes \
  146. DEPDIR=.deps depmode=none /bin/bash ./depcomp \
  147. /bin/bash ./libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H -I.     -Wall -O3 -fPIC -c -o snappy-c.lo snappy-c.cc
  148. libtool: compile:  c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -c snappy-c.cc  -o .libs/snappy-c.o
  149. libtool: compile:  c++ -DHAVE_CONFIG_H -I. -Wall -O3 -fPIC -c snappy-c.cc  >/dev/null 2>&1
  150. /bin/bash ./libtool --tag=CXX   --mode=link c++  -Wall -O3 -fPIC -version-info 2:2:1  -o libsnappy.la -rpath /home/saalik/Téléchargements/antidote-master/deps/eleveldb/c_src/system/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo  
  151. libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.1.2" "libsnappy.so.1")
  152. libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.1.2" "libsnappy.so")
  153. libtool: link: ar cru .libs/libsnappy.a  snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o
  154. libtool: link: ranlib .libs/libsnappy.a
  155. libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" )
  156. source='snappy_unittest.cc' object='snappy_unittest-snappy_unittest.o' libtool=no \
  157. DEPDIR=.deps depmode=none /bin/bash ./depcomp \
  158. c++ -DHAVE_CONFIG_H -I.      -Wall -O3 -fPIC -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo './'`snappy_unittest.cc
  159. In file included from snappy_unittest.cc:39:0:
  160. snappy-test.h: In function ‘void {anonymous}::File::ReadFileToStringOrDie(const char*, std::string*):
  161. snappy-test.h:138:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  162.        if (ret == -1) {
  163.                ^
  164. snappy_unittest.cc: In function ‘void snappy::Measure(const char*, size_t, snappy::CompressorType, int, int):
  165. snappy_unittest.cc:451:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  166.      for (int i = 0; i < compressed.size(); i++) {
  167.                        ^
  168. snappy_unittest.cc: In function ‘void snappy::Test_CorruptedTest_VerifyCorrupted():
  169. snappy_unittest.cc:582:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  170.    for (int i = 0; i < source.length(); ++i) {
  171.                      ^
  172. snappy_unittest.cc: In function ‘void snappy::Test_Snappy_RandomData():
  173. snappy_unittest.cc:725:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  174.      while (x.size() < len) {
  175.                      ^
  176. snappy_unittest.cc:731:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  177.        while (run_len-- > 0 && x.size() < len) {
  178.                                         ^
  179. In file included from snappy-internal.h:34:0,
  180.                  from snappy_unittest.cc:38:
  181. snappy_unittest.cc: In function ‘void snappy::Test_Snappy_FourByteOffset():
  182. snappy-stubs-internal.h:153:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  183.  #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
  184.                                          ^
  185. snappy-stubs-internal.h:81:25: note: in definition of macro ‘PREDICT_TRUE’
  186.  #define PREDICT_TRUE(x) x
  187.                          ^
  188. snappy-stubs-internal.h:153:24: note: in expansion of macro ‘CRASH_UNLESS’
  189.  #define CHECK_EQ(a, b) CRASH_UNLESS((a) == (b))
  190.                         ^
  191. snappy_unittest.cc:765:3: note: in expansion of macro ‘CHECK_EQ’
  192.    CHECK_EQ(length, src.size());
  193.    ^
  194. snappy_unittest.cc: In function ‘void snappy::Test_Snappy_FindMatchLengthRandom():
  195. snappy_unittest.cc:958:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  196.      if (matched == t.size()) {
  197.                  ^
  198. In file included from snappy-internal.h:34:0,
  199.                  from snappy_unittest.cc:38:
  200. snappy_unittest.cc: In function ‘void snappy::BM_UFlat(int, int):
  201. snappy-stubs-internal.h:155:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  202.  #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
  203.                                          ^
  204. snappy-stubs-internal.h:81:25: note: in definition of macro ‘PREDICT_TRUE’
  205.  #define PREDICT_TRUE(x) x
  206.                          ^
  207. snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’
  208.  #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
  209.                         ^
  210. snappy_unittest.cc:1057:3: note: in expansion of macro ‘CHECK_LT’
  211.    CHECK_LT(arg, ARRAYSIZE(files));
  212.    ^
  213. snappy_unittest.cc: In function ‘void snappy::BM_UValidate(int, int):
  214. snappy-stubs-internal.h:155:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  215.  #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
  216.                                          ^
  217. snappy-stubs-internal.h:81:25: note: in definition of macro ‘PREDICT_TRUE’
  218.  #define PREDICT_TRUE(x) x
  219.                          ^
  220. snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’
  221.  #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
  222.                         ^
  223. snappy_unittest.cc:1082:3: note: in expansion of macro ‘CHECK_LT’
  224.    CHECK_LT(arg, ARRAYSIZE(files));
  225.    ^
  226. snappy_unittest.cc: In function ‘void snappy::BM_ZFlat(int, int):
  227. snappy-stubs-internal.h:155:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  228.  #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
  229.                                          ^
  230. snappy-stubs-internal.h:81:25: note: in definition of macro ‘PREDICT_TRUE’
  231.  #define PREDICT_TRUE(x) x
  232.                          ^
  233. snappy-stubs-internal.h:155:24: note: in expansion of macro ‘CRASH_UNLESS’
  234.  #define CHECK_LT(a, b) CRASH_UNLESS((a) < (b))
  235.                         ^
  236. snappy_unittest.cc:1105:3: note: in expansion of macro ‘CHECK_LT’
  237.    CHECK_LT(arg, ARRAYSIZE(files));
  238.    ^
  239. snappy_unittest.cc: In function ‘size_t snappy::MinimumRequiredOutputSpace(size_t, snappy::CompressorType):
  240. snappy_unittest.cc:165:1: warning: control reaches end of non-void function [-Wreturn-type]
  241.  }
  242.  ^
  243. In file included from snappy_unittest.cc:39:0:
  244. snappy-test.h: At global scope:
  245. snappy-test.h:148:8: warning: ‘void {anonymous}::File::ReadFileToStringOrDie(const string&, std::string*)’ defined but not used [-Wunused-function]
  246.    void ReadFileToStringOrDie(const string& filename, string* data) {
  247.         ^
  248. source='snappy-test.cc' object='snappy_unittest-snappy-test.o' libtool=no \
  249. DEPDIR=.deps depmode=none /bin/bash ./depcomp \
  250. c++ -DHAVE_CONFIG_H -I.      -Wall -O3 -fPIC -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo './'`snappy-test.cc
  251. In file included from snappy-test.cc:31:0:
  252. snappy-test.h: In function ‘void {anonymous}::File::ReadFileToStringOrDie(const char*, std::string*):
  253. snappy-test.h:138:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  254.        if (ret == -1) {
  255.                ^
  256. snappy-test.cc: At global scope:
  257. snappy-test.cc:82:15: error: aggregate ‘snappy::rusage snappy::benchmark_start_cpu’ has incomplete type and cannot be defined
  258.  struct rusage benchmark_start_cpu;
  259.                ^
  260. snappy-test.cc: In function ‘void snappy::StartBenchmarkTiming():
  261. snappy-test.cc:93:17: error: ‘RUSAGE_SELF’ was not declared in this scope
  262.    if (getrusage(RUSAGE_SELF, &benchmark_start_cpu) == -1) {
  263.                  ^
  264. snappy-test.cc:93:50: error: ‘getrusage’ was not declared in this scope
  265.    if (getrusage(RUSAGE_SELF, &benchmark_start_cpu) == -1) {
  266.                                                   ^
  267. snappy-test.cc: In function ‘void snappy::StopBenchmarkTiming():
  268. snappy-test.cc:139:17: error: aggregate ‘snappy::rusage benchmark_stop_cpu’ has incomplete type and cannot be defined
  269.    struct rusage benchmark_stop_cpu;
  270.                  ^
  271. snappy-test.cc:140:17: error: ‘RUSAGE_SELF’ was not declared in this scope
  272.    if (getrusage(RUSAGE_SELF, &benchmark_stop_cpu) == -1) {
  273.                  ^
  274. snappy-test.cc:140:49: error: ‘getrusage’ was not declared in this scope
  275.    if (getrusage(RUSAGE_SELF, &benchmark_stop_cpu) == -1) {
  276.                                                  ^
  277. In file included from snappy-test.cc:31:0:
  278. snappy-test.h: At global scope:
  279. snappy-test.h:449:13: warning: ‘void RunSpecifiedBenchmarks()’ defined but not used [-Wunused-function]
  280.  static void RunSpecifiedBenchmarks() {
  281.              ^
  282. snappy-test.h:125:8: warning: ‘void {anonymous}::File::Init()’ defined but not used [-Wunused-function]
  283.    void Init() { }
  284.         ^
  285. snappy-test.h:152:8: warning: ‘void {anonymous}::File::WriteStringToFileOrDie(const string&, const char*)’ defined but not used [-Wunused-function]
  286.    void WriteStringToFileOrDie(const string& str, const char* filename) {
  287.         ^
  288. snappy-test.h:495:13: warning: ‘void snappy::CompressFile(const char*)’ declared ‘static’ but never defined [-Wunused-function]
  289.  static void CompressFile(const char* fname);
  290.              ^
  291. snappy-test.h:496:13: warning: ‘void snappy::UncompressFile(const char*)’ declared ‘static’ but never defined [-Wunused-function]
  292.  static void UncompressFile(const char* fname);
  293.              ^
  294. snappy-test.h:497:13: warning: ‘void snappy::MeasureFile(const char*)’ declared ‘static’ but never defined [-Wunused-function]
  295.  static void MeasureFile(const char* fname);
  296.              ^
  297. Makefile:440: recipe for target 'snappy_unittest-snappy-test.o' failed
  298. make[2]: *** [snappy_unittest-snappy-test.o] Error 1
  299. make[2]: Leaving directory '/home/saalik/Téléchargements/antidote-master/deps/eleveldb/c_src/snappy-1.0.4'
  300. Makefile:286: recipe for target 'all' failed
  301. make[1]: *** [all] Error 2
  302. make[1]: Leaving directory '/home/saalik/Téléchargements/antidote-master/deps/eleveldb/c_src/snappy-1.0.4'
  303. ERROR: Command [compile] failed!
  304. Makefile:7: recipe for target 'compile' failed
  305. make: *** [compile] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement