Comment 25 for bug 1186800

Revision history for this message
Federico Leoni (effelle-gmail) wrote :

Chris,
I'm trying to bisect but seems I have a problem with build-mainline-one script...

effe@C400:~/linux-stable$ git bisect start -- arch/i386 include/video
effe@C400:~/linux-stable$ git bisect bad v3.7
effe@C400:~/linux-stable$ git bisect good v3.6.11
Bisecting: 15 revisions left to test after this (roughly 4 steps)
[14d33d384693eb6083396199de516fdef320f7af] OMAPDSS: Correct DISPC_IRQ bit definitions for LCD3
effe@C400:~/linux-stable$ git describe 14d33d384693eb6083396199de516fdef320f7af
v3.5-rc2-87-g14d33d3
effe@C400:~/kteam-tools/mainline-build$ ./mainline-build-one 14d33d384693eb6083396199de516fdef320f7af raring
*** BUILDING: commit:14d33d384693eb6083396199de516fdef320f7af series:raring abinum: ...
fatal: No names found, cannot describe anything.
build-mainline-one: 14d33d384693eb6083396199de516fdef320f7af: invalid commit

I can't create the .deb I need to install the kernel to test nor I can't find a solution, I think I need to be much more "geek"...

F.