On Mon, Oct 4, 2021 at 1:00 PM Sean McBride <[email protected]> wrote: > > On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said: > > >I personally use Homebrew. The SVN package is all precompiled so it is > >easy to install. Myself and other SVN devs have even improved the > >formula over the years. > > Mark, > > Not sure if this is veering off-topic for this list, but I've tried using > brew to install svn and it gives me: > > ------------------ > $ brew install --build-bottle subversion > <snip> > Error: The following formulae cannot be installed from bottles and must be > built from source. > openjdk, gdbm, mpdecimal, ca-certificates, [email protected], readline, sqlite, > [email protected], scons, pcre, [email protected], apr and utf8proc > ------------------ > > if I try just: > > $ brew install subversion
^ that is the command to use. I am not sure why you are having that problem installing OpenJDK. Maybe you could try this first? $ brew install openjdk I will see if I have a Mac on an older version where I can try this. I am on Apple Silicon now so I am on version 11.6. One thing that is weird is that openjdk is a build dependency. It should not be required for installing the bottle. So it is like it is trying to build from source or something. When I examine the formula I see: ==> Dependencies Build: openjdk ✔, pkg-config ✔, [email protected] ✔, scons ✔, swig ✔ Required: apr ✔, apr-util ✔, gettext ✔, lz4 ✔, [email protected] ✔, utf8proc ✔ So if it is installing the bottle it should not even be trying to install openjdk. Mark
