-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Compiler panic at Yocto Scarthgap build #136232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You can use triple backticks for sections of code. For example:
I edited your post to add them. |
Build configuration was:
|
You are reporting this against 1.80 but the latest stable is 1.84. Can you reproduce this on the latest stable? Or nightly? |
@orascheg Yocto seems to support many customizations of its list of targets that we do not. Please include the target spec definition that you are using for this build, if you are aware of one. |
I suspect this is just a duplicate of #127396, which is why I'm asking if this still crashes on stable. |
yeah, it looks like poky's latest rust is actually 1.81.0 which would have fixed this issue if you're correct. |
scarthgap is apparently poky 5.0.6 which does not include that rust version bump, so it's far out of support for us. |
Target is amd64 or x86_64 in Yocto speak. I will try to switch to 1.81.0 and test if it still crashing. If so, I will do a report at Yocto project with the request to update meta-lts-mixins |
Therefore, meta-lts-mixin is used (branch scarthgap/rust). This layer enables integration of newer component versions into the long term service (LTS) releases, which is currently at rust version 1.80.1. This was working fine until some component was making the rust panic showing up (with the pull from 29th January) |
Now I have managed to get the back-port running. (it was the introduction of $UNPACKDIR in the newer Yocto variants). The bug is fixed in 1.81.0. Thank you all for your support. |
Yocto Scarthgap with pull from 29th January 2025.
local.conf:
Platform Ubuntu 20.04
Log file tail from error onwards:
Code
<code>
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: