Bug 153709 - Part.moc build problem Undefined interface
Summary: Part.moc build problem Undefined interface
Status: RESOLVED DUPLICATE of bug 153734
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-09 09:50 UTC by Treeve Jelbert
Modified: 2007-12-11 00:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
full compile log (10.89 KB, application/x-bzip2)
2007-12-09 09:51 UTC, Treeve Jelbert
Details

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