Skip to content

pythonPackages.plumbum: fix build #398795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jupblb
Copy link
Contributor

@jupblb jupblb commented Apr 15, 2025

The paramiko dependency seems to use plumbum in one of its children, eventually. This leads to an infinite loop when resolving build. Removing the dependency from nativeCheckInputs seems to resolve the issue.

Merging this unblocks #222053.

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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (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.

@github-actions github-actions bot added 6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Apr 15, 2025
@antonmosich
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 398795


x86_64-linux

❌ 10 packages failed to build:
  • linien-gui
  • linien-gui.dist
  • python312Packages.linien-client
  • python312Packages.linien-client.dist
  • python312Packages.linien-common
  • python312Packages.linien-common.dist
  • python313Packages.linien-client
  • python313Packages.linien-client.dist
  • python313Packages.linien-common
  • python313Packages.linien-common.dist
✅ 37 packages built:
  • adenum
  • copier
  • copier.dist
  • flexget
  • flexget.dist
  • home-assistant-component-tests.habitica
  • pwntools (python312Packages.pwntools)
  • pwntools.dist (python312Packages.pwntools.dist)
  • python312Packages.angr
  • python312Packages.angr.dist
  • python312Packages.angrcli
  • python312Packages.angrcli.dist
  • python312Packages.angrop
  • python312Packages.angrop.dist
  • python312Packages.habiticalib
  • python312Packages.habiticalib.dist
  • python312Packages.habitipy
  • python312Packages.habitipy.dist
  • python312Packages.plumbum
  • python312Packages.plumbum.dist
  • python312Packages.rpyc
  • python312Packages.rpyc.dist
  • python312Packages.streamcontroller-plugin-tools
  • python312Packages.streamcontroller-plugin-tools.dist
  • python313Packages.habiticalib
  • python313Packages.habiticalib.dist
  • python313Packages.habitipy
  • python313Packages.habitipy.dist
  • python313Packages.plumbum
  • python313Packages.plumbum.dist
  • python313Packages.pwntools
  • python313Packages.pwntools.dist
  • python313Packages.rpyc
  • python313Packages.rpyc.dist
  • python313Packages.streamcontroller-plugin-tools
  • python313Packages.streamcontroller-plugin-tools.dist
  • streamcontroller

@jupblb
Copy link
Contributor Author

jupblb commented Apr 16, 2025

Blocked on #397157

@jupblb jupblb changed the base branch from master to staging April 25, 2025 07:35
@jupblb jupblb changed the base branch from staging to master April 25, 2025 07:38
@nixpkgs-ci nixpkgs-ci bot added the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Jul 4, 2025
@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: merge conflict This PR has merge conflicts with the target branch 6.topic: python Python is a high-level, general-purpose programming language. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants