Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#50169 - [borg] PLEASE ENTER SUMMARY
Attached to Project:
Community Packages
Opened by fd64 (fd64) - Wednesday, 27 July 2016, 17:54 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 27 July 2016, 23:47 GMT
Opened by fd64 (fd64) - Wednesday, 27 July 2016, 17:54 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 27 July 2016, 23:47 GMT
|
DetailsDescription:
Could you please force borg use version 3 of python ? I have made python2 the default on my system because I am using ansible which does not work with python3 If you are not aware of this you get a python error when you try to execute borg, and for most users it is not obvious what the solution is. You just have to modify the first line in /usr/sbin/borg so it uses /usr/bin/python3 instead of /usr/bin/python to make all users happy. Would be nice to get borg working out of the box without having to hack it. Additional info: * version 1.0.6-1 * config and/or log files etc. Steps to reproduce: # rm -f /usr/sbin/python # ln -s /usr/sbin/python2.7 /usr/sbin/python2 # /usr/sbin/borg |
This task depends upon
You've entered unsupported territory... This wouldn't be a problem with only borg, but tons of packages. Via PEP 394, Arch has decided that "python" points to python3.