Bug 1244401
| Summary: | DNF fails with a langpack error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | JC <utilitymail> |
| Component: | dnf-langpacks | Assignee: | Parag Nemade <pnemade> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | joachim.backes, pnemade, rehol3, tomek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-18 14:05:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
tail < dnf.log Jul 18 09:06:10 INFO --- logging initialized --- Jul 18 09:06:10 DDEBUG timer: config: 308 ms Jul 18 09:06:10 DEBUG cachedir: /var/cache/dnf/x86_64/22 Jul 18 09:06:11 DEBUG Loaded plugins: generate_completion_cache, debuginfo-install, migrate, kickstart, config-manager, langpacks, noroot, builddep, needs-restarting, Query, download, copr, playground, reposync, protected_packages Jul 18 09:06:11 DEBUG_2 Cleaning up. Jul 18 09:06:31 INFO --- logging initialized --- Jul 18 09:06:31 DDEBUG timer: config: 6 ms Jul 18 09:06:31 DEBUG cachedir: /var/cache/dnf/x86_64/22 Jul 18 09:06:31 DEBUG Loaded plugins: generate_completion_cache, debuginfo-install, migrate, kickstart, config-manager, langpacks, noroot, builddep, needs-restarting, Query, download, copr, playground, reposync, protected_packages Jul 18 09:06:31 DEBUG_2 Cleaning u yum-deprecated remove dnf-langpacks-0.11.0-1.fc22.noarch fixes this So now can we get yum back? *** This bug has been marked as a duplicate of bug 1244400 *** *** Bug 1244430 has been marked as a duplicate of this bug. *** |
Description of problem: dnf fails with langpack error Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. dnf update 2. 3. Actual results: Fails Expected results: Updates system Additional info: dnf update Traceback (most recent call last): File "/bin/dnf", line 36, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 185, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 84, in main return _main(base, args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 115, in _main cli.configure(map(ucd, args)) File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 984, in configure self.base.plugins.run_init(self.base, self) File "/usr/lib/python2.7/site-packages/dnf/plugin.py", line 104, in run_init plugin = p_cls(base, cli) File "/usr/lib/python2.7/site-packages/dnf-plugins/langpacks.py", line 692, in __init__ conflist = config.get('main', 'langpack_locales') File "/usr/lib/python2.7/site-packages/iniparse/compat.py", line 222, in get value = RawConfigParser.get(self, section, option, vars) File "/usr/lib/python2.7/site-packages/iniparse/compat.py", line 125, in get raise NoOptionError(option, section) ConfigParser.NoOptionError: No option u'langpack_locales' in section: u'main' [root@localhost log]#