Description of problem: I just installed a fresh copy of Fedora 7 on my laptop and ran the update software knowing I had some updates to do. At first the utility got stuck checking dependancies. When I forcefully quit the application and ran it again I was able to get through the dependency check stage and was told that other software had to be added. The moment I asked for it to proceed with the update I was faced with an exception. Component: Software Updater Summary: TB815ccf7d sqlutils.py:148:executeSQLQmark:OperationalError: no such column: checksum_value Traceback (most recent call last): File "/usr/sbin/pup", line 409, in _apply self.applyChanges(self.mainwin) File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 722, in applyChanges dlpkgs = self.downloadPackages(mainwin) File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 417, in downloadPackages probs = self.downloadPkgs(dlpkgs) File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 770, in downloadPkgs if not po.verifyLocalPkg(): File "/usr/lib/python2.5/site-packages/yum/packages.py", line 531, in verifyLocalPkg (csum_type, csum) = self.returnIdSum() File "/usr/lib/python2.5/site-packages/yum/sqlitesack.py", line 162, in returnIdSum return (self.checksum_type, self.checksum_value) File "/usr/lib/python2.5/site-packages/yum/sqlitesack.py", line 102, in __getattr__ (self.pkgId,)) File "/usr/lib/python2.5/site-packages/yum/sqlutils.py", line 148, in executeSQLQmark return cursor.execute(query, params) OperationalError: no such column: checksum_value Local variables in innermost frame: cursor: <sqlite3.Cursor object at 0xd668260> query: select checksum_value from packages where pkgId = ? params: (u'94c020ac9a09e94e78b511ded0553e6f5ab3e15b',) Version-Release number of selected component (if applicable): How reproducible: All I have to do to reproduce it is try to install the updates again. Below are the steps I took to get to this point. Steps to Reproduce: 1. I asked Fedora 7 to proceed with the 74 updates it had to install. It got stuck at the dependency check. 2. I forcefully exited the update application 3. I retried to install the updates, it cleared the dependency check stage and got an error as soon as it attempted to download/install the updates Actual results: Exception! Expected results: Updates :P Additional info:
Created attachment 154619 [details] Error output
This look like a duplicate of bug #239969.
Thank you for the report. However this has been reported to the incorrect component. Reassigning from "up2date" to "pirut". Feel free to report any further bugs you find to our bug tracking system.
What's the output of 'rpm -q yum yum-metadata-parser'?
Closing due to inactivity. Please reopen or file a new bug if you have further information to add to this bug report