Problems with recent build

Ralf Habacker ralf.habacker at freenet.de
Thu Sep 6 21:24:56 CEST 2007


Andreas Pakulat schrieb:
> Hi,
>
> I've built yesterday and today updated qt-copy and rebuilt. However I've
> got two problems:
>
> a) kdeinit4 starts dbus (and dbus-daemon runs, but I don't see its
> console window),
this is normal, kdeinit4 starts dbus in the background
>  but I get a message:
> Failed to bind to socket: ... Address already in use.
>   
Are you sure, that no dbus-daemon is already running ? If not another 
process is blocking this port. Try  netstat -a -o. You may see a line

  TCP    P5:12434               P5:0                   ABHÖREN         <pid>

where <pid> indicates the process id of the related process.


> It seems manually launching dbus-daemon helps, but autostart did work
> last time I built kde4 (sometime in early august I think)
>
> b) the other problem is that kdevelop crashes during startup trying to
> use KService::library, which I suspect comes from using
> KService::serviceByDesktopName() in kdevkonsoleview_part.cpp to check
> wether konsolepart exists or not. I don't have a right backtrace at the
> moment, will try to get it tomorrow.
>   
no idea  - Are you using mingw or msvc ?  In my experience msvc makes it 
much easier to debug an application

Ralf




More information about the Kde-windows mailing list