Bug 151048

Summary: Yum crashes after update to SQLite-3
Product: [Fedora] Fedora Reporter: Naadir Jeewa <njeewa>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-14 13:59:46 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 Naadir Jeewa 2005-03-14 13:21:40 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050308 Firefox/1.0.1 Fedora/1.0.1-5

Description of problem:
Since the sqlite3 package has been replaced by sqlite-3, Yum fails to process the package list after downloading metadata


Version-Release number of selected component (if applicable):
yum-2.3.1-2 sqlite-3.1.2-1 python-sqlite-1.1.6-1

How reproducible:
Always

Steps to Reproduce:
1. Run yum update
  

Actual Results:  Setting up Update Process
Setting up Repos
newrpms                   100% |=========================| 1.1 kB    00:00
freshrpms                 100% |=========================|  951 B    00:00
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 107 kB    00:00
newrpms   : ################################################## 385/385
Added 385 new packages, deleted 0 old in 2.07 seconds
primary.xml.gz            100% |=========================| 146 kB    00:00
freshrpms : ################################################## 471/471
Added 471 new packages, deleted 0 old in 1.57 seconds
Traceback (most recent call last):
  File "/usr/bin/yum", line 15, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 72, in main
    result, resultmsgs = do()
  File "/usr/share/yum-cli/cli.py", line 462, in doCommands
    return self.updatePkgs()
  File "/usr/share/yum-cli/cli.py", line 960, in updatePkgs
    self.doUpdateSetup()
  File "__init__.py", line 228, in doUpdateSetup
  File "sqlitesack.py", line 225, in returnObsoletes
  File "/usr/src/build/539311-i386/install//usr/lib/python2.4/site-packages/sqlite/main.py", line 104, in __getitem__
KeyError: 'PACKAGES.PKGID'


Expected Results:  Pulling of upgraded headers

Additional info:

Comment 1 Seth Vidal 2005-03-14 13:59:46 UTC

*** This bug has been marked as a duplicate of 151047 ***