Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96151 - subversion 1.1.3 conflicts with apache2
Summary: subversion 1.1.3 conflicts with apache2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-14 23:44 UTC by Vincenzo Romano
Modified: 2005-06-15 03:43 UTC (History)
0 users

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


Attachments
emerge --info output (emerge--info.txt,2.26 KB, text/plain)
2005-06-14 23:45 UTC, Vincenzo Romano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincenzo Romano 2005-06-14 23:44:59 UTC
v6800v ~ # emerge subversion
Calculating dependencies ...done!

!!! Error: the >=net-www/apache-2 package conflicts with another package.
!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.

v6800v ~ # emerge -p subversion

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B     ] >=net-www/apache-2 (is blocking dev-util/subversion-1.1.3)
[ebuild  N    ] dev-lang/swig-1.3.21
[ebuild  N    ] net-misc/neon-0.24.7
[ebuild  N    ] dev-util/subversion-1.1.3
v6800v ~ #


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


Actual Results:  
The conflict between apache2 and subversion is announced.

Expected Results:  
To be able to run apache2 and subversion on the same machine.
Comment 1 Vincenzo Romano 2005-06-14 23:45:37 UTC
Created attachment 61250 [details]
emerge --info output

My current emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-15 00:16:06 UTC
(In reply to comment #0)
> Expected Results:  
> To be able to run apache2 and subversion on the same machine.

Put apache2 into your use flags, either in make.conf or just for subversion:

echo "dev-util/subversion apache2" >> /etc/portage/package.use
Comment 3 Vincenzo Romano 2005-06-15 01:48:40 UTC
Thanks a lot: it works now.

I suppose that a different behaviour of the portage should be implemented.
The apache2 flag was actually missing from my make.conf.
Nonetheless, apache2 (that was already installed) is not preventing subversion
from being installed.
Should I cloe this bug or what?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-06-15 03:43:09 UTC
(In reply to comment #3)
> I suppose that a different behaviour of the portage should be implemented.
> The apache2 flag was actually missing from my make.conf.
> Nonetheless, apache2 (that was already installed) is not preventing subversion
> from being installed.

This annoyance will go away once the new apache layout gets marked stable.