Bug 254217 - net-im/gajim version 1.3.1 fails to run: ValueError: Namespace Soup not available
Summary: net-im/gajim version 1.3.1 fails to run: ValueError: Namespace Soup not avail...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-11 14:52 UTC by p5B2EA84B3
Modified: 2021-03-11 16:20 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2021-03-11 14:52:09 UTC

    
Comment 1 p5B2EA84B3 2021-03-11 14:55:40 UTC
> gajim &
[1] 1655

> Traceback (most recent call last):
  File "/usr/local/bin/gajim", line 11, in <module>
    load_entry_point('gajim==1.3.1', 'gui_scripts', 'gajim')()
  File "/usr/local/lib/python3.7/site-packages/gajim/gajim.py", line 156, in main
    _check_required_deps()
  File "/usr/local/lib/python3.7/site-packages/gajim/gajim.py", line 48, in _check_required_deps
    import nbxmpp
  File "/usr/local/lib/python3.7/site-packages/nbxmpp/__init__.py", line 5, in <module>
    gi.require_version('Soup', '2.4')
  File "/usr/local/lib/python3.7/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Soup not available

[1]    Exitcode 1                        gajim
Comment 2 p5B2EA84B3 2021-03-11 15:23:08 UTC
Seems to be like this:
https://github.com/void-linux/void-packages/issues/23424
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-03-11 16:17:52 UTC
A commit references this bug:

Author: rm
Date: Thu Mar 11 16:17:43 UTC 2021
New revision: 568102
URL: https://svnweb.freebsd.org/changeset/ports/568102

Log:
  net-im/gajim: add missing dependency upon libsoup

  and bump PORTREVISION

  PR:		254217
  Submitted by:	p5B2E9A8F@t-online.de

Changes:
  head/net-im/gajim/Makefile
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2021-03-11 16:20:44 UTC
Missing dependency added, thank you!