From: <sasverde> <sas...@gm...> - 2009-07-17 20:09:46
|
I have problem for install scribe, the error when I run the command make, this launch the following message. Please, somebody help me. Thanks. [root@my trunk]# make make all-recursive make[1]: Entering directory `/tmp/scribeserver/trunk' Making all in . make[2]: Entering directory `/tmp/scribeserver/trunk' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/tmp/scribeserver/trunk' Making all in src make[2]: Entering directory `/tmp/scribeserver/trunk/src' make all-am make[3]: Entering directory `/tmp/scribeserver/trunk/src' g++ -DPACKAGE_NAME=\"scribe\" -DPACKAGE_TARNAME=\"scribe\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"scribe\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_BOOST= -DHAVE_BOOST_SYSTEM= -DHAVE_BOOST_FILESYSTEM= -I. -I.. -I/opt/thrift/include -I/opt/thrift/include/thrift -I/opt/fb303/include/thrift -I/opt/fb303/include/thrift/ > > fb303 -I/usr/local/include -I/usr/local/include/boost-1_36 -Wall -O3 > -MT store.o -MD -MP -MF .deps/store.Tpo -c -o store.o store.cpp > store.cpp: In member function 'bool > FileStore::writeMessages(boost::shared_ptr<std::vector<boost::shared_ptr<scribe::thrift::LogEntry>, > std::allocator<boost::shared_ptr<scribe::thrift::LogEntry> > > >, > boost::shared_ptr<FileInterface>)': > store.cpp:713: warning: format '%lu' expects type 'long unsigned int', but > argument 5 has type 'size_t' > store.cpp: In member function 'virtual bool > FileStore::readOldest(boost::shared_ptr<std::vector<boost::shared_ptr<scribe::thrift::LogEntry>, > std::allocator<boost::shared_ptr<scribe::thrift::LogEntry> > > >, tm*)': > store.cpp:845: warning: format '%lu' expects type 'long unsigned int', but > argument 5 has type 'size_t' > store.cpp: In member function 'virtual void BufferStore::periodicCheck()': > store.cpp:1341: warning: format '%lu' expects type 'long unsigned int', but > argument 5 has type 'size_t' > store.cpp: In member function 'long unsigned int > BucketStore::bucketize(const std::string&)': > store.cpp:2077: error: jump to case label > store.cpp:2074: error: crosses initialization of 'double key_mod' > store.cpp:2078: error: jump to case label > store.cpp:2074: error: crosses initialization of 'double key_mod' > store.cpp:2062: warning: enumeration value 'context_log' not handled in > switch > store.cpp:2062: warning: enumeration value 'random' not handled in switch > store.cpp:2062: warning: enumeration value 'key_hash' not handled in switch > /usr/local/include/boost-1_36/boost/system/error_code.hpp: At global scope: > /usr/local/include/boost-1_36/boost/system/error_code.hpp:205: warning: > 'boost::system::system_category' defined but not used > /usr/local/include/boost-1_36/boost/system/error_code.hpp:206: warning: > 'boost::system::generic_category' defined but not used > /usr/local/include/boost-1_36/boost/system/error_code.hpp:210: warning: > 'boost::system::posix_category' defined but not used > /usr/local/include/boost-1_36/boost/system/error_code.hpp:211: warning: > 'boost::system::errno_ecat' defined but not used > /usr/local/include/boost-1_36/boost/system/error_code.hpp:212: warning: > 'boost::system::native_ecat' defined but not used > make[3]: *** [store.o] Error 1 > make[3]: Leaving directory `/tmp/scribeserver/trunk/src' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/tmp/scribeserver/trunk/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/tmp/scribeserver/trunk' > make: *** [all] Error 2 |