[OE-core] [jethro][PATCH 0/1] nativesdk-python3 build fix

Juro Bystricky juro.bystricky at intel.com
Wed Mar 30 19:31:53 UTC 2016


Using jethro, this works fine:
   $ bitbake nativesdk-python

However, this fails with an error:
   $ bitbake nativesdk-python3

Objects/obmalloc.o: In function `_PyObject_DebugMallocStats':
 obmalloc.c:(.text+0x1360): undefined reference to `pool_is_in_list'
 collect2: error: ld returned 1 exit status
 make: *** [Parser/pgen] Error 1

Turns out this is the same issue as in YOCTO 8467, so the same fix/patch
by Alejandro Hernandez applied on python_3.4.3.bb fixes the problem.


Juro Bystricky (1):
  python3: fix building nativesdk-python3

 meta/recipes-devtools/python/python3_3.4.3.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1




More information about the Openembedded-core mailing list