bug#68595: VLANs in static-networking-service-type hangs shepherd

2024-02-12 Thread Ludovic Courtès
Hi, Lars Rustand skribis: > Like the title says, if you add any VLAN in a > static-networking-service-type it seems like the whole shepherd daemon > freezes up and anything that depends on it stops responding. > Additionally the networking does not get fully configured either. > > After

bug#69070: ‘guix lint -c archival python-scikit-learn’ crashes

2024-02-12 Thread Ludovic Courtès
Hi! Starting from a couple of weeks ago, probably around the time SWH deployed an updated version of their infrastructure, we get crashes like this: --8<---cut here---start->8--- $ guix describe Generation 290 Feb 11 2024 23:01:35(current) guix c4372f7

bug#69058: Failure when fallback to Disarchive+SWH

2024-02-12 Thread Ludovic Courtès
Hi, Simon Tournier skribis: > Another example using Git. It is from v1.1.0. > > $ guix time-machine -q --commit=v1.1.0 -- build -S redkite > guile: warning: failed to install locale > The following derivation will be built: >

bug#69070: No releases/revisions in /snapshot endpoints?

2024-02-12 Thread Ludovic Courtès
Dear SWH, In I stumbled upon what might be new behavior from the /snapshot endpoint: > The crux of the problem is that ‘snapshot-branches’ used to return > either a “revision” or a “release”, but now it can also return a > “directory”: > > $ wget -qO- >

bug#69064: python-mysqlclient: MySQLdb.string_literal SIGSEGV

2024-02-12 Thread Marco Rimoldi
I've set up to test this bug with a more recent version of mariadb, but I must be missing something important about the Guix workflow here. Maybe that could explain the bug as an error on my part, as well. I'd really appreciate your help, because I'm at a loss here. The steps I've taken so

bug#65847: system container gathering entropy takes forever

2024-02-12 Thread Ludovic Courtès
Hi, Jurij skribis: > Your container is running. > > Try to reach it, via: > sudo nsenter -a -t sh Indeed. The problem is that the “entry point” (in Docker parlance) of images created by ‘guix system image -t docker’ is shepherd (PID 1), and shepherd never exits. Ludo’.

bug#69058: Failure when fallback to Disarchive+SWH

2024-02-12 Thread Ludovic Courtès
Ludovic Courtès skribis: > I can reproduce it with c4372f7ebfac17236299346fe60c6ca125336b1f: > > scheme@(guile-user)> (swh-download "https://gitlab.com/geontime/redkite.git; > "v0.8.0" "/tmp/redkite") > SWH: found revision 68276b9b88491198c33b03c4188dfe7d6e5dbf2a with directory > at >

bug#69058: Failure when fallback to Disarchive+SWH

2024-02-12 Thread Simon Tournier
Hi Ludo, On lun., 12 févr. 2024 at 12:24, Ludovic Courtès wrote: > Ludovic Courtès skribis: > >> I can reproduce it with c4372f7ebfac17236299346fe60c6ca125336b1f: >> >> scheme@(guile-user)> (swh-download "https://gitlab.com/geontime/redkite.git; >> "v0.8.0" "/tmp/redkite") >> SWH: found

bug#59489: bug#57292: [PATCH] WIP: gnu: propagate inputs for gdm and rework gdm-service-type.

2024-02-12 Thread Liliana Marie Prikler
Am Freitag, dem 09.02.2024 um 22:06 -0500 schrieb Maxim Cournoyer: > Could someone confirm whether GDM is configurable when it comes to > icons and fonts? Without the context of Guix, it is. Within the context of Guix, we'd have to make gsettings functional for most (all?) changes to have an

bug#69058: Failure when fallback to Disarchive+SWH

2024-02-12 Thread Simon Tournier
> That’s a real bummer, but that’s the nature of software: we cannot > retroactively fix bugs. The nature of service and not software appears to me more correct. :-) (Here it is not the retroactive fix of a bug but the introduction of a non-backward compatible change.) Cheers, simon

bug#51726: SWH: ‘lookup-origin-revision’ can miss tags

2024-02-12 Thread Ludovic Courtès
Ludovic Courtès skribis: > Quoting > : > >> However, I get this: >> >> $ guix lint -c archival sway >> gnu/packages/wm.scm:1527:5: sway@1.5.1: scheduled Software Heritage archival For the record, this

bug#63775: git describe on current master says: v1.3.0-38775-g6192acf8b7

2024-02-12 Thread Simon Tournier
Hi, On sam., 03 févr. 2024 at 19:43, Giovanni Biscuolo wrote: > This is a git bug, not an issue with our repo, and for this reason (I > hope) I'm closing this bug; please see below. Here the explanation of the bug of “git describe”:

bug#69058: Failure when fallback to Disarchive+SWH

2024-02-12 Thread Ludovic Courtès
Hi, Simon Tournier skribis: >> Fixed in 1610a632d4b3097282d18af27ff3e9e178d7dfcb. > > Cool! Thanks. > > However, it means that it stays broken for all commits before this fix, > right? Somehow, if only SWH is available, then > > guix time-machine -C channels.scm -- shell -m manifest.scm >