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] nodejs (maybe) can be installed using: $sudo apt-get install nodejs 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] Failed to build web-bits. No readme has been provided. There is a .hs file (google says it is a haskell file but no download for haskell available). Tried to run the above using javascript (sudo apt-get install nodejs) and got the following error: Got an error when trying to run: student@ubuntu:~/Downloads/builds for oopsla12/KangR12/webbits$ js Setup.hs /home/student/Downloads/builds for oopsla12/KangR12/webbits/Setup.hs:2 import Distribution.Simple ^^^^^^ node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ SyntaxError: Unexpected reserved word at Module._compile (module.js:429:25) at Object..js (module.js:459:10) at Module.load (module.js:348:32) at Function._load (module.js:308:12) at Array.0 (module.js:479:10) at EventEmitter._tickCallback (node.js:192:41) 1:END_NOTES 2:BUILD_BY[name] student8 2:BUILD_ENVIRONMENT[operating system 32 vs 64] ubuntu 32 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] sudo apt-get install haskell-platform sudo apt-get install plt-scheme 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] Used the following vagrant file obtained from (http://cs.brown.edu/~sk/Memos/Examining-Reproducibility/oopsla12/KangR12/cleared.txt): Vagrant.require_version ">= 1.5.0", "<= 1.6.3" $script = <