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

Broken packages after nixpkgs-staging merge #619

Open
2 of 3 tasks
markuskowa opened this issue Feb 10, 2025 · 2 comments · Fixed by #620
Open
2 of 3 tasks

Broken packages after nixpkgs-staging merge #619

markuskowa opened this issue Feb 10, 2025 · 2 comments · Fixed by #620

Comments

@markuskowa
Copy link
Collaborator

markuskowa commented Feb 10, 2025

The latest staging merge introduced a new new hook that checks for broken symlinks.

This breaks:

  • ambertools
  • dice
  • python311.orbkit (other reasons; test fails)

CC @sheepforce

@sheepforce
Copy link
Member

Both in Ambertools and Dice the problem exists in the upstream sources and could be considered a bug, yes. In this case I'm in favour of simply setting dontCheckForBrokenSymlinks = true; instead of removing the dangling symlinks.

When trying orbkit, already pytest-doctestplus-1.3.0, a dependency of orbkit fails with numpy API errors?

@markuskowa
Copy link
Collaborator Author

Both in Ambertools and Dice the problem exists in the upstream sources and could be considered a bug, yes. In this case I'm in favour of simply setting dontCheckForBrokenSymlinks = true; instead of removing the dangling symlinks.

Ok

When trying orbkit, already pytest-doctestplus-1.3.0, a dependency of orbkit fails with numpy API errors?

Yes, this might be fixed in upstream. I would wait a few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants