On Monday 31 October 2005 06:13 pm, Rob Weir wrote:
> If you change debian/rules to run "build/scripts/bzr selftest" instead
> of "./bzr selftest", does it pass?

This is weird.

common-post-build-indep::
        PYTHONPATH=/tmp/bzr-0.6/build/lib;build/scripts-2.4/bzr selftest

Still gives me

PYTHONPATH=/tmp/bzr-0.6/build/lib;build/scripts-2.4/bzr selftest
No handlers could be found for logger "bzr"
^^^^^^^ Any idea what that means?

I do not get that message compiling under sid.

Traceback (most recent call last):
  File "build/scripts-2.4/bzr", line 63, in ?
    bzrlib.trace.enable_default_logging()
  File "/tmp/bzr-0.6/build/lib/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

Looking at the code it's like _file_handler isn't be re-initialized in 
open_tracefile().

I commented out line 205
#    _file_handler.setLevel(level)

# ./build/scripts-2.4/bzr  selftest
No handlers could be found for logger "bzr"

Still get this handler message, but

running tests...
<snip>
Ran 488 tests in 21.893s

-- 
Bob Tanner <[EMAIL PROTECTED]>          | Phone : (952)943-8700
http://www.real-time.com, Minnesota, Linux | Fax   : (952)943-8500
Key fingerprint = AB15 0BDF BCDE 4369 5B42  1973 7CF1 A709 2CC1 B288


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to