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

Bug 17308

Summary: working ebuild for Subversion 0.18.1
Product: Gentoo Linux Reporter: Kevin Williams <kevwil>
Component: New packagesAssignee: 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
This ebuild uses SANDBOX_DISABLED="1" internally, so build process is very messy, but 
it works. Allows use of two new USE flags: "neon" and "swig". Apache2 support (optional) 
requires that "--with-dbm=db4" be used in building Apache2, but that's a different bug I 
need to post.
Comment 1 Kevin Williams 2003-03-11 11:11:12 UTC
Created attachment 9257 [details]
working with SANDBOX_DISABLED
Comment 2 Axxackall 2003-03-13 01:42:26 UTC
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
 
Comment 3 Kevin Williams 2003-03-13 11:14:34 UTC
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".
Comment 4 Kevin Williams 2003-03-17 23:46:00 UTC
obsolete - see bug 17440 for latest version 
Comment 5 Alain Penders (RETIRED) gentoo-dev 2003-03-23 14:39:47 UTC

*** This bug has been marked as a duplicate of 17440 ***