self-hosting repo available
Erik Bågfors
zindar at gmail.com
Mon Apr 11 10:15:50 BST 2005
Ok, found out what caused this. It's the 'å' in my last name in
bzrlib.osutils.username(). By doing EMAIL="Erik Bagfors
<erik at bagfors.nu>" it works. But that's not my name :)
Some UTF8 problems here. My system is all UTF8 (inclu /etc/passwd).
Regards,
Erik
On Apr 11, 2005 9:59 AM, Erik Bågfors <zindar at gmail.com> wrote:
> All right...
>
> I just grabbed this and did
>
> : [bagfors at zyrgelkwytng]$ ; cd bzr.dev/
>
> #[mån apr 11 09:59:20]:~/usr/src/bzr.dev
> : [bagfors at zyrgelkwytng]$ ; ./bzr help
> Traceback (most recent call last):
> File "./bzr", line 24, in ?
> sys.exit(bzrlib.commands.main(sys.argv))
> File "/home/bagfors/usr/src/bzr.dev/bzrlib/commands.py", line 999, in main
> bzrlib.trace.create_tracefile(argv)
> File "/home/bagfors/usr/src/bzr.dev/bzrlib/trace.py", line 105, in
> create_tracefile
> t.write(' by %s on %s\n' % (bzrlib.osutils.username(), socket.getfqdn()))
> File "/usr/lib/python2.4/codecs.py", line 444, in write
> return self.writer.write(data)
> File "/usr/lib/python2.4/codecs.py", line 178, in write
> data, consumed = self.encode(object, self.errors)
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
> 11: ordinal not in range(128)
> [Exit 1 ]
>
> What can be the cause of this?
>
> /Erik
>
> On Apr 9, 2005 12:15 AM, Martin Pool <mbp at sourcefrog.net> wrote:
> > Instructions for getting bzr-in-bzr are on the download page.
> >
> > --
> > Martin
> >
> >
> > --
> > bazaar-ng mailing list
> > bazaar-ng at lists.canonical.com
> > http://lists.canonical.com/mailman/listinfo/bazaar-ng
> >
> >
> >
> >
>
More information about the bazaar
mailing list