Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] bcnc fails to run
@ 2023-10-16 13:20 paper42
  2023-10-21 16:49 ` Luciogi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2023-10-16 13:20 UTC (permalink / raw)
  To: ml

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

New issue by paper42 on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.55_2 x86_64-musl GenuineIntel uptodate rFFFFFFFFFFFFFFFFF

### Package(s) Affected

bCNC-0.9.14.307_4

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

_No response_

### Expected behaviour

runs

### Actual behaviour

```
Traceback (most recent call last):
  File "/usr/bin/bcnc", line 33, in <module>
    sys.exit(load_entry_point('bCNC==0.9.14.307', 'console_scripts', 'bCNC')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/bcnc", 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 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/bCNC/__main__.py", line 50, in <module>
    import Utils
  File "/usr/lib/python3.12/site-packages/bCNC/Utils.py", line 41, in <module>
    if getattr( sys, 'frozen', False ):
                ^^^
NameError: name 'sys' is not defined. Did you forget to import 'sys'?
```

### Steps to reproduce

1. `xbps-install bcnc`
2. `bcnc`

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

* Re: bcnc fails to run
  2023-10-16 13:20 [ISSUE] bcnc fails to run paper42
@ 2023-10-21 16:49 ` Luciogi
  2023-10-21 16:52 ` Luciogi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Luciogi @ 2023-10-21 16:49 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/issues/46723#issuecomment-1773857817

Comment:
it is fixed in newer version 0.9.15
but it need dependency `svgelements` which is not available in void repos

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

* Re: bcnc fails to run
  2023-10-16 13:20 [ISSUE] bcnc fails to run paper42
  2023-10-21 16:49 ` Luciogi
@ 2023-10-21 16:52 ` Luciogi
  2023-11-06  8:13 ` paper42
  2023-11-06  8:13 ` [ISSUE] [CLOSED] " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: Luciogi @ 2023-10-21 16:52 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/issues/46723#issuecomment-1773857817

Comment:
it is fixed in newer version 0.9.15
but it need dependency `svgelements` `shxparser` which is not available in void repos

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

* Re: bcnc fails to run
  2023-10-16 13:20 [ISSUE] bcnc fails to run paper42
  2023-10-21 16:49 ` Luciogi
  2023-10-21 16:52 ` Luciogi
@ 2023-11-06  8:13 ` paper42
  2023-11-06  8:13 ` [ISSUE] [CLOSED] " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-11-06  8:13 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/46723#issuecomment-1794281408

Comment:
https://github.com/void-linux/void-packages/pull/46817

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

* Re: [ISSUE] [CLOSED] bcnc fails to run
  2023-10-16 13:20 [ISSUE] bcnc fails to run paper42
                   ` (2 preceding siblings ...)
  2023-11-06  8:13 ` paper42
@ 2023-11-06  8:13 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-11-06  8:13 UTC (permalink / raw)
  To: ml

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

Closed issue by paper42 on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.55_2 x86_64-musl GenuineIntel uptodate rFFFFFFFFFFFFFFFFF

### Package(s) Affected

bCNC-0.9.14.307_4

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

_No response_

### Expected behaviour

runs

### Actual behaviour

```
Traceback (most recent call last):
  File "/usr/bin/bcnc", line 33, in <module>
    sys.exit(load_entry_point('bCNC==0.9.14.307', 'console_scripts', 'bCNC')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/bcnc", 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 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/bCNC/__main__.py", line 50, in <module>
    import Utils
  File "/usr/lib/python3.12/site-packages/bCNC/Utils.py", line 41, in <module>
    if getattr( sys, 'frozen', False ):
                ^^^
NameError: name 'sys' is not defined. Did you forget to import 'sys'?
```

### Steps to reproduce

1. `xbps-install bcnc`
2. `bcnc`

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

end of thread, other threads:[~2023-11-06  8:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-16 13:20 [ISSUE] bcnc fails to run paper42
2023-10-21 16:49 ` Luciogi
2023-10-21 16:52 ` Luciogi
2023-11-06  8:13 ` paper42
2023-11-06  8:13 ` [ISSUE] [CLOSED] " paper42

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