Bug 480440
| Summary: | UnicodeDecodeError when updating package with zh_CN locale | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lubomir Rintel <lkundrak> |
| Component: | PackageKit | Assignee: | Richard Hughes <richard> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 10 | CC: | jianliang79, lbndev, lkundrak, lmacken, rhughes, richard, robin.norwood, tuxbrewr, whistler |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.3.15-2.fc10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 477158 | Environment: | |
| Last Closed: | 2009-02-16 16:08: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: | |||
|
Description
Lubomir Rintel
2009-01-17 10:57:06 UTC
What version PackageKit? Thanks. rpm -qa | grep PackageKit PackageKit-gstreamer-plugin-0.3.12-1.fc10.i386 PackageKit-udev-helper-0.3.12-1.fc10.i386 PackageKit-yum-0.3.12-1.fc10.i386 PackageKit-yum-plugin-0.3.12-1.fc10.i386 PackageKit-0.3.12-1.fc10.i386 PackageKit-glib-0.3.12-1.fc10.i386 it seems this usually happens when the full path of the RPM contains non-ascii characters, e.g., by putting the RPM to the Desktop when using Chinese locale (the directory name is in Chinese in this case). commit 09aede02e813cf531ee6c3ecb86c7c7d296a6971
Author: Richard Hughes <richard>
Date: Mon Feb 16 16:07:23 2009 +0000
yum: don't backtrace with an internal error when the filename is not unicode. Fixes rh#480440
I'll do a new upstream release of PackageKit on Monday, and push an update to F10. *** Bug 484288 has been marked as a duplicate of this bug. *** PackageKit-0.3.15-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/PackageKit-0.3.15-1.fc10 PackageKit-0.3.15-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |