Comment 3 for bug 426276

Revision history for this message
Jakub Hudak (jakub-cium) wrote :

I fix portage overlay problem, remove bzr-svn, and remove bazaar overlay from layman. And when i run layman -a bazaar got:

layman -a bazaar
* Running command "/usr/bin/bzr get "lp:bzr-gentoo-overlay/" "/usr/local/portage/layman/bazaar""...
invalid syntax (<string>, line 1)
Unable to load '.svn' in '/usr/lib/python2.6/site-packages/bzrlib/plugins' as a plugin because the file path isn't a valid module name; try renaming it to '_svn'.
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
bzr: ERROR: Target directory "/usr/local/portage/layman/bazaar" already exists.
* Failed to add overlay "bazaar".
* Error was: Adding the overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/bazaar. Please remove them manually if required.

I rename proposed directory (.svn to _svn) and when i run layman -a bazaar got:

layman -a bazaar
* Running command "/usr/bin/bzr get "lp:bzr-gentoo-overlay/" "/usr/local/portage/layman/bazaar""...
No module named svn
Unable to load plugin '_svn' from '/usr/lib/python2.6/site-packages/bzrlib/plugins'
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
bzr: ERROR: Target directory "/usr/local/portage/layman/bazaar" already exists.
* Failed to add overlay "bazaar".
* Error was: Adding the overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/bazaar. Please remove them manually if required.