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

Re: gcc4 archive: realtimebattle-common fail to install



In case anyone wonders, I worked around this problem by doing the
following:

  mv /usr/share/locale/locale.alias{,.saved}
  apt-get -o DPkg::Options="{\"--force-overwrite\";}" -t testing dist-upgrade
  mv /usr/share/locale/locale.alias{.saved,}

Note, the local.alias file installed by realtimebattle-common is a
file not a symlink like the original file is.  Here is a diff between
the two:

--- /usr/share/locale/locale.alias.saved        2005-02-17 13:47:46.000000000 -0500
+++ /usr/share/locale/locale.alias      2005-04-01 08:27:52.000000000 -0500
@@ -1,19 +1,20 @@
 # Locale name alias data base.
 # Copyright (C) 1996-2001,2003 Free Software Foundation, Inc.
 #
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Library General Public License as published
+# by the Free Software Foundation; either version 2, or (at your option)
 # any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Library General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# You should have received a copy of the GNU Library General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+# USA.

 # The format of this file is the same as for the corresponding file of
 # the X Window System, which normally can be found in
@@ -26,6 +27,8 @@
 # it with the rest of us.  Send it using the `glibcbug' script to
 # bugs@gnu.org.

+# Packages using this file: RealTimeBattle
+
 bokmal         nb_NO.ISO-8859-1
 bokmål         nb_NO.ISO-8859-1
 catalan                ca_ES.ISO-8859-1
@@ -65,7 +68,7 @@
 polish          pl_PL.ISO-8859-2
 portuguese      pt_PT.ISO-8859-1
 romanian        ro_RO.ISO-8859-2
-russian         ru_RU.KOI8-R
+russian         ru_RU.ISO-8859-5
 slovak          sk_SK.ISO-8859-2
 slovene         sl_SI.ISO-8859-2
 slovenian       sl_SI.ISO-8859-2

Thanks,
Per

-- 
Per Bojsen                                              <per.bojsen@comcast.net>
7 Francis Road
Billerica, MA 01821-3618
USA



Reply to: