Summary: | working ebuild for Subversion 0.18.1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kevin Williams <kevwil> |
Component: | New packages | Assignee: | Karl Trygve Kalleberg (RETIRED) <karltk> |
Status: | RESOLVED DUPLICATE | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://subversion.tigris.org | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | working with SANDBOX_DISABLED |
Description
Kevin Williams
2003-03-11 11:09:35 UTC
Created attachment 9257 [details]
working with SANDBOX_DISABLED
hmm, in my cases it's broken on Apache: configure: Apache Portable Runtime (APR) library configuration checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file. !!! ERROR: dev-util/subversion-0.18.1 failed. !!! Function econf, Line 14, Exitcode 1 !!! econf failed I'm testing an ebuild script for 0.19.1 right now, and I'm noticing the same behaviour if you have Apache installed but don't specify "apache2" in your USE flags. The Subversion configuration scripts will ignore the local apr & apr-util folders if it finds apr-config and apu-config in the system. I don't know anything about makefiles, so someone else may have to fix this bug. In the meantime, try it again with USE="apache2". |