Description of problem: # borg Traceback (most recent call last): File "/usr/bin/borg", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named 'pkg_resources' Version-Release number of selected component (if applicable): # rpm -qi borgbackup Name : borgbackup Version : 1.0.2 Release : 1.el7 Architecture: x86_64 Install Date: Wed 11 May 2016 11:05:28 PM CEST Group : Unspecified Size : 1576195 License : BSD Signature : RSA/SHA256, Mon 18 Apr 2016 01:05:46 AM CEST, Key ID 6a2faea2352c64e5 Source RPM : borgbackup-1.0.2-1.el7.src.rpm Build Date : Sun 17 Apr 2016 02:04:29 PM CEST Build Host : buildvm-23-nfs.phx2.fedoraproject.org Relocations : (not relocatable) Packager : Fedora Project Vendor : Fedora Project URL : https://borgbackup.readthedocs.org Summary : A deduplicating backup program with compression and authenticated encryption Description : BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. How reproducible: Install borg, try to use it. Steps to Reproduce: 1. yum install --enablerepo=epel-testing borgbackup 2. borg 3. boom! Actual results: boom Expected results: borgbackups! Additional info:
The package is missing a dependency on python34-setuptools (we actually need it for running borg, not just at build time). Quite an easy fix.
borgbackup-1.0.3-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-20af6a7ed6
borgbackup-1.0.3-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-77f7410568
borgbackup-1.0.3-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1b4d00dabe
I can confirm that installing python34-setuptools fixes the problem.
borgbackup-1.0.3-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-77f7410568
borgbackup-1.0.3-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-20af6a7ed6
borgbackup-1.0.3-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1b4d00dabe
borgbackup-1.0.3-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
borgbackup-1.0.3-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
borgbackup-1.0.3-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.