all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Kehayias via Guix-patches via <guix-patches@gnu.org>
To: 51880@debbugs.gnu.org
Subject: [bug#51880] [core-updates-frozen] fix flatpak build (use libsoup 2)
Date: Mon, 15 Nov 2021 21:40:48 +0000	[thread overview]
Message-ID: <uQuRjEqnrwk47nRnFzzftkhSdm0x_wuQ5DAWS-Qy5xnrdyEIpLk19GVqF2OR3tsdaD87QtSf2LqgqzRL48_wCrdWU8poIu0Q5uWLida6d88=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

Hello,

I noticed Flatpak failing to build due to the new libsoup 3 on core-updates-frozen. The log of the build failure is here https://ci.guix.gnu.org/build/1639491/log/raw  This patch fixes the build by using the older libsoup via libsoup-minimal-2.

In case it helps, there is an upstream issue to track the libsoup 3 migration: https://gitlab.gnome.org/GNOME/libsoup/-/issues/218

John

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-flatpak-Use-libsoup-2.patch --]
[-- Type: text/x-patch; name=0001-gnu-flatpak-Use-libsoup-2.patch, Size: 899 bytes --]

From abbac5642216c8d835948f2572dc9769da4e7c5a Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Mon, 15 Nov 2021 16:32:55 -0500
Subject: [PATCH]  gnu: flatpak: Use libsoup 2.

* gnu/packages/package-management.scm (flatpak) [inputs]: Use libsoup 2.
---
 gnu/packages/package-management.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 77db63ab45..c7547264e9 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1675,7 +1675,7 @@ (define-public flatpak
       ("libarchive" ,libarchive)
       ("libostree" ,libostree)
       ("libseccomp" ,libseccomp)
-      ("libsoup" ,libsoup)
+      ("libsoup" ,libsoup-minimal-2)
       ("libxau" ,libxau)
       ("libxml2" ,libxml2)
       ("p11-kit-next" ,p11-kit-next)
-- 
2.33.1


             reply	other threads:[~2021-11-15 21:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-15 21:40 John Kehayias via Guix-patches via [this message]
2021-11-16 10:29 ` bug#51880: [core-updates-frozen] fix flatpak build (use libsoup 2) Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='uQuRjEqnrwk47nRnFzzftkhSdm0x_wuQ5DAWS-Qy5xnrdyEIpLk19GVqF2OR3tsdaD87QtSf2LqgqzRL48_wCrdWU8poIu0Q5uWLida6d88=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=51880@debbugs.gnu.org \
    --cc=john.kehayias@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.