Bug 269680

Summary: qt compile depends on build-dir for mysql-pkg & dbus & openssl
Product: [Unmaintained] kde-windows Reporter: Thomas Zander <zander>
Component: buildsystemAssignee: KDE-Windows <kde-windows>
Status: RESOLVED LATER    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Thomas Zander 2011-03-29 11:11:50 UTC
Version:           unspecified (using Devel) 
OS:                MS Windows

doing an emerge --cleanallbuilds removes a directory that configuring qt requires.
This causes the configure of Qt to fail if mysql-dpk is installed, but the build dir is removed.
I think nothing should depend on a build dir, only on an installed files.

-L "i:\build\win32libs-bin\dbus-1.4.1-2\image\lib"
-L "i:\build\win32libs-bin\openssl-1.0.0b\image\lib"
-L "i:\build\testing\mysql-pkg-5.1.56\image-msvc2008-RelWithDebInfo-5.1.56\lib"


Reproducible: Always

Steps to Reproduce:
emerge mysql-dpk
emerge --cleanallbuilds
emerge qt

Actual Results:  
Configure will fail with a warning saying that the argument to -L is not an existing directory.

Expected Results:  
Either mysql-dpk would get recompiled or we link to the installed dir instead.
Comment 1 Thomas Zander 2012-10-18 06:59:31 UTC
Lets close this one now :)