Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105911 - www-apps/ampache wrongly depends on net-www/apache
Summary: www-apps/ampache wrongly depends on net-www/apache
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Micheal Marineau (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 18:11 UTC by Roland Rasmussen
Modified: 2005-10-26 12:56 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 Roland Rasmussen 2005-09-13 18:11:35 UTC
The www-apps/ampache-3.3.1.4.ebuild for Ampache (www.ampache.org) has an RDEPEND 
on net-www/apache, but ampache will in fact run on any webserver that supplies a 
PHP environment.

The RDEPEND should be removed as it forces installation of apache even if a user 
want's to use e.g. www-servers/lighttpd as webserver.

Reproducible: Always
Steps to Reproduce:
1. emerge ampache
Actual Results:  
net-www/apache is installed as a dependency of ampache, even if I want to use 
www-servers/lighttpd as webserver.

Expected Results:  
Not have a dependency on net-www/apache. E.g. www-apps/wordpress is also a PHP-
based web application, and here there is (correctly) no dependency on net-www/
apache.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-14 01:20:03 UTC
We don't have any virtual for www-servers, sorry.
Comment 2 Roland Rasmussen 2005-09-14 04:05:35 UTC
Yes, I know the problem is lack of a virtual for www-servers.

I suppose the only workaround for now is to copy the ebuild to the portage 
overlay and remove the apache dependency?
Comment 3 Micheal Marineau (RETIRED) gentoo-dev 2005-10-26 12:56:22 UTC
This was fixed by cardoe a while back by replacing apache with
virtual/httpd-php. Closing.