Reproducer: import dnf.base # 1st problem - dnf.exceptions.CompsError base = dnf.Base() base.fill_sack(load_system_repo=True, load_available_repos=False) base.read_comps() # 2nd problem - AttributeError: 'NoneType' object has no attribute 'comps_fn' base = dnf.Base() base.read_all_repos() base.fill_sack(load_system_repo=True, load_available_repos=False) base.read_comps() Not sure if it's expected or not... (maybe I'm just using DNF internals incorrectly...)
will take a look, thanks.
Jan please take a look. In case there's no comps data the comps object should just end up be empty and the code should not throw weird exceptions.
Fixed in the upstream.
dnf-0.4.17-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/dnf-0.4.17-1.fc20
Package dnf-0.4.17-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-0.4.17-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-3465/dnf-0.4.17-1.fc20 then log in and leave karma (feedback).
dnf-0.4.17-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.