mac os x: bzr: ERROR: [Errno 13] Permission denied

Bug #187426 reported by Kevin Cole
2
Affects Status Importance Assigned to Milestone
QBzr
Fix Released
Medium
Lukáš Lalinský

Bug Description

I don't know if this is a bug or simply a question. I just installed bzr on a mac, did an init, add, and commit. All was well. Then I installed the qbzr plugin. qcommit works, but commit gives the Errno 13 Permission denied. I note the log (and the qcommit dialog window) both mention "author"... From the .bzr.log:

bzr arguments: [u'commit']
looking for plugins in /Users/kjcole/.bazaar/plugins
looking for plugins in /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/plugins
Plugin name __init__ already loaded
Plugin name __init__ already loaded
encoding stdout as sys.stdout encoding 'US-ASCII'
opening working tree '/Users/kjcole/Desktop/Learn'
preparing to commit
[ 6427] 2008-01-30 16:57:44.290 INFO: Committing to: /Users/kjcole/Desktop/Learn/
Selecting files for commit with filter None
[ 6427] 2008-01-30 16:57:44.293 INFO: deleted Exposures & Acquisitions.asc
check paths: None
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/commands.py", line 806, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/commands.py", line 762, in run_bzr
    ret = run(*run_argv)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/commands.py", line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/builtins.py", line 2328, in run
    author=author)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/workingtree_4.py", line 246, in commit
    result = WorkingTree3.commit(self, message, revprops, *args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/mutabletree.py", line 187, in commit
    revprops=revprops, *args, **kwargs)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/commit.py", line 367, in commit
    message = message_callback(self)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/builtins.py", line 2309, in get_message
    my_message = edit_commit_message_encoded(t)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/msgeditor.py", line 136, in edit_commit_message_encoded
    if not msgfilename or not _run_editor(msgfilename):
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/bzrlib/msgeditor.py", line 62, in _run_editor
    x = call(edargs + [filename])
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py", line 443, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py", line 593, in __init__
    errread, errwrite)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py", line 1079, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied

return code 3

Related branches

Lukáš Lalinský (luks)
Changed in qbzr:
assignee: nobody → luks
importance: Undecided → Medium
milestone: none → 0.9.0
status: New → Fix Committed
Lukáš Lalinský (luks)
Changed in qbzr:
status: Fix Committed → Fix Released
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.