#69452 closed defect (fixed)
borgbackup @1.2.7 complains about msgpack not being the supported version
Reported by: | DrBrynzo | Owned by: | judaew (Vadym-Valdis Yudaiev) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | stromnov (Andrey Stromnov) | |
Port: | borgbackup |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
You do not have a supported version of the msgpack python package installed. Terminating. This should never happen as specific, supported versions are required by our setup.py. Do not contact borgbackup support about this. borg --version borg 1.2.7 port installed | grep borgbackup borgbackup @1.2.7_0 (active) port installed | grep msgpack msgpack @4_0 (active) msgpack-c @6.0.0_0 (active) msgpack-cpp @6.1.0_0 (active) py312-msgpack @1.0.8_0 (active)
Appears to be similar to: #68998
Change History (5)
comment:1 Changed 8 months ago by jmroot (Joshua Root)
Cc: | stromnov added |
---|---|
Owner: | set to judaew |
Status: | new → assigned |
comment:2 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:3 Changed 8 months ago by kwolcott
comment:4 Changed 8 months ago by judaew (Vadym-Valdis Yudaiev)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 8 months ago by judaew (Vadym-Valdis Yudaiev)
I looked at the changes in py-msgpack
between 1.0.7 and 1.0.8. The changes in the new version do not break anything and looks minor.
Note: See
TracTickets for help on using
tickets.
Please fix this as my backups are failing. I have very suboptimal alternative(s) which I am using while borgbackup is broken.
Thanks, Ken Wolcott