From kde-solaris Sat Mar 22 09:47:40 2003 From: Keunwoo Lee Date: Sat, 22 Mar 2003 09:47:40 +0000 To: kde-solaris Subject: Re: [kde-solaris] Re: strange hangs X-MARC-Message: https://marc.info/?l=kde-solaris&m=104832652606094 On Mon, 3 Mar 2003, Alan Mizrahi wrote: > > I've got Qt 3.1.1 + KDE 3.1 built using gcc 3.2.1, but when I try to login > > and run KDE, the first login always freezes during KPersonalizer, usually > > before it even displays a window. If I kill KPersonalizer, startup > > continues, but soon hangs in some other app. The hanging actually seems > > kind of nondeterministic, although it's probably not. Logging stderr > > doesn't reveal much that's any help. Has anyone had this problem or one > > like it? > > I have the same problem. > I built KDE 3.1 using gcc-3.2.1 and binutils-2.13.2.1, I'll try to do it again > with gcc-3.2.2 and sun's ld and as. Re: the above reports that Alan and I posted a while back: as others have indicated, it seems to have to do with the following bug: http://bugs.kde.org/show_bug.cgi?id=50754 As I write in the last comment in the bug report, checking out KDE_3_1_BRANCH and rebuilding (exact same configuration as before) fixed my problem on Solaris 8. Runs beautifully now, though a bit sluggish on a Blade 100. I did the CVS checkout shortly before the 3.1.1 release, so this problem should be fixed in that release. For reference, here are my configure flags for qt, kdelibs, and kdebase: Qt: ./configure -prefix ${QTDIR} -platform solaris-g++ -thread \ -fast -no-exceptions -qt-gif \ -qt-imgfmt-jpeg -qt-libjpeg -qt-imgfmt-mng -qt-libmng kdelibs: ./configure --prefix=${KDEDIR} --with-qt-dir=${QTDIR} \ --with-ssl-dir=/usr kdebase: ./configure --prefix=${KDEDIR} --with-qt-dir=${QTDIR} \ --with-pam=other --with-kdm-pam=dtlogin \ --with-kcp-pam=other --with-kss-pam=other \ --with-java=${JDKDIR} \ --with-ssl-dir=/usr --with-x \ --with-motif-includes=/usr/dt/share/include \ --with-motif-libraries=/usr/lib Incidentally, despite all my --with-*-pam flags, I can't get the screen lock to work right. I don't have root access on these machines, so there's probably no way to make it work. ~k -- GPG public key id: 0x5CFD1761 (available on a key server near you) ___________________________________________________ This message is from the kde-solaris mailing list. Account management: http://mail.kde.org/mailman/listinfo/kde-solaris. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.