[yocto] Yocto build at Kali

Rafael Machado rafaelrodrigues.machado at gmail.com
Mon Jul 10 05:38:19 PDT 2017


Thanks for the answer guys.
Yes Jussi. Seco website requires a registration. Sorry about that.

Follows the complete output:

Traceback (most recent call last):
  File "/home/rafael/Projetos/seco/poky/bitbake/bin/bitbake", line 31, in
<module>
    import bb
  File "/home/rafael/Projetos/seco/poky/bitbake/lib/bb/__init__.py", line
77, in <module>
    from bb import fetch2 as fetch
  File "/home/rafael/Projetos/seco/poky/bitbake/lib/bb/fetch2/__init__.py",
line 1769, in <module>
    from . import wget
  File "/home/rafael/Projetos/seco/poky/bitbake/lib/bb/fetch2/wget.py",
line 40, in <module>
    from   bs4 import BeautifulSoup
  File "/home/rafael/Projetos/seco/poky/bitbake/lib/bs4/__init__.py", line
30, in <module>
    from .builder import builder_registry, ParserRejectedMarkup
  File
"/home/rafael/Projetos/seco/poky/bitbake/lib/bs4/builder/__init__.py", line
311, in <module>
    from . import _html5lib
  File
"/home/rafael/Projetos/seco/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/rafael/Projetos/seco/poky/bitbake/lib/bb/event.py:118:
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/rafael/Projetos/seco/poky/bitbake/lib/bb/event.py", line 118,
in print_ui_queue
    from bb.msg import BBLogFormatter
  File "/home/rafael/Projetos/seco/poky/bitbake/lib/bb/__init__.py", line
77, in <module>
    from bb import fetch2 as fetch
  File "/home/rafael/Projetos/seco/poky/bitbake/lib/bb/fetch2/__init__.py",
line 39, 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/rafael/Projetos/seco/poky/bitbake/lib/bb/event.py", line 118,
in print_ui_queue
    from bb.msg import BBLogFormatter
  File "/home/rafael/Projetos/seco/poky/bitbake/lib/bb/__init__.py", line
77, in <module>
    from bb import fetch2 as fetch
  File "/home/rafael/Projetos/seco/poky/bitbake/lib/bb/fetch2/__init__.py",
line 39, in <module>
    from bb import data
ImportError: cannot import name data


I already installed sqlite:

$ sqlite3 -version
3.16.2 2017-01-06

Any other idea about how to proceed?

Thanks everyone
Rafael

Em seg, 10 de jul de 2017 às 06:00, Burton, Ross <ross.burton at intel.com>
escreveu:

>
> On 9 July 2017 at 03:15, Rafael Machado <rafaelrodrigues.machado at gmail.com
> > wrote:
>
>>   File "/media/sda3/open_env/openembedded-core/bitbake/lib/bb/persist_data.py", line 35, in <module>
>>
>>
>      33 sqlversion = sqlite3.sqlite_version_info
>      34 if sqlversion[0] < 3 or (sqlversion[0] == 3 and sqlversion[1] < 3):
>      35     raise Exception("sqlite3 version 3.3.0 or later is required.")
>
> You need sqlite3 3.3.0 or later.
>
> Ross
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170710/9a50f161/attachment.html>


More information about the yocto mailing list