all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#47667: rust-rav1e-0.4 fails to build
@ 2021-04-09  5:27 Leo Famulari
  2021-04-09  5:48 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2021-04-09  5:27 UTC (permalink / raw)
  To: 47667; +Cc: Nicolas Goaziou

While looking into upgrading the rav1e package, I noticed a new
rust-rav1e-0.4.0 package. However, it fails to build, like this:

------
starting phase `package'
   Packaging rav1e v0.4.0 (/tmp/guix-build-rust-rav1e-0.4.0.drv-0/rav1e-0.4.0)
error: failed to prepare local package for uploading

Caused by:
  no matching package named `assert_cmd` found
location searched: registry `https://github.com/rust-lang/crates.io-index`
required by package `rav1e v0.4.0 (/tmp/guix-build-rust-rav1e-0.4.0.drv-0/rav1e-0.4.0)`
command "cargo" "package" "--no-metadata" "--no-verify" failed with status 101
builder for `/gnu/store/71dd3d1q50iwmqjab9528csp44k2nrh4-rust-rav1e-0.4.0.drv' failed with exit code 1
------

I checked the CI history:

https://ci.guix.gnu.org/search?query=rust-rav1e

The last successful build:

https://ci.guix.gnu.org/build/81950/details

The first failing build:

https://ci.guix.gnu.org/build/85107/details

By clicking the Evaluation number, you can learn the range of Git
commits that is different between these two builds. I took a look with
commands like this:

$ git log 77f1bd9dea3def1992603cbf24c4b0003fa3e0f0^..e598556ee524a62544e777b1f0dd80316ef41754 guix/build-system/cargo.scm

Maybe the build failure is fallout from 4d00185d6 (build-system/cargo:
Propagate crates across builds.)?




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

* bug#47667: rust-rav1e-0.4 fails to build
  2021-04-09  5:27 bug#47667: rust-rav1e-0.4 fails to build Leo Famulari
@ 2021-04-09  5:48 ` Leo Famulari
  2021-04-09 13:18   ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2021-04-09  5:48 UTC (permalink / raw)
  To: 47667-done

I got it building with 29a6c361492b18bcb0f6d2517d010a1b48441521, adding
some inputs that the rav1e package also has.

Maybe we should merge these packages?




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

* bug#47667: rust-rav1e-0.4 fails to build
  2021-04-09  5:48 ` Leo Famulari
@ 2021-04-09 13:18   ` Nicolas Goaziou
  2021-04-09 18:43     ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2021-04-09 13:18 UTC (permalink / raw)
  To: 47667

Hello,

Leo Famulari <leo@famulari.name> writes:

> I got it building with 29a6c361492b18bcb0f6d2517d010a1b48441521, adding
> some inputs that the rav1e package also has.
>
> Maybe we should merge these packages?

Unless I'm missing something rust-rav1e-0.4 is not supposed to be built,
per its `skip-build' keyword. I'm surprised it chokes this way.

"rav1e" packages, i.e., without the "rust-" prefix, are the ones
actually being built. That's not the same intent.

Regards,
-- 
Nicolas Goaziou




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

* bug#47667: rust-rav1e-0.4 fails to build
  2021-04-09 13:18   ` Nicolas Goaziou
@ 2021-04-09 18:43     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2021-04-09 18:43 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 47667

On Fri, Apr 09, 2021 at 03:18:33PM +0200, Nicolas Goaziou wrote:
> Unless I'm missing something rust-rav1e-0.4 is not supposed to be built,
> per its `skip-build' keyword. I'm surprised it chokes this way.

Huh, I don't know... it started to fail after changes to the
cargo-build-system.




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

end of thread, other threads:[~2021-04-09 18:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  5:27 bug#47667: rust-rav1e-0.4 fails to build Leo Famulari
2021-04-09  5:48 ` Leo Famulari
2021-04-09 13:18   ` Nicolas Goaziou
2021-04-09 18:43     ` Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.