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

Re: Homebrew SVN 1.11 not working

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 16 Jan 2019 16:13:47 +0100

On Wed, Jan 16, 2019 at 09:39:12AM -0500, Mark Phippard wrote:
> I am trying to update my Homebrew and it looks like it wants to move me
> from SVN 1.10 to 1.11 but it is failing. I do not recall even asking it to
> install the Ruby bindings but perhaps I did once. I thought I just had
> --with-java since I do need JavaHL. Any ideas?
>
> ==> make swig-rb EXTRA_SWIG_LDFLAGS=-L/usr/lib
> Last 15 lines from /Users/xxxx/Library/Logs/Homebrew/subversion/14.make:
> 2019-01-16 09:36:12 -0500

You will need to somehow modify the homebrew build script to avoid
calling 'make swig-rb' if ruby is not present. There's no way to
disable this build step via the configure script, and it is not
part of the default build target invoked with just 'make'.

> line 1760: none: command not found

Our configure script sets the variables which point to python, ruby,
or perl to "none" by default. There is faulty logic somewhere in the
swig bindings build which doesn't detect the non-presence of those binaries
and still allows an attempt to compile bindings regardless. This should
be fixed so that the make swig-* targets exit early in this situation.
Received on 2019-01-16 16:14:14 CET

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.