bzr-git/Dulwich version number confusion

Russel Winder russel.winder at concertant.com
Sun Mar 28 09:40:04 BST 2010


Jelmer,

I just pulled Dulwich from:

   bzr+ssh://bazaar.launchpad.net/~vcs-imports/dulwich/trunk

and installed in with:

    sudo make clean ; make ; sudo make install ; sudo make clean

then changed the permissions in the installed location as distutils gets
it wrong (due to a non-standard umask I have), and ensured it worked by
running:   

    python -c "import dulwich"

and ensuring no error message.  I pulled bzr-git from:

   bzr+ssh://bazaar.launchpad.net/~bzr/bzr-git/trunk

However when I try and pull from a Git repository to a Bazaar branch --
it is Postr from the Gnome repository:

        |> bzr pull
        Unable to load plugin 'loggerhead'. It requested API version (2, 1, 0) of module <module 'bzrlib' from '/home/Checkouts/Bazaar/Bazaar/Mainline_Working/bzrlib/__init__.pyc'> but the minimum exported version is (2, 2, 0), and the maximum is (2, 2, 0)
        Using saved parent location: git://git.gnome.org/postr
        bzr: ERROR: Unsupported protocol for url "git://git.gnome.org/postr": Unable to import library "dulwich": bzr-git: Dulwich is too old; at least 0.5.1 is required

The loggerhead message is understood and not a problem for us here.  The
issue seems to be that bzr-git is demanding a version of Dulwich that
Dulwich doesn't provide.  Also:

        |> dulwich --version
        No such subcommand: --version

So there appears to be no way of checking for the version of Dulwich
actually used as opposed to the one I think is being used.

Thanks. 

-- 
Russel.
=============================================================================
Dr Russel Winder      Partner
                                            xmpp: russel at russel.org.uk
Concertant LLP        t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,   f: +44 8700 516 084   voip: sip:russel.winder at ekiga.net
London SW11 1EN, UK   m: +44 7770 465 077   skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20100328/ddc4a63a/attachment.pgp 


More information about the bazaar mailing list