Bug 310171 - ketchup does not work in rawhide
Summary: ketchup does not work in rawhide
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: ketchup
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Benjamin Krill
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-28 00:29 UTC by Rik van Riel
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-11 06:06:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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