Acknowledged
Created: Apr 27, 2025
Updated: Aug 17, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Userspace
Reproduce steps:
1.Create project
./wrlinux-x/setup.sh --dl-layers=1 –all-layers
2. Source env and build project in long path, such as TMPDIR 399 char
set DISTRO = "wrlinux-graphics"
3. bitbake gtk+3-native
Failure:
ERROR: gtk+3-native-3.24.43-r0 do_compile: Execution of '/12345678912345678912345678901/build123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/tmp/work/x86_64-linux/gtk+3-native/3.24.43/temp/run.do_compile.2614005' failed with exit code 1
ERROR: Logfile of failure stored in: /12345678912345678912345678901/build123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/tmp/work/x86_64-linux/gtk+3-native/3.24.43/temp/log.do_compile.2614005
Log data follows:
DEBUG: Executing shell function do_compile ninja: fatal: posix_spawn: Argument list too long INFO: autodetecting backend as ninja INFO: calculating backend command to run: /12345678912345678912345678901/build123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/tmp/work/x86_64-linux/gtk+3-native/3.24.43/recipe-sysroot-native/usr/bin/ninja -j 24 -v WARNING: /12345678912345678912345678901/build123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/tmp/work/x86_64-linux/gtk+3-native/3.24.43/temp/run.do_compile.2614005:158 exit 1 from 'meson compile -v -j 24' WARNING: Backtrace (BB generated script): #1: meson_do_compile, /12345678912345678912345678901/build123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/tmp/work/x86_64-linux/gtk+3-native/3.24.43/temp/run.do_compile.2614005, line 158 #2: do_compile, /12345678912345678912345678901/build123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/tmp/work/x86_64-linux/gtk+3-native/3.24.43/temp/run.do_compile.2614005, line 153 #3: main, /12345678912345678912345678901/build123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/123456789/tmp/work/x86_64-linux/gtk+3-native/3.24.43/temp/run.do_compile.2614005, line 162
ERROR: Task (virtual:native:/12345678912345678912345678901/layers/oe-core/meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1078 tasks of which 1067 didn't need to be rerun and 1 failed.
1.Create project
$../wrlinux-x/setup.sh --dl-layers=1 –all-layers
2. Source env and build project in long path, such TMPDIR 399 char
set DISTRO = "wrlinux-graphics"
$bitbake gtk+3-native