Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openwrt 24.10 borgbackup is broken because of unsupported msgpack version #25986

Open
returntoreality opened this issue Feb 16, 2025 · 2 comments

Comments

@returntoreality
Copy link

Borgbackup has a version check for msgpack and will terminate if it is unsupported. The 24.10 repos have a version which is too new (1.0.7) for the borgbackup version in the repo (1.2.4) which only supports msgpack up to version 1.0.5. The newest 1.2 version of borgbackup (1.2.8) would increase the support to msgpack 1.0.8.
This is the error borgbackup reports:

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.

Probably updating the 24.10 repo to the latest borgbackup 1.2 version would be the best solution.

@thatguyatgithub
Copy link

Just seconding this report as well.

This was fixed last year at 1.4.0, here mentioned as well borgbackup/borg#8144

@returntoreality
Copy link
Author

1.4.0 would also work, but would be a non-patch release update. I don't know how these are handled in openwrt stable releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants