Skip to content
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

gns3-gui: fix build by pinning python to 3.11, update sip #326646

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

anthonyroussel
Copy link
Member

@anthonyroussel anthonyroussel commented Jul 12, 2024

Description of changes

Closes #326245

Like #326211, this is just a quick fix and we should ideally make it work with Python 3.12.

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/)
  • 24.11 Release Notes (or backporting 23.11 and 24.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.

@anthonyroussel
Copy link
Member Author

@ofborg build gns3-gui

@anthonyroussel anthonyroussel added the 0.kind: bug Something is broken label Jul 12, 2024
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels Jul 13, 2024
@anthonyroussel
Copy link
Member Author

anthonyroussel commented Jul 14, 2024

@ofborg build gns3-gui gns3-gui.passthru.tests

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/4310

@SuperSandro2000 SuperSandro2000 merged commit 6a03708 into NixOS:master Jul 26, 2024
42 checks passed
@anthonyroussel anthonyroussel deleted the fix-gns3-gui-build branch July 27, 2024 04:54
milahu added a commit to milahu/nur-packages that referenced this pull request Oct 23, 2024
revert d203ca98569fca1f9a0641a30cd9841b3b646c0a
from NixOS/nixpkgs#326646
which created derivations with 2 python versions (3.11 + 3.12)
which breaks the import of rpds:
ModuleNotFoundError: No module named 'rpds.rpds'
python-jsonschema/jsonschema#1175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure: gns3-gui-2.2.47
4 participants