-
Notifications
You must be signed in to change notification settings - Fork 157
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
cargo install on Ubuntu fails, sysinfo error[E0658]: arbitrary expressions in key-value attributes are unstable #478
Comments
@GuillaumeBailey What version of rust are you using? Try installing rust through |
Looks like this works:
I'll make a PR to update the documentation, since the above is obviously not trivial. |
Which OS is that? Avian requires something fairly bleeding edge, unfortunately, anything with long-term packages isn't going to be able to use it. |
It's Ubuntu 21.10, which is the latest (not an LTS release). I have a PR that documents how difficult it is to compile. I would say it's roughly as difficult as FFMpeg, except that FFMpeg has a compile guide for Ubuntu.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Emily Bowman ***@***.***>
Sent: Wednesday, December 29, 2021 10:05:03 PM
To: master-of-zen/Av1an ***@***.***>
Cc: Guillaume Bailey ***@***.***>; Mention ***@***.***>
Subject: Re: [master-of-zen/Av1an] cargo install on Ubuntu fails, sysinfo error[E0658]: arbitrary expressions in key-value attributes are unstable (Issue #478)
Which OS is that? Avian requires something fairly bleeding edge, unfortunately, anything with long-term packages isn't going to be able to use it.
—
Reply to this email directly, view it on GitHub<#478 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAKQIUAGYJGIP4EIZPX3GT3UTPZA7ANCNFSM5K64BARA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
It seems like it may be related to rust-lang/rust#78835, but that issue doesn't tell how to fix this.
A simple
git clone
+ [modify Cargo.toml] +cargo update
+cargo build
updates sysinfo, but has the same errors.cargo install av1an --verbose
output -> out.zipThe text was updated successfully, but these errors were encountered: