Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17308 - working ebuild for Subversion 0.18.1
Summary: working ebuild for Subversion 0.18.1
Status: RESOLVED DUPLICATE of bug 17440
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Karl Trygve Kalleberg (RETIRED)
URL: http://subversion.tigris.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-11 11:09 UTC by Kevin Williams
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
working with SANDBOX_DISABLED (subversion-0.18.1.ebuild,2.12 KB, text/plain)
2003-03-11 11:11 UTC, Kevin Williams
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***