Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure of jetbrainsruntime #49

Open
someron-dev opened this issue Aug 28, 2024 · 0 comments
Open

Build failure of jetbrainsruntime #49

someron-dev opened this issue Aug 28, 2024 · 0 comments

Comments

@someron-dev
Copy link

Building the jetbrainsruntime package fails with the following error:

@nix {"action":"setPhase","phase":"unpackPhase"}
unpacking sources
unpacking source archive /nix/store/9zbdyrac10l73m2h23dcircbyi0dxfip-source
source root is source
@nix {"action":"setPhase","phase":"patchPhase"}
patching sources
applying patch /nix/store/881pcwinv35z9f6c5max2m7il0sxvg3n-fix-java-home-jdk10.patch
patching file src/hotspot/os/linux/os_linux.cpp
Hunk #1 FAILED at 2270.
1 out of 1 hunk FAILED -- saving rejects to file src/hotspot/os/linux/os_linux.cpp.rej

Judging from the CI the problem first occurred at commit 4290014. In this commit the JDK version was upgraded from 17 to 21. Could that have something to do with the issue?

A temporary workaround would be to use commit 8ebd0d3 in dependent flakes until this is fixed:

inputs.jetbrains.url = "github:liff/jetbrains-flake/8ebd0d3";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant