Bug 59520

Summary: Kdelibs compilation has problems on cvs-head
Product: [Frameworks and Libraries] kdelibs Reporter: Ismail Donmez <ismail>
Component: generalAssignee: Stephan Kulow <coolo>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ismail Donmez 2003-06-08 16:54:21 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3 automake 1.7
OS:          Linux

When compiling kdelibs from cvs it exits with error : 

Making all in doc
make[2]: Entering directory `/usr/src/kde/kdelibs/doc'
Making all in common
make[3]: Entering directory `/usr/src/kde/kdelibs/doc/common'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/kde/kdelibs/doc/common'
Making all in kspell
make[3]: Entering directory `/usr/src/kde/kdelibs/doc/kspell'
KDELIBS_UNINSTALLED=yes ../../kdoctools/meinproc --check --cache index.cache.bz2 ./index.docbook
/bin/sh: line 1: ../../kdoctools/meinproc: No such file or directory
make[3]: *** [index.cache.bz2] Error 127
make[3]: Leaving directory `/usr/src/kde/kdelibs/doc/kspell'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/kde/kdelibs/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/kde/kdelibs'
make: *** [all] Error 2


Seems like "kdoctools" must be compiled before "doc".
Comment 1 Thiago Macieira 2003-06-08 17:43:06 UTC
Please report this to the mailing lists (probably -core-devel). 
Comment 2 Dirk Mueller 2003-06-09 13:24:47 UTC
its still a bug 
Comment 3 Dirk Mueller 2003-06-09 13:25:26 UTC
Subject: kdelibs

CVS commit by mueller: 

make sure that meinproc is compiled before doc
CCMAIL: 59520-done@bugs.kde.org


  M +1 -0      Makefile.am.in   1.28


--- kdelibs/Makefile.am.in  #1.27:1.28
@@ -4,4 +4,5 @@
 COMPILE_BEFORE_kabc = kab kresources
 COMPILE_BEFORE_kate = interfaces kutils
+COMPILE_BEFORE_doc = kdoctools
 
 $(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/libltdl/ltdl.m4