FS#58981 - [borg]

Attached to Project: Community Packages
Opened by Lukas Grossar (fotomonster) - Tuesday, 12 June 2018, 12:10 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 12 June 2018, 12:56 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The current release of borg is not starting for me because of an error in the entrypoint script:
Traceback (most recent call last):
File "/usr/bin/borg", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3095, in <module>
@_call_aside
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3079, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 888, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 774, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'msgpack-python!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,!=0.5.4,!=0.5.5,<=0.5.6,>=0.4.6' distribution was not found and is required by borgbac>

It seems like it's looking for the mgspack package.

Additional info:
* borg 1.1.6-1

Steps to reproduce:
* run borg

I was able to fix the issue by reverting the sed change in https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/borg&id=ae3efb44d48bec5d73045e896f2db1660ac7d8da
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Tuesday, 12 June 2018, 12:56 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#58974 

Loading...