Re: mumi am --skip, --continue ?

2025-06-01 Thread Arun Isaac
Hi Danny, > mumi/client.scm:280:12: In procedure call-with-output-pipe*: > Command invocation failed ("git" "am") > $ mumi am --skip This needs to be `mumi am -- --skip'. All `git am' arguments come after the `--'. The segfault was from the argument parser. `mumi am' is a wrapper around `git a

Re: Committers: create and share your Codeberg account

2025-06-01 Thread Ludovic Courtès
Hi, "pelzflorian (Florian Pelz)" writes: > Could you add me as a contributor to > the artwork.git repo, because I would want to sync translations each > month. Done. Apologies for getting it wrong! Thanks, Ludo’.

Re: Broken pull requests

2025-06-01 Thread Ludovic Courtès
Hey, Noé Lopez via "Development of GNU Guix and the GNU System distribution." writes: > It’s fixed now! The pull requests can be accessed again, only the > requested team reviews have been lost. Great! Thanks for following up on this and apologies for breaking things! Ludo’.

Re: Impossible to push patches to codeberg

2025-06-01 Thread Leo Famulari
On Sat, May 31, 2025 at 07:49:42AM -0700, Vagrant Cascadian wrote: > On 2025-05-31, Guillaume Le Vaillant wrote: > > I reviewed a few patches and tried to push them to the master branch, > > but it fails with: > > > > --8<---cut here---start->8--- > > Total 25 (d

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

2025-06-01 Thread Ludovic Courtès
Hi Danny, I think you’re describing the problem that others pointed out earlier (there’s an open bug report IIRC) which is that grafting derivations do not necessarily produce all the outputs of the original derivation (so in one case you get a grafted ‘glib’ with just “out”, and in the other case

Re: Help needed for packaging KeePass

2025-06-01 Thread Danny Milosavljevic
Hi, csc.exe is a Rosyln compiler binary from Microsoft (even in Mono !). Xamarin, the developers of mono, were eventually bought by Microsoft. Microsoft .NET is famously bad at bootstrapping. I think Roslyn's idea of bootstrapping Roslyn is using a binary Roslyn compiler. *slaps forehead* The

Animula VM project revived

2025-06-01 Thread Nala Ginrut
Hi folks! After several years of sleep, Animula VM has revived! Animula VM is a functional programming featured VM designed for MCU. Only 10KB RAM can run Scheme on it. The optimizing compiler Laco is written with GNU Guile. It's highly optimized for compact embedded systems. And support Guix pac

Re: How to move forward about Rust? antioxidant, cargo2guix, etc.

2025-06-01 Thread Hilton Chain
Jason Conroy writes: > Hilton Chain writes: > >> Hilton Chain writes: >> >>> On Tue, 18 Mar 2025 15:30:30 +0800, >>> Hilton Chain wrote: Patch series without packages sent to #77093! >>> >>> Finally added the lockfile importer to rust-team branch! >>> #77093 is left for >>> documentat

Re: Issues and pull requests labels on Codeberg.

2025-06-01 Thread Noé Lopez
Hilton Chain writes: > Hi Guix, > > An initial set of labels were added in > https://codeberg.org/guix/guix/issues/33. > > Documentation for labels are available here: > https://forgejo.org/docs/latest/user/labels/ > > Once created, an id will be assigned > e.g. https://codeberg.org/guix/guix/iss

Re: How to move forward about Rust? antioxidant, cargo2guix, etc.

2025-06-01 Thread Jason Conroy
Hilton Chain writes: Hilton Chain writes: On Tue, 18 Mar 2025 15:30:30 +0800, Hilton Chain wrote: Patch series without packages sent to #77093! Finally added the lockfile importer to rust-team branch! #77093 is left for documentation and will be a merge blocker. Blog post sumbitted a

Re: How to move forward about Rust? antioxidant, cargo2guix, etc.

2025-06-01 Thread Hilton Chain
Hilton Chain writes: > On Tue, 18 Mar 2025 15:30:30 +0800, > Hilton Chain wrote: >> >> Patch series without packages sent to #77093! > > Finally added the lockfile importer to rust-team branch! #77093 is left for > documentation and will be a merge blocker. Blog post sumbitted as: https://codeb

Issues and pull requests labels on Codeberg.

2025-06-01 Thread Hilton Chain
Hi Guix, An initial set of labels were added in https://codeberg.org/guix/guix/issues/33. Documentation for labels are available here: https://forgejo.org/docs/latest/user/labels/ Once created, an id will be assigned e.g. https://codeberg.org/guix/guix/issues?labels=422985 Labels can be deleted

Re: Help needed for packaging KeePass

2025-06-01 Thread Development of GNU Guix and the GNU System distribution.
Hi, nomike and guix, Despite my lack of experience with Mono, I tried to look into this problem. I did not find the cause of it, but I've found some stuff that I'd like to share and hope it'll be useful. First I modified your recipe to use the "/verbosity:diagnostic" flag, as shown below, to get