GNU bug report logs - #51564
Old libsoup package failing system reconfigure

Previous Next

Package: guix;

Reported by: Disseminate Dissent <disseminatedissent <at> protonmail.com>

Date: Tue, 2 Nov 2021 06:04:02 UTC

Severity: normal

Merged with 51555, 51559

Done: Mark H Weaver <mhw <at> netris.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Leo Famulari" <leo <at> famulari.name>
To: "Liliana Marie Prikler" <liliana.prikler <at> gmail.com>, 51564 <at> debbugs.gnu.org
Subject: bug#51564: [PATCH] gnu: webkitgtk: Fix configure failures.
Date: Tue, 02 Nov 2021 10:10:44 -0400
Thanks, please push!

On Tue, Nov 2, 2021, at 06:04, Liliana Marie Prikler wrote:
> See <https://bugs.gnu.org/51555>, <https://bugs.gnu.org/51559>, and
> <https://bugs.gnu.org/51564>.
>
> * gnu/packages/webkit.scm (webkitgtk)[#:configure-flags]: Enable USE_SOUP2.
> [inputs]: Add lcms.
> ---
> Currently building this thing, but my machine is rather slow.
> Someone with a faster one might want to try and push it in my stead.
>
>  gnu/packages/webkit.scm | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
> index 0e6cdb8588..8600c3833e 100644
> --- a/gnu/packages/webkit.scm
> +++ b/gnu/packages/webkit.scm
> @@ -40,6 +40,7 @@ (define-module (gnu packages webkit)
>    #:use-module (gnu packages freedesktop)
>    #:use-module (gnu packages gcc)
>    #:use-module (gnu packages gettext)
> +  #:use-module (gnu packages ghostscript)
>    #:use-module (gnu packages gl)
>    #:use-module (gnu packages glib)
>    #:use-module (gnu packages gnome)
> @@ -248,6 +249,8 @@ (define-public webkitgtk
>                            ;; TODO Decide if we should enable this
>                            "-DENABLE_GAMEPAD=OFF"
>                            "-DUSE_SYSTEMD=OFF"
> +                          ;; XXX: Remove once we have libsoup 3
> +                          "-DUSE_SOUP2=ON"
>                            (string-append ; uses lib64 by default
>                             "-DLIB_INSTALL_DIR="
>                             (assoc-ref %outputs "out") "/lib")
> @@ -336,6 +339,7 @@ (define-public webkitgtk
>         ("libxml2" ,libxml2)
>         ("libxslt" ,libxslt)
>         ("libxt" ,libxt)
> +       ("lcms" ,lcms)
>         ("mesa" ,mesa)
>         ("openjpeg" ,openjpeg)
>         ("sqlite" ,sqlite)
> -- 
> 2.33.1




This bug report was last modified 3 years and 196 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.