Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Gajim fails to open with error "Namespace Soup not available"
@ 2020-07-06 18:44 Max-FT
  2020-07-06 18:51 ` ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Max-FT @ 2020-07-06 18:44 UTC (permalink / raw)
  To: ml

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

New issue by Max-FT on void-packages repository

https://github.com/void-linux/void-packages/issues/23424

Description:
# System

* xuname:  
   Void 5.7.7_1 x86_64 GenuineIntel uptodate rFFFF
* package:  
  gajim-1.2.0_1

### Expected behavior
The Application opens as expected 
### Actual behavior
Application fails with

No translations found
Dirs searched: [PosixPath('/usr/local/share'), PosixPath('/usr/share')]
Traceback (most recent call last):
  File "/bin/gajim", line 11, in <module>
    load_entry_point('gajim==1.2.0', 'gui_scripts', 'gajim')()
  File "/usr/lib/python3.8/site-packages/gajim/gajim.py", line 151, in main
    _check_required_deps()
  File "/usr/lib/python3.8/site-packages/gajim/gajim.py", line 46, in _check_required_deps
    import nbxmpp
  File "/usr/lib/python3.8/site-packages/nbxmpp/__init__.py", line 5, in <module>
    gi.require_version('Soup', '2.4')
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Soup not available

### Steps to reproduce the behavior

Attempt to launch Gajim 1.2

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

* Re: Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
@ 2020-07-06 18:51 ` ericonr
  2020-07-06 18:55 ` Max-FT
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-06 18:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23424#issuecomment-654407265

Comment:
Can you try installing `libsoup` or `libsoup-gnome`, if the first one doesn't work?

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

* Re: Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
  2020-07-06 18:51 ` ericonr
@ 2020-07-06 18:55 ` Max-FT
  2020-07-06 18:55 ` [ISSUE] [CLOSED] " Max-FT
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Max-FT @ 2020-07-06 18:55 UTC (permalink / raw)
  To: ml

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

New comment by Max-FT on void-packages repository

https://github.com/void-linux/void-packages/issues/23424#issuecomment-654409032

Comment:
libsoup fixes it. I thought it was installed already. My apologies 

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

* Re: [ISSUE] [CLOSED] Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
  2020-07-06 18:51 ` ericonr
  2020-07-06 18:55 ` Max-FT
@ 2020-07-06 18:55 ` Max-FT
  2020-07-06 18:57 ` ericonr
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Max-FT @ 2020-07-06 18:55 UTC (permalink / raw)
  To: ml

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

Closed issue by Max-FT on void-packages repository

https://github.com/void-linux/void-packages/issues/23424

Description:
# System

* xuname:  
   Void 5.7.7_1 x86_64 GenuineIntel uptodate rFFFF
* package:  
  gajim-1.2.0_1

### Expected behavior
The Application opens as expected 
### Actual behavior
Application fails with

No translations found
Dirs searched: [PosixPath('/usr/local/share'), PosixPath('/usr/share')]
Traceback (most recent call last):
  File "/bin/gajim", line 11, in <module>
    load_entry_point('gajim==1.2.0', 'gui_scripts', 'gajim')()
  File "/usr/lib/python3.8/site-packages/gajim/gajim.py", line 151, in main
    _check_required_deps()
  File "/usr/lib/python3.8/site-packages/gajim/gajim.py", line 46, in _check_required_deps
    import nbxmpp
  File "/usr/lib/python3.8/site-packages/nbxmpp/__init__.py", line 5, in <module>
    gi.require_version('Soup', '2.4')
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Soup not available

### Steps to reproduce the behavior

Attempt to launch Gajim 1.2

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

* Re: Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
                   ` (2 preceding siblings ...)
  2020-07-06 18:55 ` [ISSUE] [CLOSED] " Max-FT
@ 2020-07-06 18:57 ` ericonr
  2020-07-06 19:00 ` Max-FT
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-07-06 18:57 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23424#issuecomment-654409685

Comment:
If you want to reopen the issue or make a PR for, it should probably be a runtime dependency, right? Unless gajim can run without it somehow.

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

