On Tue, 22 May 2001, Guillaume Rousse wrote:
> Ainsi parlait Sebastian Dransfeld :
> > When I use urpmi at get "can't set locale" after upgrading to glibc-2.2.3.
> Seems to be a standard upgrade message from glibc :-)
Rebuilding locales helps. How about preventing this from happening again:
--- locales.spec.bak Wed May 23 01:11:46 2001
+++ locales.spec Wed May 23 01:19:33 2001
@@ -6,8 +6,8 @@
#
#
#
-%define version 2.3.1
-%define release 8mdk
+%define version 2.3.2
+%define release 1mdk
Summary: Base files for localization
Name: locales
@@ -136,13 +136,13 @@
Source85: KOI8-K
BuildArchitectures: noarch
-# to build this package glibc >= 2.1.99 is needed (for locales definitions)
-PreReq: glibc >= 2.1.99
+# rebuild may be required for new versions of glibc
+PreReq: glibc = 2.2.3
# no need to check for dependencies when building, there is no executables here
AutoReqProv: no
BuildRoot: %{_tmppath}/locales-root
Icon: bulle-blank.xpm
-#Requires: glibc >= 2.1.99
+Requires: glibc = 2.2.3
%description
These are the base files for language localization.
There are quite a few warnings and at least one build error that
needs to be resolved for a rebuild.
Arnd <><