Bug 542158 - Traceback when trying to install updates
Summary: Traceback when trying to install updates
Keywords:
Status: CLOSED DUPLICATE of bug 541645
Alias: None
Product: Fedora
Classification: Fedora
Component: PackageKit
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Richard Hughes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-28 15:52 UTC by drago01
Modified: 2009-12-01 16:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-01 16:56:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description drago01 2009-11-28 15:52:40 UTC
Description of problem:

Packagekit refuses to install/update anything claiming that "Error getting repository data for installed, repository not found" while yum itself works fine and all repos are accessable.


Version-Release number of selected component (if applicable):
PackageKit-0.5.4-0.4.20091029git.fc12.x86_64

How reproducible:
Always (on this system, does not happen on my laptop)

Steps to Reproduce:
1. Try to update/install anything

  
Actual results:

Traceback

Expected results:

Perform the install/update task

Additional info:

The traceback is:
----------
Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
    main()
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
    backend.dispatcher(sys.argv[1:])
  File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 710, in dispatcher
    self.dispatch_command(args[0], args[1:])
  File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 657, in dispatch_command
    self.update_packages(only_trusted, package_ids)
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1948, in update_packages
    signed = self._is_package_repo_signed(pkg)
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1437, in _is_package_repo_signed
    repo = self.yumbase.repos.getRepo(pkg.repoid)
  File : /usr/lib/python2.6/site-packages/yum/repos.py, line 121, in getRepo
    'Error getting repository data for $s, repository not found' $ (repoid)
--------

Comment 1 drago01 2009-12-01 16:56:38 UTC

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


Note You need to log in before you can comment on or make changes to this bug.