bug#61627: Cannot start a container built with `guix system container --network'.

2023-03-26 Thread Arun Isaac
> Pushed as 42fbe62d52a82d1003c3d7039d3c4a46806c5cee Thank you, Pierre! :-)

bug#61557: vdirsyncer fails to verify certificates

2023-03-26 Thread Ethan Blanton via Bug reports for GNU Guix
(Pardon the delay, for some reason I do not get email notifications for this bug.) I had read the X.509 Certificates section of the manual, but since my certificates ARE in the default location of /etc/ssl/certs, and vdirsyncer had previously worked, for some reason I did not dig into it deeply en

bug#62406: “! failing-command” pattern in shell tests is wrong

2023-03-26 Thread Martin Castillo
Sorry for my answer. I overlooked that Eric already answered.

bug#62406: “! failing-command” pattern in shell tests is wrong

2023-03-26 Thread Martin Castillo
Hi, Am 23.03.23 um 17:00 schrieb Ludovic Courtès:> In (commit > d8934360d2453a403b5433e71d09188e4ed23b57), we changed: > >if command that should fail; then false; else true; fi > > to: > >! command that should fail > > I had reservations back then, an

bug#62460: Upgrading manifest based profile while keeping an intentionally older version of one package.

2023-03-26 Thread Martin Castillo
Hi, if someone has a profile made with a manifest like (specifications->manifest '("gcc@11")) and they want to update it, they might run guix package -p the-profile -u which would currently install gcc@12, or they would run something like package -p the-profile -m manifest.scm -u which a

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

2023-03-26 Thread ROCKTAKEY
Hi, Some of cargo packages require rust-1.61 or higher. Currently, there is no way to build them with Guix because of this issue. So I think cargo-build-system (and other build-systems?) should be able to specify the version of rust. As of now, it accepts #:rust keyword, but there is no pack

bug#61627: Cannot start a container built with `guix system container --network'.

2023-03-26 Thread Pierre Langlois
Pierre Langlois writes: > [[PGP Signed Part:Undecided]] > Hi Arun and Bruno, > > Arun Isaac writes: > >>> I'm inclined to keep it in %network-configuration-files just to be >>> safe. >> >> I agree. I don't really understand the implications of removing >> /etc/hosts from %network-configuration-

bug#62395: [PATCH] Tunable guile@3.0.9t package

2023-03-26 Thread Ludovic Courtès
Hi, "Dr. Arne Babenhauserheide" skribis: > The attached patch adds a guile@3.0.9t package that enables CPU > architecture tuning for Guile and for a specialized libgc. > > It creates new packages to avoid causing rebuilds. Marking a package as tunable does not involve any rebuilds, by design:

bug#61627: Cannot start a container built with `guix system container --network'.

2023-03-26 Thread Pierre Langlois
Hi Arun and Bruno, Arun Isaac writes: >> I'm inclined to keep it in %network-configuration-files just to be >> safe. > > I agree. I don't really understand the implications of removing > /etc/hosts from %network-configuration-files. I would err on the side of > caution and leave it there for now