Bug 507135
| Summary: | A dependency error crashes yum with a ValueError: incomplete format | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aurelien Bompard <gauret> |
| Component: | yum | Assignee: | Seth Vidal <skvidal> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | ffesti, james.antill, pmatilai, tim.lauridsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-06-24 20:33:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
yep - translation replaced %s with % fixed upstream. thanks |
Description of problem: When there is a dependency error, Yum crashes with a ValueError. This is probably due to the french translation. Here's the output: # yum --changelog --skip-broken update [...] Est-ce correct [o/N] : o Lancement de rpm_check_debug ERREUR de résolution de dépendance par rpm_check_debug : python(abi) is needed by (installed) pywbxml-0.1-3.fc9.i386 python(abi) is needed by (installed) plucker-1.8-1.fc10.i386 python(abi) is needed by (installed) pykaraoke-0.6-1.fc10.i386 Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 309, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 261, in main return_code = base.doTransaction() File "/usr/share/yum-cli/cli.py", line 426, in doTransaction return 1, [_('Please report this error in %s') % self.conf.bugtracker_url] ValueError: incomplete format Version-Release number of selected component (if applicable): yum-3.2.23-3.fc11.noarch How reproducible: always, if you have a dependency error to test it on...