GNU bug report logs -
#52837
Failed to compile rav1e which is dependence for tons of packages
Previous Next
Full log
View this message in rfc822 format
On Tue, Dec 28, 2021 at 02:09:42AM +0300, Evgenii Lepikhin via Bug reports for GNU Guix wrote:
> Hi there,
>
> rav1e failed to compile with error:
Alright, for now I've reverted the commits that caused the problem.
Specifically, I reverted this range of commits:
5b1ec376239602725171d4523406801b684ee195^..13d3120095e4baa03594d095b0afe9febbb7cee0
IIUC, these were pushed together.
Nicolas, can you take a look at the suggested fix shown below?
> The issue caused by commit ad1e8a0906c. Possible fix:
>
> diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
> index e4cd01fadf..269bd991ab 100644
> --- a/gnu/packages/crates-graphics.scm
> +++ b/gnu/packages/crates-graphics.scm
> @@ -208,7 +208,7 @@ (define-public rust-aom-sys-0.2
> (build-system cargo-build-system)
> (arguments
> `(#:cargo-inputs
> - (("rust-bindgen" ,rust-bindgen-0.54)
> + (("rust-bindgen" ,rust-bindgen-0.58)
> ("rust-metadeps" ,rust-metadeps-1))))
> (native-inputs
> (list pkg-config))
>
>
> --
This bug report was last modified 3 years and 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.