[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread Vincent Ladeuil
Thanks for telling us it works for you now ! ** Package changed: bzr (Ubuntu) => bzr-webdav (Ubuntu) ** Changed in: bzr-webdav (Ubuntu) Status: Incomplete => Confirmed ** Summary changed: - bazaar + apache2 + ssl failed + needs a packaged version compatible with bzr >= 2.0 -- needs a

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread UndiFineD
ok, fixed my errors, and it is done now thank you for the great help -- bazaar + apache2 + ssl failed https://bugs.launchpad.net/bugs/619787 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread UndiFineD
bzr branch lp:bzr.webdav ~/.bazaar/plugins/webdav Permission denied (publickey). bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. -- bazaar + apache2 + ssl failed https://bugs.launchpad.net/bugs/619787 You

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread UndiFineD
# bzr branch lp:bzr.webdav ~/.bazaar/plugins/webdav 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: Parent of "/home/undifined/.bazaar/plugins/webdav" does not exist. yes unconfigured ..

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread Vincent Ladeuil
> # bzr --version > > /usr/lib/python2.6/dist-packages/bzrlib/plugins/webdav/__init__.py(31)() > -> if major < 1 or minor < 12: > (Pdb) Here we go, that's an old webdav version (< 2009-08-11), a new one needs to be packaged. In the mean time, you should de-install it from your system and install

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread UndiFineD
I have not touched anything python, just a lot of upgrades from 10.04 to current maverick I do have perl 5.12.1 I could not find bzrlib.py I do have /usr/share/pyshared/bzrlib/ the failure first happened during installation of bazaar, but keeps returning. the trace call # bzr --version > /usr/

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread Vincent Ladeuil
Meh: python -c "print (2, 2, 0, 'final', 0) < (1,2)" False webdav/__init__.py contains: # Don't go further if we are not compatible if bzrlib.version_info < (1, 12): # We need bzr 1.12 from bzrlib import trace trace.note('not installing http[s]+webdav:// support' ' (onl

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread UndiFineD
# python -c 'import bzrlib ; print bzrlib.version_info ; print bzrlib.__file__' (2, 2, 0, 'final', 0) /usr/lib/python2.6/dist-packages/bzrlib/__init__.pyc -- bazaar + apache2 + ssl failed https://bugs.launchpad.net/bugs/619787 You received this bug notification because you are a member of Ubuntu

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread Vincent Ladeuil
This is really weird and sounds like you're getting a bzrlib version way older than your bzr script. What does the following command output: python -c 'import bzrlib ; print bzrlib.version_info ; print bzrlib.__file__' -- bazaar + apache2 + ssl failed https://bugs.launchpad.net/bugs/619787 You

Re: [Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-20 Thread Jelmer Vernooij
On Fri, 2010-08-20 at 02:40 +, Martin Pool wrote: > I see this strange message > > > not installing http[s]+webdav:// support (only supported for bzr 1.12 > and above) > > I'm not sure where that's coming from, presumably from a plugin. I'm > pretty sure not from core bzr. It comes from the

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-19 Thread Martin Pool
** Changed in: bzr (Ubuntu) Status: New => Incomplete -- bazaar + apache2 + ssl failed https://bugs.launchpad.net/bugs/619787 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 619787] Re: bazaar + apache2 + ssl failed

2010-08-19 Thread Martin Pool
I see this strange message > not installing http[s]+webdav:// support (only supported for bzr 1.12 and above) I'm not sure where that's coming from, presumably from a plugin. I'm pretty sure not from core bzr. What's the actual bug and how is it related to apache2? -- bazaar + apache2 + ssl