Giter Site home page Giter Site logo

Build issue with JDK 11 about aeron HOT 5 CLOSED

mattgodbolt avatar mattgodbolt commented on June 2, 2024
Build issue with JDK 11

from aeron.

Comments (5)

mattgodbolt avatar mattgodbolt commented on June 2, 2024 1

Just closing the circle here, all was well with the Zulu jdk. thanks again both!

from aeron.

mattgodbolt avatar mattgodbolt commented on June 2, 2024

Same deal from a freshly unpacked tarball. Any ideas what I'm doing wrong, or what prerequisite I may be missing?

I'll try just going down the ./cppbuild/cppbuild route (where I'm a little more comfortable with the tooling :) )

from aeron.

vyazelenko avatar vyazelenko commented on June 2, 2024

@mattgodbolt The Gradle build should work out of the box. It works in CI on JDK 8, 11, 17 and 21-ea.

It seems like something might be wrong with the Gradle caches or the Gradle daemon.
Can you try the following:

$ ./gradlew --stop
$ ./gradlew

If that does not help then do:

$ ./gradlew --stop
$ ./gradlew --no-build-cache --no-configuration-cache

from aeron.

mikeb01 avatar mikeb01 commented on June 2, 2024

@mattgodbolt You can also try doing the build without javadoc if that is the step that is causing issues:

./gradlew -x javadoc

Also we typically use the Zulu JDK (https://www.azul.com/downloads/?package=jdk#zulu), it may be that the default JDK that comes with your Linux has a broken implementation of the javadoc tool.

from aeron.

mattgodbolt avatar mattgodbolt commented on June 2, 2024

Sounds likely my distro's JDK is crappy! Thanks @mikeb01 - I'll try the zulu JDK to build it, and/or attempt the -x javadoc tricks. I'll reopen if I continue to have related problems, else I'm pretty sure this is closed. Appreciate the help: thanks!

from aeron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.