On 2020-01-28 09:00, Francois Gouget wrote:
On Fri, 24 Jan 2020, Derek Lesho wrote: [...]
I just checked the build log for v4 of my patch, and it looks like gcrypt still isn't being picked up. I did add a skip() to the tests though so that it doesn't manifest as a test failure.
Turns out libgpg-error-dev is yet another Debian package that does not support multiarch (despite multiarch support being a release goal for Debian 7!).
So I sent a fix for libgpg-error-dev and applied it to the TestBot VM: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933713
Libgcrypt-dev is broken too but the workaround is simpler and the right fix harder :-(. So I'm sticking with the workaround for now.
I sent a job to test this and I think it works: https://testbot.winehq.org/JobDetails.pl?Key=63981
Thanks!
Alexandre said he prefers that we don't add another dependency, so at some point I'll try redoing this patch with GnuTLS, but if that's not possible this will be useful.