Build 1.6 lost SSL support because it can not detect libgnutls

Bug #1491447 reported by Alexandre Garnier
60
This bug affects 10 people
Affects Status Importance Assigned to Milestone
wine1.6 (Ubuntu)
Confirmed
Undecided
MrJOHN

Bug Description

When looking at the build logs of wine-1.6 1.6.2-0ubuntu8.1 <https://launchpadlibrarian.net/211920194/buildlog_ubuntu-vivid-amd64.wine1.6_1%3A1.6.2-0ubuntu8.1_BUILDING.txt.gz>:
> checking gnutls/gnutls.h presence... yes
> checking for gnutls/gnutls.h... yes
> checking for -lgnutls... not found
> [...]
> configure: libhal development files not found, no legacy dynamic device support.
> configure: libgnutls development files not found, no schannel support.
>
> configure: Finished. Do 'make' to compile Wine.

Without gnutls, SSL is not supported.

The last build I can find that was OK on this is wine-1.6 1.6.2-0ubuntu <https://launchpadlibrarian.net/176372111/buildlog_ubuntu-utopic-amd64.wine1.6_1%3A1.6.2-0ubuntu5_UPLOADING.txt.gz>:
> checking gnutls/gnutls.h presence... yes
> checking for gnutls/gnutls.h... yes
> checking for -lgnutls... libgnutls.so.26
> [...]
> configure: libhal development files not found, no legacy dynamic device support.
>
> configure: Finished. Do 'make' to compile Wine.

According to this thread <http://lists.alioth.debian.org/pipermail/pkg-gnutls-maint/2014-December/006220.html>, 'configure' is expecting a wrong lib name ; the thread points to <http://anonscm.debian.org/cgit/pkg-wine/wine.git/log/debian/patches/debian-gnutls.patch>, a (now removed) patch that allow any extension (-deb0 for example) in lib name.

Tags: patch
Revision history for this message
Alexandre Garnier (zigarn) wrote :

Adding this patch in the patches queue solve the problem: http://source.winehq.org/git/wine.git/patch/79e0cb3a26f8ddefa12a7bf1023cf442f4072b81
A version that apply in attachment.

summary: - wine package built without gnutls library, so no SSL
+ Build 1.6 lost SSL support because it can not detect libgnutls
affects: wine (Ubuntu) → wine1.6 (Ubuntu)
Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "0041-configure-Fix-detection-of-gnutls-on-Ubuntu-14.10.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]

tags: added: patch
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in wine1.6 (Ubuntu):
status: New → Confirmed
Revision history for this message
Huck-bernhard (huck-bernhard) wrote :

a Test on Ubuntu 15.10 Beta

$ wine iexplore.exe
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

MrJOHN (johntin1988)
Changed in wine1.6 (Ubuntu):
assignee: nobody → MrJOHN (johntin1988)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.