System deployment commands hoarding all RAM

2024-05-26 Thread Sergio Pastor Pérez
Hello all. Michal and I have been experimenting with a recursive function to apply procedures to all elements that match a certain type within a collection. With this new procedure one could write something like this: --8<---cut here---start->8---

Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems

2024-05-24 Thread Sergio Pastor Pérez
Hi both of you. I want to echo Attila's sentiments. This is a valuable contribution, and creating a channel would serve as a central hub for other contributors. Thanks for sharing, Stefan. Have nice day. Sergio.

Re: A different way to build GCC to overcome issues, especially with C++ for embedded systems

2024-05-18 Thread Sergio Pastor Pérez
Hello. I'm very interested in the code for ZMK provided in this thread[1]. I've tried it locally and it compiles successfully. Does anyone know if this is available in a public repository? Or if it has been moved forward? Anyone here have tried to do something with ZMK? I'm interested in what

Re: Gottfried Preihs hat »"Guix" song« mit dir geteilt

2024-05-06 Thread Sergio Pastor Pérez
A very charming song! Thanks for sharing Gottfried :). Cheers, Sergio.

bug#70281: Incorrect python-portend output version

2024-04-10 Thread Sergio Pastor Pérez
Hello. I've noticed that `python-portend' does not have a correct version number in the output derivation. This will create failures during the `python-build-system' `sanity-check' phase. The following command demonstrates the issue: --8<---cut

Re: Guix at 37C3 Chaos Communication Congress in late Dec?

2023-12-13 Thread Sergio Pastor Pérez
Kristoffer Ström writes: > Personally i would be interested to know if anyone around the Barcelona > area would be interested in meetups. Hello, Kristoffer. I would be interested on any Guix event within Spain. Preferably on a well communicated region.

Re: mesa@23.1.4: missing symbols

2023-11-07 Thread Sergio Pastor Pérez
and mailing list. Greetings, Sergio. Sergio Pastor Pérez writes: > Hello John. > > I've been experimenting with `libglvnd'. I've patched the calls to > `dlopen` so they pick the `libGL.so.1` from the package `inputs`, which > includes `libglvnd'. > > That's all well and good

Re: mesa@23.1.4: missing symbols

2023-11-05 Thread Sergio Pastor Pérez
end--->8--- Thanks everyone for your time. Have a great day. [ATTACHMENT]: <> John Kehayias writes: > Hi Sergio, > > On Fri, Nov 03, 2023 at 06:05 PM, Sergio Pastor Pérez wrote: > >> Hi. >> >> I've noticed that the `mesa' package we provide is missi

Re: RFI response: Strengthening the Free Software Supply Chain via Guix and GNUnet

2023-11-03 Thread Sergio Pastor Pérez
Hi, Maxim. This has been an interesting read. I would like to encourage you to keep us updated. Thanks for sharing! Sergio. Maxim Cournoyer writes: > Hello, > > Just for your info, I'm relaying the response I've sent for > consideration to the US government [0] in reply to their RFI (Request

mesa@23.1.4: missing symbols

2023-11-03 Thread Sergio Pastor Pérez
Hi. I've noticed that the `mesa' package we provide is missing some symbols that according to the OpenGL specification should be present on the `libGL.so.1` library. The following commands demonstrate the issue: --8<---cut here---start->8--- $ guix build mesa

Re: packaging Typst?

2023-11-03 Thread Sergio Pastor Pérez
Hi, Alexis. `typst` seems to use a structure that relies on multiple smaller crates. There has been some discussions over the IRC on how this could be packaged using the current cargo build system. The discussion where I participated revolved around `pathfinder`

bug#66419: Incorrect handling of -L flag on guix system commands

2023-10-09 Thread Sergio Pastor Pérez
Good morning. I've noticed that in system configurations split into different modules, when using the -L flag, the `guix system build` command incorrectly issues some errors. The error is ignored and the system is built successfully. For example, given a base system and 2 systems that inherit

bug#65774: python updater clears inputs, leaves propagated-inputs empty

2023-09-11 Thread Sergio Pastor Pérez
Hi, I'm afraid you lost me here. Why is the `inputs' field empty? I don't understand what you meand with the checking of 'python-'. Keep in mind that I have very little experince with python packaging so I'm may not understand you due to my lack of background. Maxim Cournoyer writes: > Hi, >

bug#63382: Inferiors broken

2023-05-09 Thread Sergio Pastor Pérez
Hello. After experimenting with the guix Inferiors for channels as explained on the `info guix inferiors`. The examples are not working. Seems like certain commits do work. Non-working example '~/Documents/inferiors/broken.scm': --8<---cut here---start->8---