Mac 10.6.8: Xcode 4: Can't install bzr 2.3.4 with easy_install

Bug #822414 reported by Martin Häcker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Wishlist
Unassigned

Bug Description

Can't install bzr 2.3.4 on this system with easy_install. Trying to do so makes it error out like this

  bzrlib/_annotator_pyx.c:1499: fatal error: error writing to -: Broken pipe

I found a workaround at this thread: <https://github.com/lericson/pylibmc/issues/35>

Turns out that Xcode 4 removes ppc support, but because python is built with ppc support and extensions are compiled with the same buildflags as python it breaks.

The suggested workaround worked for me:

  ARCHFLAGS='-arch i386 -arch x86_64' easy_install bzr==2.3.4

Vincent Ladeuil (vila)
Changed in bzr:
status: New → Confirmed
importance: Undecided → Wishlist
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
Jelmer Vernooij (jelmer)
tags: removed: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.