Skip to content

Dockerfile compile error: object CRC32C is not a member of package java.util.zip #1113

@darwin

Description

@darwin

I'm trying to build Eclair in docker in Simverse.

Git bisect pointed to 2f42538 introduced compiler error object CRC32C is not a member of package java.util.zip [1].

It is probably caused by this: 2f42538#diff-094980f368988747a739b31df72815b8R19

I'm a Java noob. I tried to look for any changes in Dockerfiles on your side and didn't find anything where I got out of sync. Is this CRC32C a thing in older Java?

Observations:

  1. Running docker build . from tip of the eclair repo, fails in the same way
  2. DockerHub CI builds work, because (I assume) they run on top of Java 11

[1] https://travis-ci.org/darwin/simverse/builds/578231444#L7799-L7805

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions