Closed LordGrimmauld closed 6 months ago
Alright, i found the PR using git bisect
that introduced the pypy build faiure: Turns out it is https://github.com/NixOS/nixpkgs/pull/297628
Ok, i started debugging this further and am currently testing a bodge fix. Seems that particular PR changed the way how nix handles python in a way where pypys assumption for loading libraries from argv[0] goes wrong. The bodge fix is to set PYTHONPATH
env var during build phase. Not clean, but if that builds i'll probably PR it as a bodge until anyone else comes up with a better idea. Pypys install script is super weird....
Update: its weird, this vector might not be as promising as i'd have thought.
As far as i can tell, pypy3 builds again now that the revert hit unstable, so i am closing this for now.
Steps To Reproduce
Steps to reproduce the behavior:
pypy3
Build log
Additional context
No extra python packages, overlays or anything were added. This build failure happens on both master and nixos-unstable.
Notify maintainers
@andersk
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.