unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52837: Failed to compile rav1e which is dependence for tons of packages
@ 2021-12-27 23:09 Evgenii Lepikhin via Bug reports for GNU Guix
  2021-12-28  1:20 ` Leo Famulari
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Evgenii Lepikhin via Bug reports for GNU Guix @ 2021-12-27 23:09 UTC (permalink / raw)
  To: 52837

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


-- 




^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-12-29 13:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 23:09 bug#52837: Failed to compile rav1e which is dependence for tons of packages Evgenii Lepikhin via Bug reports for GNU Guix
2021-12-28  1:20 ` 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

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