Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488872 - app-emulation/wine-1.7.* USE=ssl - configure: error: libgnutls development files not found, no schannel support. This is an error since --with-gnutls was requested.
Summary: app-emulation/wine-1.7.* USE=ssl - configure: error: libgnutls development fi...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 12:08 UTC by EoD
Modified: 2013-10-21 13:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.log,19.13 KB, text/x-log)
2013-10-21 12:08 UTC, EoD
Details
wine buildlog (wine-1.7.4:20131021-113348.log,56.06 KB, text/plain)
2013-10-21 12:09 UTC, EoD
Details

Note You need to log in before you can comment on or make changes to this bug.
Description EoD 2013-10-21 12:08:23 UTC
Created attachment 361514 [details]
emerge --info

When I enable the "ssl" useflag on any of the wine-1.7* ebuilds it fails compiling with a sandbox error. Disabling the useflag and it builds just fine.

Might be related to the recent upgrade to dev-libs/openssl-1.0.1e-r1, as I could compile wine-1.7.0 at 31/08/13.

I get very many errors of the following kind in the console, while building wine with ssl useflag enabled:

 (null)*(null) ../../sandbox-2.6/libsandbox/libsandbox.c:check_syscall():879: failure (No such file or directory):
 (null)*(null) ISE:
        abs_path: (null)
        res_path: (null)
 (null)*(null) ../../sandbox-2.6/libsandbox/libsandbox.c:check_syscall():879: failure (No such file or directory):
 (null)*(null) ISE:
        abs_path: (null)
        res_path: (null)


I am also using ABI_X86="32" on all app-emulation/emul-linux* packages and their dependencies. Not sure if this is related to the error.
Comment 1 EoD 2013-10-21 12:09:25 UTC
Created attachment 361516 [details]
wine buildlog
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-10-21 12:32:51 UTC
Seems like net-libs/gnutls is not properly installed on your system.
Comment 3 EoD 2013-10-21 13:05:42 UTC
(In reply to Lars Wendler (Polynomial-C) from comment #2)
> Seems like net-libs/gnutls is not properly installed on your system.

Reinstalling gnutls fixed the issue. My previous install of the same version of gnutls was from June, 7th (before the last working install of wine) and I haven't touched anything manually in my system in the last month. I have no idea where this issue came from.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-21 13:06:15 UTC
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-emulation/wine-1.7.4/work/wine-1.7.4-x86/config.log

Please do...
Comment 5 EoD 2013-10-21 13:10:22 UTC
(In reply to Jeroen Roovers from comment #4)
> !!! Please attach the following file when seeking support:
> !!! /var/tmp/portage/app-emulation/wine-1.7.4/work/wine-1.7.4-x86/config.log
> 
> Please do...

Sorry, but I can't attach the config.log as I can't reproduce the issue.