python313: fix build on Tiger and Leopard #28265
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This adds the 2 patches from @kencu, originally posted in https://trac.macports.org/ticket/71206#comment:13, to fix the build on Tiger.
To fix the build on Leopard, we simply add
-D_DARWIN_USE_64_BIT_INODE
.Tiger does not have 64-bit inode support. Disabling the assert completely is not ideal but for now is better than not being able to build it at all. Looking at the code, the relevant function (vstatfs) should still work regardless.
/cc @barracuda156
Type(s)
Tested on
macOS x.y
Xcode x.y / Command Line Tools x.y.z
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?