Changes between Initial Version and Version 1 of Ticket #41378


Ignore:
Timestamp:
Nov 15, 2013, 12:09:09 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41378

    • Property Cc blair@… added
    • Property Owner changed from macports-tickets@… to dluke@…
    • Property Keywords mavericks added
    • Property Port subversion-javahlbindings added
  • Ticket #41378 – Description

    initial v1  
    33The messages on the console are:
    44
     5{{{
    56--->  Fetching archive for subversion-javahlbindings
    67--->  Attempting to fetch subversion-javahlbindings-1.8.4_1.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/subversion-javahlbindings
     
    1920    http://guide.macports.org/#project.tickets
    2021Error: Processing of port subversion-javahlbindings failed
     22}}}
    2123
    2224The main.log file is attached too. The list of installed programs is:
     25{{{
    2326The following ports are currently installed:
    2427  apache-ant @1.9.2_0 (active)
     
    5861  xz @5.0.5_0 (active)
    5962  zlib @1.2.8_0 (active)
     63}}}
    6064
    6165Is this a configuration error on my side? Or of the subversion-javahlbindings package?