By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 749 - Build issue: kdewebdev FTBFS
Summary: Build issue: kdewebdev FTBFS
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdewebdev (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: All Linux
: P5 normal
Assignee: L0ner
URL:
Depends on:
Blocks:
 
Reported: 2011-12-16 09:05 CST by L0ner
Modified: 2013-12-08 20:22 CST (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
kdewebdev patch (530 bytes, patch)
2011-12-16 09:09 CST, L0ner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description L0ner 2011-12-16 09:05:17 CST
[ 92%] Building CXX object quanta/project/CMakeFiles/project-static.dir/uploadprofilespage.cpp.o
cd /root/pkgbuild/kdewebdev/src/build/quanta/project && /usr/bin/c++   -DHAVE_CONFIG_H -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2  -include tqt.h -I/root/pkgbuild/kdewebdev/src/build/quanta/project -I/root/pkgbuild/kdewebdev/src/build/quanta/dialogs -I/root/pkgbuild/kdewebdev/src/kdewebdev/lib -I/root/pkgbuild/kdewebdev/src/kdewebdev/quanta/src -I/root/pkgbuild/kdewebdev/src/kdewebdev/quanta/parsers -I/root/pkgbuild/kdewebdev/src/kdewebdev/quanta/utility -I/root/pkgbuild/kdewebdev/src/kdewebdev/quanta/treeviews -I/root/pkgbuild/kdewebdev/src/kdewebdev/quanta/dialogs -I/root/pkgbuild/kdewebdev/src/kdewebdev/quanta/dialogs/tagdialogs -I/root/pkgbuild/kdewebdev/src/kdewebdev/quanta/components/debugger -I/root/pkgbuild/kdewebdev/src/kdewebdev/quanta/components/debugger/interfaces -I/opt/trinity/include -I/opt/qt/include -I/opt/trinity/include/tqt    -include tqt.h -fPIC -o CMakeFiles/project-static.dir/uploadprofilespage.cpp.o -c /root/pkgbuild/kdewebdev/src/build/quanta/project/uploadprofilespage.cpp
In file included from /root/pkgbuild/kdewebdev/src/build/quanta/project/uploadprofilespage.cpp:22:0:
/root/pkgbuild/kdewebdev/src/build/quanta/project/uploadprofilespage.ui.h:23:27: fatal error: projectupload.h: No such file or directory
compilation terminated.
make[2]: *** [quanta/project/CMakeFiles/project-static.dir/uploadprofilespage.cpp.o] Error 1
make[2]: Leaving directory `/root/pkgbuild/kdewebdev/src/build'
make[1]: *** [quanta/project/CMakeFiles/project-static.dir/all] Error 2
make[1]: Leaving directory `/root/pkgbuild/kdewebdev/src/build'
make: *** [all] Error 2
Comment 1 L0ner 2011-12-16 09:09:23 CST
Created attachment 226 [details]
kdewebdev patch
Comment 2 L0ner 2011-12-16 09:09:51 CST
Comment on attachment 226 [details]
kdewebdev patch

Missing ${CMAKE_SOURCE_DIR}/quanta/project declaration in build/kdewebdev/src/kdewebdev/quanta/project/CMakeLists.txt
fixed.
Comment 3 Timothy Pearson 2012-01-06 19:00:53 CST
Fixed in GIT hash 56be183977f554aab855ecfa9447983d801485c3

Thanks for reporting, and for the patch!