On Thu, Mar 12, 2015 at 06:10:01PM +0000, Alberto Bertogli wrote: > On Thu, Mar 12, 2015 at 03:30:19PM -0000, Matthias Klose wrote: > > Public bug reported: > > > > seen in vivid, using gccgo. It should be reproducible on other > > architectures as well. > > I can reproduce this locally on Debian testing too. > > The failure is in a test that is known to be brittle due to regexping on the > SSL error information message, which unfortunately is the only way to check > that I know.
Actually, it's due to the behaviour change in Python 2.7.9 to automatically validate server certificates. I think the attached patch, which you can also find at https://blitiri.com.ar/git/r/kxd/c/e0d577c780ce7591040dc6b68b270cb80bc556b8/, should fix the problem. Would you mind giving it a try? Thanks! Alberto ** Patch added: "0001-tests-Fix-SSL-validation-in-test_tricky.patch" https://bugs.launchpad.net/bugs/1431420/+attachment/4343432/+files/0001-tests-Fix-SSL-validation-in-test_tricky.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1431420 Title: kxd fails to build with gccgo (test failures) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kxd/+bug/1431420/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
