Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55281 - subversion emerge dies if apache-2.0.49 installed
Summary: subversion emerge dies if apache-2.0.49 installed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-26 15:08 UTC by Kurt Guenther
Modified: 2004-07-01 07:16 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 Kurt Guenther 2004-06-26 15:08:23 UTC
I emerged net-www/apache-2.0.49-r3 first.  Then emerged subversion and it complained that it was blocked on apache.  Looking at the ebuild, it appears that 'apache2' should allow the build. 


Reproducible: Always
Steps to Reproduce:
1.  emerge apache
2.  emerge subversion 
3.

Actual Results:  
emerge fails complaining about being blocked on apache. 

Expected Results:  
successful emerge.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-07-01 07:16:33 UTC
This is right, if you have apache 2 installed you must use the apache2 useflag for subversion. (If you don't want it in general use /etc/portage/package.use). The cause is in the fact that subversion uses the apache portability libraries that ship both with subversion and apache2. It is however only possible/sensible to install one version.