Bug 269680 - qt compile depends on build-dir for mysql-pkg & dbus & openssl
Summary: qt compile depends on build-dir for mysql-pkg & dbus & openssl
Status: RESOLVED LATER
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: buildsystem (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 11:11 UTC by Thomas Zander
Modified: 2012-10-18 06:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)