[core-updates-frozen] fix flatpak build (use libsoup 2)

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • John Kehayias
Owner
unassigned
Submitted by
John Kehayias
Severity
normal

Debbugs page

John Kehayias wrote 3 years ago
(name . Guix-patches)(address . guix-patches@gnu.org)
uQuRjEqnrwk47nRnFzzftkhSdm0x_wuQ5DAWS-Qy5xnrdyEIpLk19GVqF2OR3tsdaD87QtSf2LqgqzRL48_wCrdWU8poIu0Q5uWLida6d88=@protonmail.com
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
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(-)

Toggle diff (15 lines)
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
Guillaume Le Vaillant wrote 3 years ago
(name . John Kehayias)(address . john.kehayias@protonmail.com)(address . 51880-done@debbugs.gnu.org)
87wnl8crzq.fsf@kitej
Patch pushed as 7fd93d8e4e431bd5691bd947aeb0e3af8f4848c7.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYZOISQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9fqAD7BTZEFJKhIBlmWEOd4oy0DyQuVp3RDyFOZJtC
U8lhD+UA/26hBCmCJt/Hefv10qgjw1BjUDUjQFaQu4y3RjN4WEwz
=2Wno
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51880@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51880
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help