On Sat, Dec 22, 2012 at 3:21 AM, Ozan Çağlayan <ozancag@xxxxxxxxx> wrote: > Hi, > > The latest ckmake rewritten in Python doesn't work on Fedora 18 > probably because of curses. > The list of kernels is shown but I can't go up/down or select > something. I have to hit CTRL^Z and kill > ckmake in order to get rid of it. The situation is the same in both > gnome-terminal and a real tty. It doesn't support letting you select the kernels via the boxes, but that would certainly be a welcomed change. Right now when you run it, it will actually kick off compilation across all kernels and you will see a status update for each one as each kernel job thread finishes. Hitting CTRL-C is handled on the program through a signal handler and its supposed to clean things but for some reason its not doing that or its taking a while. Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html