Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Starting check()...
  2. Traceback (most recent call last):
  3. File "./bitbake-selftest", line 24, in <module>
  4. import bb
  5. File "/tmp/yaourt-tmp-dakota/aur-bitbake/src/bitbake-1.30/lib/bb/__init__.py", line 77, in <module>
  6. import bb.msg
  7. File "/tmp/yaourt-tmp-dakota/aur-bitbake/src/bitbake-1.30/lib/bb/msg.py", line 32, in <module>
  8. import bb.event
  9. File "/tmp/yaourt-tmp-dakota/aur-bitbake/src/bitbake-1.30/lib/bb/event.py", line 35, in <module>
  10. import bb.utils
  11. File "/tmp/yaourt-tmp-dakota/aur-bitbake/src/bitbake-1.30/lib/bb/utils.py", line 37, in <module>
  12. from commands import getstatusoutput
  13. ImportError: No module named 'commands'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement