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
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.
Doh, I guess that was a user error then.
Not a bug, because of a user error.