guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62467] [PATCH gnome-team v2 11/12] gnu: librsvg: Fix build.


From: Maxim Cournoyer
Subject: [bug#62467] [PATCH gnome-team v2 11/12] gnu: librsvg: Fix build.
Date: Sat, 08 Apr 2023 15:49:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> * gnu/packages/gnome.scm (librsvg)[#:phases]<ignore-failing-tests>: Also
> delete SVG files that have been broken by the recent updates.
> ---
>  gnu/packages/gnome.scm | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 4f47e60505..e43e24dd94 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -3696,7 +3696,12 @@ (define-public librsvg
>                 (("fn multiple_input_files_not_allowed_for_png_output" all)
>                  (string-append "#[ignore] " all))
>                 (("fn stylesheet_option_error" all)
> -                (string-append "#[ignore] " all)))))
> +                (string-append "#[ignore] " all)))
> +             ;; XXX: re-enable when updating this package
> +             (with-directory-excursion "tests/fixtures/reftests/"
> +               (delete-file 
> "filter-component-transfer-from-reference-page.svg")
> +               (delete-file "filter-morphology-from-reference-page.svg")
> +               (delete-file "svg1.1/text-text-03-b.svg"))))

I think a fix for this was contributed to core-updates already; it used
another approach: adjusting the expected value.  We should rebase this
branch on top of core-updates to get it.

-- 
Thanks,
Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]