* Re: Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
                   ` (3 preceding siblings ...)
  2020-07-06 18:57 ` ericonr
@ 2020-07-06 19:00 ` Max-FT
  2021-01-21 17:55 ` ericonr
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Max-FT @ 2020-07-06 19:00 UTC (permalink / raw)
  To: ml

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

New comment by Max-FT on void-packages repository

https://github.com/void-linux/void-packages/issues/23424#issuecomment-654411081

Comment:
It appears as if libsoup is not in the dependency tree currently: https://github.com/void-linux/void-packages/blob/master/srcpkgs/gajim/template

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

* Re: Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
                   ` (4 preceding siblings ...)
  2020-07-06 19:00 ` Max-FT
@ 2021-01-21 17:55 ` ericonr
  2021-01-21 18:11 ` mobinmob
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-21 17:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23424#issuecomment-764828918

Comment:
@teldra @mobinmob do either of you know about this?

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

* Re: Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
                   ` (5 preceding siblings ...)
  2021-01-21 17:55 ` ericonr
@ 2021-01-21 18:11 ` mobinmob
  2021-01-21 18:12 ` mobinmob
  2021-01-21 18:44 ` [ISSUE] [CLOSED] " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2021-01-21 18:11 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/issues/23424#issuecomment-764839185

Comment:
> @teldra @mobinmob do either of you know about this?

It should be a runtime dependency - runs fine here. I


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

* Re: Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
                   ` (6 preceding siblings ...)
  2021-01-21 18:11 ` mobinmob
@ 2021-01-21 18:12 ` mobinmob
  2021-01-21 18:44 ` [ISSUE] [CLOSED] " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2021-01-21 18:12 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/issues/23424#issuecomment-764839185

Comment:
> @teldra @mobinmob do either of you know about this?

It should be a runtime dependency - runs fine here. 


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

* Re: [ISSUE] [CLOSED] Gajim fails to open with error "Namespace Soup not available"
  2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
                   ` (7 preceding siblings ...)
  2021-01-21 18:12 ` mobinmob
@ 2021-01-21 18:44 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-01-21 18:44 UTC (permalink / raw)
  To: ml

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

Closed issue by Max-FT on void-packages repository

https://github.com/void-linux/void-packages/issues/23424

Description:
# System

* xuname:  
   Void 5.7.7_1 x86_64 GenuineIntel uptodate rFFFF
* package:  
  gajim-1.2.0_1

### Expected behavior
The Application opens as expected 
### Actual behavior
Application fails with

No translations found
Dirs searched: [PosixPath('/usr/local/share'), PosixPath('/usr/share')]
Traceback (most recent call last):
  File "/bin/gajim", line 11, in <module>
    load_entry_point('gajim==1.2.0', 'gui_scripts', 'gajim')()
  File "/usr/lib/python3.8/site-packages/gajim/gajim.py", line 151, in main
    _check_required_deps()
  File "/usr/lib/python3.8/site-packages/gajim/gajim.py", line 46, in _check_required_deps
    import nbxmpp
  File "/usr/lib/python3.8/site-packages/nbxmpp/__init__.py", line 5, in <module>
    gi.require_version('Soup', '2.4')
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Soup not available

### Steps to reproduce the behavior

Attempt to launch Gajim 1.2

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

end of thread, other threads:[~2021-01-21 18:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06 18:44 [ISSUE] Gajim fails to open with error "Namespace Soup not available" Max-FT
2020-07-06 18:51 ` ericonr
2020-07-06 18:55 ` Max-FT
2020-07-06 18:55 ` [ISSUE] [CLOSED] " Max-FT
2020-07-06 18:57 ` ericonr
2020-07-06 19:00 ` Max-FT
2021-01-21 17:55 ` ericonr
2021-01-21 18:11 ` mobinmob
2021-01-21 18:12 ` mobinmob
2021-01-21 18:44 ` [ISSUE] [CLOSED] " ericonr

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 NNTP newsgroup(s).