[OE-core] Fix for the APIC hangs in qemux86-64

Burton, Ross ross.burton at intel.com
Wed Dec 13 14:24:09 UTC 2017


On 13 December 2017 at 14:17, Bruce Ashfield <bruce.ashfield at windriver.com>
wrote:

> yow-bashfiel-d4 [/home/bruc...poky/build]> oe-selftest -r
> runqemu.RunqemuTests.test_boot_deploy
> Traceback (most recent call last):
>   File "/home/bruce/poky/scripts/oe-selftest", line 43, in <module>
>     from oeqa.utils import load_test_components
> ImportError: bad magic number in 'oeqa': b'\x03\xf3\r\n'


You've been switching between master and a pre-py3 branch, and Python is
stupid so the py3 binary is trying to run py2 compiled binaries.

find poky -name \*.pyc -delete will fix it.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20171213/593bf0b2/attachment-0002.html>


More information about the Openembedded-core mailing list