← Back to team overview

bzr-mac team mailing list archive

Fwd: [Bug 545546] [NEW] bzr seems to assume 64-bit OS X 10.6, breaks with 32-bit

 

---------- Forwarded message ----------
From: Felix Lawrence <felix.lawrence@xxxxxxxxxxxxxxxxxxx>
Date: 24 March 2010 09:34
Subject: [Bug 545546] [NEW] bzr seems to assume 64-bit OS X 10.6,
breaks with 32-bit
To: mbp@xxxxxxxxxxxxxx


Public bug reported:

The 10.6 versions of bzr seem not to support 32-bit processors (although
this isn't mentioned anywhere on the website).  On my 32-bit Core Duo
iMac, I get the following traceback when running "bzr explorer" and have
experienced similar errors when trying to push or pull from a remote
host over bzr+ssh.

Felix:~ felix$ bzr explorer
type object 'Merger' has no attribute 'hooks'
Unable to load plugin 'news_merge' from
'/Library/Python/2.6/site-packages/bzrlib/plugins'
bzr: ERROR: exceptions.ImportError:
dlopen(/Library/Python/2.6/site-packages/PyQt4/QtCore.so, 2): no
suitable image found.  Did find:
       /Library/Python/2.6/site-packages/PyQt4/QtCore.so: mach-o, but
wrong architecture

Traceback (most recent call last):
 File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line
842, in exception_to_return_code
   return the_callable(*args, **kwargs)
 File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line
1037, in run_bzr
   ret = run(*run_argv)
 File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line
654, in run_argv_aliases
   return self.run(**all_cmd_args)
 File "/Library/Python/2.6/site-packages/bzrlib/plugins/explorer/__init__.py",
line 146, in run
   from bzrlib.plugins.qbzr.lib import uifactory
 File "/Library/Python/2.6/site-packages/bzrlib/plugins/qbzr/lib/uifactory.py",
line 20, in <module>
   from PyQt4 import QtCore, QtGui
ImportError: dlopen(/Library/Python/2.6/site-packages/PyQt4/QtCore.so,
2): no suitable image found.  Did find:
       /Library/Python/2.6/site-packages/PyQt4/QtCore.so: mach-o, but
wrong architecture

bzr 2.0.4 on python 2.6.1 (Darwin-10.2.0-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'explorer']
encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_AU.UTF-8'
plugins:
 bzr_push_and_update  /Users/felix/.bazaar/plugins/bzr_push_and_update
[0.2.0dev]
 bzrtools
/Library/Python/2.6/site-packages/bzrlib/plugins/bzrtools [2.0.1]
 email
/Library/Python/2.6/site-packages/bzrlib/plugins/email [unknown]
 explorer
/Library/Python/2.6/site-packages/bzrlib/plugins/explorer [0.8.3]
 extmerge
/Library/Python/2.6/site-packages/bzrlib/plugins/extmerge [unknown]
 keychain
/Library/Python/2.6/site-packages/bzrlib/plugins/keychain [0.1.0]
 launchpad
/Library/Python/2.6/site-packages/bzrlib/plugins/launchpad [2.0.4]
 netrc_credential_store
/Library/Python/2.6/site-packages/bzrlib/plugins/netrc_credential_store
[2.0.4]
 qbzr
/Library/Python/2.6/site-packages/bzrlib/plugins/qbzr [0.14.6]
 rebase
/Library/Python/2.6/site-packages/bzrlib/plugins/rebase [0.5.4]
 svn
/Library/Python/2.6/site-packages/bzrlib/plugins/svn [1.0.0]
 upload
/Library/Python/2.6/site-packages/bzrlib/plugins/upload [1.0.0dev]
 xmloutput
/Library/Python/2.6/site-packages/bzrlib/plugins/xmloutput [0.8.5]

*** Bazaar has encountered an internal error.  This probably indicates a
   bug in Bazaar.  You can help us fix it by filing a bug report at
       https://bugs.launchpad.net/bzr/+filebug
   including this traceback and a description of the problem.


I have encountered this problem both with 2.1.0-3 and 2.0.4.  The lines:
bzr: ERROR: exceptions.ImportError:
dlopen(/Library/Python/2.6/site-packages/PyQt4/QtCore.so, 2): no
suitable image found.  Did find:
       /Library/Python/2.6/site-packages/PyQt4/QtCore.so: mach-o, but
wrong architecture
seem to indicate that bzr was simply compiled against 64-bit libraries.

** Affects: bzr
    Importance: Undecided
        Status: New

--
bzr seems to assume 64-bit OS X 10.6, breaks with 32-bit
https://bugs.launchpad.net/bugs/545546
You received this bug notification because you are a member of bzr-qa,
which is subscribed to Bazaar.




-- 
Martin <http://launchpad.net/~mbp/>



Follow ups