bug#61033: opam importer can't handle list field

2023-01-23 Thread Csepp
Truncated stack trace: ``` ... In guix/import/opam.scm: 287:2 3 (opam->guix-package "mirage-crypto-pk" #:repo _ # _) In unknown file: 2 (filter # …) In guix/import/opam.scm: 290:13 1 (_ ("mirage-no-solo5" "mirage-no-xen")) In unknown file: 0 (string-prefix? "conf-"

bug#60927: gPodder database version field different when built using --with-latest

2023-01-23 Thread Csepp
Tobias Geerinckx-Rice writes: > Hullo, > > On 2023-01-18 9:13, Csepp wrote: >> Haven't completely debugged this, but the symptoms are: >> * running the packaged version doesn't work, blank scree, failed assert >> on console about differing database schema version > > I can't reproduce this, in

bug#61011: ‘guix system vm’ spawns QEMU and hangs

2023-01-23 Thread Ludovic Courtès
Hello, Josselin Poiret skribis: > Leo Famulari writes: > >> On Sun, Jan 22, 2023 at 10:36:21PM +0100, Ludovic Courtès wrote: >>> $(guix time-machine --commit=9923100a42ffa80f604c1c13a5e999e6a4c15146 \ >>> -- system vm gnu/system/examples/bare-bones.tmpl) -m 1024 # Bad! >> >> I can

bug#58290: guile ssh error on guix deploy

2023-01-23 Thread Ludovic Courtès
Hi Artyom, "Artyom V. Poptsov" skribis: > I figured out how to fix Guile-SSH channel "leak", so to say, that lead > to the OpenSSH "no more sessions" problem. > > Please run your tests with this branch and let me know if it works for > you (including all the edge cases): >

bug#61011: ‘guix system vm’ spawns QEMU and hangs

2023-01-23 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, Leo Famulari writes: > On Sun, Jan 22, 2023 at 10:36:21PM +0100, Ludovic Courtès wrote: >> $(guix time-machine --commit=9923100a42ffa80f604c1c13a5e999e6a4c15146 \ >> -- system vm gnu/system/examples/bare-bones.tmpl) -m 1024 # Bad! > > I can reproduce. > > It seems to work fine without

bug#58290: guile ssh error on guix deploy

2023-01-23 Thread Artyom V. Poptsov
Hello, I figured out how to fix Guile-SSH channel "leak", so to say, that lead to the OpenSSH "no more sessions" problem. Please run your tests with this branch and let me know if it works for you (including all the edge cases):

bug#58880: [PATCH v3 2/2] nls: Update translation keys for guix gc

2023-01-23 Thread Remco van 't Veer
* po/*/*.po (guix/scripts/gc.scm): Round MiBs in user feedback. --- po/guix/bn.po| 6 +++--- po/guix/cs.po| 6 +++--- po/guix/da.po| 14 +++--- po/guix/de.po| 14 +++--- po/guix/eo.po| 6 +++--- po/guix/es.po| 14 +++--- po/guix/fa.po| 6

bug#58880: [PATCH v3 1/2] guix gc: Round MiBs in user feedback.

2023-01-23 Thread Remco van 't Veer
* guix/scripts/gc.scm (guix-gc): Round MiBs in user feedback. --- guix/scripts/gc.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guix/scripts/gc.scm b/guix/scripts/gc.scm index 5e775c5cdb..2bbfb26d5d 100644 --- a/guix/scripts/gc.scm +++ b/guix/scripts/gc.scm @@

bug#58880: [PATCH v2 2/2] nls: Update translation keys for guix gc

2023-01-23 Thread Remco van 't Veer
2023/01/23 14:14, Julien Lepiller: > Ah this is dangerous. You updated the msgid but not the msgstr. This > means the translation will keep using the old format string. Could you > also update the msgstr when a translation exists? The order of the arguments is still the same for all translatable

bug#25235: [PATCH v2 1/1] build-system/pyproject: Do not wrap native-inputs.

2023-01-23 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> Fixes . >> >> * guix/build/pyproject-build-system.scm (wrap) [native-inputs]: New argument. >> Filter out native inputs from the values in GUIX_PYTHONPATH. > > LGTM! > >> - ;; Do not

bug#58880: Patch impacting translation (was Re: bug#58880: 'guix gc' does not round the amount of disk space freed)

2023-01-23 Thread bokr
On +2023-01-23 08:51:16 +0100, zimoun wrote: [ ... ] > > Julien, the patch is here: > > http://issues.guix.gnu.org/msgid/20221125203328.21379-1-re...@remworks.net https://... works too, for me. Any reason to prefer http://... ? [ ... ] > > Cheers, > simo > -- Regards, Bengt Richter

bug#25235: [PATCH v3 1/1] build-system/pyproject: Do not wrap native-inputs.

2023-01-23 Thread Maxim Cournoyer
Fixes . * guix/build/pyproject-build-system.scm (wrap) [native-inputs]: New argument. Filter out native inputs from the values in GUIX_PYTHONPATH. --- Changes in v3: - Rebase Changes in v2: - Add missing copyright line - Rework wrap phase to avoid removing

bug#25235: [PATCH v3 0/1] build-system/pyproject: Do not wrap native-inputs.

2023-01-23 Thread Maxim Cournoyer
This fixes a longstanding issue. The fix is made trivial by the changes made in #60847 adding cross-compilation support for the pyproject build system. Additionally, it's based on #60868, which touches the wrap phase to use wrap-script instead of wrap-program. Changes in v3: - Rebase Changes in

bug#58880: [PATCH v2 2/2] nls: Update translation keys for guix gc

2023-01-23 Thread Julien Lepiller
Ah this is dangerous. You updated the msgid but not the msgstr. This means the translation will keep using the old format string. Could you also update the msgstr when a translation exists? You can also drop all the files with no translation for the affected msgids from your patch, though this

bug#58880: [PATCH v2 0/2] split into 2 commits and rebased on master

2023-01-23 Thread Remco van 't Veer
I'm not sure about the commit message of the second commit. Remco van 't Veer (2): guix gc: Round MiBs in user feedback. nls: Update translation keys for guix gc guix/scripts/gc.scm | 8 po/guix/bn.po | 6 +++--- po/guix/cs.po | 6 +++--- po/guix/da.po | 6 +++---

bug#58880: [PATCH v2 2/2] nls: Update translation keys for guix gc

2023-01-23 Thread Remco van 't Veer
* po/*/*.po (guix/scripts/gc.scm): Round MiBs in user feedback. --- po/guix/bn.po| 6 +++--- po/guix/cs.po| 6 +++--- po/guix/da.po| 6 +++--- po/guix/de.po| 6 +++--- po/guix/eo.po| 6 +++--- po/guix/es.po| 6 +++--- po/guix/fa.po| 6 +++--- po/guix/fi.po| 6

bug#58880: [PATCH v2 1/2] guix gc: Round MiBs in user feedback.

2023-01-23 Thread Remco van 't Veer
* guix/scripts/gc.scm (guix-gc): Round MiBs in user feedback. --- guix/scripts/gc.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guix/scripts/gc.scm b/guix/scripts/gc.scm index 5e775c5cdb..2bbfb26d5d 100644 --- a/guix/scripts/gc.scm +++ b/guix/scripts/gc.scm @@

bug#25235: [PATCH v2 1/1] build-system/pyproject: Do not wrap native-inputs.

2023-01-23 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Fixes . > > * guix/build/pyproject-build-system.scm (wrap) [native-inputs]: New argument. > Filter out native inputs from the values in GUIX_PYTHONPATH. LGTM! > - ;; Do not require "guile" to be present in the package inputs >

bug#58880: Patch impacting translation (was Re: bug#58880: 'guix gc' does not round the amount of disk space freed)

2023-01-23 Thread zimoun
Hi, On Sun, 22 Jan 2023 at 17:43, Julien Lepiller wrote: > Changing the po files in guix repo will work at first, it'll be > negated next time I push changes from weblate. We could change the po > files to ensure continuity, but we have to also apply the change to > the repo behind weblate. I