unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#30662: Borg crashes when run with python-msgpack > 0.4.6
@ 2018-03-01  3:18 Leo Famulari
  2018-03-01  3:37 ` Leo Famulari
  2018-03-01  4:46 ` Leo Famulari
  0 siblings, 2 replies; 3+ messages in thread
From: Leo Famulari @ 2018-03-01  3:18 UTC (permalink / raw)
  To: 30662

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

Borg fails to create new backups ("archives") with python-msgpack later
than 0.4.6:

------
Traceback (most recent call last):
  File "/gnu/store/14v77f8h72z5qvzl74m5rv0pkkrk1l5s-borg-1.1.4/bin/.borg-real", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3017, in <module>
    @_call_aside
  File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3003, in _call_aside
    f(*args, **kwargs)
  File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3030, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 659, in _build_master
    ws.require(__requires__)
  File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 967, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 853, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'msgpack-python>=0.4.6' distribution was not found and is required by borgbackup
------

I'll create a python-msgpack-0.4.6 package as a quick fix as soon as I
get a bug number from debbugs.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#30662: Borg crashes when run with python-msgpack > 0.4.6
  2018-03-01  3:18 bug#30662: Borg crashes when run with python-msgpack > 0.4.6 Leo Famulari
@ 2018-03-01  3:37 ` Leo Famulari
  2018-03-01  4:46 ` Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-03-01  3:37 UTC (permalink / raw)
  To: 30662

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

On Wed, Feb 28, 2018 at 10:18:17PM -0500, Leo Famulari wrote:
> Borg fails to create new backups ("archives") with python-msgpack later
> than 0.4.6:
> 
> ------
> Traceback (most recent call last):
>   File "/gnu/store/14v77f8h72z5qvzl74m5rv0pkkrk1l5s-borg-1.1.4/bin/.borg-real", line 6, in <module>
>     from pkg_resources import load_entry_point
>   File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3017, in <module>
>     @_call_aside
>   File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3003, in _call_aside
>     f(*args, **kwargs)
>   File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3030, in _initialize_master_working_set
>     working_set = WorkingSet._build_master()
>   File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 659, in _build_master
>     ws.require(__requires__)
>   File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 967, in require
>     needed = self.resolve(parse_requirements(requirements))
>   File "/gnu/store/3lkypf5wnsnvkaidhw0pv7k3yjfh1r9g-python-3.6.3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 853, in resolve
>     raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'msgpack-python>=0.4.6' distribution was not found and is required by borgbackup
> ------
> 
> I'll create a python-msgpack-0.4.6 package as a quick fix as soon as I
> get a bug number from debbugs.

Actually, that's not what's going on. Taking a closer look...

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#30662: Borg crashes when run with python-msgpack > 0.4.6
  2018-03-01  3:18 bug#30662: Borg crashes when run with python-msgpack > 0.4.6 Leo Famulari
  2018-03-01  3:37 ` Leo Famulari
@ 2018-03-01  4:46 ` Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-03-01  4:46 UTC (permalink / raw)
  To: 30662-done

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

On Wed, Feb 28, 2018 at 10:18:17PM -0500, Leo Famulari wrote:
> Borg fails to create new backups ("archives") with python-msgpack later
> than 0.4.6:

> pkg_resources.DistributionNotFound: The 'msgpack-python>=0.4.6' distribution was not found and is required by borgbackup

The name of the library was changed, but there is an option to build a
transitional variant of the library.

Commit acb59d99dbb8779ecf41cdbba45d2ce8ba88f5ed does that and uses it
for borg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-03-01  4:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01  3:18 bug#30662: Borg crashes when run with python-msgpack > 0.4.6 Leo Famulari
2018-03-01  3:37 ` Leo Famulari
2018-03-01  4:46 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).