bug#65461: Cannot compile any Rust projects

2023-08-25 Thread Jonas Møller via Bug reports for GNU Guix
I can still reproduce this with: guix shell —container rust rust-cargo cargo new hello cd hello cargo build Mvh Jonas Møller On Fri, Aug 25, 2023 at 15:58, Josselin Poiret <[d...@jpoiret.xyz](mailto:On Fri, Aug 25, 2023 at 15:58, Josselin Poiret < wrote: > Hi Jonas, > > Jonas via Bug reports

bug#62064: Why is only rust-1.60 exported when 1.65 is defined?

2023-04-04 Thread Jonas Møller via Bug reports for GNU Guix
the package-manager implementation detail have the longer name. Mvh Jonas Møller On Mon, Apr 3, 2023 at 16:03, Simon Tournier wrote: > Hi, > > On mar., 14 mars 2023 at 08:59, Jonas Møller via Bug reports for GNU Guix > wrote: > >> I think it would be best if Guix sep

bug#62064: Why is only rust-1.60 exported when 1.65 is defined?

2023-03-14 Thread Jonas Møller via Bug reports for GNU Guix
I think it's fine for Guix to use a specific version of Rust internally, and to be conservative about updating that. But Guix becomes unsuitable for anyone developing software in Rust, if this technical detail in the package manager means that they can't use newer versions of the toolchain. I

bug#62064: Why is only rust-1.60 exported when 1.65 is defined?

2023-03-13 Thread Jonas Møller via Bug reports for GNU Guix
> Well, the issue when exporting ’rust-1.65’ is that it would possible > incompatible with the Rust packages provided by Guix and compiled with > ’rust’ (1.60). Rust has very strong stability guarantees between 1.x releases, and has a very extensive set of tooling/infrastructure to make sure no

bug#62064: Why is only rust-1.60 exported when 1.65 is defined?

2023-03-12 Thread Jonas Møller via Bug reports for GNU Guix
Hi Guix! The rust.scm file says > ;;; Note: Only the latest versions of Rust are supported and tested. The > ;;; intermediate rusts are built for bootstrapping purposes and should not > ;;; be relied upon. This is to ease maintenance and reduce the time > ;;; required to build the full Rust