GNU bug report logs - #43156
[PATCH v2] gnu: gajim: Update to 1.2.2

Previous Next

Package: guix-patches;

Reported by: Mason Hock <chaosmonk <at> riseup.net>

Date: Tue, 1 Sep 2020 17:12:01 UTC

Severity: normal

Tags: patch

Merged with 43076

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43156 in the body.
You can then email your comments to 43156 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#43156; Package guix-patches. (Tue, 01 Sep 2020 17:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mason Hock <chaosmonk <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 01 Sep 2020 17:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mason Hock <chaosmonk <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: Mason Hock <mason <at> masonhock.com>
Subject: [PATCH v2] gnu: gajim: Update to 1.2.2
Date: Tue,  1 Sep 2020 10:12:18 -0700
From: Mason Hock <mason <at> masonhock.com>

---
 gnu/packages/messaging.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9dc3e58ef9..724da61776 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -617,14 +617,14 @@ simultaneously and therefore appear under the same nickname on IRC.")
 (define-public python-nbxmpp
   (package
     (name "python-nbxmpp")
-    (version "0.6.10")
+    (version "1.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "nbxmpp" version))
        (sha256
         (base32
-         "1vq89nhamciblyi5579bppnm4sb0zk5cg5hdipfpz174fxvl2wyd"))))
+         "0vw5drr077w9ks4crnw6pwa4735ycyjdcm54knc3w4in4x5027wr"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ; no tests
@@ -642,15 +642,15 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
 (define-public gajim
   (package
     (name "gajim")
-    (version "1.1.3")
+    (version "1.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gajim.org/downloads/"
                                   (version-major+minor version)
-                                  "/gajim-" version ".tar.bz2"))
+                                  "/gajim-" version ".tar.gz"))
               (sha256
                (base32
-                "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
+                "1gfcp3b5nq43xxz5my8vfhfxnnli726j3hzcgwh9fzrzzd9ic3gx"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -727,7 +727,10 @@ else [])"))
                           "/site-packages"))))))
     (native-inputs
      `(("intltool" ,intltool)
+       ("libsoup" ,libsoup)
+       ("python-css-parser" ,python-css-parser)
        ("python-docutils" ,python-docutils)
+       ("python-packaging" ,python-packaging)
        ("xorg-server" ,xorg-server-for-tests)))
     (inputs
      `(("adwaita-icon-theme" ,adwaita-icon-theme)
-- 
2.28.0





Merged 43076 43156. Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Tue, 01 Sep 2020 18:01:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#43156; Package guix-patches. (Tue, 01 Sep 2020 18:59:02 GMT) Full text and rfc822 format available.

Message #10 received at 43156 <at> debbugs.gnu.org (full text, mbox):

From: "Mason Hock" <chaosmonk <at> riseup.net>
To: <43156 <at> debbugs.gnu.org>
Subject: Re: [PATCH v2] gnu: gajim: Update to 1.2.2
Date: Tue, 01 Sep 2020 11:57:34 -0700
Sorry, after some further testing I found another problem.  Please
disregard.




Information forwarded to guix-patches <at> gnu.org:
bug#43156; Package guix-patches. (Mon, 12 Oct 2020 17:27:02 GMT) Full text and rfc822 format available.

Message #13 received at 43156 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: "Mason Hock" <chaosmonk <at> riseup.net>
Cc: 43076 <at> debbugs.gnu.org, 43156 <at> debbugs.gnu.org
Subject: Re: [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
Date: Mon, 12 Oct 2020 19:26:34 +0200
Hi Mason,

"Mason Hock" <chaosmonk <at> riseup.net> skribis:

> Sorry, after some further testing I found another problem.  Please
> disregard.

Any update on this patch?

Thanks in advance,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#43156; Package guix-patches. (Wed, 21 Oct 2020 03:35:02 GMT) Full text and rfc822 format available.

Message #16 received at 43156 <at> debbugs.gnu.org (full text, mbox):

From: "Mason Hock" <chaosmonk <at> riseup.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 43076 <at> debbugs.gnu.org, 43156 <at> debbugs.gnu.org
Subject: Re: [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
Date: Tue, 20 Oct 2020 20:20:03 -0700
On Mon Oct 12, 2020 at 10:26 AM PDT, Ludovic Courtès wrote:
> "Mason Hock" <chaosmonk <at> riseup.net> skribis:
>
> > Sorry, after some further testing I found another problem.  Please
> > disregard.
>
> Any update on this patch?

Hi Ludovic,

The problem is that Gajim launches, but fails to connect to the the
server due to an error in lib/python3.8/site-packages/nbxmpp/tcp.py:

    Gi.repository.GLib.Error: g-tls-error-quark: TLS support is not
    available

As far as I was able to gather, this error typically means that
glib-networking is not available.  However, I tried adding
glib-networking as a both an input and a propogated input for both gajim
and python-nbxmpp, and still get the same error.

I wasn't sure what to try next, and then other tasks got in the way of
digging any deeper.  Sorry for the delay.




Information forwarded to guix-patches <at> gnu.org:
bug#43156; Package guix-patches. (Fri, 18 Dec 2020 13:10:03 GMT) Full text and rfc822 format available.

Message #19 received at 43156-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: 43076-done <at> debbugs.gnu.org,  43156-done <at> debbugs.gnu.org
Subject: Re: [bug#43076] [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
Date: Fri, 18 Dec 2020 14:09:13 +0100
Hi,

Gajim was updated in a4f763cd6a69b64bf6a7e7d1a82002040c7eefe9.

Closing!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 16 Jan 2021 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.