Bug 227552

Summary: Debug build missing from dbus-mingw4-1.2.4-1-lib.tar.bz2
Product: kde-windows Reporter: David Nadlinger <code>
Component: installerAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.4   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description David Nadlinger 2010-02-18 19:27:34 UTC
Version:            (using Devel)
Compiler:          MinGW gcc 4.4.0 (emerge'd)
OS:                MS Windows
Installed from:    Compiled sources

When building Qt in debug mode, it tries to link the debug version of libdbus-1 (called libdbus-1d). The dbus package from kde-windows.sf.net only provides a release build, however, which breaks emerging qt with EMERGE_BUILDTYPE=Debug.

Proposed solution: Also include a debug build of the library in the dbus packages. There should be no legal issues with MinGW.
Comment 1 Patrick Spendrin 2012-02-22 23:24:26 UTC
This has been fixed by forcing emerge users to build dbus in debug mode too.