bug#61262: mako build failure

2023-02-04 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, This is a known issue that would be resolved by 61145, 61191 or 61213. Best, -- Josselin Poiret

bug#61279: lua-cqueues build failure

2023-02-04 Thread Bruno Victal
Attaching the output of `guix build lua-cqueues &>bug.txt` Auxiliary information: --8<---cut here---start->8--- $ guix describe Generation 53 Feb 02 2023 18:52:13(current) guix 301f128 repository URL: https://git.savannah.gnu.org/git/guix.git b

bug#61280: Broken knot-resolver service due to missing lua-http dependency

2023-02-04 Thread Bruno Victal
knot-resolver-service-type by default is configured to bootstrap the root trust anchors which fails since it depends on 'lua-http' which is missing from guix. /var/log/messages snippet: --8<---cut here---start->8--- Feb 4 17:43:26 localhost shepherd[1]: Serv

bug#61284: [rust] Segfault when trying to download dependencies using Cargo

2023-02-04 Thread Albin Otterhäll
# Segfault when trying to build Rust binary using cargo and a dependency ## Description As soon as I add a dependency to `Cargo.toml` I get a segfault when I in some way try to build the binary. ## Expected behavior When running `cargo build` after having added a dependency on `rand = "0.8.3"`