https://bugs.winehq.org/show_bug.cgi?id=40937
Bug ID: 40937 Summary: Wine 1.9.14 fails to build on Ubuntu 14.04 Product: Wine Version: 1.9.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: strider@strycore.com Distribution: ---
Created attachment 55061 --> https://bugs.winehq.org/attachment.cgi?id=55061 Undefined symbols encountered during the build process
I maintain wine builds for lutris.net using the following script: https://github.com/lutris/buildbot/blob/master/runners/wine/build.sh We use Ubuntu 14.04 as a base build system because we use it as well for our runtime.
Today, I tried building the new release and it failed when building secur32, some libgnutls symbols were added that are not available in the version provided by Ubuntu 14.04.
Slackner on IRC has determined that the first introduction of these symbols were on this commit: http://source.winehq.org/git/wine.git/patch/cf9cd32df385f545d5c4933140135bd8...
Attached the build error reported on Ubuntu 14.04.