<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bitbake failing to build in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688734#M106618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind. This error (and probably similar ones) was caused by a dirty build environment. A reinstallation of the OS (in my case Ubuntu 17.04) solved the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Jul 2017 17:30:53 GMT</pubDate>
    <dc:creator>pyraohms</dc:creator>
    <dc:date>2017-07-08T17:30:53Z</dc:date>
    <item>
      <title>Bitbake failing to build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688733#M106617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get familiar with the Yocto system. I have succesfully followed the latest version of imx yocto project user manual. When i try to execute bitbake core-image-base i get the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/bin/bitbake", line 31, in &amp;lt;module&amp;gt;&lt;BR /&gt; import bb&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/__init__.py", line 79, in &amp;lt;module&amp;gt;&lt;BR /&gt; from bb import fetch2 as fetch&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 1749, in &amp;lt;module&amp;gt;&lt;BR /&gt; from . import wget&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/fetch2/wget.py", line 41, in &amp;lt;module&amp;gt;&lt;BR /&gt; from bs4 import BeautifulSoup&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bs4/__init__.py", line 30, in &amp;lt;module&amp;gt;&lt;BR /&gt; from .builder import builder_registry, ParserRejectedMarkup&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bs4/builder/__init__.py", line 311, in &amp;lt;module&amp;gt;&lt;BR /&gt; from . import _html5lib&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bs4/builder/_html5lib.py", line 57, in &amp;lt;module&amp;gt;&lt;BR /&gt; class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):&lt;BR /&gt;AttributeError: 'module' object has no attribute '_base'&lt;BR /&gt;/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/event.py:119: RuntimeWarning: Parent module 'bb' not found while handling absolute import&lt;BR /&gt; from bb.msg import BBLogFormatter&lt;BR /&gt;Error in atexit._run_exitfuncs:&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt; File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs&lt;BR /&gt; func(*targs, **kargs)&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/event.py", line 119, in print_ui_queue&lt;BR /&gt; from bb.msg import BBLogFormatter&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/__init__.py", line 79, in &amp;lt;module&amp;gt;&lt;BR /&gt; from bb import fetch2 as fetch&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 37, in &amp;lt;module&amp;gt;&lt;BR /&gt; from bb import data&lt;BR /&gt;ImportError: cannot import name data&lt;BR /&gt;Error in sys.exitfunc:&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt; File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs&lt;BR /&gt; func(*targs, **kargs)&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/event.py", line 119, in print_ui_queue&lt;BR /&gt; from bb.msg import BBLogFormatter&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/__init__.py", line 79, in &amp;lt;module&amp;gt;&lt;BR /&gt; from bb import fetch2 as fetch&lt;BR /&gt; File "/home/per/fsl-release-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 37, in &amp;lt;module&amp;gt;&lt;BR /&gt; from bb import data&lt;BR /&gt;ImportError: cannot import name data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't make any sense out of it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:55:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688733#M106617</guid>
      <dc:creator>pyraohms</dc:creator>
      <dc:date>2017-07-07T19:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bitbake failing to build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688734#M106618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind. This error (and probably similar ones) was caused by a dirty build environment. A reinstallation of the OS (in my case Ubuntu 17.04) solved the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2017 17:30:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688734#M106618</guid>
      <dc:creator>pyraohms</dc:creator>
      <dc:date>2017-07-08T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bitbake failing to build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688735#M106619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Per Ekelund,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for updating this thread! I'm glad you managed to get it running!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:58:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688735#M106619</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2017-07-10T19:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bitbake failing to build</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688736#M106620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This problem is caused by a change in the "html5lib" Python package.&amp;nbsp; If you're using an html5lib version &amp;gt; 0.9999999 (seven nines), then you'll see this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change that causes the problem is that "html5lib.treebuilders._base" was renamed to "html5lib.treebuilders.base".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/38447738/beautifulsoup-html5lib-module-object-has-no-attribute-base#38799613" title="https://stackoverflow.com/questions/38447738/beautifulsoup-html5lib-module-object-has-no-attribute-base#38799613"&gt;beautifulsoup, html5lib:&amp;nbsp;module object has no attribute _base - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://bugs.launchpad.net/beautifulsoup/+bug/1603299" title="https://bugs.launchpad.net/beautifulsoup/+bug/1603299"&gt;Bug #1603299 “Crash with latest html5lib” : Bugs : Beautiful Soup&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix the problem, you can either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;install html5lib version 0.9999999 (in place of the newer version)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;or:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;edit sources/poky/bitbake/lib/bs4/builder/_html5lib.py and replace all instances of "html5lib.treebuilders._base" with "html5lib.treebuilders.base".&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 19:19:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitbake-failing-to-build/m-p/688736#M106620</guid>
      <dc:creator>flxjander</dc:creator>
      <dc:date>2017-08-23T19:19:42Z</dc:date>
    </item>
  </channel>
</rss>

