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

Bug#650102: gcc-4.4-base: "Multi-Arch: same" but not co-installable with itself



Package: gcc-4.4-base
Version: 4.4.6-11
Severity: normal
User: multiarch-devel@lists.alioth.debian.org
Usertags: multiarch

On an i386(+amd64) system with multi-arch-enabled dpkg:
| # apt-get install -qq gcc-4.4-base gcc-4.4-base:amd64
| Selecting previously unselected package gcc-4.4-base.
| (Reading database ... 18791 files and directories currently installed.)
| Unpacking gcc-4.4-base:amd64 (from .../gcc-4.4-base_4.4.6-11_amd64.deb) ...
| Unpacking gcc-4.4-base:i386 (from .../gcc-4.4-base_4.4.6-11_i386.deb) ...
| dpkg: error processing /var/cache/apt/archives/gcc-4.4-base_4.4.6-11_i386.deb (--unpack):
|  './usr/share/doc/gcc-4.4-base/README.Debian.gz' is different from the same file on the system
| configured to not write apport reports
|                                       Errors were encountered while processing:
|  /var/cache/apt/archives/gcc-4.4-base_4.4.6-11_i386.deb
| E: Sub-process /usr/bin/dpkg returned an error code (1)

And indeed, the files are different, even after ungzipping; please see the attached diff.

--
Jakub Wilk
zdiff -u gcc-4.4-base_4.4.6-11_amd64/usr/share/doc/gcc-4.4-base/README.Debian.gz gcc-4.4-base_4.4.6-11_i386/usr/share/doc/gcc-4.4-base/README.Debian.gz
--- /dev/fd/5	2011-11-26 15:38:47.556232213 +0100
+++ -	2011-11-26 15:38:47.564308973 +0100
@@ -289,10 +289,10 @@
 config-ml:
   disable some biarch libraries for biarch builds
 
+s390-biarch:
+  Build a bi-arch compiler on s390-linux-gnu.
+  http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01044.html
+
 mips-triarch:
   Build a tri-arch compiler on mips-linux-gnu.
   http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01047.html
-
-gcc-multilib64-multiarch:
-  Use lib instead of lib64 as the 64bit system dir on biarch
-  architectures defaulting to 64bit.

Reply to: