You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-dev@lucene.apache.org by "A. Coady (Jira)" <ji...@apache.org> on 2021/10/01 22:30:00 UTC

[jira] [Created] (PYLUCENE-61) `adoptopenjdk` succeeded by `temurin` on macOS.

A. Coady created PYLUCENE-61:
--------------------------------

             Summary: `adoptopenjdk` succeeded by `temurin` on macOS.
                 Key: PYLUCENE-61
                 URL: https://issues.apache.org/jira/browse/PYLUCENE-61
             Project: PyLucene
          Issue Type: Bug
         Environment: macOS
            Reporter: A. Coady


{code:java}
% brew info adoptopenjdk
adoptopenjdk: 16.0.1,9
https://adoptopenjdk.net/
/usr/local/Caskroom/adoptopenjdk/16.0.1,9 (196.9MB)
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/adoptopenjdk.rb
==> Name
AdoptOpenJDK Java Development Kit
==> Description
JDK from the Java User Group (JUG)
==> Artifacts
OpenJDK16U-jdk_x64_mac_hotspot_16.0.1_9.pkg (Pkg)
==> Caveats
Temurin is the official successor to this software:


  brew install --cask temurin


adoptopenjdk has been officially discontinued upstream.
It may stop working correctly (or at all) in recent versions of macOS.
{code}
The support for `darwin/adoptopenjdk` in `setup.py` is based on checking whether `adoptopenjdk` is in `JAVAHOME`. Under `temurin`, the check defaults to `darwin/home`, breaking the paths for `INCLUDES` and `LFLAGS`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)