http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #5 from Jaime Rave jaimerave@gmail.com 2009-10-22 20:42:38 --- Ok after 2 days trying to finish the regression test seems like it's impossible. Because of:
make[2]: se ingresa al directorio `/home/jaime/wine-git/dlls/system.drv16' ../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -shared ./system.drv16.spec system.o -Wb,--subsystem,win16 -o system.drv16.so -lkernel32 ../../libs/port/libwine_port.a system.o: In function `call_timer_proc16': /home/jaime/wine-git/dlls/system.drv16/system.c:183: undefined reference to `NtCurrentTeb' collect2: ld returned 1 exit status winegcc: ccache failed make[2]: *** [system.drv16.so] Error 2 make[2]: se sale del directorio `/home/jaime/wine-git/dlls/system.drv16' make[1]: *** [system.drv16] Error 2 make[1]: se sale del directorio `/home/jaime/wine-git/dlls' make: *** [dlls] Error 2
This appear every time i try to compile, I do a git bisect skip but after that the final result is:
There are only 'skip'ped commit left to test. The first bad commit could be any of: 4ed126f5dcbdf99ba03c58e85023b44e8762e405 -------- lot of commits numbers ----- bd48cf2f4bb709883b1d7b7c7f22ee3215042c62 We cannot bisect more!
Any idea how to find more info??