Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] `backblaze-b2` package is broken and outdated
@ 2022-06-10 11:37 kartikynwa
  2022-06-10 16:58 ` classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: kartikynwa @ 2022-06-10 11:37 UTC (permalink / raw)
  To: ml

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

New issue by kartikynwa on void-packages repository

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

Description:
### System

* xuname:  
  `Void 5.15.45_1 x86_64 AuthenticAMD uptodate rrmFFFF`
* package:  
  `backblaze-b2-2.1.0_2`

### Expected behavior

Should be able to run

### Actual behavior

Raises a module not found error:

```
 ❯ backblaze-b2
Traceback (most recent call last):
  File "/bin/backblaze-b2", line 33, in <module>
    sys.exit(load_entry_point('b2==2.1.0', 'console_scripts', 'b2')())
  File "/bin/backblaze-b2", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/b2/console_tool.py", line 25, in <module>
    from class_registry import ClassRegistry
ModuleNotFoundError: No module named 'class_registry'
```

### Steps to reproduce the behavior

1. Install the package: `xbps-install -S backblaze-b2`
2. Run the executable: `backblaze-b2`

I would update the package but I don't want to maintain it. The package can be removed if the maintainers see it fit.

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

* Re: `backblaze-b2` package is broken and outdated
  2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
@ 2022-06-10 16:58 ` classabbyamp
  2022-06-10 16:58 ` classabbyamp
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-06-10 16:58 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/37484#issuecomment-1152559173

Comment:
> I would update the package but I don't want to maintain it
you don't have to be maintainer to update it, and backblaze already has a maintainer currently

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

* Re: `backblaze-b2` package is broken and outdated
  2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
  2022-06-10 16:58 ` classabbyamp
@ 2022-06-10 16:58 ` classabbyamp
  2022-06-11  5:01 ` kartikynwa
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-06-10 16:58 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/37484#issuecomment-1152559173

Comment:
> I would update the package but I don't want to maintain it

you don't have to be maintainer to update it, and backblaze already has a maintainer currently

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

* Re: `backblaze-b2` package is broken and outdated
  2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
  2022-06-10 16:58 ` classabbyamp
  2022-06-10 16:58 ` classabbyamp
@ 2022-06-11  5:01 ` kartikynwa
  2022-08-27 12:16 ` sgn
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kartikynwa @ 2022-06-11  5:01 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/37484#issuecomment-1152857296

Comment:
The missing dependency is this package: https://github.com/todofixthis/class-registry

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

* Re: `backblaze-b2` package is broken and outdated
  2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
                   ` (2 preceding siblings ...)
  2022-06-11  5:01 ` kartikynwa
@ 2022-08-27 12:16 ` sgn
  2022-12-05  5:20 ` kartikynwa
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2022-08-27 12:16 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/37484#issuecomment-1229181717

Comment:
`backblaze-b2` is outdated, `b2sdk` has been updated and removes some API that is needed by `backblaze-b2`

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

* Re: `backblaze-b2` package is broken and outdated
  2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
                   ` (3 preceding siblings ...)
  2022-08-27 12:16 ` sgn
@ 2022-12-05  5:20 ` kartikynwa
  2022-12-05  5:21 ` kartikynwa
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kartikynwa @ 2022-12-05  5:20 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/37484#issuecomment-1336767790

Comment:
@the-maldridge tagging at your request

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

* Re: `backblaze-b2` package is broken and outdated
  2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
                   ` (4 preceding siblings ...)
  2022-12-05  5:20 ` kartikynwa
@ 2022-12-05  5:21 ` kartikynwa
  2022-12-06 14:48 ` ahesford
  2022-12-07 14:52 ` [ISSUE] [CLOSED] " ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: kartikynwa @ 2022-12-05  5:21 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/37484#issuecomment-1336768168

Comment:
@ahesford tagging at your request

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

* Re: `backblaze-b2` package is broken and outdated
  2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
                   ` (5 preceding siblings ...)
  2022-12-05  5:21 ` kartikynwa
@ 2022-12-06 14:48 ` ahesford
  2022-12-07 14:52 ` [ISSUE] [CLOSED] " ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2022-12-06 14:48 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/37484#issuecomment-1339497192

Comment:
Updated in https://github.com/void-linux/void-packages/pull/40928; all interested parties please test.

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

* Re: [ISSUE] [CLOSED] `backblaze-b2` package is broken and outdated
  2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
                   ` (6 preceding siblings ...)
  2022-12-06 14:48 ` ahesford
@ 2022-12-07 14:52 ` ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2022-12-07 14:52 UTC (permalink / raw)
  To: ml

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

Closed issue by kartikynwa on void-packages repository

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

Description:
### System

* xuname:  
  `Void 5.15.45_1 x86_64 AuthenticAMD uptodate rrmFFFF`
* package:  
  `backblaze-b2-2.1.0_2`

### Expected behavior

Should be able to run

### Actual behavior

Raises a module not found error:

```
 ❯ backblaze-b2
Traceback (most recent call last):
  File "/bin/backblaze-b2", line 33, in <module>
    sys.exit(load_entry_point('b2==2.1.0', 'console_scripts', 'b2')())
  File "/bin/backblaze-b2", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/b2/console_tool.py", line 25, in <module>
    from class_registry import ClassRegistry
ModuleNotFoundError: No module named 'class_registry'
```

### Steps to reproduce the behavior

1. Install the package: `xbps-install -S backblaze-b2`
2. Run the executable: `backblaze-b2`

I would update the package but I don't want to maintain it. The package can be removed if the maintainers see it fit.

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

end of thread, other threads:[~2022-12-07 14:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 11:37 [ISSUE] `backblaze-b2` package is broken and outdated kartikynwa
2022-06-10 16:58 ` classabbyamp
2022-06-10 16:58 ` classabbyamp
2022-06-11  5:01 ` kartikynwa
2022-08-27 12:16 ` sgn
2022-12-05  5:20 ` kartikynwa
2022-12-05  5:21 ` kartikynwa
2022-12-06 14:48 ` ahesford
2022-12-07 14:52 ` [ISSUE] [CLOSED] " ahesford

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