[issue27806] 2.7 32-bit builds fail on macOS 10.12 Sierra due to dependency on deleted header file QuickTime/QuickTime.h

Jeremy Sequoia report at bugs.python.org
Mon Oct 17 12:04:11 EDT 2016


Jeremy Sequoia added the comment:

QuickTime/QuickTime.h was deprecated long ago.

python fails to compile if QuickTime/QuickTime.h isn't present.

QuickTime/QuickTime.h was removed in Sierra, causing the build to fail on Sierra.

This patch fixes that issue.

> On Oct 17, 2016, at 05:23, Lapsang Leaf <report at bugs.python.org> wrote:
> 
> 
> Lapsang Leaf added the comment:
> 
> Can we have this in English, please, for noobs?
> 
> I only use python in order to run zim on my mac. I do not have the same technical know-how as many users and I do not understand the parlance here.  Currently I have OS X 10.12 with python 2.7 - updating to sierra seems to have broken it.
> 
> Please let me know, step by step, what I need to do to patch and get it running again.  Thanks
> 
> ----------
> nosy: +Lapsang Leaf
> 
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue27806>
> _______________________________________

----------
Added file: http://bugs.python.org/file45123/smime.p7s

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27806>
_______________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4465 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20161017/04854090/attachment.bin>


More information about the Python-bugs-list mailing list