From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 20 18:00:29 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B5D516A41F for ; Wed, 20 Jul 2005 18:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA47243D48 for ; Wed, 20 Jul 2005 18:00:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6KI0S0l042402 for ; Wed, 20 Jul 2005 18:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6KI0SAJ042401; Wed, 20 Jul 2005 18:00:28 GMT (envelope-from gnats) Resent-Date: Wed, 20 Jul 2005 18:00:28 GMT Resent-Message-Id: <200507201800.j6KI0SAJ042401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Weisgerber Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C142116A41F for ; Wed, 20 Jul 2005 17:51:31 +0000 (GMT) (envelope-from naddy@mips.inka.de) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF3E43D46 for ; Wed, 20 Jul 2005 17:51:30 +0000 (GMT) (envelope-from naddy@mips.inka.de) Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 188DB49E98 for ; Wed, 20 Jul 2005 19:51:29 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id 075F9149143 for ; Wed, 20 Jul 2005 19:51:29 +0200 (CEST) Received: from kemoauc.mips.inka.de (dsl-084-056-230-249.arcor-ip.net [84.56.230.249]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id B43221E277 for ; Wed, 20 Jul 2005 19:51:28 +0200 (CEST) Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.13.3/8.12.10) with ESMTP id j6KHpRrx088615 for ; Wed, 20 Jul 2005 19:51:28 +0200 (CEST) (envelope-from naddy@kemoauc.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.13.3/8.13.1/Submit) id j6KHpRLe088613; Wed, 20 Jul 2005 19:51:27 +0200 (CEST) (envelope-from naddy) Message-Id: <200507201751.j6KHpRLe088613@kemoauc.mips.inka.de> Date: Wed, 20 Jul 2005 19:51:27 +0200 (CEST) From: Christian Weisgerber To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83801: net/py-bttorrent-devel i18n broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Weisgerber List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 18:00:29 -0000 >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: