Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471322 - app-emulation/wine-1.5.30 fails to configure with libgnutls development files not found
Summary: app-emulation/wine-1.5.30 fails to configure with libgnutls development files...
Status: RESOLVED DUPLICATE of bug 471077
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-26 09:22 UTC by Sven Müller
Modified: 2013-05-26 12:08 UTC (History)
0 users

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


Attachments
wine build.log (build.log,30.72 KB, text/plain)
2013-05-26 09:23 UTC, Sven Müller
Details
emerge --info (info.txt,7.35 KB, text/plain)
2013-05-26 09:24 UTC, Sven Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Müller 2013-05-26 09:22:49 UTC
I try to compile wine-1.5.30 on a amd64 system with the following USE-flags:

 * Found these USE flags for app-emulation/wine-1.5.30:
 U I
 + + X                      : Adds support for X11
 + - abi_x86_32             : 32-bit (x86) libraries
 + - abi_x86_32             : 32-bit (x86) libraries
 - + abi_x86_64             : 64-bit (amd64) libraries
 - + abi_x86_64             : 64-bit (amd64) libraries
 + + alsa                   : Adds support for media-libs/alsa-lib (Advanced
                              Linux Sound Architecture)
 - - capi                   : Enable ISDN support via CAPI
 + + cups                   : Add support for CUPS (Common Unix Printing
                              System)
 - - custom-cflags          : Bypass strip-flags; use are your own peril
 + + fontconfig             : Support for configuring and customizing font
                              access via media-libs/fontconfig
 + - gecko                  : Add support for the Gecko engine when using
                              iexplore
 + + gphoto2                : Adds digital camera support
 - - gsm                    : Adds support for the gsm lossy speech compression
                              codec
 + + gstreamer              : Adds support for media-libs/gstreamer (Streaming
                              media)
 + + jpeg                   : Adds JPEG image support
 + + lcms                   : Adds lcms support (color management engine)
 - - ldap                   : Adds LDAP support (Lightweight Directory Access
                              Protocol)
 + + mp3                    : Add support for reading mp3 files
 + + ncurses                : Adds ncurses support (console display library)
 + + nls                    : Adds Native Language Support (using gettext - GNU
                              locale utilities)
 + + odbc                   : Adds ODBC Support (Open DataBase Connectivity)
 - - openal                 : Adds support for the Open Audio Library
 - + opencl                 : Enable OpenCL support
 + + opengl                 : Adds support for OpenGL (3D graphics)
 - - osmesa                 : Add support for OpenGL in bitmaps using libOSMesa
 + - oss                    : Adds support for OSS (Open Sound System)
 + + perl                   : Install helpers written in perl
                              (winedump/winemaker)
 + + png                    : Adds support for libpng (PNG images)
 + - prelink                : Run prelink on DLLs during build -- do not
                              disable if you do not know what this means as it
                              can break things at runtime
 - - pulseaudio             : Adds support for PulseAudio sound server
 - - samba                  : Add support for NTLM auth. see
                              http://wiki.winehq.org/NtlmAuthSetupGuide and
                              http://wiki.winehq.org/NtlmSigningAndSealing
 + + scanner                : Adds support for scanner hardware (e.g. build the
                              sane frontend in kdegraphics)
 + + ssl                    : Adds support for Secure Socket Layer connections
 - - test                   : Workaround to pull in packages needed to run with
                              FEATURES=test. Portage-2.1.2 handles this
                              internally, so don't set it in
                              make.conf/package.use anymore
 + + threads                : Adds threads support for various packages.
                              Usually pthreads
 + + truetype               : Adds support for FreeType and/or FreeType2 fonts
 + + udisks                 : Support dynamic storage devices using
                              sys-fs/udisks
 - - v4l                    : Enable support for video4linux (using
                              linux-headers or userspace libv4l libraries)
 + + xcomposite             : Enable support for the Xorg composite extension
 - - xinerama               : Add support for the xinerama X11 extension, which
                              is mandatory if you work in multiple monitors
                              setup
 + + xml                    : Add support for XML files

It fails in configure phase with:

checking for -lxslt... libxslt.so.1
checking dbus/dbus.h usability... yes
checking dbus/dbus.h presence... yes
checking for dbus/dbus.h... yes
checking for -ldbus-1... libdbus-1.so.3
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
configure: error: libgnutls development files not found, no schannel support.
This is an error since --with-gnutls was requested.

Could it be a 32bit <-> 64bit conflict?

Reproducible: Always
Comment 1 Sven Müller 2013-05-26 09:23:31 UTC
Created attachment 349208 [details]
wine build.log
Comment 2 Sven Müller 2013-05-26 09:24:42 UTC
Created attachment 349210 [details]
emerge --info
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-05-26 12:08:37 UTC
Already fixed in 1.5.30 and 1.5.31, please resync.

*** This bug has been marked as a duplicate of bug 471077 ***