1:BUILD_BY[name] student0 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] if you are on a 64-bit machine- ia32-libs: sudo apt-get install ia32-libs 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] Attempted build produce the following error: /usr/bin/ld: i386:x86-64 architecture of input file `ident.o' is incompatible with i386 output collect2: ld returned 1 exit status make[1]: *** [test-ptrace-misc] Error 1 make[1]: Leaving directory `/home/student/Desktop/email_builds/oopsla/kling/bolt/libunwind/tests' make: *** [install-recursive] Error 1 os.chdir('/home/student/Desktop/email_builds/oopsla/kling/bolt') scons: *** [build-libunwind] Error 2 scons: building terminated because of errors. This is possibly due to a incompatibility of architecture. 1:END_NOTES 2:BUILD_BY[name] student8 2:BUILD_ENVIRONMENT[operating system 32 vs 64] Ubuntu 64 python 2.7.3 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] Successfully built bolt. Tried to run bolt_tests but it required me to do the following: 1. sudo su 2. echo 0 > /proc/sys/kernel/yama/ptrace_scope Running bolt_tests did not give any error but did not finish ether. 2:END_NOTES