Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411861 - app-backup/backuppc-3.2.1-r1 needs several apache modules: ebuild should enforce that
Summary: app-backup/backuppc-3.2.1-r1 needs several apache modules: ebuild should enfo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: App-Backup Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 15:12 UTC by Rodrigo Severo
Modified: 2016-01-22 17:21 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 Rodrigo Severo 2012-04-13 15:12:23 UTC
The apache interface of app-backup/backuppc-3.2.1-r1 needs the following apache modules:
* actions 
* authn_dbm 
* authz_dbm 
* cgi 
* ext_filter

I believe backuppc's ebuild should enforce that by checking for proper APACHE_MODULES flags.

Otherwise the user has to recompile apache several times, each one including another apache module as "/etc/init.d/apache2-backuppc start" will complain for the lack of one module per try.
Comment 1 Michael Orlitzky gentoo-dev 2016-01-22 17:21:34 UTC
I've done this in the recently committed backuppc-3.3.1. Better late than never =)

I can't do it in the 3.3.0 ebuild because it's stable.