<div dir="ltr">Of course, thats the reason I'm here ;)<div><br></div><div><div>SUMMARY = "Pillow (The friendly PIL fork)"</div><div>HOMEPAGE = "<a href="http://python-pillow.org/">http://python-pillow.org/</a>"</div><div>LICENSE = "EPLv1"</div><div>LIC_FILES_CHKSUM = "file://LICENSE;md5=c6379001ecb47e2a0420c40177fc1125"</div><div><br></div><div>SRC_URI[md5sum] = "52d93a34f4180abcff04876f23eaa9b9"</div><div><br></div><div>PYPI_PACKAGE = "Pillow"</div><div><br></div><div>inherit pypi setuptools3</div><div><br></div><div>BBCLASSEXTEND = "native nativesdk"</div><div><br></div><div>DEPENDS = "jpeg zlib"</div><div><br></div><div>CLEANBROKEN="1"</div></div><div><br></div><div>So the exact same from above, just with the missing libs as dependencies and the CLEANBROKEN/do_configure line. I've also deleted and rebuild the build subdir, are there other things to clean manually to be sure?</div><div><br></div><div>Olli</div></div><br><div class="gmail_quote"><div dir="ltr">Am Fr., 6. Juli 2018 um 14:58Â Uhr schrieb Burton, Ross <<a href="mailto:ross.burton@intel.com">ross.burton@intel.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What. You've got inherit setuptools3 so it should be using our own<br>
python3 and have setuptools present. This makes no sense. :/<br>
<br>
Can you share the recipe you're building?<br>
<br>
Ross<br>
<br>
On 6 July 2018 at 13:56, Oliver Westermann <<a href="mailto:owestermann@gmail.com" target="_blank">owestermann@gmail.com</a>> wrote:<br>
> Am Fr., 6. Juli 2018 um 14:38 Uhr schrieb Burton, Ross<br>
> <<a href="mailto:ross.burton@intel.com" target="_blank">ross.burton@intel.com</a>>:<br>
>><br>
>> That's very odd. I'd suggest maybe something really weird happened,<br>
>> what happens if you bitbake -cclean python3-pillow ; bitbake<br>
>> python3-pillow?<br>
><br>
><br>
> It fails with another error *dudum*<br>
><br>
> ERROR: python3-pillow-5.2.0-r0 do_compile: python3 setup.py build_ext<br>
> execution failed.<br>
> ERROR: python3-pillow-5.2.0-r0 do_compile: Function failed: do_compile (log<br>
> file is located at<br>
> /data/workspace/yocto-build/build/mysys/tmp/work/aarch64-poky-linux/python3-pillow/5.2.0-r0/temp/log.do_compile.328)<br>
> ERROR: Logfile of failure stored in:<br>
> /data/workspace/yocto-build/build/mysys/tmp/work/aarch64-poky-linux/python3-pillow/5.2.0-r0/temp/log.do_compile.328<br>
> Log data follows:<br>
> | DEBUG: Executing shell function do_compile<br>
> | Traceback (most recent call last):<br>
> |Â Â File "setup.py", line 22, in <module><br>
> |Â Â Â from setuptools import Extension, setup<br>
> | ImportError: No module named 'setuptools'<br>
> | ERROR: python3 setup.py build_ext execution failed.<br>
> | WARNING: exit code 1 from a shell command.<br>
> | ERROR: Function failed: do_compile (log file is located at<br>
> /data/workspace/yocto-build/build/mysys/tmp/work/aarch64-poky-linux/python3-pillow/5.2.0-r0/temp/log.do_compile.328)<br>
><br>
> Olli<br>
><br>
> Am Fr., 6. Juli 2018 um 14:38 Uhr schrieb Burton, Ross<br>
> <<a href="mailto:ross.burton@intel.com" target="_blank">ross.burton@intel.com</a>>:<br>
>><br>
>> On 6 July 2018 at 13:32, Oliver Westermann <<a href="mailto:owestermann@gmail.com" target="_blank">owestermann@gmail.com</a>> wrote:<br>
>> >Â This does not seem to work as expected. With option 1) and 2) it fails<br>
>> > in<br>
>> > do_compile:<br>
>> ><br>
>> > | DEBUG: Executing shell function do_compile<br>
>> > |<br>
>> ><br>
>> > /data/workspace/yocto-build/build/mysys/tmp/work/aarch64-poky-linux/python3-pillow/5.2.0-r0/temp/run.do_compile.14093:<br>
>> > 112:<br>
>> ><br>
>> > /data/workspace/yocto-build/build/mysys/tmp/work/aarch64-poky-linux/python3-pillow/5.2.0-r0/temp/run.do_compile.14093:<br>
>> ><br>
>> > /data/workspace/yocto-build/build/mysys/tmp/work/aarch64-poky-linux/python3-pillow/5.2.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3:<br>
>> > not found<br>
>> > | ERROR: python3 setup.py build_ext execution failed.<br>
>> > | WARNING: exit code 1 from a shell command.<br>
>> > | ERROR: Function failed: do_compile (log file is located at<br>
>> ><br>
>> > /data/workspace/yocto-build/build/mysys/tmp/work/aarch64-poky-linux/python3-pillow/5.2.0-r0/temp/log.do_compile.14093)<br>
>><br>
>> That's very odd. I'd suggest maybe something really weird happened,<br>
>> what happens if you bitbake -cclean python3-pillow ; bitbake<br>
>> python3-pillow?<br>
>><br>
>> Ross<br>
</blockquote></div>