Bug 236077 - kdebindings fails to buid in smoke
Summary: kdebindings fails to buid in smoke
Status: RESOLVED UPSTREAM
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-02 21:33 UTC by Tomas Vavra
Modified: 2010-07-19 20:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
kdebindings make log (384.82 KB, text/x-log)
2010-05-02 21:34 UTC, Tomas Vavra
Details
kdebindings make log after fix (402.82 KB, text/x-log)
2010-05-04 23:17 UTC, Tomas Vavra
Details

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