Summary: | dev-java/netty-common-4.0.21 with dev-java/sun-jdk - .../work/netty-netty-4.0.21.Final/common/src/main/java/io/netty/util/internal/chmv8/CountedCompleter.java:25: cannot find symbol: class RecursiveAction | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Austin English (RETIRED) <wizardedit> |
Component: | [OLD] Java | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | zmedico |
Priority: | Normal | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log
patch |
Description
Austin English (RETIRED)
![]() Created attachment 389214 [details]
build log
dev-java/netty-transport-4.0.21 is also affected: [javac] /var/tmp/portage/dev-java/netty-transport-4.0.21/work/netty-netty-4.0.21.Final/transport/src/main/java/io/netty/channel/socket/SocketChannelConfig.java:27: cannot find symbol [javac] symbol : class StandardSocketOptions [javac] location: package java.net [javac] import java.net.StandardSocketOptions; [javac] ^ Created attachment 390814 [details, diff]
patch
Here's a patch.
This is fixed in cvs. I am also experiencing this bug, with JVM set to icedtea-bin-6. The last update is "fixed in cvs". I'm not clear what this means: there is still only 1 version of netty-common in the tree, 4.0.21, so there is nothing to upgrade to. Is there a work-around? (In reply to Paul from comment #5) > I am also experiencing this bug, with JVM set to icedtea-bin-6. > > The last update is "fixed in cvs". I'm not clear what this means: there is > still only 1 version of netty-common in the tree, 4.0.21, so there is > nothing to upgrade to. Is there a work-around? Strange, I thought I committed the fix. Anyway, now it's in git: https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-java/netty-common?id=3c6ab3a773c4c0cf3af6167b267d5f1ccf99d3e0 |