Advertisement
milanmetal

Dependency Tools @Work

Apr 4th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 11.79 KB | None | 0 0
  1. mnedic@kortiq6:/$ cd tools/install/
  2. mnedic@kortiq6:/tools/install$ ls
  3. cmake_cpp.py  default_cpp.py  gcc.py  git.py  install.py  patch.py  pkgs_all_17_10.json  pkgs_all.json  pkgs.json  __pycache__  utils.py
  4. mnedic@kortiq6:/tools/install$ ./install.py pkgs_all.json
  5. Please enter sudo password:
  6. [sudo] password for mnedic:
  7. Current install directory
  8. /tools/install
  9. 09:49:27 [gcc         ]: Installing dependencies. Output redirected to dependencies.log .
  10. 09:49:28 [git         ]: Installing dependencies. Output redirected to dependencies.log .
  11. 09:49:29 [emacs       ]: Installing dependencies. Output redirected to dependencies.log .
  12. 09:49:29 [pyenv       ]: Installing dependencies. Output redirected to dependencies.log .
  13. 09:49:30 [terminator  ]: Installing dependencies. Output redirected to dependencies.log .
  14. 09:49:31 [verilator   ]: Installing dependencies. Output redirected to dependencies.log .
  15. 09:49:31 [gtkwave     ]: Installing dependencies. Output redirected to dependencies.log .
  16. 09:49:32 [clang       ]: Installing dependencies. Output redirected to dependencies.log .
  17. 09:49:32 [rtags       ]: Installing dependencies. Output redirected to dependencies.log .
  18. 09:49:33 [gcc         ]: Installation started.
  19. 09:49:33 [gcc         ]: Copying package files...
  20. 09:49:33 [gcc         ]: Copying /tools/install/.gdbinit to /tools/home
  21. 09:49:33 [gcc         ]: Downloading ftp://ftp.gnu.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.gz
  22. Progress: 100%
  23. 09:50:01 [gcc         ]: Unpacking gcc-7.2.0.tar.gz
  24. Progress: 100%
  25. 09:50:18 [gcc         ]: Running custom package commands. Output redirected to custom_cmd.log .
  26. 09:50:18 [gcc         ]: Running command: "cd /tools/gcc/_install/gcc-7.2.0; ./contrib/download_prerequisites"
  27. 09:50:46 [gcc         ]: Using default_cpp.py flow.
  28. 09:50:46 [gcc         ]: Running auto configure. Output redirected to configure.log .
  29. 09:50:57 [gcc         ]: Running make. Output redirected to make.log .
  30. 11:11:08 [gcc         ]: Running make install. Output redirected to make_install.log .
  31. 11:11:36 [gcc         ]: Exporting the environment variables.
  32. 11:11:36 [gcc         ]: Installation finished successfully!
  33. 11:11:36 [git         ]: Installation started.
  34. 11:11:36 [git         ]: Downloading https://www.kernel.org/pub/software/scm/git/git-2.15.1.tar.gz
  35. Progress: 100%
  36. 11:12:22 [git         ]: Unpacking git-2.15.1.tar.gz
  37. Progress: 100%
  38. 11:12:23 [git         ]: Using default_cpp.py flow.
  39. 11:12:23 [git         ]: Running auto configure. Output redirected to configure.log .
  40. 11:12:27 [git         ]: Running make. Output redirected to make.log .
  41. 11:13:10 [git         ]: Running make install. Output redirected to make_install.log .
  42. 11:13:11 [git         ]: Exporting the environment variables.
  43. 11:13:11 [git         ]: Installation finished successfully!
  44. 11:13:11 [emacs       ]: Installation started.
  45. 11:13:11 [emacs       ]: Downloading ftp://ftp.gnu.org/pub/gnu/emacs/emacs-25.3.tar.gz
  46. Progress: 100%
  47. 11:13:28 [emacs       ]: Unpacking emacs-25.3.tar.gz
  48. Progress: 100%
  49. 11:13:30 [emacs       ]: Using default_cpp.py flow.
  50. 11:13:30 [emacs       ]: Running auto configure. Output redirected to configure.log .
  51. 11:14:11 [emacs       ]: Running make. Output redirected to make.log .
  52. 11:15:00 [emacs       ]: Running make install. Output redirected to make_install.log .
  53. 11:15:12 [emacs       ]: Exporting the environment variables.
  54. 11:15:12 [emacs       ]: Installation finished successfully!
  55. 11:15:12 [spacemacs   ]: Installation started.
  56. 11:15:12 [spacemacs   ]: Copying package files...
  57. 11:15:12 [spacemacs   ]: Copying /tools/install/.spacemacs to /tools/home
  58. 11:15:12 [spacemacs   ]: Cloning git repo. Output redirected to git_clone.log .
  59. 11:15:27 [spacemacs   ]: Running custom package commands. Output redirected to custom_cmd.log .
  60. 11:15:27 [spacemacs   ]: Running command: "cd /tools/home/.emacs.d; git checkout develop"
  61. 11:15:28 [spacemacs   ]: Installation finished successfully!
  62. 11:15:28 [systemc     ]: Installation started.
  63. 11:15:28 [systemc     ]: Downloading http://accellera.org/images/downloads/standards/systemc/systemc-2.3.1a.tar.gz
  64. Progress: 100%
  65. 11:15:31 [systemc     ]: Unpacking systemc-2.3.1a.tar.gz
  66. Progress: 100%
  67. 11:15:31 [systemc     ]: Using default_cpp.py flow.
  68. 11:15:31 [systemc     ]: Running auto configure. Output redirected to configure.log .
  69. 11:15:39 [systemc     ]: Running make. Output redirected to make.log .
  70. 11:17:18 [systemc     ]: Running make install. Output redirected to make_install.log .
  71. 11:17:19 [systemc     ]: Exporting the environment variables.
  72. 11:17:19 [systemc     ]: Running custom package commands. Output redirected to custom_cmd.log .
  73. 11:17:19 [systemc     ]: Running command: "cd /tools/install; ./patch.py /tools/systemc/include/systemc.h"
  74. 11:17:19 [systemc     ]: Installation finished successfully!
  75. 11:17:19 [cmake       ]: Installation started.
  76. 11:17:19 [cmake       ]: Downloading https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz
  77. Progress: 100%
  78. 11:17:32 [cmake       ]: Unpacking cmake-3.8.1.tar.gz
  79. Progress: 100%
  80. 11:17:34 [cmake       ]: Running custom package commands. Output redirected to custom_cmd.log .
  81. 11:17:34 [cmake       ]: Running command: "cd /tools/cmake/_install/cmake-3.8.1; ./bootstrap --prefix=/tools/cmake"
  82. 11:20:36 [cmake       ]: Using default_cpp.py flow.
  83. 11:20:36 [cmake       ]: Running make. Output redirected to make.log .
  84. 11:23:08 [cmake       ]: Running make install. Output redirected to make_install.log .
  85. 11:23:08 [cmake       ]: Exporting the environment variables.
  86. 11:23:08 [cmake       ]: Installation finished successfully!
  87. 11:23:08 [hdf5        ]: Installation started.
  88. 11:23:08 [hdf5        ]: Downloading https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.10.1.tar.gz
  89. Progress: 100%
  90. 11:23:46 [hdf5        ]: Unpacking hdf5-1.10.1.tar.gz
  91. Progress: 100%
  92. 11:23:47 [hdf5        ]: Using default_cpp.py flow.
  93. 11:23:47 [hdf5        ]: Running auto configure. Output redirected to configure.log .
  94. 11:23:58 [hdf5        ]: Running make. Output redirected to make.log .
  95. 11:25:52 [hdf5        ]: Running make install. Output redirected to make_install.log .
  96. 11:25:54 [hdf5        ]: Exporting the environment variables.
  97. 11:25:54 [hdf5        ]: Installation finished successfully!
  98. 11:25:54 [pyenv       ]: Installation started.
  99. 11:25:54 [pyenv       ]: Cloning git repo. Output redirected to git_clone.log .
  100. 11:25:57 [pyenv       ]: Exporting the environment variables.
  101. 11:25:57 [pyenv       ]: Installation finished successfully!
  102. 11:25:57 [python2     ]: Installation started.
  103. 11:25:57 [python2     ]: Running custom package commands. Output redirected to custom_cmd.log .
  104. 11:25:57 [python2     ]: Running command: "pyenv install -s 2.7.13"
  105. 11:27:36 [python2     ]: Installation finished successfully!
  106. 11:27:36 [python3     ]: Installation started.
  107. 11:27:36 [python3     ]: Running custom package commands. Output redirected to custom_cmd.log .
  108. 11:27:36 [python3     ]: Running command: "pyenv install -s 3.6.3"
  109. 11:29:05 [python3     ]: Running command: "pyenv global 3.6.3"
  110. 11:29:05 [python3     ]: Installation finished successfully!
  111. 11:29:05 [terminator  ]: Installation started.
  112. 11:29:05 [terminator  ]: Installation finished successfully!
  113. 11:29:05 [numpy       ]: Installation started.
  114. 11:29:05 [numpy       ]: Running custom package commands. Output redirected to custom_cmd.log .
  115. 11:29:05 [numpy       ]: Running command: "pip install --user numpy scipy matplotlib"
  116. 11:29:31 [numpy       ]: Installation finished successfully!
  117. 11:29:31 [spacemacs_python]: Installation started.
  118. 11:29:31 [spacemacs_python]: Running custom package commands. Output redirected to custom_cmd.log .
  119. 11:29:31 [spacemacs_python]: Running command: "pip install --user anaconda-mode autoflake epc flake8 importmagic jedi Jinja2 pyflakes yapf"
  120. 11:29:37 [spacemacs_python]: Installation finished successfully!
  121. 11:29:37 [h5py        ]: Installation started.
  122. 11:29:37 [h5py        ]: Running custom package commands. Output redirected to custom_cmd.log .
  123. 11:29:37 [h5py        ]: Running command: "pip install --user h5py"
  124. 11:29:39 [h5py        ]: Installation finished successfully!
  125. 11:29:39 [verilator   ]: Installation started.
  126. 11:29:39 [verilator   ]: Downloading https://www.veripool.org/ftp/verilator-3.918.tgz
  127. Progress: 100%
  128. 11:29:41 [verilator   ]: Unpacking verilator-3.918.tgz
  129. Progress: 100%
  130. 11:29:42 [verilator   ]: Using default_cpp.py flow.
  131. 11:29:42 [verilator   ]: Running auto configure. Output redirected to configure.log .
  132. 11:29:46 [verilator   ]: Running make. Output redirected to make.log .
  133. 11:33:03 [verilator   ]: Running make install. Output redirected to make_install.log .
  134. 11:33:04 [verilator   ]: Exporting the environment variables.
  135. 11:33:04 [verilator   ]: Installation finished successfully!
  136. 11:33:04 [gtkwave     ]: Installation started.
  137. 11:33:04 [gtkwave     ]: Downloading http://gtkwave.sourceforge.net/gtkwave-3.3.87.tar.gz
  138. Progress: 100%
  139. 11:33:08 [gtkwave     ]: Unpacking gtkwave-3.3.87.tar.gz
  140. Progress: 100%
  141. 11:33:09 [gtkwave     ]: Using default_cpp.py flow.
  142. 11:33:09 [gtkwave     ]: Running auto configure. Output redirected to configure.log .
  143. 11:33:18 [gtkwave     ]: Running make. Output redirected to make.log .
  144. 11:33:56 [gtkwave     ]: Running make install. Output redirected to make_install.log .
  145. 11:33:58 [gtkwave     ]: Exporting the environment variables.
  146. 11:33:58 [gtkwave     ]: Installation finished successfully!
  147. 11:33:58 [boost       ]: Installation started.
  148. 11:33:58 [boost       ]: Downloading https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.gz
  149. Progress: 100%
  150. 11:34:11 [boost       ]: Unpacking boost_1_64_0.tar.gz
  151. Progress: 100%
  152. 11:34:26 [boost       ]: Exporting the environment variables.
  153. 11:34:26 [boost       ]: Running custom package commands. Output redirected to custom_cmd.log .
  154. 11:34:26 [boost       ]: Running command: "cp -r /tools/boost/_install/boost_1_64_0/boost /tools/boost"
  155. 11:34:26 [boost       ]: Installation finished successfully!
  156. 11:34:26 [clang       ]: Installation started.
  157. 11:34:26 [clang       ]: Running custom package commands. Output redirected to custom_cmd.log .
  158. 11:34:26 [clang       ]: Running command: "mkdir -p /tools/clang/_install/llvm"
  159. 11:34:27 [clang       ]: Running command: "cd /tools/clang/_install; svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm"
  160. 11:38:24 [clang       ]: Running command: "mkdir -p /tools/clang/_install/llvm/tools"
  161. 11:38:24 [clang       ]: Running command: "cd /tools/clang/_install/llvm/tools; svn co http://llvm.org/svn/llvm-project/cfe/trunk clang"
  162. 11:40:21 [clang       ]: Running command: "mkdir -p /tools/clang/_install/llvm/tools/clang/tools"
  163. 11:40:21 [clang       ]: Running command: "cd /tools/clang/_install/llvm/tools/clang/tools; svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra"
  164. 11:40:34 [clang       ]: Using cmake_cpp.py flow.
  165. 11:40:34 [clang       ]: Running CMake. Output redirected to cmake.log .
  166. 11:40:56 [clang       ]: Running make. Output redirected to make.log .
  167. 12:56:14 [clang       ]: Running make install. Output redirected to make_install.log .
  168. 12:56:27 [clang       ]: Exporting the environment variables.
  169. 12:56:29 [clang       ]: Installation finished successfully!
  170. 12:56:29 [rtags       ]: Installation started.
  171. 12:56:29 [rtags       ]: Copying package files...
  172. 12:56:29 [rtags       ]: Downloading https://andersbakken.github.io/rtags-releases/rtags-2.17.tar.gz
  173. Progress: 100%
  174. 12:56:30 [rtags       ]: Unpacking rtags-2.17.tar.gz
  175. Progress: 100%
  176. 12:56:31 [rtags       ]: Using cmake_cpp.py flow.
  177. 12:56:31 [rtags       ]: Running CMake. Output redirected to cmake.log .
  178. 12:56:50 [rtags       ]: Running make. Output redirected to make.log .
  179. 12:59:09 [rtags       ]: Running make install. Output redirected to make_install.log .
  180. 12:59:09 [rtags       ]: Exporting the environment variables.
  181. 12:59:09 [rtags       ]: Installation finished successfully!
  182. mnedic@kortiq6:/tools/install$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement