This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jlindenbaum
Recipients eric.araujo, jlindenbaum, tarek
Date 2011-03-21.16:43:39
SpamBayes Score 8.4812235e-08
Marked as misclassified No
Message-id <1300725819.97.0.991086015608.issue11623@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is a crosspost from /setuptools.
(http://bugs.python.org/setuptools/issue122)

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-broken-pipe-during-build/260106#260106

Let me know if you require more information.

Kind Regards,
Johannes
History
Date User Action Args
2011-03-21 16:43:40jlindenbaumsetrecipients: + jlindenbaum, tarek, eric.araujo
2011-03-21 16:43:39jlindenbaumsetmessageid: <1300725819.97.0.991086015608.issue11623@psf.upfronthosting.co.za>
2011-03-21 16:43:39jlindenbaumlinkissue11623 messages
2011-03-21 16:43:39jlindenbaumcreate