Bug 876160
| Summary: | [abrt] liveusb-creator-3.11.7-2.fc18: locale.py:521:getlocale:TypeError: category LC_ALL is not supported | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Germán Ríos González <german.rios.gonzalez> | ||||||||||
| Component: | liveusb-creator | Assignee: | Luke Macken <lmacken> | ||||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 18 | CC: | bcl, lmacken, nikt, pfrields | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:79bdaddab11ec551aaa5062c297a48580fa66953 | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2014-02-05 13:02:35 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: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Germán Ríos González
2012-11-13 13:27:15 UTC
Created attachment 644095 [details]
File: environ
Created attachment 644096 [details]
File: dso_list
Created attachment 644097 [details]
File: executable
Created attachment 644098 [details]
File: core_backtrace
Description of problem:
# liveusb-creator
The problem occurs:
Traceback (most recent call last):
File "/sbin/liveusb-creator", line 89, in <module>
main()
File "/sbin/liveusb-creator", line 82, in main
from liveusb.gui import LiveUSBApp
File "/usr/lib/python2.7/site-packages/liveusb/__init__.py", line 28, in <module>
lang=locale.getlocale(locale.LC_ALL)[0]
File "/usr/lib/python2.7/locale.py", line 521, in getlocale
raise TypeError, 'category LC_ALL is not supported'
TypeError: category LC_ALL is not supported
# LC_ALL=C liveusb-creator
BDB2053 Freeing read locks for locker 0xf93: 12421/3077596992
BDB2053 Freeing read locks for locker 0xf94: 12421/3077596992
BDB2053 Freeing read locks for locker 0xf95: 12421/3077596992
BDB2053 Freeing read locks for locker 0xf96: 12421/3077596992
Traceback (most recent call last):
File "/sbin/liveusb-creator", line 89, in <module>
main()
File "/sbin/liveusb-creator", line 82, in main
from liveusb.gui import LiveUSBApp
File "/usr/lib/python2.7/site-packages/liveusb/__init__.py", line 29, in <module>
os.environ['LANG'] = lang
File "/usr/lib/python2.7/os.py", line 471, in __setitem__
putenv(key, item)
TypeError: must be string, not None
Version-Release number of selected component:
liveusb-creator-3.11.7-2.fc18
Additional info:
cmdline: /usr/bin/python -tt /sbin/liveusb-creator
dso_list: python-libs-2.7.3-13.fc18.i686
executable: /sbin/liveusb-creator
kernel: 3.8.3-203.fc18.i686.PAE
uid: 0
ureports_counter: 2
Truncated backtrace:
locale.py:521:getlocale:TypeError: category LC_ALL is not supported
Traceback (most recent call last):
File "/sbin/liveusb-creator", line 89, in <module>
main()
File "/sbin/liveusb-creator", line 82, in main
from liveusb.gui import LiveUSBApp
File "/usr/lib/python2.7/site-packages/liveusb/__init__.py", line 28, in <module>
lang=locale.getlocale(locale.LC_ALL)[0]
File "/usr/lib/python2.7/locale.py", line 521, in getlocale
raise TypeError, 'category LC_ALL is not supported'
TypeError: category LC_ALL is not supported
Local variables in innermost frame:
category: 6
localename: 'LC_CTYPE=en_US.utf8;LC_NUMERIC=en_DK.utf8;LC_TIME=en_DK.utf8;LC_COLLATE=en_US.utf8;LC_MONETARY=en_DK.utf8;LC_MESSAGES=en_US.utf8;LC_PAPER=en_US.utf8;LC_NAME=en_US.utf8;LC_ADDRESS=en_US.utf8;LC_TELEPHONE=en_US.utf8;LC_MEASUREMENT=en_DK.utf8;LC_IDENTIFICATION=en_US.utf8'
This message is a reminder that Fedora 18 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 18. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '18'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 18's end of life. Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 18 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 18's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |