Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 963330

Summary: ValueError: row sequence has the incorrect number of elements
Product: [Fedora] Fedora Reporter: Mark Hamzy <hamzy>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, awilliam, dan, dshea, g.kaviyarasu, hamzy, jonathan, mkolman, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: s390x   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-28 23:35:19 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:
Bug Depends On:    
Bug Blocks: 467765    
Attachments:
Description Flags
anaconda traceback none

Description Mark Hamzy 2013-05-15 16:39:01 UTC
Created attachment 748408 [details]
anaconda traceback

Description of problem:
Booting http://s390.koji.fedoraproject.org/test/20130515/ I come across the following:

Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 815, in _convert_row
    raise ValueError('row sequence has the incorrect number of elements')
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 915, in _do_insert
    row, columns = self._convert_row(row)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 924, in append
    return self._do_insert(-1, row)
  File "/tmp/updates/pyanaconda/ui/gui/spokes/welcome.py", line 242, in _addLanguage
    store.append(['<span lang="%s">%s</span>' % (re.sub('\..*', '', setting), native), english, setting])
  File "/tmp/updates/pyanaconda/ui/gui/spokes/welcome.py", line 170, in initialize
    trans.english_name, trans.short_name)
  File "/tmp/updates/pyanaconda/ui/gui/spokes/welcome.py", line 315, in initialize
    LanguageMixIn.initialize(self)
  File "/tmp/updates/pyanaconda/ui/gui/__init__.py", line 387, in run
    self._currentAction.initialize()
  File "/sbin/anaconda", line 1079, in <module>
    anaconda._intf.run()
ValueError: row sequence has the incorrect number of elements

Version-Release number of selected component (if applicable):
anaconda-19.25-1.fc19.s390x

How reproducible:
Always

Comment 1 Adam Williamson 2013-06-26 22:25:01 UTC
Is this reproducible with newer builds? It's been a while.

Comment 2 Mark Hamzy 2013-06-28 23:35:19 UTC
I tested with http://s390.koji.fedoraproject.org/test/20130628/ and did not encounter the problem.  Therefore, I am closing this.