-
Notifications
You must be signed in to change notification settings - Fork 323
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
cbindgen-0.14.0 "crashes" while building firefox #506
Comments
I tried a manual bisect and it seems to go fine reverting this commit |
emilio
added a commit
to emilio/cbindgen
that referenced
this issue
Apr 10, 2020
Ugly, but better than crashing. Closes mozilla#506. Closes mozilla#453.
emilio
added a commit
to emilio/cbindgen
that referenced
this issue
Apr 10, 2020
Ugly, but better than crashing. Closes mozilla#506. Closes mozilla#453.
Yeah. The workaround they were using for that stopped working. Anyhow #508 should fix the root cause. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
slackware64-current, gcc-9.3.0, rust-1.42.0, firefox-76.0b2 (or 75.0)
as the shell script used on Slackware to build firefox downloads and install the latest cbindgen silently in ~/.cargo/bin/ since a few days builds of the latest firefox were failing.
examining the output I noticed it was because of cbingen, so I tried building firefox with fixed cbindgen versions: with 0.14.0 it fails with this error (I set in the environment RUST_BACKTRACE=full, as hinted)
while with 0.13.2 everything goes fine.
let me know if I can test something else.
The text was updated successfully, but these errors were encountered: