Bug 14536 - ebuild for kdevelop-2.1.4
|
Bug#:
14536
|
Product: Gentoo Linux
|
Version: 1.4_rc2
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: kde@gentoo.org
|
Reported By: Sascha.Herrmann@web.de
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: ebuild for kdevelop-2.1.4
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-01-25 08:51 0000
|
Hi, as there is a bugfix update to kdevelop-2.1.4, i changed a few lines in the
kdevelop-2.1.3-r1.ebuild so kdevelop-2.1.4 can be build. I only changed the
download location, as everything else should stay the same as in 2.1.3-r1.
Hope everythings okay so!?
thanks. have you tried kdevelop-2.1.5 yet? i wanted to, it compiled fine, but
segfaults during startup :(
kdevelop-2.1.5 has the possibility to use docs generated by
kdelibs-apidocs.ebuild :)
hmm, my 2.1.4 tells me to work with 3.1.0 (RC6) (must be so as i don't have any
other kde version installed!)
I'll try the 2.1.5 one, but i have to try it with 3.1.0 (RC6) but i think that
should not be the problem!??!
well, kdevelop-2.1.5 should work with kde-3.1_rc6 :)
i didn't get it running here (with kde-3.1).
so, it would be nice if you could test kdevelop-2.1.5, cause kdevelop-2.1.5 can
display documentation generated by make apidocs in kdelibs-tarball (kdevelop-3.x
also uses this documentation).
Well, i compiled and started kdevelop-2.1.5 succesfully on kde 3.1 (RC6), but
i haven't tested all features yet! Will do that this evening! But for the first
impression it look stable to me!
(I'll try it with 3.1 final later this week, cause i have to wait untill that
compiled!)
PS: btw. maybe you post your CFLAGS, sometimes that's the reason for segfaults!
I get the following backtrace:
[New Thread 16384 (LWP 13151)]
0x41644079 in wait4 () from /lib/libc.so.6
#0 0x41644079 in wait4 () from /lib/libc.so.6
#1 0x416c1214 in __DTOR_END__ () from /lib/libc.so.6
#2 0x4152dae3 in waitpid () from /lib/libpthread.so.0
#3 0x40b5f33b in KCrash::defaultCrashHandler(int) ()
from /usr/kde/3.1/lib/libkdecore.so.4
#4 0x0813894a in DocTreeKDELibsFolder::refresh() (this=0xbfffeff8)
at /usr/qt/3/include/qptrlist.h:126
my CFLAGS are:
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse"
It might be related to qt-3.1.1, i currently rebuild kdevelop with qt-3.1.0.
Please try it with CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer" and
if that don't help with CFLAGS="-O2 -march=pentium3 -pipe".
Quite often this solves my problems!
i had to remove my ~/.kde/share/config/kdeveloprc ;)
kdevelop-2.1.5 is in portage. thanks.