gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] bootstrap error on Mandriva 2010 - solved


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] bootstrap error on Mandriva 2010 - solved
Date: Mon, 26 Jul 2010 23:52:48 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Jul 25, 2010 at 03:51:32PM +0200, Michael Schütt wrote:

> address@hidden server]# ./gm-bootstrap_server
> ===========================================================
> Bootstrapping latest GNUmed database.
> 
> This will set up a GNUmed database of version v11
> with the name "gnumed_v11".

...

> ==> bootstrapping "config" ...
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
>     msg = self.format(record)
>   File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
>     return fmt.format(record)
>   File "/usr/lib/python2.6/logging/__init__.py", line 448, in format
>     s = s + record.exc_text
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 611: 
> ordinal not in range(128)
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
>     msg = self.format(record)
>   File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
>     return fmt.format(record)
>   File "/usr/lib/python2.6/logging/__init__.py", line 448, in format
>     s = s + record.exc_text
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1238: 
> ordinal not in range(128)
> Cannot bootstrap bundles.
> Please check the log file for details.
> Bootstrapping "gnumed_v11" did not finish successfully. Aborting.
> address@hidden server]#

The system is not capable of handling some non-ascii
characters. You are also using a fairly old version (v11) --
in the meantime we've applied a few fixes related to working
around unicode support being spotty on some platforms.

The above actually is a known, reported bug in the Python
logging library which I don't know how to work around and
which masks the actual problem.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

[Prev in Thread] Current Thread [Next in Thread]