[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#245657: ro_RO ISO-8859-2 generation broken



At Sat, 24 Apr 2004 21:20:44 +0800,
Pabs wrote:
> The generation of ro_RO ISO-8859-2 is broken due to the following message:
> <snip>
>   pt_PT.ISO-8859-1... done
>   ro_RO.ISO-8859-2...LC_ADDRESS: `country_ab3' value does not match `country_num' value
> dpkg: error processing locales (--configure):
>  subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
>  locales
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> </snip>
> 
> I quickly did a dpkg-reconfigure --force locales to remove the ro_RO
> local, which helped, but ro_RO users won't like this, so marked this
> important.

This is because locale/iso-3166.def has wrong entry:

> cvs diff -r 1.3 -r 1.4 locale/iso-3166.def 
Index: locale/iso-3166.def
===================================================================
RCS file: /cvs/glibc/libc/locale/iso-3166.def,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- locale/iso-3166.def 7 Aug 2001 18:50:46 -0000       1.3
+++ locale/iso-3166.def 4 Dec 2003 04:33:59 -0000       1.4
@@ -180,7 +180,7 @@
 DEFINE_COUNTRY_CODE ("PUERTO RICO", PR, PRI, 630)
 DEFINE_COUNTRY_CODE ("QATAR", QA, QAT, 634)
 DEFINE_COUNTRY_CODE ("REUNION", RE, REU, 638)
-DEFINE_COUNTRY_CODE ("ROMANIA", RO, ROM, 642)
+DEFINE_COUNTRY_CODE ("ROMANIA", RO, ROU, 642)
 DEFINE_COUNTRY_CODE ("RUSSIAN FEDERATION", RU, RUS, 643)
 DEFINE_COUNTRY_CODE ("RWANDA", RW, RWA, 646)
 DEFINE_COUNTRY_CODE ("SAINT HELENA", SH, SHN, 654)

Regards,
-- gotom



Reply to: