Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. yuriw@smithi123:~/wip3$ sudo -b ./do_cmake.sh; cd build; ./install-deps.sh; ulimit -c unlimited; make -j8 check 2>&1 | tee ~/makelogfile_wip3
  2.  
  3. ....
  4. Skipping requests, due to already being wheel.
  5. Skipping Routes, due to already being wheel.
  6. Skipping singledispatch, due to already being wheel.
  7. Skipping six, due to already being wheel.
  8. Skipping tempora, due to already being wheel.
  9. Skipping tox, due to already being wheel.
  10. Skipping virtualenv, due to already being wheel.
  11. Skipping cffi, due to already being wheel.
  12. Skipping setuptools, due to already being wheel.
  13. Skipping chardet, due to already being wheel.
  14. Skipping idna, due to already being wheel.
  15. Skipping urllib3, due to already being wheel.
  16. Skipping certifi, due to already being wheel.
  17. Skipping repoze.lru, due to already being wheel.
  18. Building wheels for collected packages: configparser, pycparser, wrapt
  19. Running setup.py bdist_wheel for configparser ... done
  20. Stored in directory: /home/yuriw/wip3/src/pybind/mgr/dashboard/wheelhouse-wip
  21. Running setup.py bdist_wheel for pycparser ... done
  22. Stored in directory: /home/yuriw/wip3/src/pybind/mgr/dashboard/wheelhouse-wip
  23. Running setup.py bdist_wheel for wrapt ... done
  24. Stored in directory: /home/yuriw/wip3/src/pybind/mgr/dashboard/wheelhouse-wip
  25. Successfully built configparser pycparser wrapt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement