Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931195 - dev-java/eclipse-ecj-4.27: with GENTOO_VM=openjdk-17 ElementsImpl9.java:213: error: cannot find symbol symbol: method getOutermostTypeElement(Element)
Summary: dev-java/eclipse-ecj-4.27: with GENTOO_VM=openjdk-17 ElementsImpl9.java:213: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-05-04 07:36 UTC by Arthur Zamarin
Modified: 2024-05-22 09:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,17.76 KB, text/plain)
2024-05-04 07:36 UTC, Arthur Zamarin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2024-05-04 07:36:34 UTC
Created attachment 892254 [details]
build.log

Caught on x86, fails during compilation
Comment 1 Volkmar W. Pogatzki 2024-05-22 07:25:18 UTC
I can reproduce this error on amd64 with GENTOO_VM=openjdk-17.
Works (on amd64) with GENTOO_VM=openjdk-11, -17 and -21.
Comment 2 Volkmar W. Pogatzki 2024-05-22 08:25:12 UTC
method getOutermostTypeElement(Element) was added in Java 18, https://bugs.openjdk.org/browse/JDK-8140442
Comment 3 Larry the Git Cow gentoo-dev 2024-05-22 09:31:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611d56c357ce42c0192d3a999214a5740d045bb1

commit 611d56c357ce42c0192d3a999214a5740d045bb1
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-05-22 08:50:12 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-05-22 09:30:26 +0000

    dev-java/eclipse-ecj: restrict 4.27 to >=virtual/jdk-21:*
    
    Closes: https://bugs.gentoo.org/931195
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/36767
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 .../{eclipse-ecj-4.27.ebuild => eclipse-ecj-4.27-r1.ebuild}          | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)