[Bug 279599] port net-im/gajim cannot import name 'getargspec' from 'inspect' after upgrading to binpkg 1.3.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 08 Jun 2024 20:54:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279599

            Bug ID: 279599
           Summary: port net-im/gajim cannot import name 'getargspec' from
                    'inspect' after upgrading to binpkg 1.3.3
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rm@FreeBSD.org
          Reporter: tom+fbsdbugzilla@nuegia.net
          Assignee: rm@FreeBSD.org
             Flags: maintainer-feedback?(rm@FreeBSD.org)

After pkg upgrading port net-im/gajim to 1.3.3 (the latest available in
pkg+http://pkg.FreeBSD.org/${ABI}/latest) Gajim no longer is able to start. It
dumps the following message to the terminal:

```
No translations found
Dirs searched: [PosixPath('/home/tom/.local/share'),
PosixPath('/usr/local/share'), PosixPath('/usr/share')]
06/08/24 15:51:44 (W) gajim.c.storage.cache      Execution time for
_load_caps_data: 279 ms
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/gajim/application.py", line
232, in _startup
    from gajim.gui_interface import Interface
  File "/usr/local/lib/python3.11/site-packages/gajim/gui_interface.py", line
61, in <module>
    from gajim.chat_control_base import ChatControlBase
  File "/usr/local/lib/python3.11/site-packages/gajim/chat_control_base.py",
line 67, in <module>
    from gajim.command_system.implementation.middleware import
ChatCommandProcessor
  File
"/usr/local/lib/python3.11/site-packages/gajim/command_system/implementation/middleware.py",
line 41, in <module>
    from gajim.command_system.framework import CommandProcessor
  File
"/usr/local/lib/python3.11/site-packages/gajim/command_system/framework.py",
line 23, in <module>
    from inspect import getargspec, getdoc
ImportError: cannot import name 'getargspec' from 'inspect'
(/usr/local/lib/python3.11/inspect.py)
```

This occurs on both FreeBSD 14.0-RELEASE and 14.1-RELEASE.

-- 
You are receiving this mail because:
You are the assignee for the bug.