Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70706 - Apache / subversion emerge order dependency issue
Summary: Apache / subversion emerge order dependency issue
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: PPC Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 13:25 UTC by Simon Stapleton
Modified: 2004-11-11 20:36 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 Simon Stapleton 2004-11-10 13:25:06 UTC
I already have apache installed on my box, went to install subversion and discover that apache blocks it.

unmerge apache, emerge subversion, emerge apache, all is well.


Reproducible: Always
Steps to Reproduce:
1. emerge apache.
2. emerge subversion
3. <emerge complains that apache is blocking>
4. emerge unmerge apache
5. emerge subversion
6. emerge apache
7. All is well.
Actual Results:  
As described

Expected Results:  
Either subversion should unmerge and re-emerge apache, or do something sane.  The error is 
practically unreadable.  I only tried the unmerge-emerge-emerge because I need subversion more than 
I need apache.
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2004-11-11 04:17:26 UTC
did you check your USE flags? subversion has a apache2 flag which isn't set by default, and apache2 will come up as a blocker if it's not set explicitly (global USE in make.conf or local USE in /etc/portage/packages.use)

Check that first using emerge -pv subversion
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-11-11 20:36:05 UTC
Remi has it right