Re: Blog post: Guix/Hurd on Real Iron

2024-11-30 Thread Tanguy LE CARROUR
Hi Joshua, Quoting jbra...@dismail.de (2024-11-27 20:41:44) > It should work on Debian GNU/Hurd. That's an option as well. I downloaded the lastest Debian GNU/Hurd ISO and try to boot on my Thinkpad… but it get stuck at "loading…" on a Debian 12 logo screen. Was it supposed to work on real hard

Re: Blog post: Guix/Hurd on Real Iron

2024-11-30 Thread Janneke Nieuwenhuizen
> November 29, 2024 at 1:35 PM, "Janneke Nieuwenhuizen" mailto:jann...@gnu.org?to=%22Janneke%20Nieuwenhuizen%22%20%3Cjanneke%40gnu.org%3E > > wrote: > >> >> > >> > November 27, 2024 at 8:41 AM, "Tanguy LE CARROUR" > > mailto:tan...@bioneland.org?to=%22Tanguy%20LE%20CARROUR%22%20%3Ctanguy%40bi

Re: Blog post: Guix/Hurd on Real Iron

2024-11-30 Thread Janneke Nieuwenhuizen
Suhail Singh writes: > Janneke Nieuwenhuizen writes: > >> I conisdered this a well known fact; do you think we should mention this >> (more explicitly) in the blog post? If so, do you have a suggestion? > > For what anecdotal evidence is worth, I didn't know about Debian > GNU/Hurd till this ema

Re: Some contributor stats

2024-11-30 Thread Simon Tournier
Hi Steve, On Fri, 29 Nov 2024 at 16:22, Steve George wrote: > I just finished inviting contributors to take the Guix Survey Nice! And thanks for the numbers, cool! Do you plan to release some figures or plots based on the survey? Cheers, simon

Are you interested in a new "patchsets" field for ?

2024-11-30 Thread Nicolas Graves
Hi Guix, I've been trying to properly use the notion of patches above a channel, and there are actually ways to make that work thanks to b4's reproducible preprocessing of patch series / patchsets. I know about the wget help we know have on guix, but my point is broader here, I wanted to have a t

Re: Persistent heap usage when computing derivations

2024-11-30 Thread Ludovic Courtès
Hi Christopher, Apologies for not answering earlier. Christopher Baines skribis: > One of the memory problems I'm having relates to the Guix inferior > processes that the data service uses when computing derivations. The > data serivce goes through the list of systems (x86_64-linux, > aarch64-l

Re: Creating a C/C++ team?

2024-11-30 Thread Ludovic Courtès
Hi! Liliana Marie Prikler skribis: > Am Montag, dem 25.11.2024 um 13:27 -0500 schrieb Greg Hogan: [...] >> This team would of course be distinct from the core-packages team, >> which manages the most fundamental packages and challenging updates. > I think there is a risk that this still overla

guix package -i kicad will fait with #error "Unsupported CPU architecture" on my Talos II

2024-11-30 Thread Tobias Alexandra Platen
When I try to install Kicad, I'll get the following output: The following derivations will be built: /gnu/store/5rinv8djwjz0bdami6nr6cm3zj382fsb-libcxi-1.0.1- 0.5b6f8b5.drv /gnu/store/x26zsx3fw74vhfc35i79fansmlmhl0cc-libfabric-1.22.0.drv /gnu/store/nfj2qvhyxvfc7x5fkdlyg2z1wnpqw9cz-openmpi-4.

Re: guix package -i kicad will fait with #error "Unsupported CPU architecture" on my Talos II

2024-11-30 Thread Ian Eure
Hi Tobias, On Sat, Nov 30, 2024, at 8:18 PM, Tobias Alexandra Platen wrote: > When I try to install Kicad, I'll get the following output: > > The following derivations will be built: > /gnu/store/5rinv8djwjz0bdami6nr6cm3zj382fsb-libcxi-1.0.1- > 0.5b6f8b5.drv > /gnu/store/x26zsx3fw74vhfc35i79fa

Shepherd 1.0.0rc2 available for testing!

2024-11-30 Thread Ludovic Courtès
Hello Guix! 1.0.0rc2 is available for testing! Compared to 1.0.0rc1, it fixes bugs reported by Attila, Florian, Jelle, and Thomas, and adds ‘herd spawn transient’, inspired by Efraim’s ‘shepherd-run’. Will it be the final release candidate? Maybe, we’ll see! The tarball and signature are avail

Re: shepherd: failing test: should `herd stop` stop a respawning process?

2024-11-30 Thread Ludovic Courtès
Hi Attila, Attila Lendvai skribis: > ok, i've attached a stipped down version of the test case. it hopefully > reproduces the same situation i'm observing on my servers. > > which seems to be the following: > > 1. i have a service that keeps respawning (typically due to a config > mistak