Bug 197607 - Yum tracebacks on install
Summary: Yum tracebacks on install
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-04 15:12 UTC by Florian Festi
Modified: 2014-01-21 22:54 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-05 16:11:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Use an actual debugging level (760 bytes, patch)
2006-07-05 14:17 UTC, James Bowes
no flags Details | Diff

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


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