Bug 197607

Summary: Yum tracebacks on install
Product: [Fedora] Fedora Reporter: Florian Festi <ffesti>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bkearney, katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-05 16:11:41 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:
Attachments:
Description Flags
Use an actual debugging level none

Description Florian Festi 2006-07-04 15:12:31 UTC
Description of problem:

yum tracebacks on 

Version-Release number of selected component (if applicable): yum-2.9.2-1 

How reproducible:

Steps to Reproduce:
1. Install current FC-6 devel (x86_64)
2. Have cups-devel installed
3. sudo yum install cups-devel

$ sudo yum install cups-devel
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 102, in main
    result, resultmsgs = do()
  File "/usr/share/yum-cli/cli.py", line 436, in doCommands
    return self.installPkgs()
  File "/usr/share/yum-cli/cli.py", line 788, in installPkgs
    self.verbose_logger.log(logginglevels.DEBUG_6,
AttributeError: 'module' object has no attribute 'DEBUG_6'

Expected results:

Could not find update match for cups-devel
No Packages marked for Update/Obsoletion

Additional Info:
Didn't get that traceback wenn trying some other packages.

Comment 1 James Bowes 2006-07-05 14:17:38 UTC
Created attachment 131929 [details]
Use an actual debugging level

Oops. The old log level of '6' should have been translated to DEBUG_3, not
DEBUG_6

Comment 2 Jeremy Katz 2006-07-05 16:11:41 UTC
Committed upstream and in yum-2.9.2-3