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

[Subclipse-users] Need help installing subclipse on a Mac: JavaHL will not install

From: Alex Ryan <alexander.j.ryan_at_gmail.com>
Date: Thu, 1 Aug 2013 16:58:49 -0700 (PDT)

So I followed the instructions to install JavaHL here:

http://subclipse.tigris.org/wiki/JavaHL
<http://subclipse.tigris.org/wiki/JavaHL>

I tried both MacPorts and Brew options.
They both failed.
Is there another option?

Any recommendations on how I can get subclipse to work on my Mac?

*MacPorts error:*

$sudo port install subversion-javahlbindings +no_bdb +universal
Password:
---> Computing dependencies for subversion-javahlbindings
Error: Cannot install subversion-javahlbindings for the arch(s) 'i386
x86_64' because
Error: its dependency serf1 does not build for the required arch(s) by
default
Error: and does not have a universal variant.
Error: Unable to execute port: architecture mismatch

*Brew error:*
$brew install --universal --java subversion
==> Installing subversion dependency: pkg-config
==> Downloading
http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz
########################################################################
100.0%
==> ./configure --prefix=/usr/local/Cellar/pkg-config/0.28
--disable-host-tool --with-internal-glib
--with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkg
==> make
==> make check
==> make install
🍺 /usr/local/Cellar/pkg-config/0.28: 10 files, 636K, built in 85 seconds
==> Installing subversion dependency: libtool
==> Downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz
########################################################################
100.0%
==> ./configure --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g
--enable-ltdl-install
==> make install
==> Caveats
In order to prevent conflicts with Apple's own libtool we have prepended a
"g"
so, you have instead: glibtool and glibtoolize.
==> Summary
🍺 /usr/local/Cellar/libtool/2.4.2: 66 files, 2.2M, built in 59 seconds
==> Installing subversion dependency: readline
==> Downloading http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz
########################################################################
100.0%
==> Patching
patching file callback.c
patching file input.c
patching file patchlevel
patching file support/shobj-conf
patching file vi_mode.c
==> ./configure --prefix=/usr/local/Cellar/readline/6.2.4
--mandir=/usr/local/Cellar/readline/6.2.4/share/man
--infodir=/usr/local/Cellar/readline/6.2.4/share/i
==> make install
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.

OS X provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS: -L/usr/local/opt/readline/lib
    CPPFLAGS: -I/usr/local/opt/readline/include

==> Summary
🍺 /usr/local/Cellar/readline/6.2.4: 31 files, 1.6M, built in 80 seconds
==> Installing subversion dependency: sqlite
==> Downloading http://sqlite.org/2013/sqlite-autoconf-3071700.tar.gz
########################################################################
100.0%
==> ./configure --prefix=/usr/local/Cellar/sqlite/3.7.17
--enable-dynamic-extensions
==> make install
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.

Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.

OS X provides an older sqlite3.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

    LDFLAGS: -L/usr/local/opt/sqlite/lib
    CPPFLAGS: -I/usr/local/opt/sqlite/include

==> Summary
🍺 /usr/local/Cellar/sqlite/3.7.17: 9 files, 3.3M, built in 64 seconds
==> Installing subversion dependency: serf
==> Downloading http://serf.googlecode.com/files/serf-1.2.1.tar.bz2
########################################################################
100.0%
==> ./configure --prefix=/usr/local/Cellar/serf/1.2.1
--with-apr=/usr/local/Library/ENV/4.3
==> make install
🍺 /usr/local/Cellar/serf/1.2.1: 11 files, 544K, built in 11 seconds
==> Installing subversion
==> Downloading
http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.0.tar.bz2
==> Best Mirror
http://mirror.reverse.net/pub/apache/subversion/subversion-1.8.0.tar.bz2

curl: (22) The requested URL returned error: 404
Error: Download failed:
http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.0.tar.bz2

--
View this message in context: http://tigris-scm.10930.n7.nabble.com/Need-help-installing-subclipse-on-a-Mac-JavaHL-will-not-install-tp94331.html
Sent from the subclipse - users mailing list archive at Nabble.com.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3061844
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2013-08-02 01:58:53 CEST

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

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