Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 19:51:27 +0200 (CEST)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83801: net/py-bttorrent-devel i18n broken
Message-ID:  <200507201751.j6KHpRLe088613@kemoauc.mips.inka.de>
Resent-Message-ID: <200507201800.j6KI0SAJ042401@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83801
>Category:       ports
>Synopsis:       net/py-bttorrent-devel i18n broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 20 18:00:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 5.4-STABLE alpha
>Organization:
>Environment:
System: FreeBSD kemoauc.mips.inka.de 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 10 12:02:28 CEST 2005 naddy@kemoauc.mips.inka.de:/usr/obj/usr/src/sys/GENERIC alpha

>Description:

The BitTorrent 4.1.3 bt* clients cannot find their localized message
catalogs.

$ LANG=de_DE.ISO8859-1 ktrace btdownloadcurses.py
...
$ kdump
...
 88316 python   CALL  stat(0x120150200,0x11ffd9e8)
 88316 python   NAMI  "locale/de_DE.iso8859-1/LC_MESSAGES/bittorrent.mo"
 88316 python   RET   stat -1 errno 2 No such file or directory
 88316 python   CALL  stat(0x120150200,0x11ffd9e8)
 88316 python   NAMI  "locale/de_DE/LC_MESSAGES/bittorrent.mo"
 88316 python   RET   stat -1 errno 2 No such file or directory
 88316 python   CALL  stat(0x120150200,0x11ffd9e8)
 88316 python   NAMI  "locale/de.iso8859-1/LC_MESSAGES/bittorrent.mo"
 88316 python   RET   stat -1 errno 2 No such file or directory
 88316 python   CALL  stat(0x120150200,0x11ffd9e8)
 88316 python   NAMI  "locale/de/LC_MESSAGES/bittorrent.mo"
 88316 python   RET   stat -1 errno 2 No such file or directory
...

Apparently, bt* fails to open the message catalog with the full
path of /usr/local/share/locale/...

>How-To-Repeat:

Run any bt* client with a LANG setting for which a translation
exists.

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507201751.j6KHpRLe088613>