Advertisement
Brandan

Untitled

Oct 11th, 2014
2,590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ sudo apt-get install build-essential
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. build-essential is already the newest version.
  6. 0 upgraded, 0 newly installed, 0 to remove and 53 not upgraded.
  7. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ sudo apt-get install cmake
  8. Reading package lists... Done
  9. Building dependency tree      
  10. Reading state information... Done
  11. cmake is already the newest version.
  12. 0 upgraded, 0 newly installed, 0 to remove and 53 not upgraded.
  13. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ sudo apt-get install python2.7
  14. Reading package lists... Done
  15. Building dependency tree      
  16. Reading state information... Done
  17. python2.7 is already the newest version.
  18. 0 upgraded, 0 newly installed, 0 to remove and 53 not upgraded.
  19. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ sudo apt-get install nodejs
  20. Reading package lists... Done
  21. Building dependency tree      
  22. Reading state information... Done
  23. nodejs is already the newest version.
  24. 0 upgraded, 0 newly installed, 0 to remove and 53 not upgraded.
  25. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ sudo apt-get install default-jre
  26. Reading package lists... Done
  27. Building dependency tree      
  28. Reading state information... Done
  29. default-jre is already the newest version.
  30. 0 upgraded, 0 newly installed, 0 to remove and 53 not upgraded.
  31. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ sudo apt-get install git-core
  32. Reading package lists... Done
  33. Building dependency tree      
  34. Reading state information... Done
  35. git-core is already the newest version.
  36. 0 upgraded, 0 newly installed, 0 to remove and 53 not upgraded.
  37. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ ./emsdk update
  38. Downloading: /home/brandan/Desktop/emsdk_portable/zips/emsdk_unix_update.tar.gz from https://s3.amazonaws.com/mozilla-games/emscripten/packages/emsdk_unix_update.tar.gz Bytes: 21278
  39.  Unpacking '/home/brandan/Desktop/emsdk_portable/zips/emsdk_unix_update.tar.gz' to '/home/brandan/Desktop/emsdk_portable'
  40. emsdk_portable/emsdk
  41. emsdk_portable/emsdk_env.sh
  42. emsdk_portable/emsdk_manifest.json
  43. emsdk_portable/emsdk_set_env.sh
  44. emsdk_portable/README.md
  45. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ ./emsdk install latest
  46. Installing 'sdk-master-64bit'..
  47. Installing 'clang-master-64bit'..
  48. Repository 'https://github.com/kripken/emscripten-fastcomp' already cloned to directory '/home/brandan/Desktop/emsdk_portable/clang/fastcomp/src', skipping.
  49. Fetching latest changes to the branch 'master' for '/home/brandan/Desktop/emsdk_portable/clang/fastcomp/src'...
  50. Already up-to-date.
  51. Successfully updated and checked out branch 'master' on repository '/home/brandan/Desktop/emsdk_portable/clang/fastcomp/src'
  52. Current repository version: "Mon, 29 Sep 2014 15:24:25 -0700 30fdcf3aabf44acb7a13b1b626580895fb47d269"
  53. Repository 'https://github.com/kripken/emscripten-fastcomp-clang' already cloned to directory '/home/brandan/Desktop/emsdk_portable/clang/fastcomp/src/tools/clang', skipping.
  54. Fetching latest changes to the branch 'master' for '/home/brandan/Desktop/emsdk_portable/clang/fastcomp/src/tools/clang'...
  55. Already up-to-date.
  56. Successfully updated and checked out branch 'master' on repository '/home/brandan/Desktop/emsdk_portable/clang/fastcomp/src/tools/clang'
  57. Current repository version: "Mon, 29 Sep 2014 15:24:15 -0700 6188630670d76cf127c8c4d5fbc8cd21daa1adae"
  58. Performing a parallel build with 7 cores.
  59. Running CMake: ['cmake', '-G', 'Unix Makefiles', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '-DLLVM_TARGETS_TO_BUILD=X86;JSBackend', '-DLLVM_INCLUDE_EXAMPLES=OFF', '-DLLVM_INCLUDE_TESTS=OFF', '-DCLANG_INCLUDE_EXAMPLES=OFF', '-DCLANG_INCLUDE_TESTS=OFF', u'/home/brandan/Desktop/emsdk_portable/clang/fastcomp/src']
  60. Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
  61. CMake invocation failed due to exception!
  62. Working directory: /home/brandan/Desktop/emsdk_portable/clang/fastcomp/build_master_64
  63. Command '['cmake', '-G', 'Unix Makefiles', '-DCMAKE_BUILD_TYPE=RelWithDebInfo', '-DLLVM_TARGETS_TO_BUILD=X86;JSBackend', '-DLLVM_INCLUDE_EXAMPLES=OFF', '-DLLVM_INCLUDE_TESTS=OFF', '-DCLANG_INCLUDE_EXAMPLES=OFF', '-DCLANG_INCLUDE_TESTS=OFF', u'/home/brandan/Desktop/emsdk_portable/clang/fastcomp/src']' returned non-zero exit status 127
  64. Installation failed!
  65. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ ./emsdk activate latest
  66. The SDK/tool 'emscripten-master' cannot be activated since it is not installed! Skipping this tool...
  67. The SDK/tool 'sdk-master-64bit' cannot be activated since it is not installed! Skipping this tool...
  68. The Emscripten configuration file /home/brandan/.emscripten has been rewritten with the following contents:
  69.  
  70. import os
  71. SPIDERMONKEY_ENGINE = ''
  72. NODE_JS = 'node'
  73. LLVM_ROOT='/home/brandan/Desktop/emsdk_portable/clang/fastcomp/build_master_64/bin'
  74. V8_ENGINE = ''
  75. TEMP_DIR = '/tmp'
  76. COMPILER_ENGINE = NODE_JS
  77. JS_ENGINES = [NODE_JS]
  78.  
  79. To conveniently access the selected set of tools from the command line, consider adding the following directories to PATH, or call 'source ./emsdk_env.sh' to do this for you.
  80.  
  81.   /home/brandan/Desktop/emsdk_portable:/home/brandan/Desktop/emsdk_portable/clang/fastcomp/build_master_64/bin
  82. brandan@brandan-G73Jw ~/Desktop/emsdk_portable $ source ./emsdk_env.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement