How do we flag a feature as implemented for GNU Guile cond-expand in Guix packages?

2025-04-25 Thread Yuval Langer
Hi, I have packaged several SRFI example implementations now and it had occurred to me that I did not flag any of them as implemented for the cond-expand macro. I have guile-srfi-235 installed but just this moment I've tested in the GNU Guile REPL: (cond-expand (srfi-235 'supported) (else 'n

Re: Problem with hidapi and new prusa-slicer@2.9.2

2025-04-25 Thread nomike (they/them)
On 26.04.25 02:09, nomike (they/them) wrote: I'm currently running a build with your patch applied, so I can investigate the libsoup error in the build directory directly. I have a strong suspicion that this is related to the =webkitgtk-for-gtk3= input. I hope I find time to looking at this

Re: Problem with hidapi and new prusa-slicer@2.9.2

2025-04-25 Thread nomike (they/them)
On 26.04.25 01:22, Noé Lopez wrote: Cool trick! Though you should check out my email from yesterday afternoon where I sent you the fix for your issue!!! Thanks a lot! Yes. I already saw that in the meantime and I'm currently running a build with your patch applied, so I can investigate the li

Re: Data corruption on reboot

2025-04-25 Thread Danny Milosavljevic
Hi Ludo, Thank you! >/var/run/shepherd/repl is a Unix-domain socket you can connect to (with >socat or whatever) to get a REPL. Thanks! I managed to connect via emacs geiser-connect-local. >I think the very first step, before we can put these debugging helpers >to good use, is to reproduce the

Re: Problem with hidapi and new prusa-slicer@2.9.2

2025-04-25 Thread Noé Lopez
"nomike (they/them)" writes: > On 24.04.25 03:46, nomike (they/them) wrote: >> I will keep you posted tomorrow, and if I don't find enough time >> during the day, I will hopefully be able to write you in the evening >> (I'm located in Europe/Vienna (UTC+01:00)). > > Hi! > > I just managed to ha

Re: Setting procedure properties for build-system builders

2025-04-25 Thread Nicolas Graves
attached is the reworked patch (only modules / no imported-modules addition, no standardization efforts, no default). Do two with-imported-modules build-upon each other? If I wrap a gexp in with-imported-modules, do that act like if we had with-imported-modules with the union of modules? >From 9

Re: issue on postgresql

2025-04-25 Thread Ludovic Courtès
Hi, Antonio Carlos Padoan Junior writes: > I'm having a problem with guix system containers, but not sure if it a > bug or mis-configuration. I can't start postgres shepherd service > because system-log service is not starting. A permission issue on the > container: > > Status of system-log: >

Re: Data corruption on reboot

2025-04-25 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic writes: > I've now implemented the relevant parts of fuser in guile, see > . I've tested it as a standalone > module and it seems to work fine. However, I need help to integrate > something like that into guix (and/or shepherd, h

Re: [bug#76503] [GCD] Deliberation on: Migrating repositories, issues, and patches to Codeberg

2025-04-25 Thread Leo Famulari
I support. On Wed, Apr 23, 2025, at 05:10, Ludovic Courtès wrote: > Hello Guix, > > It’s been two months since we started discussing GCD 002, entitled > “Migrating repositories, issues, and patches to Codeberg”. Its final > version is attached below. > > In accordance with the GCD process, team m

Re: Data corruption on reboot

2025-04-25 Thread Danny Milosavljevic
Hi Ludo, About my patch here: The store is not present at the time where fuser would be invoked, so my patch here won't work. This is a problem for most of the approaches, including the load-initramfs-again approach (initrd image is in the store). Frankly, after now understanding the problem, I'

Re: Setting procedure properties for build-system builders

2025-04-25 Thread Nicolas Graves
On 2025-04-25 10:57, Ludovic Courtès wrote: > Hello, > > Nicolas Graves writes: > >> Actually the thunk was not necessary because args were already passed to >> the build-bag procedure, and modules and imported-modules were already >> used in every bag-build procedures, except for trivial and raw

Re: issue on postgresql

2025-04-25 Thread Antonio Carlos Padoan Junior
Hi guix, I'm having a problem with guix system containers, but not sure if it a bug or mis-configuration. I can't start postgres shepherd service because system-log service is not starting. A permission issue on the container: Status of system-log: It is stopped (failing). It is enabled. Pr

Re: Guix release 1.4 and misbehaving mirrors

2025-04-25 Thread Rutherther
Hi, Ludovic Courtès writes: > /gnu/store/44pj16b5fmpaqdkx9l732pnn7f1aq1bp-gnutls-3.7.7.tar.xz > --8<---cut here---end--->8--- > > Could it be that this person had disabled substitutes? Definitely, substitutes aren't enabled by default on foreign distros, an

Re: Setting procedure properties for build-system builders

2025-04-25 Thread Ludovic Courtès
Hello, Nicolas Graves writes: > Actually the thunk was not necessary because args were already passed to > the build-bag procedure, and modules and imported-modules were already > used in every bag-build procedures, except for trivial and raw > build-systems. > > Patch should look like the one a

Re: Setting procedure properties for build-system builders

2025-04-25 Thread Nicolas Graves
On 2025-04-25 00:23, Nicolas Graves wrote: > Also, I'll try to split the > https://lists.sr.ht/~ngraves/devel/%3c20250319173238.7969-1-ngra...@ngraves.fr%3E > patch series : > > 1) some patches are improvements independent of wherever I try to do with > partial builds. They can already be revie