Appstream-glib is broken on core-updates-frozen

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 3 years ago
(address . bug-guix@gnu.org)
87tughr2ik.fsf@planete-kraus.eu
Dear guix,

Appstream-glib is not ready yet for libsoup 3. I propose that we still
use libsoup-minimal-2.

Best regards,

Vivien
From 88cac92aa69022620ff5f7007ef7a76488f2139a Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Fri, 12 Nov 2021 12:16:32 +0000
Subject: [PATCH] gnu: appstream-glib: Fix build.

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

Toggle diff (15 lines)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3c835300e4..398d3943e5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1185,7 +1185,7 @@ (define-public appstream-glib
("gtk+" ,gtk+)
("json-glib" ,json-glib)
("libarchive" ,libarchive)
- ("libsoup" ,libsoup)))
+ ("libsoup" ,libsoup-minimal-2)))
(arguments
`(#:configure-flags
(list "-Ddep11=false"
--
2.33.1
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCAAdFiEEq4yIHjMvkliPpwQnO7C8EjLYuCwFAmGOW4QACgkQO7C8EjLY
uCzTtAwA1/m8lpwIBGczfsQ9kyF829dV5t3mPPNO/EcCPp/A+30EMqK81L6lPkMl
YjXjMWgl2stKiyXtFx293qAoEAVAO4fB+ym5eaPXcXA37sGJHtU0jd8/zC7WpeuQ
cJidl8fg1xDj8O02hCbQBp8+xWgt54p5HEuKIUmEUaa7badWLDIGCuLmSxH2qMQp
sId0WApsM/LYzJNSHC+lBrOkhaQAmJM4atUA99Qk9JBdMyVg95Y5zsRWiqhmoxEx
f49R3YBrVEG9vnA4tpKQx7yNNUhZaUPJ8RIeZaL58qFbBuPqSjgErFaZnz2iNEnO
TjoAHGsciBOaTEqK3ya8ICJsDI3hodSiWX/g1cUJOWB5176s7sdutEiaOihDNl/9
3naFSZNy90MNFW+XshZeIZa+30BapeUffEu5jLXSwpTQ7a6IAIDxoWgZKnihBh0I
h+tACTjNENYXSH9CzQAyh3V1HZIxSPvehXaBo7Qfx/BwFfupFRz4p5z4QHOZKhcr
R4govhSZ
=FOPp
-----END PGP SIGNATURE-----

Maxim Cournoyer wrote 3 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)(address . 51789-done@debbugs.gnu.org)
871r3ljq4t.fsf@gmail.com
Hello,

Vivien Kraus <vivien@planete-kraus.eu> writes:

Toggle quote (9 lines)
> Dear guix,
>
> Appstream-glib is not ready yet for libsoup 3. I propose that we still
> use libsoup-minimal-2.
>
> Best regards,
>
> Vivien

Applied, thank you!

Maxim
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 51789
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