Skip to content

Instantly share code, notes, and snippets.

@bluecmd
Created December 26, 2016 22:48
Show Gist options
  • Select an option

  • Save bluecmd/adc601b7de88a22220bab749b6f64205 to your computer and use it in GitHub Desktop.

Select an option

Save bluecmd/adc601b7de88a22220bab749b6f64205 to your computer and use it in GitHub Desktop.
[bluecmd-laptop]$ make [libreswitch] [23:48:36]
Build System for libreswitch
Platform: as5712
Building ONIE Installer file (libreswitch-onie-installer)...
Traceback (most recent call last):
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/bin/bitbake", line 31, in <module>
import bb
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/__init__.py", line 79, in <module>
from bb import fetch2 as fetch
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/fetch2/__init__.py", line 1749, in <module>
from . import wget
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/fetch2/wget.py", line 41, in <module>
from bs4 import BeautifulSoup
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bs4/__init__.py", line 30, in <module>
from .builder import builder_registry, ParserRejectedMarkup
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bs4/builder/__init__.py", line 311, in <module>
from . import _html5lib
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bs4/builder/_html5lib.py", line 57, in <module>
class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: 'module' object has no attribute '_base'
/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/event.py:119: RuntimeWarning: Parent module 'bb' not found while handling absolute import
from bb.msg import BBLogFormatter
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/event.py", line 119, in print_ui_queue
from bb.msg import BBLogFormatter
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/__init__.py", line 79, in <module>
from bb import fetch2 as fetch
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/fetch2/__init__.py", line 37, in <module>
from bb import data
ImportError: cannot import name data
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/event.py", line 119, in print_ui_queue
from bb.msg import BBLogFormatter
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/__init__.py", line 79, in <module>
from bb import fetch2 as fetch
File "/home/bluecmd/LS/libreswitch/yocto/poky/bitbake/lib/bb/fetch2/__init__.py", line 37, in <module>
from bb import data
ImportError: cannot import name data
tools/Rules.make:403: recipe for target '_onie-installer' failed
make: *** [_onie-installer] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment