unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51880] [core-updates-frozen] fix flatpak build (use libsoup 2)
@ 2021-11-15 21:40 John Kehayias via Guix-patches via
  2021-11-16 10:29 ` bug#51880: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2021-11-15 21:40 UTC (permalink / raw)
  To: 51880

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51880: [core-updates-frozen] fix flatpak build (use libsoup 2)
  2021-11-15 21:40 [bug#51880] [core-updates-frozen] fix flatpak build (use libsoup 2) John Kehayias via Guix-patches via
@ 2021-11-16 10:29 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-16 10:29 UTC (permalink / raw)
  To: John Kehayias; +Cc: 51880-done

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

Patch pushed as 7fd93d8e4e431bd5691bd947aeb0e3af8f4848c7.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-16 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 21:40 [bug#51880] [core-updates-frozen] fix flatpak build (use libsoup 2) John Kehayias via Guix-patches via
2021-11-16 10:29 ` bug#51880: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).