Skip to content

Build failure: openjdk (staging-next, aarch64-linux) #219513

@wegank

Description

@wegank

Steps To Reproduce

Steps to reproduce the behavior:

  1. build openjdk (or any version from 11 to 19; 8 is not affected)

Build log

https://hydra.nixos.org/build/211484263/nixlog/4

Additional context

The expression

  buildFlags = [ "images" ];

translates to make SHELL=$SHELL images, which mysteriously fails; while the expression

  buildPhase = ''
    runHook preBuild

    make images

    runHook postBuild
  '';

works fine.

Notify maintainers

#219444

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"aarch64-linux"`
 - host os: `Linux 6.2.0, NixOS, 23.05 (Stoat), 23.05.20230222.988cc95`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.13.2`
 - channels(root): `"nixos"`
 - channels(user): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: build failureA package fails to build6.topic: javaIncluding JDK, tooling, other languages, other VMs

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions