Re: gcc4 archive: realtimebattle-common fail to install

2005-04-12 Thread Per Bojsen
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.saved2005-02-17 13:47:46.0 
-0500
+++ /usr/share/locale/locale.alias  2005-04-01 08:27:52.0 -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
 # [EMAIL PROTECTED]

+# Packages using this file: RealTimeBattle
+
 bokmal nb_NO.ISO-8859-1
 bokmål nb_NO.ISO-8859-1
 catalanca_ES.ISO-8859-1
@@ -65,7 +68,7 @@
 polish  pl_PL.ISO-8859-2
 portuguese  pt_PT.ISO-8859-1
 romanianro_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  <[EMAIL PROTECTED]>
7 Francis Road
Billerica, MA 01821-3618
USA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc4 archive: realtimebattle-common fail to install

2005-04-12 Thread Per Bojsen
Hi,

I'm using the gcc4 archive.  Today apt-get wanted to install
the new package realtimebattle-common but the following errors were
encountered:

Selecting previously deselected package realtimebattle-common.
Unpacking realtimebattle-common (from 
.../realtimebattle-common_1.0.7-5.0.0.1.gcc4_all.deb) ...
Replacing files in old package realtimebattle ...
dpkg: error processing 
/var/cache/apt/archives/realtimebattle-common_1.0.7-5.0.0.1.gcc4_all.deb 
(--unpack):
 trying to overwrite `/usr/share/locale/locale.alias', which is also in package 
locales
dpkg-deb: subprocess paste killed by signal (Broken pipe)

I also have a i386 machine running testing and apt-get today also
installed this new package but without the above errors.

Thanks,
Per

-- 
Per Bojsen  <[EMAIL PROTECTED]>
7 Francis Road
Billerica, MA 01821-3618
USA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]