Re: Substitutes mirror available in Japan! (and questions regarding mirroring)

2025-05-25 Thread Maxim Cournoyer
Hello! Jing Luo writes: > On 2025-05-19 20:12, Maxim Cournoyer wrote: >> Hi Hilton, Jing and others, >> Did one of you get to try using rsync from the Berlin server yet? >> If >> you need help, feel free to reach out to me; I'd be happy to test the >> new substitute server from Japan. > > Hi! >

Re: Codeberg migration complete

2025-05-25 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hello Guix! > > There are still things to adjust, such as the settings of the repository > on Codeberg (I’ll take a look after lunch), but the main part of the > migration is complete: > > • https://codeberg.org/guix/guix is live and guix-mirror redirects

Re: Alternative way to manage configurations

2025-05-25 Thread Maxim Cournoyer
Hi Sergey, Sergey Trofimov writes: > Hi Guix, > > I'd like to raise concerns about Guix's current approach to software > configuration management. Configuration schemas are inherently public > interfaces > of software, valid only for specific package versions. Currently, Guix > separates > the

Re: Committers: create and share your Codeberg account

2025-05-25 Thread Development of GNU Guix and the GNU System distribution.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Arg, this is a ProtonMail bridge issue, it drops the signature to use my ProtonMail key. I've been meaning to go back to this issue to see what the problem was with some encrypted emails in the past, but just now found out this detail of rewriting me

Re: I already broke master :)

2025-05-25 Thread Ian Eure
Hi Ludo’, Ludovic Courtès writes: Hi, Ian Eure writes: Well, I managed to push an unsigned commit (ea779f0b6bf7954327671b98bb93482a28fad668) to master, since the pre-push hook doesn’t work yet[1]. Ludo’, could you remove that commit and force-push? Or rebase and sign it, then force-pus

Re: Problems with grafts and Gtk (and probably with most other dynamic things)

2025-05-25 Thread Danny Milosavljevic
Hi Ludo! >I think this typelib issue is exactly what was reported a couple of >years ago, as you wrote. How is this different this time? What was the >resolution last time? I don't know. Personally, I had never debugged it this far before. Now, I think this is a very small reproducer! It is ve

Re: Problems with grafts and Gtk (and probably with most other dynamic things)

2025-05-25 Thread Ekaitz Zarraga
On 2025-05-26 00:08, pelzflorian (Florian Pelz) wrote: `guix shell --no-grafts` is the ugly work around during development of packages. I have spent months thinking about an issue I have in guile-libnotify: https://github.com/ekaitz-zarraga/guile-libnotify/issues/5 And this thread just ap

Re: Codeberg migration complete

2025-05-25 Thread Ludovic Courtès
Hi, Ian Eure writes: > Do we want to add some labels for the issue/PR types? Semes like > "security" and "bug" are two we’d want. Definitely. We could take inspiration from the default sets of labels they propose and tweak it? https://forgejo.org/docs/latest/user/labels/ https://codeberg

Re: I already broke master :)

2025-05-25 Thread Ludovic Courtès
Hi, Ian Eure writes: > Well, I managed to push an unsigned commit > (ea779f0b6bf7954327671b98bb93482a28fad668) to master, since the > pre-push hook doesn’t work yet[1]. > > Ludo’, could you remove that commit and force-push? Or rebase and > sign it, then force-push? I temporarily disabled bran

Re: Problems with grafts and Gtk (and probably with most other dynamic things)

2025-05-25 Thread pelzflorian (Florian Pelz)
Danny Milosavljevic writes: > (define-public m3 > (package > (name "m3") The same problem plagues GNOME apps in Guile. The right way (I think) when writing Guix packages is to use wrap-program, as discussed here: https://lists.gnu.org/archive/html/guile-user/2025-04/msg00021.html https:/

Re: Problems with grafts and Gtk (and probably with most other dynamic things)

2025-05-25 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic writes: > There are multiple definitions (same package version) of the packages glib > (and gobject-introspection and python-pygobject), in the same Guix repo. So > far okay. > > But if you aren't very very careful [so basically always], you end up with > differ

Re: Committers: create and share your Codeberg account

2025-05-25 Thread Ludovic Courtès
Hi John, John Kehayias writes: > Mine is I can’t verify the signature on this message. Could you use a different method, for instance by using ‘gpg -s --clear-sign’ on the message? Thanks in advance, Ludo’.

I already broke master :)

2025-05-25 Thread Ian Eure
Well, I managed to push an unsigned commit (ea779f0b6bf7954327671b98bb93482a28fad668) to master, since the pre-push hook doesn’t work yet[1]. Ludo’, could you remove that commit and force-push? Or rebase and sign it, then force-push? Probably need to FP the Savannah mirror as well. Sorry,

Re: Codeberg migration complete

2025-05-25 Thread Ian Eure
Hi Ludo’, Ludovic Courtès writes: Hello Guix! There are still things to adjust, such as the settings of the repository on Codeberg (I’ll take a look after lunch), but the main part of the migration is complete: Great news! I left some reviews and opened a PR. Do we want to add some lab

Re: Committers: create and share your Codeberg account

2025-05-25 Thread Development of GNU Guix and the GNU System distribution.
Hi all, On Fri, May 09, 2025 at 11:37 AM, Ludovic Courtès wrote: > Hello Guix! > > If you’re a committer, please consider creating an account on Codeberg. > > To avoid problems, I suggest you send your account name as a public > reply to this message, in a signed message. > Mine is

Re: Committers: create and share your Codeberg account

2025-05-25 Thread Tobias Alexandra Platen
I also have a codeberg account: https://codeberg.org/HaeckseAlexandra

Re: Committers: create and share your Codeberg account

2025-05-25 Thread Artyom V. Poptsov
Hello, my Codeberg account: https://codeberg.org/avp Thanks, - avp -- Artyom "avp" Poptsov Home page: https://memory-heap.org/~avp/ CADR Hackerspace co-founder: https://cadrspace.ru/ GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F signature.asc Description: PGP signature

Problems with grafts and Gtk (and probably with most other dynamic things)

2025-05-25 Thread Danny Milosavljevic
Hi, So I was trying to resume writing some Gtk programs I've been writing. That went... very very badly on Guix. That's the same problem I had years ago on Guix as well. So here I go describing the problem and some causes in the hope it will help finding the root cause. There are multiple def

Codeberg migration complete

2025-05-25 Thread Ludovic Courtès
Hello Guix! There are still things to adjust, such as the settings of the repository on Codeberg (I’ll take a look after lunch), but the main part of the migration is complete: • https://codeberg.org/guix/guix is live and guix-mirror redirects to it. • git.guix.gnu.org now redirects to C

New Chinese (simplified) PO file for 'shepherd' (version 1.0.5rc1)

2025-05-25 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'shepherd' has been submitted by the Chinese (simplified) team of translators. The file is available at: https://translationproject.org/latest/shepherd/zh_CN.po (We can arra