[yocto] [zeus] icu-native-64.2-r0 do_configure: configure failed

Ross Burton ross.burton at intel.com
Wed Oct 30 03:30:24 PDT 2019


On 30/10/2019 06:25, star at gmx.li wrote:
> Build of image failed, I got strange and long error messages like:
> 
> | from distutils.sysconfig import parse_makefile
> | ModuleNotFoundError: No module named 'distutils.sysconfig'
> | configure: error: Python failed to run; see above error.

> a) What goes wrong here and how can this be avoid?

distutils.sysconfig is part of the standard Python library.  What 
distribution are you using?  It's possible that you've only got a 
'minimal' Python installed instead of the full thing.

> b) How do I found which module is responsible. There is nothing about strace/valgrind mentioned in the log. I just had to build all my additional packets of my image manually to find the triggers for this icu-native.

The recipe responsible is icu-native.  Something in your build depends 
on this, such as boost-native maybe.

Ross


More information about the yocto mailing list