Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
Vincents-iMac:dev vincentmassaro$ bzr --version
Bazaar (bzr) 2.5.1
Python interpreter: /usr/bin/python2.6 2.6.7
Python standard library: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
Platform: Darwin-12.1.0-x86_64-i386-64bit
bzrlib: /Library/Python/2.6/site-packages/bzrlib
Bazaar configuration: /Users/vincentmassaro/.bazaar
Bazaar log file: /Users/vincentmassaro/.bzr.log
Copyright 2005-2012 Canonical Ltd.
http://bazaar.canonical.com/
bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.
Bazaar is part of the GNU Project to produce a free operating system.
Vincents-iMac:dev vincentmassaro$ bzr info
bzr: ERROR: exceptions.ImportError: Unable to load subvertpy extensions: dlopen(/Library/Python/2.6/site-packages/subvertpy/client.so, 2): Library not loaded: /usr/lib/libsvn_client-1.0.dylib
Referenced from: /Library/Python/2.6/site-packages/subvertpy/client.so
Reason: image not found
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 920, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1131, in run_bzr
ret = run(*run_argv)
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 673, in run_argv_aliases
return self.run(**all_cmd_args)
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 695, in run
return self._operation.run_simple(*args, **kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 136, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
result = func(*args, **kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1148, in ignore_pipe
result = func(*args, **kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 1842, in run
verbose=noise_level, outfile=self.outf)
File "/Library/Python/2.6/site-packages/bzrlib/info.py", line 378, in show_bzrdir_info
outfile)
File "/Library/Python/2.6/site-packages/bzrlib/info.py", line 394, in show_component_info
format = describe_format(control, repository, branch, working)
File "/Library/Python/2.6/site-packages/bzrlib/info.py", line 499, in describe_format
format = controldir.format_registry.make_bzrdir(key)
File "/Library/Python/2.6/site-packages/bzrlib/controldir.py", line 1346, in make_bzrdir
return self.get(key)()
File "/Library/Python/2.6/site-packages/bzrlib/registry.py", line 177, in get
return self._dict[self._get_key_or_default(key)].get_obj()
File "/Library/Python/2.6/site-packages/bzrlib/registry.py", line 74, in get_obj
self._obj = get_named_object(self._module_name, self._member_name)
File "/Library/Python/2.6/site-packages/bzrlib/pyutils.py", line 51, in get_named_object
obj = __import__(module_name, {}, {}, from_list)
File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/workingtree.py", line 28, in <module>
import subvertpy
File "/Library/Python/2.6/site-packages/subvertpy/__init__.py", line 130, in <module>
raise ImportError("Unable to load subvertpy extensions: %s" % e)
ImportError: Unable to load subvertpy extensions: dlopen(/Library/Python/2.6/site-packages/subvertpy/client.so, 2): Library not loaded: /usr/lib/libsvn_client-1.0.dylib
Referenced from: /Library/Python/2.6/site-packages/subvertpy/client.so
Reason: image not found
bzr 2.5.1 on python 2.6.7 (Darwin-12.1.0-x86_64-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'info']
plugins: bash_completion[2.5.1], bzrtools[2.5.0], changelog_merge[2.5.1],
colo[0.4.0], email[unknown], fastimport[0.14.0dev], git[0.6.8],
keychain[0.1.0], launchpad[2.5.1], loom[2.2.0],
netrc_credential_store[2.5.1], news_merge[2.5.1], pipeline[1.4.0],
po_merge[2.5.1], rewrite[0.6.3], svn[1.2.2], upload[1.1.0],
weave_fmt[2.5.1], xmloutput[0.8.8]
encoding: 'utf-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
*** 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.

filler commented Aug 23, 2012

dhcp-128-36-138-95:design-center silkey$ cd ~/Sandbox/drupal/dev
dhcp-128-36-138-95:dev silkey$ bzr info
Checkout (format: unnamed)
Location:
checkout root: .
checkout of branch: bzr+ssh://rs253@dplbzr.web.yale.internal/bzr/drupal/dev/
dhcp-128-36-138-95:dev silkey$ bzr --version
Bazaar (bzr) 2.5.1
Python interpreter: /usr/bin/python 2.7.2
Python standard library: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Platform: Darwin-12.0.0-x86_64-i386-64bit
bzrlib: /usr/local/Cellar/bazaar/2.5.1/libexec/bzrlib
Bazaar configuration: /Users/silkey/.bazaar
Bazaar log file: /Users/silkey/.bzr.log

Copyright 2005-2012 Canonical Ltd.
http://bazaar.canonical.com/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.

dhcp-128-36-138-95:dev silkey$ which bzr
/usr/local/bin/bzr
dhcp-128-36-138-95:dev silkey$ which python
/usr/bin/python
dhcp-128-36-138-95:dev silkey$ python -V
Python 2.7.2
dhcp-128-36-138-95:dev silkey$ ls -la ~/.bazaar/plugins/
total 0
drwxr-xr-x 3 silkey staff 102 Sep 9 2011 .
drwxr-xr-x 7 silkey staff 238 Sep 13 2011 ..
drwxr-xr-x@ 58 silkey staff 1972 Sep 13 2011 bzrtools
dhcp-128-36-138-95:dev silkey$

Owner

vinmassaro commented Aug 23, 2012

Vincents-iMac:dev vincentmassaro$ cd /sandbox/dev
Vincents-iMac:dev vincentmassaro$ bzr info
bzr: ERROR: exceptions.ImportError: Unable to load subvertpy extensions: dlopen(/Library/Python/2.6/site-packages/subvertpy/client.so, 2): Library not loaded: /usr/lib/libsvn_client-1.0.dylib
Referenced from: /Library/Python/2.6/site-packages/subvertpy/client.so
Reason: image not found

Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 920, in exception_to_return_code
return the_callable(_args, *_kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1131, in run_bzr
ret = run(_run_argv)
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 673, in run_argv_aliases
return self.run(__all_cmd_args)
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 695, in run
return self._operation.run_simple(_args, *_kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 136, in run_simple
self.cleanups, self.func, *args, *_kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
result = func(_args, *_kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1148, in ignore_pipe
result = func(_args, *_kwargs)
File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 1842, in run
verbose=noise_level, outfile=self.outf)
File "/Library/Python/2.6/site-packages/bzrlib/info.py", line 378, in show_bzrdir_info
outfile)
File "/Library/Python/2.6/site-packages/bzrlib/info.py", line 394, in show_component_info
format = describe_format(control, repository, branch, working)
File "/Library/Python/2.6/site-packages/bzrlib/info.py", line 499, in describe_format
format = controldir.format_registry.make_bzrdir(key)
File "/Library/Python/2.6/site-packages/bzrlib/controldir.py", line 1346, in make_bzrdir
return self.get(key)()
File "/Library/Python/2.6/site-packages/bzrlib/registry.py", line 177, in get
return self._dict[self._get_key_or_default(key)].get_obj()
File "/Library/Python/2.6/site-packages/bzrlib/registry.py", line 74, in get_obj
self._obj = get_named_object(self._module_name, self._member_name)
File "/Library/Python/2.6/site-packages/bzrlib/pyutils.py", line 51, in get_named_object
obj = import(module_name, {}, {}, from_list)
File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/workingtree.py", line 28, in
import subvertpy
File "/Library/Python/2.6/site-packages/subvertpy/init.py", line 130, in
raise ImportError("Unable to load subvertpy extensions: %s" % e)
ImportError: Unable to load subvertpy extensions: dlopen(/Library/Python/2.6/site-packages/subvertpy/client.so, 2): Library not loaded: /usr/lib/libsvn_client-1.0.dylib
Referenced from: /Library/Python/2.6/site-packages/subvertpy/client.so
Reason: image not found

bzr 2.5.1 on python 2.6.7 (Darwin-12.1.0-x86_64-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'info']
plugins: bash_completion[2.5.1], bzrtools[2.5.0], changelog_merge[2.5.1],
colo[0.4.0], email[unknown], fastimport[0.14.0dev], git[0.6.8],
keychain[0.1.0], launchpad[2.5.1], loom[2.2.0],
netrc_credential_store[2.5.1], news_merge[2.5.1], pipeline[1.4.0],
po_merge[2.5.1], rewrite[0.6.3], svn[1.2.2], upload[1.1.0],
weave_fmt[2.5.1], xmloutput[0.8.8]
encoding: 'utf-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'

*** 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.
Vincents-iMac:dev vincentmassaro$ bzr --version
Bazaar (bzr) 2.5.1
Python interpreter: /usr/bin/python2.6 2.6.7
Python standard library: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
Platform: Darwin-12.1.0-x86_64-i386-64bit
bzrlib: /Library/Python/2.6/site-packages/bzrlib
Bazaar configuration: /Users/vincentmassaro/.bazaar
Bazaar log file: /Users/vincentmassaro/.bzr.log

Copyright 2005-2012 Canonical Ltd.
http://bazaar.canonical.com/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.

Vincents-iMac:dev vincentmassaro$ which bzr
/usr/local/bin/bzr
Vincents-iMac:dev vincentmassaro$ which python
/usr/bin/python
Vincents-iMac:dev vincentmassaro$ python -V
Python 2.7.2
Vincents-iMac:dev vincentmassaro$ ls -la ~/.bazaar/plugins/
total 16
drwxr-xr-x 4 vincentmassaro staff 136 Aug 23 14:34 .
drwxr-xr-x 7 vincentmassaro staff 238 Aug 23 14:34 ..
-rw-r--r--@ 1 vincentmassaro staff 6148 Aug 23 14:35 .DS_Store
drwxr-xr-x@ 51 vincentmassaro staff 1734 Aug 23 14:34 bzrtools
Vincents-iMac:dev vincentmassaro$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment