beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.11k stars 160 forks source link

Build issue in 3.7.6 #84

Closed efroemling closed 4 years ago

efroemling commented 4 years ago

I seem to be running into an issue in the latest commits in the 3.7 branch that updated Python to 3.7.6.

If I do a fresh git clone, check out the 3.7 branch, and then do 'make macOS', the build eventually winds up stuck with:

# Unpack target Python
mkdir -p build/macOS/Python-3.7.6-macosx.x86_64
tar zxf downloads/Python-3.7.6.tgz --strip-components 1 -C build/macOS/Python-3.7.6-macosx.x86_64
# Apply target Python patches
cd build/macOS/Python-3.7.6-macosx.x86_64 && patch -p1 < /Users/ericf/Desktop/Python-Apple-support/patch/Python/Python.patch
patching file Doc/c-api/arg.rst
Reversed (or previously applied) patch detected!  Assume -R? [n] 
freakboy3742 commented 4 years ago

Thanks for the report. Looks like I generated the patch on a dirty Github checkout. Updated patch incoming shortly.