bug#47479: inkscape retains a reference to imagemagick, even though it is in native-inputs

2021-03-31 Thread Mark H Weaver
Hi Leo, Leo Famulari writes: > I didn't realize / remember that Inkscape was used that deep in the > package graph. I agree, we should delay this change, at least until a > rebuild cycle. The removal of inkscape@0.92.4 should certainly be delayed, but I see no reason why we couldn't immediately,

bug#47520: mumi: wrong message is downloaded

2021-03-31 Thread Maxime Devos
Hi Guix, How to reproduce: * Go to . * Download the message via the download link. This results in a mail with subject: > Subject: [PATCH 03/12] gnu: restinio: Update to 0.6.13. * However, the web interface reads: Maxim Cournoyer wrote TIME DELTA ago

bug#47239: Test failure in tests/publish.scm with commit 1955ef93b76e51cab5bed4c90f7eb9df7035355a

2021-03-31 Thread Ludovic Courtès
Hi, Cees de Groot skribis: > I think this is a simple umask issue. Making the test check for just the bits > worked for me: > > diff --git a/tests/publish.scm b/tests/publish.scm > index 52101876b5..3e67c435ac 100644 > --- a/tests/publish.scm > +++ b/tests/publish.scm > @@ -452,8 +452,8 @@ Refe

bug#47523: [PATCH 0/3] gnu: Add flask-combo-jsonapi

2021-03-31 Thread david larsson
Hi! This patch series is to add python-flask-combo-jsonapi and necessary dependencies. Best regards, David

bug#47523: [PATCH 3/3] gnu: Add flask-combo-jsonapi.

2021-03-31 Thread david larsson
From 7e1c3d4e0c52a73c2369406c9165d0fff176a831 Mon Sep 17 00:00:00 2001 From: methuselah-0 Date: Wed, 31 Mar 2021 17:35:36 +0200 Subject: [PATCH 3/3] gnu: Add flask-combo-jsonapi. * gnu/packages/python-web.scm (python-flask-combo-jsonapi): New variable. --- gnu/packages/python-web.scm | 40 +++

bug#47523: [PATCH 2/3] gnu: Add marshmallow-jsonapi.

2021-03-31 Thread david larsson
This patch adds marshmallow-jsonapi locked at version 0.22 since flask-combo-jsonapi needs it locked to this version. From 76d533d57337702ddd1576783fa9fabb0fbf3127 Mon Sep 17 00:00:00 2001 From: methuselah-0 Date: Wed, 31 Mar 2021 17:34:00 +0200 Subject: [PATCH 2/3] gnu: Add marshmallow-jsonapi

bug#47523: [PATCH 1/3] gnu: Add marshmallow-3.2.

2021-03-31 Thread david larsson
From 5eb6db940c379e44a95b5a64382cc867f7d3c197 Mon Sep 17 00:00:00 2001 From: methuselah-0 Date: Wed, 31 Mar 2021 17:30:20 +0200 Subject: [PATCH 1/3] gnu: Add marshmallow-3.2. * gnu/packages/python-xyz.scm (python-marshmallow-3.2): New variable. --- gnu/packages/python-xyz.scm | 26 +

bug#47525: docker layer DiffID incorrect

2021-03-31 Thread Tom Hiller
The Docker image created using "guix pack -f Docker" generates the sha256 checksum of config.json as the layer diff id used in manifiest.json, repositories and the parent directory name of layer.tar.  When extracting the contents of the Docker image, the sha256 checksum of config.json does not

bug#47526: Bare metal install on Lenovo Yoga 500 fails: cannot find wifi

2021-03-31 Thread Leo Famulari
On Wed, Mar 31, 2021 at 08:28:35PM +0300, Teppo Saari wrote: > trying to install Guix from an USB stick. When looking for a Wifi > network, the installer cannot find any network. Then an unexpected > problem occurs. The Wifi driver is an integrated Intel card, iwlwifi > driver works normally on Dra

bug#33848: Store references in SBCL-compiled code are "invisible"

2021-03-31 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > A brief discussion has ensued on SBCL bugtracker: Nice, thanks for starting the discussion! > - It's unlikely that SBCL will change its internal string > representation. Of course, I would not suggest that. What could have been nice is if there’s a way to ma

bug#33848: Store references in SBCL-compiled code are "invisible"

2021-03-31 Thread Pierre Neidhardt
Hi Ludo, > What could have been nice is if there’s a way to mark specific strings > as being ASCII, or if there’s a “byte vector” data type compatible with > strings, for instance. It does and it could work, but according to upstream it's just simpler to dump deps in a separate file. > 1. Some

bug#47536: gimage-viewer: needs tessdata package

2021-03-31 Thread Christopher Howard
This is kind of borderline here between a wishlist item and a bug- report, but gimage-viewer needs a tessdata package as a dependency, since otherwise it can't do any OCR scanning at all (no languages available). tessdata repo is available at https://github.com/tesseract-ocr/tessdata/. A work-aro

bug#47260: Package GNU MediaGoblin as a Guix service

2021-03-31 Thread Ben Sturmfels via Bug reports for GNU Guix
On Tue, 30 Mar 2021, Ben Sturmfels wrote: > On Fri, 19 Mar 2021, Ben Sturmfels wrote: >> 8. Either package RabbitMQ (probably hard) or rewrite MediaGoblin's >> processing backend from Celery/RabbitMQ to RQ/Redis. Celery has been >> implicated in many bugs anyway, so there may benefits to the proj

bug#33848: Store references in SBCL-compiled code are "invisible"

2021-03-31 Thread Mark H Weaver
Pierre Neidhardt writes: > - The main recommendation for an easy fix without updating the scanner > is that we tweaked our build system to dump the store reference to a > separate ASCII file. Sounds good. I made a similar proposal in Dec 2018, earlier in this thread