Bug 236077

Summary: kdebindings fails to buid in smoke
Product: [Unmaintained] bindings Reporter: Tomas Vavra <xtom.vavra>
Component: generalAssignee: kde-bindings
Status: RESOLVED UPSTREAM    
Severity: normal CC: eternaleye
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: kdebindings make log
kdebindings make log after fix

Description Tomas Vavra 2010-05-02 21:33:19 UTC
Version:            (using Devel)
Compiler:          gcc version 4.4.4 (Debian 4.4.4-1) 
OS:                Linux
Installed from:    Compiled sources

Fails with this and config.xml doesn't exists:
[ 63%] Built target smokeqtuitools
[ 63%] Generating smokedata.cpp, x_1.cpp, x_2.cpp, x_3.cpp, x_4.cpp, x_5.cpp, x_6.cpp, x_7.cpp, x_8.cpp, x_9.cpp, x_10.cpp
Couldn't find config file "/backup/pc/usr/src/kde4/build/kdebindings/smoke/qwt/../qt/config.xml" 
"Cannot load library generator_: (libgenerator_.so: cannot open shared object file: No such file or directory)" 
make[2]: *** [smoke/qwt/smokedata.cpp] Error 1
make[1]: *** [smoke/qwt/CMakeFiles/smokeqwt.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Comment 1 Tomas Vavra 2010-05-02 21:34:40 UTC
Created attachment 43176 [details]
kdebindings make log
Comment 2 Alex Elsayed 2010-05-04 00:24:32 UTC
I am also seeing this error while trying to build kdebindings from SVN via Exherbo's packages, so at least 2 distros are affected.
Comment 3 Arno Rehn 2010-05-04 11:11:00 UTC
SVN commit 1122594 by arnorehn:

use the correct config file

BUG:236077



 M  +1 -1      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1122594
Comment 4 Tomas Vavra 2010-05-04 22:58:48 UTC
Thanks mentioned error disappeared but still don't compile correctly. See attached log
Comment 5 Tomas Vavra 2010-05-04 23:17:13 UTC
Created attachment 43252 [details]
kdebindings make log after fix