From owner-freebsd-multimedia@FreeBSD.ORG Mon Nov 10 23:19:26 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EFD810656AA for ; Mon, 10 Nov 2008 23:19:26 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id C978F8FC0A for ; Mon, 10 Nov 2008 23:19:25 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0KA500AG14SCT010@osl1smout1.broadpark.no>; Tue, 11 Nov 2008 00:19:24 +0100 (CET) Received: from kg-work2.kg4.no ([80.203.92.56]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0KA5003TZ4SBYVW2@osl1sminn1.broadpark.no>; Tue, 11 Nov 2008 00:19:24 +0100 (CET) Date: Tue, 11 Nov 2008 00:19:23 +0100 From: Torfinn Ingolfsen To: Bernhard Froehlich Message-id: <20081111001923.d0c906f8.torfinn.ingolfsen@broadpark.no> In-reply-to: <20081110231920.78c38e21@chii.bluelife.at> References: <20080921180743.313a5a08@chii.bluelife.at> <200809212243.05068.shoesoft@gmx.net> <200809222219.14268.shoesoft@gmx.net> <20080924214956.6936e491@chii.bluelife.at> <20081102012335.e7465e42.torfinn.ingolfsen@broadpark.no> <20081104225543.6f45897f@chii.bluelife.at> <20081109125253.41488c7a.torfinn.ingolfsen@broadpark.no> <20081110231920.78c38e21@chii.bluelife.at> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Cc: freebsd-multimedia@freebsd.org, glarkin@FreeBSD.org Subject: Re: CFT: MythTV Fixes X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 23:19:26 -0000 On Mon, 10 Nov 2008 23:19:20 +0100 Bernhard Froehlich wrote: > I've attached a patch that should fix that nasty problem now and also With the attached patch, mythtv-frontend compiles fine. Thanks! > Playing Sherlock: The murder was your locale which triggered a bug in > the configure script that uses "tr" to translate words into upper and > lowercase. I've seen that because in my config.h there is Interesting. I guess it is one of these then: root@kg-vm# echo $LANG en_US.ISO8859-1 root@kg-vm# echo $G_FILENAME_ENCODING ISO-8859-1 root@kg-vm# > All "z" got replaced by "]" instead of "Z" which seems to be a > weirdness of locales and "tr". The mythtv developers have already > found and fixed that in trunk so i have taken that few lines and > created a patch for that issue. Ugh. One shouldn't use tr on source code without verifying locale functions. Luckily the MythTV developers saw that too. > Thanks for your kind help to track this one down, that was really an > interesting one! No problem, I have an interest in MythTV on FreeBSD. :-) -- Regards, Torfinn Ingolfsen