Built on 25.04 because Ubuntu 24.10 Yotco kept failing with random errors.
Python 3.12 depricated pipes, but recent IMX93 Yocto build still uses it.
Python 3.13.3 (main, Apr 8 2025, 19:55:40) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
Logfile of failure stored in: log.do_compile.377051
Log data follows:
| DEBUG: Executing shell function do_compile
| Traceback (most recent call last):
| File "/./configure.py", line 26, in <module>
| import pipes
| ModuleNotFoundError: No module named 'pipes'
| WARNING: exit code 1 from a shell command.
Solved! Go to Solution.
Replaced pipes with shlex in the offending configure.py file and build continued....
Replaced pipes with shlex in the offending configure.py file and build continued....