geary broke after libsoup update on 3.X

  • Done
  • quality assurance status badge
Details
2 participants
  • Jacob Hrbek
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Jacob Hrbek
Severity
normal
Merged with

Debbugs page

Jacob Hrbek wrote 2 years ago
(name . bug-guix@gnu.org)(address . bug-guix@gnu.org)
jJWDWpNr2YW7rL3_iPTbFviH6d-RyqFlVHgjopISIapdYPYyQJzgK-ukgUvNSI1Ymz2oOl9bBdEiOL9xqfh4jLcl2BfxkSTyRkLnbfQyh24=@rixotstudio.cz
    $ geary    *[wrn] 05:30:26.0489 geary:application-certificate-manager.vala:74: No GCR slot URIs found, GCR certificate pinning unavailable
    ![err] 05:30:26.0570 libsoup:libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
Attachment: file
Attachment: signature.asc
Jacob Hrbek wrote 2 years ago
[PATCH] geary: Change on libsoup3
(address . 57920@debbugs.gnu.org)(name . Jacob Hrbek)(address . kreyren@rixotstudio.cz)
20220919045926.14212-1-kreyren@rixotstudio.cz
should be enough to fix it once we update webkitgtk
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (13 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 282c388b18..d3e63e68fa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12252,7 +12252,7 @@ (define gmime
libstemmer
libunwind
sqlite
- webkitgtk-with-libsoup2
+ webkitgtk-next
ytnef))
(native-inputs
(list appstream-glib
--
2.37.3
Attachment: signature.asc
Maxim Cournoyer wrote 2 years ago
control message for bug #57920
(address . control@debbugs.gnu.org)
874joo18k1.fsf@gmail.com
merge 57920 63116
quit
?
Your comment

This issue is archived.

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

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