From bounce-debian-bugs-dist==chris-lamb.co.uk@lists.debian.org Sun Apr 20 20:30:24 2008
Received: from liszt.debian.org ([82.195.75.100])
	by chris-lamb.co.uk with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.63)
	(envelope-from <bounce-debian-bugs-dist==chris-lamb.co.uk@lists.debian.org>)
	id 1JnfEs-0000hY-3h
	for bot.address@chris-lamb.co.uk; Sun, 20 Apr 2008 20:30:24 +0100
Received: from localhost (localhost [127.0.0.1])
	by liszt.debian.org (Postfix) with QMQP
	id 0EDF813A5245; Sun, 20 Apr 2008 19:30:13 +0000 (UTC)
Old-Return-Path: <debbugs@rietz.debian.org>
X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on liszt.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-7.9 required=4.0 tests=BAYES_00,FOURLA,LDO_WHITELIST,
	RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3
X-Original-To: debian-bugs-dist@lists.debian.org
Delivered-To: lists-debian-bugs-dist@liszt.debian.org
Received: from rietz.debian.org (rietz.debian.org [140.211.166.43])
	by liszt.debian.org (Postfix) with ESMTP id 147C813A522C;
	Sun, 20 Apr 2008 19:30:01 +0000 (UTC)
Received: from debbugs by rietz.debian.org with local (Exim 4.63)
	(envelope-from <debbugs@rietz.debian.org>)
	id 1JnfBu-0003nc-CV; Sun, 20 Apr 2008 19:27:10 +0000
X-Loop: owner@bugs.debian.org
Subject: Bug#477075: hgsvn: doesn't run (pkg_resources.DistributionNotFound: elementtree)
Reply-To: Christian Ohm <chr.ohm@gmx.net>, 477075@bugs.debian.org
Resent-From: Christian Ohm <chr.ohm@gmx.net>
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Vincent Danjean <vdanjean@debian.org>
Resent-Date: Sun, 20 Apr 2008 19:27:08 +0000
Resent-Message-ID: <handler.477075.B.120871953312525@bugs.debian.org>
X-Debian-PR-Message: report 477075
X-Debian-PR-Package: hgsvn
X-Debian-PR-Keywords: 
X-Debian-PR-Source: hgsvn
Received: via spool by submit@bugs.debian.org id=B.120871953312525
          (code B ref -1); Sun, 20 Apr 2008 19:27:08 +0000
Received: (at submit) by bugs.debian.org; 20 Apr 2008 19:25:33 +0000
X-Amavis-Spam-Status: No, score=-9.9 required=4.0 tests=BAYES_00,FOURLA,HAS_PACKAGE 
	autolearn=no version=3.1.4-bugs.debian.org_2005_01_02
Received: from mail.gmx.net ([213.165.64.20])
	by rietz.debian.org with smtp (Exim 4.63)
	(envelope-from <chr.ohm@gmx.net>)
	id 1JnfAL-0003CZ-Bh
	for submit@bugs.debian.org; Sun, 20 Apr 2008 19:25:33 +0000
Received: (qmail invoked by alias); 20 Apr 2008 19:25:25 -0000
Received: from p4FD259B2.dip.t-dialin.net (EHLO localhost) [79.210.89.178]
  by mail.gmx.net (mp021) with SMTP; 20 Apr 2008 21:25:25 +0200
X-Authenticated: #885997
X-Provags-ID: V01U2FsdGVkX1/hawMhiEDhIwe3G2ewuV4bz12HH6gvREgFhccym4
	XM+09nl8TS/UCR
Date: Sun, 20 Apr 2008 21:25:24 +0200
From: Christian Ohm <chr.ohm@gmx.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Message-ID: <20080420192524.GA13541@localdomain>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.39-0.1
User-Agent: Mutt/1.5.17+20080114 (2008-01-14)
X-Y-GMX-Trusted: 0
Delivered-To: submit@bugs.debian.org
Resent-Date: Sun, 20 Apr 2008 19:27:10 +0000
X-Debian-Message: from BTS
X-Rc-Virus: 2007-09-13_01
X-Rc-Spam: 2007-10-04_01
X-Mailing-List: <debian-bugs-dist@lists.debian.org> archive/latest/343749
X-Loop: debian-bugs-dist@lists.debian.org
List-Id: <debian-bugs-dist.lists.debian.org>
List-Post: <mailto:debian-bugs-dist@lists.debian.org>
List-Help: <mailto:debian-bugs-dist-request@lists.debian.org?subject=help>
List-Subscribe: <mailto:debian-bugs-dist-request@lists.debian.org?subject=subscribe>
List-Unsubscribe: <mailto:debian-bugs-dist-request@lists.debian.org?subject=unsubscribe>
Precedence: list
Resent-Sender: debian-bugs-dist-request@lists.debian.org
Received-SPF: none
X-SPF-Guess: pass
X-Spam-Score: -33.1
X-Spam-Report: (-33.1 points, 5.0 required)
	pts rule name              description
	---- ---------------------- --------------------------------------------------
	-50 D_FOR_BOT              For debian-devel-changes bot
	0.0 UNPARSEABLE_RELAY      Informational: message has unparseable relay lines
	-2.6 BAYES_00               BODY: Bayesian spam probability is 0 to 1%
	[score: 0.0000]
	19 AWL                    AWL: From: address is in the auto white-list

Package: hgsvn
Version: 0.1.5-2
Severity: grave
Justification: renders package unusable

Hello,

since a few days hgpullsvn (and hgimportsvn) just stops with the
following error message:

Traceback (most recent call last):
  File "/usr/bin/hgpullsvn", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2561, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: elementtree

I guess it started when the default python was switched to 2.5, but I'm
not really sure.

Best regards,
Christian Ohm

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (800, 'experimental'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.12-ck1-2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hgsvn depends on:
ii  mercurial                   1.0-4        Scalable distributed version contr
ii  python                      2.5.2-1      An interactive high-level object-o
ii  python-elementtree          1.2.6-11     Light-weight toolkit for XML proce
ii  python-setuptools           0.6c8-3      Python Distutils Enhancements
ii  python-support              0.7.7        automated rebuilding support for P
ii  subversion                  1.4.6dfsg1-3 Advanced version control system

hgsvn recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


