You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #469, the latest version of patchelf produces corrupt binaries when used in the GHC bootstrap binary in Nixpkgs, resulting in the bootstrap binary derivation failing to build in installCheckPhase:
Describe the bug
Since #469, the latest version of patchelf produces corrupt binaries when used in the GHC bootstrap binary in Nixpkgs, resulting in the bootstrap binary derivation failing to build in
installCheckPhase
:Steps To Reproduce
patchelfUnstable
tonativeBuildInputs
in pkgs/development/compilers/ghc/9.6.3-binary.nix in Nixpkgs. I used NixOS/nixpkgs@3bdd07d0eea6.Expected behavior
Bulid succeeds.
patchelf --version
outputpatchelf 0.18.0
Additional context
cc @brenoguim @Mic92
This does not appear to be the same issue as #568, because the test case given there works for me on the commit I bisected to.
The text was updated successfully, but these errors were encountered: