Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208726 - dev-util/kdevelop-3.5.0 missing subversion dependency
Summary: dev-util/kdevelop-3.5.0 missing subversion dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-03 11:21 UTC by Kobboi
Modified: 2008-02-03 14:30 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 Kobboi 2008-02-03 11:21:19 UTC
When subversion support is requested by means of the appropriate USE flag, it is not added as a dependency. Therefore, the configuration of kdevelop fails when subversion has not been manually installed already.

Reproducible: Always

Steps to Reproduce:
emerge kdevelop with no subversion installed
Actual Results:  
configure: error: --enable-subversion was given, but test for subversion failed. Please install subversion headers and libraries and its dependencies (APR and APU utils)


Expected Results:  
subversion auto-pullin
Comment 1 Bo Ørsted Andresen (RETIRED) gentoo-dev 2008-02-03 12:24:38 UTC
I suppose you have kde-base/kdesdk installed with USE=-subversion? To verify this, please provide the output of:

emerge -pv =kde-base/kdesdk-3.5*
Comment 2 Kobboi 2008-02-03 13:43:11 UTC
(In reply to comment #1)
> I suppose you have kde-base/kdesdk installed with USE=-subversion? 

Yes:

# eix kdesdk
[I] kde-base/kdesdk
     Available versions:  
	(3.5)	3.5.5 ~3.5.6 ~3.5.6-r1 3.5.7 3.5.8
	(kde-4)	[M]~4.0.0
	{arts berkdb debug elibc_FreeBSD htmlhandbook kdeenablefinal kdehiddenvisibility subversion xinerama}
     Installed versions:  3.5.8(3.5)(21:05:32 02/01/08)(arts berkdb -debug -elibc_FreeBSD -kdeenablefinal -kdehiddenvisibility -subversion -xinerama)
     Homepage:            http://www.kde.org/
     Description:         KDE SDK: Cervisia, KBabel, KCachegrind, Kompare, Umbrello,...
Comment 3 Bo Ørsted Andresen (RETIRED) gentoo-dev 2008-02-03 14:30:04 UTC
I have added a check to make sure USE=subversion gets enabled for kdesdk.