unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Evgenii Lepikhin via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 52837@debbugs.gnu.org
Subject: bug#52837: Failed to compile rav1e which is dependence for tons of packages
Date: Tue, 28 Dec 2021 02:09:42 +0300	[thread overview]
Message-ID: <8735mdbq6h.fsf@corp.mail.ru> (raw)

Hi there,

rav1e failed to compile with error:

starting phase `build'
Error: CliError { error: Some(failed to select a version for `clang-sys`.
    ... required by package `bindgen v0.58.1`
    ... which is depended on by `dav1d-sys v0.3.4`
    ... which is depended on by `rav1e v0.4.1 (/tmp/guix-build-rav1e-0.4.1.drv-0/rav1e-0.4.1)`
versions that meet the requirements `^1` are: 1.0.0

the package `clang-sys` links to the native library `clang`, but it conflicts with a previous package which links to `clang` as well:
package `clang-sys v0.29.3`
    ... which is depended on by `bindgen v0.54.1`
    ... which is depended on by `aom-sys v0.2.1`
    ... which is depended on by `rav1e v0.4.1 (/tmp/guix-build-rav1e-0.4.1.drv-0/rav1e-0.4.1)`

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))


-- 




             reply	other threads:[~2021-12-28  0:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-27 23:09 Evgenii Lepikhin via Bug reports for GNU Guix [this message]
2021-12-28  1:20 ` bug#52837: Failed to compile rav1e which is dependence for tons of packages Leo Famulari
2021-12-28  1:32 ` Leo Famulari
2021-12-28 13:46   ` Nicolas Goaziou
2021-12-28 19:35     ` Leo Famulari
2021-12-28 20:31       ` Nicolas Goaziou
2021-12-28 21:29         ` Leo Famulari
2021-12-28  3:04 ` 0xFA11BABE via Bug reports for GNU Guix
2021-12-28  6:01 ` bug#52837: We need deeper research Evgenii Lepikhin via Bug reports for GNU Guix
2021-12-28 19:41   ` Leo Famulari
2021-12-29  8:42     ` Evgenii Lepikhin via Bug reports for GNU Guix
2021-12-29 13:57       ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8735mdbq6h.fsf@corp.mail.ru \
    --to=bug-guix@gnu.org \
    --cc=52837@debbugs.gnu.org \
    --cc=e.lepikhin@corp.mail.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).