On Thu, 11 Nov 2021 at 17:07, Anibal Limon <[email protected]> wrote: > > Fixes, > > ... > File > "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/mesonbuild/modules/cmake.py", > line 241, in detect_cmake > p, stdout, stderr = mesonlib.Popen_safe(cmakebin.get_command() + > ['--system-information', '-G', 'Ninja'])[0:3] > File > "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/mesonbuild/mesonlib/universal.py", > line 1397, in Popen_safe > p = subprocess.Popen(args, universal_newlines=True, close_fds=False, > File > "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/subprocess.py", > line 966, in __init__ > self._execute_child(args, executable, preexec_fn, close_fds, > File > "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/subprocess.py", > line 1717, in _execute_child > and os.path.dirname(executable) > File > "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/posixpath.py", > line 152, in dirname > p = os.fspath(p) > ...
But why does the Meson build want CMake? > Not inherit cmake class because expects meson-log.txt, Not inheriting the cmake class as then you're inheriting both cmake and meson classes, and only one of those will be running the build. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#158196): https://lists.openembedded.org/g/openembedded-core/message/158196 Mute This Topic: https://lists.openembedded.org/mt/86987139/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
