[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [PATCH] svn build fails if apr, apr-util, serf are bundled(revealed by r22832)

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-01-01 17:54:17 CET

Hi,
Just found one more small issue with my clean VPATH build with this patch.

The attached patch fixes that too.

With regards
Kamesh Jayachandran

-----Original Message-----
From: Kamesh Jayachandran [mailto:kamesh@collab.net]
Sent: Sun 12/31/2006 9:11 PM
To: dev@subversion.tigris.org
Subject: [PATCH] svn build fails if apr, apr-util, serf are bundled(revealed by r22832)
 
Hi All,

Post r22832 svn build fails if apr, apu, serf all bundled in the subversion
src dir.

The cause is bundled apr/apr-util is identified as ./apr/apr-config and
./apr-util/apu-config for other consumers like serf.
This causes serf's configure to fail.(serf's configure is done from the
directory $SVN_SRC_DIR/serf. so './apr/apr-config and ./apr-util/apu-config
does not make sense).

The fix is to make apr_config and apu_config as absolute path.

While checking in r22832 I tested out only serf being bundled(apr/apr-util detected from the system), and tried other combinations like --without-neon and no --without-neon(I have neon in my system), so did not catch this.

Find the attached patch and log.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Jan 1 17:57:10 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.