Bug 153709

Summary: Part.moc build problem Undefined interface
Product: [Applications] konsole Reporter: Treeve Jelbert <treeve>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: full compile log

Description Treeve Jelbert 2007-12-09 09:50:27 UTC
Version:            (using KDE KDE 3.96.0)
Installed from:    Compiled From Sources
Compiler:          gcc-4.2.2 
OS:                Linux

[ 47%] Generating konsolepart_automoc.cpp
Generating Part.moc
Linking CXX shared module ../../../lib/kded_kwrited.so
/usr/src/kdebase-3.96.2/apps/konsole/src/Part.h:57: Error: Undefined interface
kde4automoc: process for /usr/src/kdebase-3.96.2/build/apps/konsole/src/Part.moc failed
: Unknown error
pid to wait for: 0
processes in queue: 0
returning failed..
make[2]: *** [apps/konsole/src/konsolepart_automoc.cpp] Error 1
make[1]: *** [apps/konsole/src/CMakeFiles/konsolepart.dir/all] Error 2




This fails on an amd32 system which also has a lot of kde3 stuff.  

The same box running as amd64 without any kde3 stuff builds correctly.
Comment 1 Treeve Jelbert 2007-12-09 09:51:52 UTC
Created attachment 22423 [details]
full compile log
Comment 2 Andreas Pakulat 2007-12-09 13:52:22 UTC
This is a build failure in kdevelop4, thus closing as invalid:
a) its a build-error, which are not supposed to be reported on bugs.kde.org
b) its KDevelop4 and whoever tries to build that should be able to fix problems on his own at this stage.
Comment 3 Treeve Jelbert 2007-12-09 13:56:21 UTC
this should be assigned to kdebase, not kdevelop
Comment 4 Friedrich W. H. Kossebau 2007-12-11 00:19:21 UTC
kde4automoc seems to miss the interface includes from kdelibs

*** This bug has been marked as a duplicate of 153734 ***