Re: Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-19 Thread Christian Perrier
> It is safer to not overwrite dboostrap_settings, in case something > does write to it before languagechooser. I tend to agree with Matt. Even if currently this is OK, nothing forbids us to imagine something writing that file before languagechooser, in the future. -- To UNSUBSCRIBE, email

Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-19 Thread Matt Kraai
On Fri, Nov 19, 2004 at 07:20:28PM +0100, Frans Pop wrote: > I know. That was a conscious choice as I think this step in the > installation is the first step responsible for setting up this file. > Both files are not claimed by a regular package if I check with dpkg -S > and packages.d.o. > > Wi

Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-19 Thread Frans Pop
On Thursday 18 November 2004 22:07, Matt Kraai wrote: > On Wed, Nov 17, 2004 at 07:11:42PM +0100, Frans Pop wrote: > This will overwrite instead of append to > /target/root/dbootstrap_settings. [...] > Likewise for /target/etc/environment. I know. That was a conscious choice as I think this step i

Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-18 Thread Matt Kraai
On Wed, Nov 17, 2004 at 07:11:42PM +0100, Frans Pop wrote: > -( > -echo "# Inserted by languagechooser." > -echo "LANG_INST=\"$LOCALE\"" > -echo "LANGUAGE_INST=\"$LANGLIST\"" > -) >> /target/root/dbootstrap_settings > +DESTFILE="/target/root/dbootstrap_settings" > +echo "# Inserted by l

Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-17 Thread Christian Perrier
Quoting Frans Pop ([EMAIL PROTECTED]): > tags 281538 + patch > thanks > > I would like to propose the attached patch. > > I have tested it during another s390 installation by manually running the > script in various variants: > - with and without locales installed > - for locale C > - for locale

Processed: Re: Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 281538 + patch Bug#281538: languagechooser: [s390] Invalid setup of localization There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system adminis

Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-17 Thread Frans Pop
tags 281538 + patch thanks I would like to propose the attached patch. I have tested it during another s390 installation by manually running the script in various variants: - with and without locales installed - for locale C - for locales en_US, [EMAIL PROTECTED] Christian: could you have a cri

Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-17 Thread Frans Pop
On Tuesday 16 November 2004 16:32, Frans Pop wrote: > It appears this line was added to /etc/localegen during prebaseconfig, > by calling 'validlocale $LANG' instead of 'validlocale "$LANG"' (and by > not checking the return code of validlocale). The problem is even more complex (at least on s390)

Bug#281538: languagechooser: [s390] Invalid setup of localization

2004-11-16 Thread Frans Pop
Package: languagechooser Version: 1.42 During an s390 installation (see #281530), languagechooser and countrychooser are not run as they are not on the initrd. However, they are loaded later in the process and languagechooser's prebaseconfig _is_ run at the end of 1st stage installation. This p