Fedora Account System
Red Hat Associate
Red Hat Customer
After my last dnf update in rawhide, dnf update now fails on me with: dodji@paname:~$ sudo dnf update Last metadata expiration check performed 6:40:19 ago on Thu Aug 13 03:10:46 2015. Dependencies resolved. Traceback (most recent call last): File "/bin/dnf", line 35, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 193, in user_main errcode = main(args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 84, in main return _main(base, args) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 146, in _main ret = resolving(cli, base) File "/usr/lib/python3.4/site-packages/dnf/cli/main.py", line 168, in resolving base.do_transaction(display=displays) File "/usr/lib/python3.4/site-packages/dnf/cli/cli.py", line 165, in do_transaction pkg_str = self.output.list_transaction(trans) File "/usr/lib/python3.4/site-packages/dnf/cli/output.py", line 1024, in list_transaction for pkg in self._skipped_broken_deps(skipped_conflicts): File "/usr/lib/python3.4/site-packages/dnf/cli/output.py", line 947, in _skipped_broken_deps goal_diff -= skipped_conflicts TypeError: unsupported operand type(s) for -=: 'set' and 'map' dodji@paname:~$ This leaves me with a system that I cannot upgrade anymore. The current version of dnf on my system is: Name : dnf Arch : noarch Epoch : 0 Version : 1.1.0 Release : 1.fc24 Size : 699 k Repo : @System Summary : Package manager forked from Yum, using libsolv as a dependency resolver URL : https://github.com/rpm-software-management/dnf License : GPLv2+ and GPLv2 and GPL Description : Package manager forked from Yum, using libsolv as a dependency resolver.
Please use new update http://koji.fedoraproject.org/koji/buildinfo?buildID=677061 *** This bug has been marked as a duplicate of bug 1252032 ***