Am 12.10.2016 um 10:09 hat Ashijeet Acharya geschrieben: > I received a mail saying my series failed the automatic build test but > it builds completely fine (after applying Dan's patch obviously) in my > local environment.
The reason why patchew fails to build your series is because it doesn't understand the dependency on Dan's patches. Just ignore it. > Going through the config output of the test script, I see that the > supporting library for SSH which is "libssh2" seems to be disabled and > maybe causes the build to fail. I am able to reproduce it locally with > "libssh2" disabled. Of course, we must be able to build qemu correctly both with ssh enabled and disabled, so if you can indeed see a (different) build error with disabled libssh2, that needs to be fixed. But I can't see how that would happen, you don't touch configure and it already compiled the ssh driver out if libssh2 is disabled. Kevin