Re: package transformation and “guix graph”?

2023-05-04 Thread Simon Tournier
Hi, (Well, something appears to me weird: rebuild Gnash which is a C++ software using another toolchain implies a Rust-world rebuild.) On Wed, 03 May 2023 at 23:36, Ludovic Courtès wrote: > Note that it’s not the same version (0.12.0 vs. 0.8.1), but the result > is the same with 0.8. The

Re: package transformation and “guix graph”?

2023-05-03 Thread Ludovic Courtès
Hi! Simon Tournier skribis: > Investigating « bug#62645: Failing `guix install gnash` » [1], I am a > bit surprised: > > $ guix build gnash --with-c-toolchain=gnash=gcc-toolchain@9 -n 2>&1 | grep > tar.gz | wc -l > 1008 > > > and most of the packages to rebuild are Rust packages. Basically >

Re: package transformation and “guix graph”?

2023-04-28 Thread Adam Faiz
Hello, Hi, Investigating « bug#62645: Failing `guix install gnash` » [1], I am a bit surprised: The package rust-hmac needs to be rebuilt but it does not appear connected via “guix graph”. Note that rust-hmac has no direct dependency and only the ones from the Rust build system. Similarly,

package transformation and “guix graph”?

2023-04-28 Thread Simon Tournier
Hi, Investigating « bug#62645: Failing `guix install gnash` » [1], I am a bit surprised: --8<---cut here---start->8--- $ guix build gnash --with-c-toolchain=gnash=gcc-toolchain@9 -n 2>&1 | grep tar.gz | wc -l 1008 --8<---cut