1:BUILD_BY[name] student5 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] 1. Protobuf-2.5.0 2. Boost C++ library. 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] Caused Ubuntu to crash as well- google/protobuf/stubs/stringprintf.cc: In function 'std::string google::protobuf::StringPrintfVector(const char*, const std::vector >&)': google/protobuf/stubs/stringprintf.cc:175:1: internal compiler error: Aborted Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Preprocessed source stored into /tmp/cctX5I8g.out file, please attach this to your bugreport. make[1]: *** [stringprintf.lo] Error 1 make[1]: Leaving directory `/home/student/Downloads/builds/from emails/sosp-sovran/protobuf-2.5.0/src' make: *** [install-recursive] Error 1 1:END_NOTES 2:BUILD_BY[name] student4 2:BUILD_ENVIRONMENT[operating system 32 vs 64] 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] distcc 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] sudo apt-get install distcc > ./waf.py configure invalid lock file in /home/student/temp/repro/SovranPAL11/walter Setting top to : /home/student/temp/repro/SovranPAL11/walter Setting out to : /home/student/temp/repro/SovranPAL11/walter/build Checking for 'g++' (c++ compiler) : /usr/bin/g++ Checking for 'gcc' (c compiler) : /usr/bin/gcc Checking for program distcc : /usr/bin/distcc Checking for header boost/function.hpp : yes Checking for library protobuf pthread : yes Checking for library crypto : yes 'configure' finished successfully (1.054s) > ./waf.py ... Waf: Leaving directory `/home/student/temp/repro/SovranPAL11/walter/build' 'build' finished successfully (44.327s) To get it running, looking at README, says to run gen_mapping.py > find . -iname gen_mapping.py ./deadcode/gen_mapping.py So I assume this isn't the way to go. In the build directory, conntest runs, but appears to be connection test, not full code. running other executables: > ./new_perf_tester TClients: 10, Threads: 100, Total_TX: 1000 ../util/ownership_mapper.cc:36 (OwnershipMapper) Fatal. Can't read mapping file:./mapping.conf ../util/ownership_mapper.cc:37 (OwnershipMapper) WAFFLE NOT IMPLMENTED! CODE:read_mapping ../util/ownership_mapper.cc:37 (OwnershipMapper) new_perf_tester: ../util/ownership_mapper.cc:37: waffle::OwnershipMapper::OwnershipMapper(const waffle::WalterOptions&): Assertion `0' failed. Aborted (core dumped) student@student-VPCSE13FX:~/temp/repro/SovranPAL11/walter/build$ ls api_tester libappprotocols_shared.so libsocialclient_static.a libwautils_static.a new_perf_tester tools applib libappprotocols_static.a libthrpool_shared.so libwsclient_shared.so protocols util applications libjsllog_shared.so libthrpool_static.a libwsclient_static.a rpc2 walter_server base libjsllog_static.a libtm_shared.so libwsocialwrapper_shared.so rpcperf wsocial_server basic libprotocols_shared.so libtm_static.a libwstorage_shared.so rpcperf_tester c4che libprotocols_static.a libwaltercore_shared.so libwstorage_static.a stand_alone config.log librpc2_shared.so libwaltercore_static.a logger_test storage conntest librpc2_static.a libwaltwrapper_shared.so logging tests dump_stats libsocialclient_shared.so libwautils_shared.so log_tool tm student@student-VPCSE13FX:~/temp/repro/SovranPAL11/walter/build$ ./new_perf_tester TClients: 10, Threads: 100, Total_TX: 1000 ../util/ownership_mapper.cc:36 (OwnershipMapper) Fatal. Can't read mapping file:./mapping.conf ../util/ownership_mapper.cc:37 (OwnershipMapper) WAFFLE NOT IMPLMENTED! CODE:read_mapping ../util/ownership_mapper.cc:37 (OwnershipMapper) new_perf_tester: ../util/ownership_mapper.cc:37: waffle::OwnershipMapper::OwnershipMapper(const waffle::WalterOptions&): Assertion `0' failed. Aborted (core dumped) student@student-VPCSE13FX:~/temp/repro/SovranPAL11/walter/build$ ./walter_server ../util/ownership_mapper.cc:37 (OwnershipMapper) walter_server: ../util/ownership_mapper.cc:37: waffle::OwnershipMapper::OwnershipMapper(const waffle::WalterOptions&): Assertion `0' failed. Aborted (core dumped) student@student-VPCSE13FX:~/temp/repro/SovranPAL11/walter/build$ ./wsocial_server ../util/ownership_mapper.cc:37 (OwnershipMapper) wsocial_server: ../util/ownership_mapper.cc:37: waffle::OwnershipMapper::OwnershipMapper(const waffle::WalterOptions&): Assertion `0' failed. Aborted (core dumped) student@student-VPCSE13FX:~/temp/repro/SovranPAL11/walter/build$ ./api_tester Running Tests: -------------- ../util/ownership_mapper.cc:37 (OwnershipMapper) api_tester: ../util/ownership_mapper.cc:37: waffle::OwnershipMapper::OwnershipMapper(const waffle::WalterOptions&): Assertion `0' failed. Simple single write transaction...............Aborted (core dumped) Documentation does not address running this program, decided to forgo debugging runtime errors. 2:END_NOTES