Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 411861

Summary: app-backup/backuppc-3.2.1-r1 needs several apache modules: ebuild should enforce that
Product: Gentoo Linux Reporter: Rodrigo Severo <rodrigo>
Component: New packagesAssignee: App-Backup Team <app-backup>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.