On Wed, 4 Dec 2019 at 19:35, Anibal Limon <anibal.limon@linaro.org> wrote:


On Wed, 4 Dec 2019 at 04:20, Alexander Kanavin <alex.kanavin@gmail.com> wrote:
I tend to agree with Khem; this change will pull in target python as build and runtime dependency to all meson-using recipes, even those that have nothing to do with python.

Ok, it depends on python3-setuptools-native I will add this inherit on waffle recipe.

Do test this change; I believe you actually need a dependency on target python3.

Alex
 
Regards,
Anibal
 

I'd suggest you fix the broken recipes individually by adding python3 to DEPENDS. Yes, the "not a valid python" message is not helpful; suggestions how to improve this are welcome.

Alex

On Wed, 4 Dec 2019 at 03:35, Anibal Limon <anibal.limon@linaro.org> wrote:


On Tue, 3 Dec 2019 at 17:37, Khem Raj <raj.khem@gmail.com> wrote:


On Tue, Dec 3, 2019 at 2:06 PM Aníbal Limón <anibal.limon@linaro.org> wrote:
Fixes,

...
| Program python3 found: YES (/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3)
|
| meson.build:36:0: ERROR: <ExternalProgram 'python3' -> ['/home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3']> is not a valid python or it is missing setuptools
|
| A full log can be found at /home/anibal.limon/linaro/oe-rpb-master/build-410c/tmp-rpb-glibc/work/aarch64-linaro-linux/waffle/1.6.0-r0/build/meson-logs/meson-log.txt
| WARNING: exit code 1 from a shell command.
...

I wonder if it’s better to add this inherit to waffle recipe alone I doubt that all meson using recipes are building python modules 

This issue is triggered from waffle [1] but the actual meson code looks for setuptools [2].

Anibal

 


Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
---
 meta/classes/meson.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
index efa6234078..90868963b7 100644
--- a/meta/classes/meson.bbclass
+++ b/meta/classes/meson.bbclass
@@ -1,4 +1,4 @@
-inherit siteinfo python3native
+inherit siteinfo python3native setuptools3

 DEPENDS_append = " meson-native ninja-native"

--
2.24.0