-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
gramps: update to 6.0.6 #30187
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
base: master
Are you sure you want to change the base?
gramps: update to 6.0.6 #30187
Conversation
|
The main motivation for this is to move graphviz to a runtime dependency. Tests were already failing before the update and are still failing. I quickly verified that the program starts up. CC @Dave-Allured |
- update to 6.0.6 - move graphviz to a runtime dependency - fix indending in Portfile
2508791 to
d0878de
Compare
|
This installs fine locally, but on the CI runner the following error occurs: Do you have any idea what may be going wrong here, @mascguy ? |
Perhaps there's something different about the CI environment? That's a stretch though, I can't say without spending more time in it. Dave/anyone...? |
|
The core build seems fine. This error is coming from It looks like those files are being installed into a python-specific Frameworks directory, but the post-activate commands want to find them under the generic There is a commented-out (2024) patch related to "resource paths". It is a simple thing, just fixing a line ending character. It does not look related to the current problem -- but it might be. I am out of time for today. Maybe later. Anyone else want to join the fun? |
This is incorrect. The related install paths are exactly the same between the old v6.0.5 and the new v6.0.6. Also the old version 6.0.5 now gets exactly the same CI error as the new version, so the problem seems to be a change in the CI environment, or in one of the MacPorts components installed in the CI. Adding a verbose flag to the database command shows a little more information: So the real problem is that |
Description
Type(s)
Tested on
macOS 26.1 25B78 arm64
Xcode 26.1.1 17B100
Verification
Have you
port lint?sudo port test?sudo port -vst install?