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

Re: Subversion doesn't build Neon

From: Victor Engmark <victor.engmark_at_gmail.com>
Date: Tue, 24 Jul 2012 14:23:12 +0200

On Tue, Jul 24, 2012 at 8:41 AM, Nico Kadel-Garcia <nkadel_at_gmail.com> wrote:
> On Mon, Jul 23, 2012 at 9:32 AM, Victor Engmark
> <victor.engmark_at_gmail.com> wrote:
>> Hi all
>>
>> I've been trying for a while now to make Subversion compile offline,
>> and it looks like only the "apr", "apr-util", "serf" and
>> "apr_memcache" external project subdirectories are taken into account
>> - "neon" is missing. To verify:
>>
>> $ grep SVN_EXTERNAL_PROJECT_SUBDIRS configure
>>
>> The only workaround I've found is to manually compile and install
>> neon, but comments in Makefile.in clearly indicate that it is one of
>> the potential recursive targets: "# recursive targets to handle
>> external projects (e.g. APR, Neon)"
>>
>> Expected fix: There should be a "$neon_found" section like for APR
>> etc. in configure.
>
> I thought there was. Did you download and build neon locally, under
> the 'neon' subdirectory? Look at what the 'get-deps.sh' script does
> for an example of the layout it knows how to handle.

The sources are in subversion-1.7.5/neon, but they are not compiled by
Subversion. Also, I tried comparing the configure parts for neon and
the other dependencies. The others all have code to handle
modulename_found=reconfig (see $serf_found for example), but neon does
not.

Cheers,
V
Received on 2012-07-24 14:24:08 CEST

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

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