Changes between Initial Version and Version 1 of Ticket #70591, comment 3


Ignore:
Timestamp:
Aug 23, 2024, 3:45:58 AM (4 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70591, comment 3

    initial v1  
    11When I try that, I get the error message:
    22
     3{{{
    34$ sudo port install antlr
    45Password:
     
    1213Error: Failed to fetch antlr: missing required Java version
    1314Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_antlr/antlr/main.log for details.
    14 Error: Follow https://guide.macports.org/#project.tickets if you believe there
    15 is a bug.
     15Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    1616Error: Processing of port antlr failed
    17 
     17}}}
    1818
    1919# My installed version of Java is:
    2020
     21{{{
    2122$ which java
    2223/usr/bin/java
     
    2526Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
    2627Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)
     28}}}