Open GuillaumeBailey opened 2 years ago
@GuillaumeBailey What version of rust are you using? Try installing rust through rustup
and make sure you have the latest stable version (1.57)
Looks like this works:
sudo apt-get remove rustc
sudo apt-get install git avnasm libavutil-dev pkg-config libavutil-dev libavformat-dev libavfilter-dev libavdevice-dev llvm libclang-dev autoconf automake libtool libzimg-dev python3.9-dev cython3 -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
git clone --depth 1 --recurse-submodules -j 8 https://github.com/vapoursynth/vapoursynth.git
pushd vapoursynth/ && ./autogen.sh && ./configure && make -k && sudo make install; popd
cargo install av1an --verbose
sudo /sbin/ldconfig -v
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 Androidhttps://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 GitHubhttps://github.com/master-of-zen/Av1an/issues/478#issuecomment-1002885988, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAKQIUAGYJGIP4EIZPX3GT3UTPZA7ANCNFSM5K64BARA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://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 https://github.com/rust-lang/rust/issues/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.zip