Changeset a32efb0e4f28 breaks build on OSX 10.4
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dulwich |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
The change in a32efb0e4f28, which requires the file Availability.h, causes the build to fail on OSX 10.4.11. There is no such file as Availability.h in the highest version of XCode that's compatible with Tiger.
Here is the actual error message:
dulwich/
dulwich/
lipo: can't figure out the architecture type of: /var/tmp/
error: command 'gcc-4.0' failed with exit status 1
I know Tiger is old, but consider: those of us stuck with Tiger need dulwich so that we can have hg-git, and hg-git is the only way (that I know of) that we can clone and pull git repositories. (Git can't be built on Tiger, except for extremely old versions of it).
I'm not a programmer, so I cannot offer a patch. I hope someone here can fix it!
Cheers,
Greg
Changed in dulwich: | |
milestone: | none → 0.8.1 |
assignee: | nobody → Jelmer Vernooij (jelmer) |
status: | Triaged → Fix Released |
tags: | added: macosx |
You should still be able to use setup.py --pure, which won't do any compilation.