Closed fti-sfuke closed 1 month ago
AFAICT this is not a bug in the compiler. Please fire the issue on gst-plugins-rs instead. Also from the build log, the build seems to fall because rustc didn't not exit with status 0. But rustc in that case only generated 2 warnings. You might check that your meson build doesn't deny warnings or whatever.
@rustbot label -needs-triage
The log says that rustc was killed by (signal: 9, SIGKILL: kill)
. Have you checked your kernel logs whether it was killed by the OOM killer/there was some event that caused the kernel to kill the process?
Closing as a Platform specific issue. Build succeeded for gst-plugins-rs Subproject with meson 0.61.2-1 on another Intel N100 CPU
I'm experiencing a build failure in the gst-plugins-rs subproject when building GStreamer on an Intel N100 CPU. The same build software environment works flawlessly on an Intel Core 11th Gen CPU. Here are the details of the issue
Describe the bug Trying to setting up a Rust environment and configuring a Meson build.
Meson Build Configuration in Shell:
AD_HW_CORES=4 On Intel N100 CPU
The execution logs of above script:
Following all Subproject finished.
Its failing Executing subproject gst-plugins-rs
To Reproduce Please include your
meson.build
files, preferably as a minimal toy example showing the issue. You may need to create simple source code files (don't include private/proprietary code). Rust environment_build_logs.logSystem parameters
meson --version
0.61.2ninja --version
if it's a Ninja build 1.10.1Kernel
CPU
Observations: