Bug#219765: Languagechooser 1.03 dies on mipsel

2003-11-11 Thread Colin Watson
On Tue, Nov 11, 2003 at 10:25:31PM +0100, Karsten Merker wrote: > They have no "real" function, in fact they are logically "wrong" here, > but they cause the shell to take an additional redirection which does > not trigger the shell crash that happens without them. It's not a crash or a segfault o

Bug#219765: Languagechooser 1.03 dies on mipsel

2003-11-11 Thread kraai
Karsten Merker wrote: > On Mon, Nov 10, 2003 at 07:02:30PM -0800, Matt Kraai wrote: > > On Mon, Nov 10, 2003 at 10:26:20PM +0100, Karsten Merker wrote: > > > On Sat, Nov 08, 2003 at 09:38:09PM +, Alastair McKinstry wrote: > > > > > > > > if echo $LANG $LC_CTYPE | grep -q UTF-8 ; then > > > > >

Bug#219765: Languagechooser 1.03 dies on mipsel

2003-11-10 Thread Matt Kraai
On Mon, Nov 10, 2003 at 10:26:20PM +0100, Karsten Merker wrote: > On Sat, Nov 08, 2003 at 09:38:09PM +, Alastair McKinstry wrote: > > > > if echo $LANG $LC_CTYPE | grep -q UTF-8 ; then > > > db_set debconf/language en > > > else > > > db_set debconf/language C > > > fi > > > > Hi, > > >

Bug#219765: Languagechooser 1.03 dies on mipsel

2003-11-10 Thread Joey Hess
Karsten Merker wrote: > > The code actually goes: > > echo $LANG $LC_CTYPE | grep -q UTF-8 > > if [ $? ] ; then > > ... > > That was the original case, which also did not work. The code I cited > above is the current state in cvs. > > > if this fails, try the variant > > if `echo $LANG $LC_CTYPE

Bug#219765: Languagechooser 1.03 dies on mipsel

2003-11-08 Thread Alastair McKinstry
On Sat, 2003-11-08 at 20:48, Karsten Merker wrote: > Package: languagechooser > Version: 1.03 and 1.04-cvs > > On mipsel, languagechooser dies with a return-code of 1 when called > from main-menu (probably it segfaults). When called in a shell > via "udpkg --configure language-chooser" it just han