Opened 11 years ago

Last modified 10 years ago

#41378 assigned defect

Installing subversion-javahlbindings (1.8.4) fails on OS X 10.9 — at Version 1

Reported by: jan.krabbenbos@… Owned by: dluke@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mavericks Cc: blair@…
Port: subversion-javahlbindings

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have tried to install the subversion-javahlbindings (version 1.8.4) on OS X 10.9 (Mavericks, Xcode 5.0.2 installed), but it keeps failing. I have tried several tips and tricks as given on the website, where the most drastic was uninstall MacPorts and reinstall everything.

The messages on the console are:

--->  Fetching archive for subversion-javahlbindings
--->  Attempting to fetch subversion-javahlbindings-1.8.4_1.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/subversion-javahlbindings
--->  Attempting to fetch subversion-javahlbindings-1.8.4_1.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/subversion-javahlbindings
--->  Attempting to fetch subversion-javahlbindings-1.8.4_1.darwin_13.x86_64.tbz2 from http://packages.macports.org/subversion-javahlbindings
--->  Fetching distfiles for subversion-javahlbindings
--->  Verifying checksums for subversion-javahlbindings
--->  Extracting subversion-javahlbindings
--->  Applying patches to subversion-javahlbindings
--->  Configuring subversion-javahlbindings
Error: Failed to configure subversion-javahlbindings, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_subversion-javahlbindings/subversion-javahlbindings/work/subversion-1.8.4/config.log
Error: org.macports.configure for port subversion-javahlbindings returned: configure failure: command execution failed
Please see the log file for port subversion-javahlbindings for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_subversion-javahlbindings/subversion-javahlbindings/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port subversion-javahlbindings failed

The main.log file is attached too. The list of installed programs is:

The following ports are currently installed:
  apache-ant @1.9.2_0 (active)
  apr @1.4.8_0 (active)
  apr-util @1.5.2_1 (active)
  autoconf @2.69_2 (active)
  automake @1.14_0 (active)
  bzip2 @1.0.6_0 (active)
  curl-ca-bundle @7.33.0_0 (active)
  cyrus-sasl2 @2.1.26_1+kerberos (active)
  db46 @4.6.21_8 (active)
  db_select @0.1_2 (active)
  expat @2.1.0_0 (active)
  gdbm @1.10_2 (active)
  gettext @0.18.3.1_1 (active)
  gperf @3.0.4_2 (active)
  hamcrest-core @1.2_0 (active)
  junit @4.6_2 (active)
  kerberos5 @1.11.3_0 (active)
  libcomerr @1.42.7_2 (active)
  libedit @20121213-3.0_0 (active)
  libiconv @1.14_0 (active)
  libmagic @5.15_0 (active)
  libtool @2.4.2_3 (active)
  m4 @1.4.16_0 (active)
  ncurses @5.9_2 (active)
  openssl @1.0.1e_1 (active)
  perl5 @5.12.4_0+perl5_12 (active)
  perl5.12 @5.12.4_2 (active)
  pkgconfig @0.28_0 (active)
  python27 @2.7.6_0 (active)
  python_select @0.3_3 (active)
  scons @2.3.0_0 (active)
  serf1 @1.3.2_0 (active)
  sqlite3 @3.8.0.2_0 (active)
  subversion @1.8.4_1 (active)
  xz @5.0.5_0 (active)
  zlib @1.2.8_0 (active)

Is this a configuration error on my side? Or of the subversion-javahlbindings package?

Change History (2)

Changed 11 years ago by jan.krabbenbos@…

Attachment: main.log added

Main.log

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: blair@… added
Description: modified (diff)
Keywords: mavericks added
Owner: changed from macports-tickets@… to dluke@…
Port: subversion-javahlbindings added

The log says:

:info:configure configure: error: Cannot compile JavaHL without a suitable JDK.
:info:configure                   Please specify a suitable JDK using the --with-jdk option.

Off the top of my head, the first question would be: is java installed? It doesn't come preinstalled on OS X anymore, since OS X 10.8. Run java to find out; it'll either give you a usage message if it's already installed, or prompt you to install it if it's not.

Note: See TracTickets for help on using tickets.