unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43076] [PATCH] update gajim to 1.2.2
@ 2020-08-27 20:56 Mason Hock
  2020-09-01 13:44 ` Efraim Flashner
  0 siblings, 1 reply; 8+ messages in thread
From: Mason Hock @ 2020-08-27 20:56 UTC (permalink / raw)
  To: 43076

From: Mason Hock <mason@masonhock.com>

---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9dc3e58ef9..6c47004293 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -642,7 +642,7 @@ 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/"
@@ -650,7 +650,7 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
                                   "/gajim-" version ".tar.bz2"))
               (sha256
                (base32
-                "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
+                "1gfcp3b5nq43xxz5my8vfhfxnnli726j3hzcgwh9fzrzzd9ic3gx"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.28.0





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

* [bug#43076] [PATCH] update gajim to 1.2.2
  2020-08-27 20:56 [bug#43076] [PATCH] update gajim " Mason Hock
@ 2020-09-01 13:44 ` Efraim Flashner
  2020-09-01 17:09   ` Mason Hock
  0 siblings, 1 reply; 8+ messages in thread
From: Efraim Flashner @ 2020-09-01 13:44 UTC (permalink / raw)
  To: Mason Hock; +Cc: 43076

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

Hello and thank you for taking a look at this package.

On Thu, Aug 27, 2020 at 01:56:19PM -0700, Mason Hock wrote:
> From: Mason Hock <mason@masonhock.com>
> 
> ---
>  gnu/packages/messaging.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
> index 9dc3e58ef9..6c47004293 100644
> --- a/gnu/packages/messaging.scm
> +++ b/gnu/packages/messaging.scm
> @@ -642,7 +642,7 @@ 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/"
> @@ -650,7 +650,7 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
>                                    "/gajim-" version ".tar.bz2"))
>                (sha256
>                 (base32
> -                "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
> +                "1gfcp3b5nq43xxz5my8vfhfxnnli726j3hzcgwh9fzrzzd9ic3gx"))))
>      (build-system python-build-system)
>      (arguments
>       `(#:phases
> -- 
> 2.28.0
> 

I got a hash mismatch when I tried to download the package, it turns out
the file changed from .bz2 to .gz

Then when I tried to build it I got a failure during the 'check phase.
Can you take a look at it?

starting phase `check'
running test
Searching for packaging
Reading https://pypi.org/simple/packaging/
Download error on https://pypi.org/simple/packaging/: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'packaging' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
Download error on https://pypi.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or working download links found for packaging
error: Could not find suitable distribution for Requirement.parse('packaging')
command "python" "./setup.py" "test" "-s" "test.no_gui" failed with status 1
builder for `/gnu/store/3f9gfcg7i32h9zzad3szq4rbxaj1fqzb-gajim-1.2.2.drv' failed with exit code 1
build of /gnu/store/3f9gfcg7i32h9zzad3szq4rbxaj1fqzb-gajim-1.2.2.drv failed

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

* [bug#43076] [PATCH] update gajim to 1.2.2
  2020-09-01 13:44 ` Efraim Flashner
@ 2020-09-01 17:09   ` Mason Hock
  0 siblings, 0 replies; 8+ messages in thread
From: Mason Hock @ 2020-09-01 17:09 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 43076

On Tue Sep 1, 2020 at 6:44 AM PDT, Efraim Flashner wrote:
> Hello and thank you for taking a look at this package.
>
> On Thu, Aug 27, 2020 at 01:56:19PM -0700, Mason Hock wrote:
> > From: Mason Hock <mason@masonhock.com>
> > 
> > ---
> >  gnu/packages/messaging.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
> > index 9dc3e58ef9..6c47004293 100644
> > --- a/gnu/packages/messaging.scm
> > +++ b/gnu/packages/messaging.scm
> > @@ -642,7 +642,7 @@ 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/"
> > @@ -650,7 +650,7 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
> >                                    "/gajim-" version ".tar.bz2"))
> >                (sha256
> >                 (base32
> > -                "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
> > +                "1gfcp3b5nq43xxz5my8vfhfxnnli726j3hzcgwh9fzrzzd9ic3gx"))))
> >      (build-system python-build-system)
> >      (arguments
> >       `(#:phases
> > -- 
> > 2.28.0
> > 
>
> I got a hash mismatch when I tried to download the package, it turns out
> the file changed from .bz2 to .gz
>
> Then when I tried to build it I got a failure during the 'check phase.
> Can you take a look at it?

Sorry about that.  I've sent a revised patch that should work.

> starting phase `check'
> running test
> Searching for packaging
> Reading https://pypi.org/simple/packaging/
> Download error on https://pypi.org/simple/packaging/: [Errno -2] Name or
> service not known -- Some packages may not be found!
> Couldn't find index page for 'packaging' (maybe misspelled?)
> Scanning index of all packages (this may take a while)
> Reading https://pypi.org/simple/
> Download error on https://pypi.org/simple/: [Errno -2] Name or service
> not known -- Some packages may not be found!
> No local packages or working download links found for packaging
> error: Could not find suitable distribution for
> Requirement.parse('packaging')
> command "python" "./setup.py" "test" "-s" "test.no_gui" failed with
> status 1
> builder for
> `/gnu/store/3f9gfcg7i32h9zzad3szq4rbxaj1fqzb-gajim-1.2.2.drv' failed
> with exit code 1
> build of /gnu/store/3f9gfcg7i32h9zzad3szq4rbxaj1fqzb-gajim-1.2.2.drv
> failed
>
> --
> Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
> GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
> Confidentiality cannot be guaranteed on emails sent or received
> unencrypted





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

* [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
@ 2020-09-01 17:12 Mason Hock
  2020-09-01 18:57 ` Mason Hock
  0 siblings, 1 reply; 8+ messages in thread
From: Mason Hock @ 2020-09-01 17:12 UTC (permalink / raw)
  To: 43156; +Cc: Mason Hock

From: Mason Hock <mason@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





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

* [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
  2020-09-01 17:12 [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2 Mason Hock
@ 2020-09-01 18:57 ` Mason Hock
  2020-10-12 17:26   ` [bug#43076] " Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Mason Hock @ 2020-09-01 18:57 UTC (permalink / raw)
  To: 43156

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




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

* [bug#43076] [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
  2020-09-01 18:57 ` Mason Hock
@ 2020-10-12 17:26   ` Ludovic Courtès
  2020-10-21  3:20     ` Mason Hock
  0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2020-10-12 17:26 UTC (permalink / raw)
  To: Mason Hock; +Cc: 43076, 43156

Hi Mason,

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

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

Any update on this patch?

Thanks in advance,
Ludo’.




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

* [bug#43076] [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
  2020-10-12 17:26   ` [bug#43076] " Ludovic Courtès
@ 2020-10-21  3:20     ` Mason Hock
  2020-12-18 13:09       ` [bug#43156] " Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Mason Hock @ 2020-10-21  3:20 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 43076, 43156

On Mon Oct 12, 2020 at 10:26 AM PDT, Ludovic Courtès wrote:
> "Mason Hock" <chaosmonk@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.




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

* [bug#43156] [bug#43076] [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
  2020-10-21  3:20     ` Mason Hock
@ 2020-12-18 13:09       ` Ludovic Courtès
  0 siblings, 0 replies; 8+ messages in thread
From: Ludovic Courtès @ 2020-12-18 13:09 UTC (permalink / raw)
  To: 43076-done, 43156-done

Hi,

Gajim was updated in a4f763cd6a69b64bf6a7e7d1a82002040c7eefe9.

Closing!

Ludo’.




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

end of thread, other threads:[~2020-12-18 13:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01 17:12 [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2 Mason Hock
2020-09-01 18:57 ` Mason Hock
2020-10-12 17:26   ` [bug#43076] " Ludovic Courtès
2020-10-21  3:20     ` Mason Hock
2020-12-18 13:09       ` [bug#43156] " Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2020-08-27 20:56 [bug#43076] [PATCH] update gajim " Mason Hock
2020-09-01 13:44 ` Efraim Flashner
2020-09-01 17:09   ` Mason Hock

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).