Bug 310171

Summary: ketchup does not work in rawhide
Product: [Fedora] Fedora Reporter: Rik van Riel <riel>
Component: ketchupAssignee: Benjamin Krill <ben>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2007-10-11 06:06:06 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 Rik van Riel 2007-09-28 00:29:26 UTC
Description of problem:

Simply using ketchup seems to break things.

$ ketchup linux-2.6.23-rc7-mm1
None -> linux-2.6.23-rc7-mm1
Traceback (most recent call last):
  File "/usr/bin/ketchup", line 737, in <module>
    transform(a, b)
  File "/usr/bin/ketchup", line 496, in transform
    a = install_nearest(base(b))
  File "/usr/bin/ketchup", line 137, in base
    v = revbase(ver)
  File "/usr/bin/ketchup", line 134, in revbase
    return "%s.%s" % (tree(ver), rev(ver))
  File "/usr/bin/ketchup", line 106, in tree
    return float(re.match(r'(\d+\.\d+)', ver).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

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

ketchup-0.9.8-1.fc8

Comment 1 Benjamin Krill 2007-09-28 08:40:12 UTC
Without "linux-" it works. So you only have to use the 
kernel version. I have contacted upstream and provide
a patch for this issue.

Currently, I wait for response.

Comment 2 Rik van Riel 2007-09-28 13:58:47 UTC
Doh, I guess that was a user error then.

Comment 3 Benjamin Krill 2007-10-11 06:06:06 UTC
Not a bug, because of a user error.