[OpenIndiana-discuss] borg missing msgpack dependency?

Carl Brewer carl at bl.echidna.id.au
Fri Sep 30 13:18:54 UTC 2022


On 29/09/2022 4:50 pm, Marcel Telka wrote:
> On Tue, Sep 27, 2022 at 12:29:31AM +1000, Carl Brewer wrote:
>> I just bumped a ~12 month old OI Hipster that had Borg installed on it to
>> the current pkg contents.
>>
>> Ran borg, saw this :
>>
>> root at hog:/slow/backups# borg
>> Traceback (most recent call last):
>>    File "/usr/lib/python3.9/vendor-packages/borg/archiver.py", line 38, in
>> <module>
>>      from . import helpers
>>    File "/usr/lib/python3.9/vendor-packages/borg/helpers/__init__.py", line
>> 14, in <module>
>>      from .misc import *  # NOQA
>>    File "/usr/lib/python3.9/vendor-packages/borg/helpers/misc.py", line 16,
>> in <module>
>>      from . import msgpack
>>    File "/usr/lib/python3.9/vendor-packages/borg/helpers/msgpack.py", line
>> 19, in <module>
>>      from msgpack import Packer as mp_Packer
>> ModuleNotFoundError: No module named 'msgpack'
>>
>> pkg install python/msgpack fixes it
>>
>>
>> Is this an artifact of recent changes to Python versions that didn't quite
>> make a dependency list?
> 
> I do not think this is something recent because even backup/borg at 1.2.0
> built 5 months ago does not depend on msgpack.  PRs are welcome.

I'd love to send a PR, where's how to do it documented?


I just bumped my other OI server from an ~12 month old BE to one from 
~24 hrs ago. All good - thank you to whomever updated VirtualBox!


Carl





More information about the openindiana-discuss mailing list