[issue122] Xcode 4 removes PPC compiler OS X 10.6, setup.py fails installs

New submission from Johannes Lindenbaum johanneslindenbaum@gmail.com:
Summary: OSX 10.6.x with Xcode 4 installed. Xcode 4 removes the PPC assembler from GCC. I attempted to install Fabric-1.0.0 which depended on pycrypto, during the pycrypto build there was a failure regarding "Broken Pipe".
I downloaded the package separately and attempted to do the install there. Same error.
I was pointed in the right direction that the broken pipe error was coming from the '-arch ppc' flag during build.
Expected Result 10.6.x should not report itself as "universal" when it's no longer possible to compile for PPC.
Actual Result Attempted PPC compilation fails.
More detail: http://superuser.com/questions/259278/python-2-6-1-pycrypto-2-3-pypi-package...
Let me know if you require more information.
Kind Regards, Johannes
---------- messages: 594 nosy: jlindenbaum priority: bug status: unread title: Xcode 4 removes PPC compiler OS X 10.6, setup.py fails installs
_______________________________________________ Setuptools tracker setuptools@bugs.python.org http://bugs.python.org/setuptools/issue122 _______________________________________________
participants (1)
-
Johannes Lindenbaum