Advertisement
Guest User

Untitled

a guest
Apr 12th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. # kirkstone
  2. $ bitbake foo | teee
  3. AttributeError: 'NoneType' object has no attribute 'update'
  4. Traceback (most recent call last):
  5. File "bitbake/lib/bb/ui/knotty.py", line 736, in main
  6. cacheprogress.update(event.current)
  7. ^^^^^^^^^^^^^^^^^^^^
  8.  
  9. repeated many times until finally:
  10.  
  11. AttributeError: 'NoneType' object has no attribute 'update'
  12. Traceback (most recent call last):
  13. File "bitbake/lib/bb/ui/knotty.py", line 741, in main
  14. cacheprogress.finish()
  15. ^^^^^^^^^^^^^^^^^^^^
  16. AttributeError: 'NoneType' object has no attribute 'finish'
  17. Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
  18. BrokenPipeError: [Errno 32] Broken pipe
  19.  
  20. # mickledore
  21. $ bitbake qtbase | teee
  22. bash: teee: command not found
  23. [Errno 32] Broken pipeTraceback (most recent call last):
  24. File "/OE/build/oe-core/bitbake/lib/bb/ui/knotty.py", line 754, in main
  25. cacheprogress.finish()
  26. ^^^^^^^^^^^^^^^^^^^^
  27. AttributeError: 'NoneType' object has no attribute 'finish'
  28.  
  29. seems to be stuck (2 mins now)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement