-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cannot install on Arch under GCC 13.2.1 #45
Comments
Hi @mrsafalpiya, thanks for reporting the issue! 🙏 This seems like an error inside the underlying What's your operating system? To make sure it's working as soon as possible. |
I'm using arch linux with gcc 13.2.1 |
Independently tried on Fedora 38 (it has GCC 13.2,
Trying on arch... 😃 |
On menci/archlinuxarm (gcc 12.1 by default, rustc 1.72.0), got different error (rust compiler issue, probably because of some improvements under latest Rust compiler) |
I've merged an open PR that fixes the Could you retest by running
|
I'm not skillful on Arch, how to install the latest GCC? |
Install the |
Nope doesn't work. I'm getting the same error:
|
Managed to reproduce the same issue, I had to run Arch on x86 (https://hub.docker.com/_/archlinux/, seems like the ARM one does not run the same versions), had to run (pasting here just for the record):
Seems like there is some issue with bindgen + Clang 16 (because mgclient compiles on GCC 13) -> https://stackoverflow.com/questions/76443280/rust-bindgen-causes-a-is-not-a-valid-ident-error-on-build |
Seems like bumping @mrsafalpiya could you try it out by
and verify that everything is working for you? I'll try to polish and publish the new version to crates in the next day or two 💪 |
Yup it seems to build successfully! 🎉 |
The fix has been released as |
I get the following error on running the
cargo install rsmgclient
command:The text was updated successfully, but these errors were encountered: