Skip to content

pypy27: fix darwin hashes#408032

Closed
mweinelt wants to merge 1 commit intoNixOS:masterfrom
mweinelt:pypy27-fix-darwin-hashes
Closed

pypy27: fix darwin hashes#408032
mweinelt wants to merge 1 commit intoNixOS:masterfrom
mweinelt:pypy27-fix-darwin-hashes

Conversation

@mweinelt
Copy link
Member

@mweinelt mweinelt commented May 17, 2025

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot added the 6.topic: darwin Running or building packages on Darwin label May 17, 2025
@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label May 17, 2025
@mweinelt mweinelt added 0.kind: ZHF Fixes Fixes during the Zero Hydra Failures (ZHF) campaign backport release-25.05 and removed 6.topic: python Python is a high-level, general-purpose programming language. 6.topic: darwin Running or building packages on Darwin labels May 17, 2025
@nix-owners nix-owners bot requested a review from natsukium May 17, 2025 15:58
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels May 17, 2025
@mweinelt
Copy link
Member Author

pypy-x86_64-darwin> Running phase: installCheckPhase
pypy-x86_64-darwin> Testing whether we can import modules
pypy-x86_64-darwin> Traceback (most recent call last):
pypy-x86_64-darwin>   File "<module>", line 1, in <module>
pypy-x86_64-darwin>   File "/nix/store/gsvmkx2ygi9a2827bml3jadr16bigrz6-pypy-7.3.17/pypy-c/lib-python/2.7/curses/__init__.py", line 15, in <module>
pypy-x86_64-darwin>     from _curses import *
pypy-x86_64-darwin>   File "/nix/store/gsvmkx2ygi9a2827bml3jadr16bigrz6-pypy-7.3.17/pypy-c/lib_pypy/_curses.py", line 9, in <module>
pypy-x86_64-darwin>     from _curses_cffi import ffi, lib
pypy-x86_64-darwin> ImportError: No module named _curses_cffi

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label May 17, 2025
@FliegendeWurst
Copy link
Member

I think that could also be fixed in #393847

@FliegendeWurst
Copy link
Member

Indeed it is fixed with the new version. #393847 builds successfully on aarch64 darwin.

@mweinelt mweinelt closed this May 17, 2025
@mweinelt mweinelt deleted the pypy27-fix-darwin-hashes branch May 17, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.kind: ZHF Fixes Fixes during the Zero Hydra Failures (ZHF) campaign 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants