On Thu, Sep 09, 2010 at 11:52:56PM +0200, Peter Palfrader wrote: > Package: dictionaries-common > Version: 1.5.11 > Severity: important > > Hi, > > while installing a bunch of dictionaries on squeeze host byrd.d.o: > | Preconfiguring packages ... > | Use of uninitialized value $country in concatenation (.) or string at > /tmp/dictionaries-common.config.28613 line 215, <STDIN> line 64. > | Use of uninitialized value $country in string at > /tmp/dictionaries-common.config.28613 line 216, <STDIN> line 64. > | Use of uninitialized value $classprefix in concatenation (.) or string at > /tmp/dictionaries-common.config.28613 line 174, <STDIN> line 64. > > These uninitialized value warnings are ugly and should probably get fixed
Thanks for the info. It has been useful to spot a misplaced parenthesis that was causing the $classprefix messages in some cases. Regarding the $country messages, is any locale defined at that box? Anyway, I have also added code to have a default locale when none of debian-installer/language debian-installer/country LANG LC_MESSAGES LC_ALL help. This should get rid of the $country messages. Also noticed that the underlying problems sometimes resulted in wrong default choices. Fix just uploaded to sid. -- Agustin -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

