Description of problem: UnicodeDecodeError exception doing dump. Version-Release number of selected component (if applicable): python-meh-0:0.18-1.fc18.noarch (on Live CD) anaconda 18.35 (updated from what is on Live CD) Fedora-18-Beta-x86_64-Live-Desktop.iso How reproducible: Only tried once. Steps to Reproduce: 1. Start the installer from the Live CD. 2. Complete an install in Chinese (Taiwan). 3. Restart the installer. 4. Attempt to create a new volume group with name "fedora". Actual results: Bug 883632 - TypeError: set_info() takes exactly 2 arguments (3 given) Attached file anaconda-tb has: Exception occurred during state dump: ... UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 29: ordinal not in range(128) https://bugzilla.redhat.com/attachment.cgi?id=657917 Expected results: No exception doing dump. Additional info: See also: Bug 874250 - UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 60: ordinal not in range(128) Tested with: $ qemu-kvm -m 2048 -hda f18-test-2.img -cdrom ~/xfr/fedora/F18/F18-Beta/Final/Fedora-18-Beta-x86_64-Live-Desktop.iso -usb -vga qxl -boot menu=on -usbdevice mouse
[snippet from Attachment 657917 [details]] Exception occurred during state dump: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/meh/dump.py", line 419, in dump ret += self._dumpClass(obj, skipList=idSkipList) File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) File "/usr/lib/python2.7/site-packages/meh/dump.py", line 360, in _dumpClass ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) File "/usr/lib/python2.7/site-packages/meh/dump.py", line 368, in _dumpClass ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) File "/usr/lib/python2.7/site-packages/meh/dump.py", line 358, in _dumpClass ret += "%s" % (v,) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 29: ordinal not in range(128)
Patch posted to anaconda-patches.
python-meh-0.20-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-meh-0.20-1.fc18
Package python-meh-0.20-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-meh-0.20-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-20183/python-meh-0.20-1.fc18 then log in and leave karma (feedback).
python-meh-0.20-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
*** Bug 905672 has been marked as a duplicate of this bug. ***