Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49315 - subversion-1.0.2 installs apache config but no mod_dav_svn
Summary: subversion-1.0.2 installs apache config but no mod_dav_svn
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-28 13:40 UTC by Stuart Herbert (RETIRED)
Modified: 2004-06-07 04:35 UTC (History)
1 user (show)

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 Stuart Herbert (RETIRED) gentoo-dev 2004-04-28 13:40:26 UTC
If you have USE="-berkdb +apache2" when you emerge subversion-1.0.2, the ebuild installs the config file in /etc/apache2/conf, but doesn't build and install the mod_dav_svn ;-)

I'd expect the ebuild to install the apache2 config file only if it builds and install the module to go with it.

Best regards,
Stu
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-04-30 07:17:16 UTC
It shouldn't, the mod_dav_svn is part of the server part of subversion. For the server part berkdb support is needed (as subversion stores it's repositories in a berkeley db dir). The apache2 useflag tells the ebuild to use apache2 for the apr and apu libraries instead of it's own ones.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2004-06-07 04:35:30 UTC
I've fixed it. Sorry I misread the original report.