Skip to content

python3Packages.mayavi: mark as broken on python 3.13#423164

Merged
GaetanLepage merged 1 commit intoNixOS:masterfrom
GaetanLepage:mayavi
Jul 7, 2025
Merged

python3Packages.mayavi: mark as broken on python 3.13#423164
GaetanLepage merged 1 commit intoNixOS:masterfrom
GaetanLepage:mayavi

Conversation

@GaetanLepage
Copy link
Contributor

Things done

running bdist_wheel
running build
running build_py
Building tvtk_classes.zip
/nix/store/hlkmvpzjwj4rhiim2d6fy8cqsdbx7zhf-setuptools-build-hook/nix-support/setup-hook: line 6:    61 Segmentation fault      (core dumped) /nix/store/sd81bvmch7njdpwx3lkjslixcbj5mivz-python3-3.13.4/bin/python3.13 nix_run_setup "${flagsArray[@]}" bdist_wheel
  • 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 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 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, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@GaetanLepage GaetanLepage requested a review from kirillrdy July 7, 2025 10:06
@nixpkgs-ci nixpkgs-ci bot added 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Jul 7, 2025
Copy link
Member

@kirillrdy kirillrdy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hopefully this will fix it #417613

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Jul 7, 2025
@kirillrdy
Copy link
Member

kirillvr@hagi:~/nixpkgs]$ git diff
diff --git a/pkgs/development/libraries/vtk/9.x.nix b/pkgs/development/libraries/vtk/9.x.nix
index 3734c20f0e05..eb73bdaa5733 100644
--- a/pkgs/development/libraries/vtk/9.x.nix
+++ b/pkgs/development/libraries/vtk/9.x.nix
@@ -1,5 +1,5 @@
 import ./generic.nix {
-  majorVersion = "9.2";
-  minorVersion = "6";
-  sourceSha256 = "sha256-BvyNScTlb0mMQPyzilY+2NTsMTWNAQHomI8LtNU53RI=";
+  majorVersion = "9.5";
+  minorVersion = "0";
+  sourceSha256 = "sha256-BK6GJGuVV8a2GvvFNKbfCZJE+8jzk3+C5rwFcJU6+H0=";
 }

[kirillvr@hagi:~/nixpkgs]$ nix-build -A python3Packages.mayavi
/nix/store/i17jxpfjki1fab6qrzmyl1n2lk32bfs7-python3.13-mayavi-4.8.3


@GaetanLepage GaetanLepage merged commit 37d50cb into NixOS:master Jul 7, 2025
27 of 31 checks passed
@GaetanLepage GaetanLepage deleted the mayavi branch July 7, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants