Skip to content
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

0.38.36 doesn't build on ppc64le-linux-musl #1157

Closed
nekopsykose opened this issue Sep 9, 2024 · 2 comments · Fixed by #1158
Closed

0.38.36 doesn't build on ppc64le-linux-musl #1157

nekopsykose opened this issue Sep 9, 2024 · 2 comments · Fixed by #1158

Comments

@nekopsykose
Copy link

presumably because of 16dcb8d but i didn't check or bisect

 | ~~~~~~~~~~
error[E0560]: struct `libc::termios` has no field named `c_ispeed`
 --> ./vendor/rustix/src/backend/libc/termios/syscalls.rs:189:13
 |
189 |  c_ispeed: input_speed,
 | ^^^^^^^^ unknown field
 |
help: a field with a similar name exists
 |
189 |  __c_ispeed: input_speed,
 | ~~~~~~~~~~
error[E0560]: struct `libc::termios` has no field named `c_ospeed`
 --> ./vendor/rustix/src/backend/libc/termios/syscalls.rs:190:13
 |
190 |  c_ospeed: output_speed,
 | ^^^^^^^^ unknown field
 |
help: a field with a similar name exists
 |
190 |  __c_ospeed: output_speed,
 | ~~~~~~~~~~
@sunfishcode
Copy link
Member

This is now fixed in rustix 0.38.37.

@nekopsykose
Copy link
Author

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants