Re: Fix for librsvg 2.40 on core-updates

2023-04-11 Thread Andreas Enge
Am Mon, Apr 10, 2023 at 07:00:16PM + schrieb Kaelyn: > I just mailed https://issues.guix.gnu.org/62758 to add a snippet to fix the > build error. I used a similar approach as the existing snippet for fixing a > format overflow error. (I also forgot to set the subject prefix to "PATCH > core-

Re: Fix for librsvg 2.40 on core-updates

2023-04-10 Thread Development of GNU Guix and the GNU System distribution.
Hi Kaelyn, On Mon, Apr 10, 2023 at 12:00 PM Kaelyn wrote: > > I also forgot to set the subject prefix to "PATCH core-updates" I took the liberty to retitle the bug for you. [1] (The exclamation error, in turn, was an error on my part.) You can do it too, via the Debbugs control server. [2] Kind

Re: Fix for librsvg 2.40 on core-updates

2023-04-10 Thread Kaelyn
--- Original Message --- On Saturday, April 8th, 2023 at 3:55 PM, Kaelyn wrote: > > --- Original Message --- > On Saturday, April 8th, 2023 at 9:52 AM, Andreas Enge andr...@enge.fr wrote: > > > > > Hello, > > > > Am Fri, Apr 07, 2023 at 04:53:15PM + schrieb Kaelyn: > >

Re: Fix for librsvg 2.40 on core-updates

2023-04-08 Thread Kaelyn
--- Original Message --- On Saturday, April 8th, 2023 at 9:52 AM, Andreas Enge wrote: > > > Hello, > > Am Fri, Apr 07, 2023 at 04:53:15PM + schrieb Kaelyn: > > > On core-updates, librsvg-2.40 fails to compile due to a single failing test > > (I've confirmed the failure on x86_64

Re: Fix for librsvg 2.40 on core-updates

2023-04-08 Thread Andreas Enge
Hello, Am Fri, Apr 07, 2023 at 04:53:15PM + schrieb Kaelyn: > On core-updates, librsvg-2.40 fails to compile due to a single failing test > (I've confirmed the failure on x86_64 and i686, though the package is only > used/needed on non-x86_64 systems for gtk+ and others; it also affects wine

Fix for librsvg 2.40 on core-updates

2023-04-07 Thread Kaelyn
Hi, On core-updates, librsvg-2.40 fails to compile due to a single failing test (I've confirmed the failure on x86_64 and i686, though the package is only used/needed on non-x86_64 systems for gtk+ and others; it also affects wine and wine-staging on x86_64 as they are 32-bit packages). I was a