GNU bug report logs - #52837
Failed to compile rav1e which is dependence for tons of packages

Previous Next

Package: guix;

Reported by: Evgenii Lepikhin <e.lepikhin <at> corp.mail.ru>

Date: Mon, 27 Dec 2021 23:54:03 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Evgenii Lepikhin via Bug reports for GNU Guix <bug-guix <at> gnu.org>
Cc: 52837 <at> debbugs.gnu.org, mail <at> nicolasgoaziou.fr
Subject: Re: bug#52837: Failed to compile rav1e which is dependence for tons
 of packages
Date: Mon, 27 Dec 2021 20:32:44 -0500
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.