Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14536 - ebuild for kdevelop-2.1.4
Summary: ebuild for kdevelop-2.1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-25 08:51 UTC by Sascha Herrmann
Modified: 2003-02-04 13:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Herrmann 2003-01-25 08:51:00 UTC
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!?
Comment 1 Sascha Herrmann 2003-01-25 08:54:20 UTC
inherit kde-base
need-kde 3

S=${WORKDIR}/${P}_for_KDE_3.0
DESCRIPTION="KDevelop ${PV}"
HOMEPAGE="http://www.kdevelop.org/"
SRC_PATH="kde/stable/3.0.5/src/${P}_for_KDE_3.0.tar.bz2"
SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
	ftp://ftp.fh-heilbronn.de/pub/mirrors/$SRC_PATH
	ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH
	mirror://gentoo/c_cpp_reference-1.0.tar.gz
	mirror://gentoo/kdelibs-kdevelop-docs-3.0.1.tar.bz2
	mirror://gentoo/kdevelop-2.1.3-qt-templates.tar.gz"

LICENSE="GPL-2"
KEYWORDS="x86 ppc"

---
The changes are in the SRC_PATH and SRC_URI lines, everything may stay the same
(worksforme!).
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2003-02-02 18:13:23 UTC
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 :) 
Comment 3 Sascha Herrmann 2003-02-03 04:41:53 UTC
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!??!
Comment 4 Hannes Mehnert (RETIRED) gentoo-dev 2003-02-03 09:52:51 UTC
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). 
Comment 5 Sascha Herrmann 2003-02-04 06:18:41 UTC
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!
Comment 6 Hannes Mehnert (RETIRED) gentoo-dev 2003-02-04 07:07:38 UTC
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. 
Comment 7 Sascha Herrmann 2003-02-04 08:02:06 UTC
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!
Comment 8 Hannes Mehnert (RETIRED) gentoo-dev 2003-02-04 13:43:58 UTC
i had to remove my ~/.kde/share/config/kdeveloprc ;) 
kdevelop-2.1.5 is in portage. thanks.