Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Vit packaging is bungled
@ 2023-11-26  3:20 IcedQuinn
  2023-11-26 13:51 ` undefined symbol in python3-urwid ahesford
  2023-12-02  7:13 ` [ISSUE] [CLOSED] " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: IcedQuinn @ 2023-11-26  3:20 UTC (permalink / raw)
  To: ml

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

New issue by IcedQuinn on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.5.11_1 x86_64 AuthenticAMD notuptodate rrmFFFFFFFFF

### Package(s) Affected

vit-2.3.0_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Typing `vit` should start the software.

### Actual behaviour

```
icedquinn@astaraline ~/> vit
Traceback (most recent call last):
  File "/usr/bin/vit", line 33, in <module>
    sys.exit(load_entry_point('vit==2.3.0', 'console_scripts', 'vit')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/vit", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1381, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1354, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1304, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1381, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1354, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1325, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 929, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 994, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3.12/site-packages/vit/__init__.py", line 2, in <module>
    from .application import Application
  File "/usr/lib/python3.12/site-packages/vit/application.py", line 20, in <module>
    from vit.formatter_base import FormatterBase
  File "/usr/lib/python3.12/site-packages/vit/formatter_base.py", line 8, in <module>
    from vit import util
  File "/usr/lib/python3.12/site-packages/vit/util.py", line 7, in <module>
    from urwid.str_util import calc_width
ImportError: /usr/lib/python3.12/site-packages/urwid/str_util.so: undefined symbol: PyUnicode_AS_UNICODE
```

### Steps to reproduce

1. Install `vit`
2. Run it

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

* Re: undefined symbol in python3-urwid
  2023-11-26  3:20 [ISSUE] Vit packaging is bungled IcedQuinn
@ 2023-11-26 13:51 ` ahesford
  2023-12-02  7:13 ` [ISSUE] [CLOSED] " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2023-11-26 13:51 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/47410#issuecomment-1826790009

Comment:
I bumped urwid; please confirm that an update fixes the problem.

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

* Re: [ISSUE] [CLOSED] undefined symbol in python3-urwid
  2023-11-26  3:20 [ISSUE] Vit packaging is bungled IcedQuinn
  2023-11-26 13:51 ` undefined symbol in python3-urwid ahesford
@ 2023-12-02  7:13 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-12-02  7:13 UTC (permalink / raw)
  To: ml

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

Closed issue by IcedQuinn on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.5.11_1 x86_64 AuthenticAMD notuptodate rrmFFFFFFFFF

### Package(s) Affected

vit-2.3.0_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Typing `vit` should start the software.

### Actual behaviour

```
icedquinn@astaraline ~/> vit
Traceback (most recent call last):
  File "/usr/bin/vit", line 33, in <module>
    sys.exit(load_entry_point('vit==2.3.0', 'console_scripts', 'vit')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/vit", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1381, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1354, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1304, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1381, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1354, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1325, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 929, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 994, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3.12/site-packages/vit/__init__.py", line 2, in <module>
    from .application import Application
  File "/usr/lib/python3.12/site-packages/vit/application.py", line 20, in <module>
    from vit.formatter_base import FormatterBase
  File "/usr/lib/python3.12/site-packages/vit/formatter_base.py", line 8, in <module>
    from vit import util
  File "/usr/lib/python3.12/site-packages/vit/util.py", line 7, in <module>
    from urwid.str_util import calc_width
ImportError: /usr/lib/python3.12/site-packages/urwid/str_util.so: undefined symbol: PyUnicode_AS_UNICODE
```

### Steps to reproduce

1. Install `vit`
2. Run it

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

end of thread, other threads:[~2023-12-02  7:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26  3:20 [ISSUE] Vit packaging is bungled IcedQuinn
2023-11-26 13:51 ` undefined symbol in python3-urwid ahesford
2023-12-02  7:13 ` [ISSUE] [CLOSED] " classabbyamp

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