Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31106 - subversion ebuild fails to install svn-config
Summary: subversion ebuild fails to install svn-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 03:40 UTC by Dominik Diesch
Modified: 2004-03-26 12:29 UTC (History)
1 user (show)

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 Dominik Diesch 2003-10-14 03:40:39 UTC
The subversion ebuild does not install svn-config which is needed for some 
configure scripts depending on subversion. 

Reproducible: Always
Steps to Reproduce:
1. emerge subversion 
Actual Results:  
bash: svn-config: command not found 

Expected Results:  
Usage: svn-config [OPTION] 
 
Known values for OPTION are: 
... 

Since svn-config only gives meaningfull results when built using the external 
db package a line like: 
has_version =db-4* && dobin svn-config 
in the install section of the ebuild would do the job
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-03-26 12:29:16 UTC
I have added it to the ebuild (finally), I'll commit it later this evening