<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>196507</bug_id>
          
          <creation_ts>2007-10-20 10:06 0000</creation_ts>
          <short_desc>kde-base/ksmserver-3.5.8 and kde-base/kdebase-3.5.8 fail without dbus/hal</short_desc>
          <delta_ts>2007-10-20 12:41:57 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>KDE</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>drear@iki.fi</reporter>
          <assigned_to>kde@gentoo.org</assigned_to>
          <cc>aoyu93@dsl.pipex.com</cc>
    
    <cc>wbrana@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>drear@iki.fi</who>
            <bug_when>2007-10-20 10:06:39 0000</bug_when>
            <thetext>Hello. 

Upgrading to KDE 3.5.8 went, as usual, well, except that this time ksmserver fails in a system without D-BUS or HAL. Thus, after all other KDE-components of the system based on split ebuilds have been emerged:

[ebuild     U ] kde-base/ksmserver-3.5.8 [3.5.7] USE=&quot;kdehiddenvisibility xinerama -arts -dbus% -debug -hal% -kdeenablefinal&quot; 0 kB

we arrive to

In file included from shutdown.cpp:86:
shutdowndlg.h:22:29: error: dbus/connection.h: No such file or directory
shutdowndlg.h:23:20: error: libhal.h: No such file or directory
/usr/kde/3.5/bin/dcopidl ./KSMServerInterface.h &gt; KSMServerInterface.kidl || ( rm -f KSMServerInterface.kidl ; false )
/usr/kde/3.5/bin/dcopidl ./server.h &gt; server.kidl || ( rm -f server.kidl ; false )
echo &apos;extern &quot;C&quot; int kdemain(int argc, char* argv[]);&apos; &gt; ksmserver.la.cpp; \
        echo &apos;int main(int argc, char* argv[]) { return kdemain(argc,argv); }&apos; &gt;&gt; ksmserver.la.cpp
/bin/sh ../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kdmlib -I/usr/kde/3.5/include -I/usr/qt/3/include -I.     -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=athlon64 -msse3 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o ksmserver_dummy.lo ksmserver_dummy.cpp
shutdowndlg.h:74: error: ISO C++ forbids declaration of &apos;LibHalContext&apos; with no type
shutdowndlg.h:74: error: expected &apos;;&apos; before &apos;*&apos; token
shutdowndlg.h:75: error: ISO C++ forbids declaration of &apos;DBusConnection&apos; with no type
shutdowndlg.h:75: error: expected &apos;;&apos; before &apos;*&apos; token
make[3]: *** [shutdown.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kde-base/ksmserver-3.5.8/work/ksmserver-3.5.8/ksmserver&apos;
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-base/ksmserver-3.5.8/work/ksmserver-3.5.8/ksmserver&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kde-base/ksmserver-3.5.8/work/ksmserver-3.5.8&apos;
make: *** [all] Error 2
 *
 * ERROR: kde-base/ksmserver-3.5.8 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call &apos;src_compile&apos;
 *   ebuild.sh, line 44:   Called src_compile
 *   ksmserver-3.5.8.ebuild, line 29:   Called kde-meta_src_compile
 *   kde-meta.eclass, line 380:   Called kde_src_compile
 *   kde.eclass, line 170:   Called kde_src_compile &apos;all&apos;
 *   kde.eclass, line 340:   Called kde_src_compile &apos;myconf&apos; &apos;configure&apos; &apos;make&apos;
 *   kde.eclass, line 336:   Called die
 *
 * died running emake, kde_src_compile:make
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at &apos;/var/tmp/portage/kde-base/ksmserver-3.5.8/temp/build.log&apos;.


This was replicated on two AMD64 systems; both otherwise stable, except for ~amd64 keywords for KDE (emerge --infos and other information on request).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-10-20 10:37:44 0000</bug_when>
            <thetext>*** Bug 196509 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-10-20 11:15:57 0000</bug_when>
            <thetext>*** Bug 196515 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>philantrop@gentoo.org</who>
            <bug_when>2007-10-20 12:41:57 0000</bug_when>
            <thetext>Fixed in CVS.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>