On Sun, Oct 30, 2005 at 11:09:24PM -0500, Bob Tanner said > On Sunday 30 October 2005 09:06 pm, Rob Weir wrote: > > > 0.6-2 appears to build fine out of the box on stable for me (as well as > > > unstable, obviously). > > > > As does 0.1.1-1, for that matter. > > Using pbuilder, ie pristine sarge build evironment, bzr-0.6-2 fails with > > ./bzr selftest > No handlers could be found for logger "bzr" > Traceback (most recent call last): > File "./bzr", line 63, in ? > bzrlib.trace.enable_default_logging() > File "/tmp/bzr-0.6/bzrlib/trace.py", line 205, in enable_default_logging > _file_handler.setLevel(level) > AttributeError: 'NoneType' object has no attribute 'setLevel' > make: *** [common-post-build-indep] Error 1 > > I believe the problem is python2.3 is the default python in sarge and if you > look at the magic cookie of bzr, you have: > > #! /usr/bin/env python
I don't know where you are seeing this, but: bash-3.00$ wget http://ftp.debian.org/debian/pool/main/b/bzr/bzr_0.6-2_all.deb --15:50:36-- http://ftp.debian.org/debian/pool/main/b/bzr/bzr_0.6-2_all.deb => `bzr_0.6-2_all.deb' Resolving ftp.debian.org... 128.101.80.133 Connecting to ftp.debian.org|128.101.80.133|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 325,878 (318K) [application/x-debian-package] 100%[=============================================================================================================================>] 325,878 41.08K/s ETA 00:00 15:50:44 (42.56 KB/s) - `bzr_0.6-2_all.deb' saved [325878/325878] bash-3.00$ dpkg-deb -x bzr_0.6-2_all.deb . bash-3.00$ head -n1 ./usr/bin/bzr #!/usr/bin/python2.4 </snip> The upstream tarball does *not* have python2.4 specified on the hashbang, tho; it seems distutils picks it up from the version used to build it. I can't reproduce this using a clean sarge chroot...Let me try creating a new one, I guess. -rob -- I bet your lymph nodes are as big as cats! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]