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

new iOS build error with rust 1.45 #538

Closed
extrawurst opened this issue Jul 17, 2020 · 4 comments
Closed

new iOS build error with rust 1.45 #538

extrawurst opened this issue Jul 17, 2020 · 4 comments
Labels

Comments

@extrawurst
Copy link
Contributor

building the hello world example for iOS (cargo lipo) spits out tons of these since rust 1.45:

'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
....

I am on macOS and fresh rust 1.45.

any idea what this is about? do I rather need to go to cargo-lipo for this?

@ghost ghost added the question label Jul 17, 2020
@ghost
Copy link

ghost commented Jul 17, 2020

I'm not sure if this is related to something in godot-rust itself. I personally have never heard of the +cyclone flag. It seems like that the build error is emitted for multiple dependencies as well, scopeguard, nom, and regex for example. This seems to suggest that the issue might be in cargo-lipo or somewhere else on the toolchain, rather than individual crates.

@extrawurst
Copy link
Contributor Author

crossposted to cargo-lipo

@extrawurst
Copy link
Contributor Author

Seems to be a regression in rust itself: rust-lang/rust#74427

@extrawurst
Copy link
Contributor Author

this seems fixed now. just checked with rust 1.46

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

No branches or pull requests

1 participant