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

Bug#695661: marked as done (gcc-4.7: Please fix build on powerpcspe)



Your message dated Sun, 06 Jan 2013 22:04:36 +0000
with message-id <E1TryKa-0003Ho-Vr@franck.debian.org>
and subject line Bug#695661: fixed in gcc-4.7 4.7.2-5
has caused the Debian Bug report #695661,
regarding gcc-4.7: Please fix build on powerpcspe
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
695661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695661
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.7
Version: 4.7.2-4
Severity: wishlist
Tags: patch sid
User: debian-powerpcspe@breakpoint.cc
Usertags: powerpcspe

Hi,

gcc-4.7 currently fails to build from source on powerpcspe[1] like this:

[...]
/«PKGBUILDDIR»/build/./gcc/xgcc -B/«PKGBUILDDIR»/build/./gcc/ -B/usr/powerpc-linux-gnuspe/bin/ -B/usr/powerpc-linux-gnuspe/lib/ -isystem /usr/powerpc-linux-gnuspe/include -isystem /usr/powerpc-linux-gnuspe/sys-include    -g -O2 -O2  -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include   -fPIC -mlong-double-128 -mno-minimal-toc -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector   -fPIC -mlong-double-128 -mno-minimal-toc -I. -I. -I../.././gcc -I../../../src/libgcc -I../../../src/libgcc/. -I../../../src/libgcc/../gcc -I../../../src/libgcc/../include -I../../../src/libgcc/../libdecnumber/dpd -I../../../src/libgcc/../libdecnumber -DHAVE_CC_TLS  -o _gcov_merge_single.o -MT _gcov_merge_single.o -MD -MP -MF _gcov_merge_single.dep -DL_gcov_merge_single -c ../../../src/libgcc/libgcov.c
In file included from /usr/include/stdio.h:28:0,
                 from ../../../src/libgcc/../gcc/tsystem.h:88,
                 from ../../../src/libgcc/libgcov.c:29:
/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory
compilation terminated.
[...]

I traced it back to "xgcc -v" printing the include search paths which include
/usr/include/powerpc-linux-gnu which should be
/usr/include/powerpc-linux-gnuspe for powerpcspe.

(This is similar to http://bugs.debian.org/695654)

Attaching patches for the current revisions in unstable and experimental.

Thanks in advance,

Roland


[1] http://wiki.debian.org/PowerPCSPEPort


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-4.7 depends on:
ii  binutils      2.22-7.1
ii  cpp-4.7       4.7.2-4
ii  gcc-4.7-base  4.7.2-4
ii  libc6         2.13-37
ii  libgcc1       1:4.7.2-4
ii  libgmp10      2:5.0.5+dfsg-2
ii  libgomp1      4.7.2-4
ii  libitm1       4.7.2-4
ii  libmpc2       0.9-4
ii  libmpfr4      3.1.0-5
ii  libquadmath0  4.7.2-4
ii  zlib1g        1:1.2.7.dfsg-13

Versions of packages gcc-4.7 recommends:
ii  libc6-dev  2.13-37

Versions of packages gcc-4.7 suggests:
pn  binutils-gold        <none>
ii  gcc-4.7-doc          4.7.2-2
pn  gcc-4.7-locales      <none>
pn  gcc-4.7-multilib     <none>
pn  libgcc1-dbg          <none>
pn  libgomp1-dbg         <none>
pn  libitm1-dbg          <none>
pn  libmudflap0-4.7-dev  <none>
pn  libmudflap0-dbg      <none>
pn  libquadmath0-dbg     <none>

-- no debconf information
--- gcc-4.7-4.7.2/debian/patches/gcc-multiarch.diff.orig	2012-12-09 00:13:33.576016409 +0100
+++ gcc-4.7-4.7.2/debian/patches/gcc-multiarch.diff	2012-12-09 00:19:06.992023777 +0100
@@ -570,8 +570,12 @@
  MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)
 --- a/src/gcc/config/rs6000/t-linux	(revision 0)
 +++ b/src/gcc/config/rs6000/t-linux	(revision 0)
-@@ -0,0 +1 @@
+@@ -0,0 +1,5 @@
++ifneq (,$(findstring spe, $(target)))
++MULTIARCH_DIRNAME = powerpc-linux-gnuspe
++else
 +MULTIARCH_DIRNAME = powerpc-linux-gnu
++endif
 --- a/src/gcc/config/arm/t-linux-eabi	(revision 182390)
 +++ b/src/gcc/config/arm/t-linux-eabi	(working copy)
 @@ -24,3 +24,6 @@
--- gcc-4.7-4.7.2/debian/patches/gcc-multiarch-upstream.diff.orig	2012-12-09 12:34:32.141805000 +0100
+++ gcc-4.7-4.7.2/debian/patches/gcc-multiarch-upstream.diff	2012-12-09 12:37:01.045842000 +0100
@@ -347,12 +347,16 @@
 +MULTILIB_OSDIRNAMES+= mx32=../libx32$(call if_multiarch,:x86_64-linux-gnux32)
 --- a/src/gcc/config/rs6000/t-linux	(Revision 0)
 +++ b/src/gcc/config/rs6000/t-linux	(Arbeitskopie)
-@@ -0,0 +1,5 @@
+@@ -0,0 +1,9 @@
 +# do not define the multiarch name if configured for a soft-float cpu
 +# or soft-float.
 +ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float)))
++ifneq (,$(findstring spe, $(target)))
++MULTIARCH_DIRNAME = powerpc-linux-gnuspe
++else
 +MULTIARCH_DIRNAME = powerpc-linux-gnu
 +endif
++endif
 --- a/src/gcc/config/rs6000/t-spe	(Revision 193696)
 +++ b/src/gcc/config/rs6000/t-spe	(Arbeitskopie)
 @@ -71,3 +71,7 @@

--- End Message ---
--- Begin Message ---
Source: gcc-4.7
Source-Version: 4.7.2-5

We believe that the bug you reported is fixed in the latest version of
gcc-4.7, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 695661@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-4.7 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 06 Jan 2013 20:49:55 +0100
Source: gcc-4.7
Binary: gcc-4.7-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 libn32gcc1-dbg gcc-4.7 gcc-4.7-multilib gcc-4.7-plugin-dev gcc-4.7-hppa64 gcc-4.7-spu g++-4.7-spu gfortran-4.7-spu cpp-4.7 gcc-4.7-locales g++-4.7 g++-4.7-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 libn32mudflap0-dbg libmudflap0-4.7-dev libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libitm1 libitm1-dbg lib32itm1 lib32itm1-dbg lib64itm1 lib64itm1-dbg libn32itm1 libn32itm1-dbg libquadmath0 libquadmath0-dbg lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 lib64quadmath0-dbg libn32quadmath0 libn32quadmath0-dbg gobjc++-4.7 gobjc++-4.7-multilib gobjc-4.7 gobjc-4.7-multilib libobjc4 libobjc4-dbg lib64objc4 lib64objc4-dbg lib32objc4 lib32objc4-dbg libn32objc4 libn32objc4-dbg gfortran-4.7 gfortran-4.7-multilib
 libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg gccgo-4.7 gccgo-4.7-multilib libgo0 libgo0-dbg lib64go0 lib64go0-dbg lib32go0 lib32go0-dbg libn32go0 libn32go0-dbg libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 libstdc++6-4.7-dev libstdc++6-4.7-pic libstdc++6-4.7-dbg lib32stdc++6-4.7-dbg lib64stdc++6-4.7-dbg libn32stdc++6-4.7-dbg libstdc++6-4.7-doc gcc-4.7-soft-float fixincludes
 gcc-4.7-source
Architecture: source all amd64
Version: 4.7.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-4.7    - GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.7    - GNU C++ compiler
 g++-4.7-multilib - GNU C++ compiler (multilib files)
 g++-4.7-spu - SPU cross-compiler (C++ compiler)
 gcc-4.7    - GNU C compiler
 gcc-4.7-base - GCC, the GNU Compiler Collection (base package)
 gcc-4.7-hppa64 - GNU C compiler (cross compiler for hppa64)
 gcc-4.7-locales - GCC, the GNU compiler collection (native language support files)
 gcc-4.7-multilib - GNU C compiler (multilib files)
 gcc-4.7-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.7-soft-float - GCC soft-floating-point gcc libraries (ARM)
 gcc-4.7-source - Source of the GNU Compiler Collection
 gcc-4.7-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.7  - GNU Go compiler
 gccgo-4.7-multilib - GNU Go compiler (multilib files)
 gfortran-4.7 - GNU Fortran compiler
 gfortran-4.7-multilib - GNU Fortran compiler (multilib files)
 gfortran-4.7-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.7 - GNU Objective-C++ compiler
 gobjc++-4.7-multilib - GNU Objective-C++ compiler (multilib files)
 gobjc-4.7  - GNU Objective-C compiler
 gobjc-4.7-multilib - GNU Objective-C compiler (multilib files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit debug symbol
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32itm1  - GNU Transactional Memory Library (32bit)
 lib32itm1-dbg - GNU Transactional Memory Library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc4 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc4-dbg - Runtime library for GNU Objective-C applications (32 bit debug sy
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++6 - GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug symbols
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64itm1  - GNU Transactional Memory Library (64bit)
 lib64itm1-dbg - GNU Transactional Memory Library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64mudflap0-dbg - GCC mudflap shared support libraries (64 bit debug symbols)
 lib64objc4 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc4-dbg - Runtime library for GNU Objective-C applications (64 bit debug sy
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  (64bit debug symbols)
 lib64stdc++6 - GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libgcc1    - GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2    - GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4    - GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgfortran3 - Runtime library for GNU Fortran applications
 libgfortran3-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgo0     - Runtime library for GNU Go applications
 libgo0-dbg - Runtime library for GNU Go applications (debug symbols)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libitm1    - GNU Transactional Memory Library
 libitm1-dbg - GNU Transactional Memory Library (debug symbols)
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.7-dev - GCC mudflap support libraries (development files)
 libmudflap0-dbg - GCC mudflap shared support libraries (debug symbols)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran3 - Runtime library for GNU Fortran applications (n32)
 libn32gfortran3-dbg - Runtime library for GNU Fortran applications (n32 debug symbols)
 libn32go0  - Runtime library for GNU Go applications (n32)
 libn32go0-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32itm1 - GNU Transactional Memory Library (n32)
 libn32itm1-dbg - GNU Transactional Memory Library (n32 debug symbols)
 libn32mudflap0 - GCC mudflap shared support libraries (n32)
 libn32mudflap0-dbg - GCC mudflap shared support libraries (n32 debug symbols)
 libn32objc4 - Runtime library for GNU Objective-C applications (n32)
 libn32objc4-dbg - Runtime library for GNU Objective-C applications (n32 debug symbo
 libn32quadmath0 - GCC Quad-Precision Math Library (n32)
 libn32quadmath0-dbg - GCC Quad-Precision Math Library (n32 debug symbols)
 libn32stdc++6 - GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libobjc4   - Runtime library for GNU Objective-C applications
 libobjc4-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++6 - GNU Standard C++ Library v3
 libstdc++6-4.7-dbg - GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.7-dev - GNU Standard C++ Library v3 (development files)
 libstdc++6-4.7-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.7-pic - GNU Standard C++ Library v3 (shared library subset kit)
Closes: 677139 692445 693328 695661 695694 696854
Changes: 
 gcc-4.7 (4.7.2-5) unstable; urgency=low
 .
   * Add __gnu_* symbols to the libgcc1 symbols file for armel and armhf.
   * Add weak __aeabi symbols to the libgcc1 ARM symbol files. Closes: #677139.
   * Fix libstdc++ symbols files for sparc 128bit symbols.
   * Keep the debug link for libstdc++6. Closes: #696854.
   * Clean up libstdc++ man pages. Closes: #692445.
   * Remove .orig files from Linaro patches. Closes: #695694.
   * Fix MULTIARCH_DIRNAME definition for powerpcspe (Roland Stigge).
     Closes: #695661.
   * For powerpcspe prevent floating point register handling when there
     are none available (Roland Stigge). Closes: #693328.
   * Disable running the testsuite on mips. Kills the buildd, and the porter
     machine is down for several months as well.
   * Fix PR54974: Thumb literal pools don't handle PC rounding (Matthew
     Gretton-Dann). LP: #1049614, #1065509.
   * Again, suggest graphite runtime dependencies.
   * Let gjdoc accept -source 1.5|1.6|1.7. Addresses: #678945.
   * Fix build configured with --enable-java-maintainer-mode.
   * Update build-indep dependencies for building the libstdc++ docs.
   * Don't ship .md5 files in the libstdc++-doc package.
Checksums-Sha1: 
 3e9759840ef633ea917a416ed509f11af5aceedd 7661 gcc-4.7_4.7.2-5.dsc
 a26742740e6bd46662ccff74bb341aeabb31a993 988683 gcc-4.7_4.7.2-5.diff.gz
 6f7c5037cd24f2169f0244bc389ad8e36941e8a5 64447624 gcc-4.7-source_4.7.2-5_all.deb
 80e7c15c0c9484f985d6c8765ad786122d449cce 27158006 libstdc++6-4.7-doc_4.7.2-5_all.deb
 fd7c4773fcc8448e12460c4aba36f58cae35ab53 2712480 gcc-4.7-locales_4.7.2-5_all.deb
 3a65f73b07ae3a60b27fd167e9b706808956c215 144450 gcc-4.7-base_4.7.2-5_amd64.deb
 156f5e73eaaa1ce61c4deca61202f76d9d1c1108 43096 libgcc1_4.7.2-5_amd64.deb
 11ff7dca0a0c8907cecb243109db68fc9d97994f 101300 libgcc1-dbg_4.7.2-5_amd64.deb
 ca1d2fa6a79a548bc31d83352ebec6ac6b93f43d 53158 lib32gcc1_4.7.2-5_amd64.deb
 a21e7bee3788e64d83574824afd5bb15f40a0c65 108312 lib32gcc1-dbg_4.7.2-5_amd64.deb
 c189ebc9475130be35eaea299e9bf98358ac6532 125466 libquadmath0_4.7.2-5_amd64.deb
 e01c82dcb6075d08638decb1835fb8ff27f3c26b 174790 libquadmath0-dbg_4.7.2-5_amd64.deb
 60fb4817985a6a5f8a3e9051cb97382c13244f36 197534 lib32quadmath0_4.7.2-5_amd64.deb
 dade4819dd416da097893164d8e77e4be0d3217a 214032 lib32quadmath0-dbg_4.7.2-5_amd64.deb
 75df3418ad69952f1b2b9cf79be43e211cca0c4f 27546 libgomp1_4.7.2-5_amd64.deb
 94f2e33f6a1a03ebd3cc0a89cf57fed7530a4a24 79572 libgomp1-dbg_4.7.2-5_amd64.deb
 d648e5cab79d2e5e7d0938e9af1fddd554df793c 29900 lib32gomp1_4.7.2-5_amd64.deb
 450091585a9325a296878c05e4a1736cb4e4336b 79472 lib32gomp1-dbg_4.7.2-5_amd64.deb
 a75db98783c548202763749d5921ab3bd2937165 36614 libitm1_4.7.2-5_amd64.deb
 968f316bbf304f828847353a0ff9220237dc37bb 284196 libitm1-dbg_4.7.2-5_amd64.deb
 d0a2ca8ae7ae0d67d1f34063004740406bc24db9 35768 lib32itm1_4.7.2-5_amd64.deb
 09c231a66bc5986d76b4dabb102f94e4afd0e4c8 277052 lib32itm1-dbg_4.7.2-5_amd64.deb
 7f69a02630d90c98f454e37d2d4ef11a0c22d9d0 5416124 cpp-4.7_4.7.2-5_amd64.deb
 10df0aab1603f9c1fc2b9212bad0c1c92e4a1fe1 65998 fixincludes_4.7.2-5_amd64.deb
 6e35947d4feeb70150c38981dc5d6cbb2a51dd03 222124 libmudflap0-4.7-dev_4.7.2-5_amd64.deb
 3088e03b96ec4303e700e4df1bfc7a5abb31012a 100192 libmudflap0_4.7.2-5_amd64.deb
 4f48f95f91e655ddb55fb3739f20171a38c9d0ce 178320 libmudflap0-dbg_4.7.2-5_amd64.deb
 5608b412ef23d21e6c92ccad55a4c7e5374dbd46 88290 lib32mudflap0_4.7.2-5_amd64.deb
 3478017c2820f208af4c48896eb53002c69c6374 154242 lib32mudflap0-dbg_4.7.2-5_amd64.deb
 4db90533a9cb46b7dc8860ccb1bcd85429584c88 868 gobjc++-4.7-multilib_4.7.2-5_amd64.deb
 fa1f915460225fd894cb9921069b5500d1caeebc 5725682 gobjc++-4.7_4.7.2-5_amd64.deb
 8d2d9ecb2bec1cb1596f29a216d93e42de34ea70 175350 gobjc-4.7-multilib_4.7.2-5_amd64.deb
 045f583184dbfc76fa689f207078d35d19f39d3a 5476712 gobjc-4.7_4.7.2-5_amd64.deb
 56295be643304cfa8e15f0beebc25bc9be23cbba 157722 libobjc4_4.7.2-5_amd64.deb
 46f35e2ac56e7c87707a63e86db23ef977733421 354010 libobjc4-dbg_4.7.2-5_amd64.deb
 7b562ac8c9a3d404dce8a656505934146c328bc3 155846 lib32objc4_4.7.2-5_amd64.deb
 eb29d906b3ccbbaab4cfe3db8d322bcf164398d5 334298 lib32objc4-dbg_4.7.2-5_amd64.deb
 a325a904d5a9609adc8b368efcb78749509bbb8a 3250556 libgo0_4.7.2-5_amd64.deb
 a8e9153b7a76e9e0783991bd373b5f6309eb4850 3611074 libgo0-dbg_4.7.2-5_amd64.deb
 bc5ecc47eeff4de079628385f5b585f5e1a0e91d 3040178 lib32go0_4.7.2-5_amd64.deb
 b812f500421e6f27df7f2ae8e61456c854e78a9e 2332354 lib32go0-dbg_4.7.2-5_amd64.deb
 d315138d1a90025f9424c099e67892476c09eeb5 9929562 gccgo-4.7_4.7.2-5_amd64.deb
 545dd13b27162a75643dd03a2ad4f56bf726e526 4000924 gccgo-4.7-multilib_4.7.2-5_amd64.deb
 cad653c6d12ea9307c0109e348c140b0991b0b3f 1039704 g++-4.7-multilib_4.7.2-5_amd64.deb
 28f6729647c460161fc52c59ddb5733aa39f9048 8011324 g++-4.7_4.7.2-5_amd64.deb
 3c2648684cd8c48a05ff309019839dffcbf62422 332288 libstdc++6_4.7.2-5_amd64.deb
 cc35f7ef1eba295f3342c8c0a738294f1836a6e8 346468 lib32stdc++6_4.7.2-5_amd64.deb
 4606e8c8f7c0398fcede6d14b96956c96acdf0ca 6680686 lib32stdc++6-4.7-dbg_4.7.2-5_amd64.deb
 02a383aaa9d1d9edb7d3ac59f6be2ae4346e464d 1726264 libstdc++6-4.7-dev_4.7.2-5_amd64.deb
 71daf5f5e72f268d3fddfeb948abace91336ded2 501452 libstdc++6-4.7-pic_4.7.2-5_amd64.deb
 37e47b5cc29d43d54ad82327a96e99e3c1a70a0e 3412714 libstdc++6-4.7-dbg_4.7.2-5_amd64.deb
 74ef71cdd390672ebf21b5c882971b52975aff96 350724 libgfortran3_4.7.2-5_amd64.deb
 fb5a1e77e6c615e406a2005a35deeef75d8d21ee 935936 libgfortran3-dbg_4.7.2-5_amd64.deb
 ae1b36c073fec0c65d05d80da1f9f2bb044be51e 335348 lib32gfortran3_4.7.2-5_amd64.deb
 a26c8f710f02517c9e169bb48385b4b1ba54fef7 738432 lib32gfortran3-dbg_4.7.2-5_amd64.deb
 fde698ef9bf8f2dc0264882cbe8c509539d059da 399296 gfortran-4.7-multilib_4.7.2-5_amd64.deb
 dd87f729c2bea84bcb64e3676101daa11afbb7d9 6173080 gfortran-4.7_4.7.2-5_amd64.deb
 6ac726b9e101d21dffb473a652fe8bd08c31856d 2575946 gcc-4.7-multilib_4.7.2-5_amd64.deb
 e97c732dc840eaf10d21297a2df9baf022f17c4e 1046046 gcc-4.7-plugin-dev_4.7.2-5_amd64.deb
 9e9b4a81f679e84483cd5e829fd61f8f981df8ec 8295686 gcc-4.7_4.7.2-5_amd64.deb
Checksums-Sha256: 
 8f755a0a57a3111473f859816c48f695fc2b0be0b4f0587731fa053452029caf 7661 gcc-4.7_4.7.2-5.dsc
 94beefe23dbcf9a6797cb91108c3bc12b5c43e9ee3cede94b070bb565248fe1f 988683 gcc-4.7_4.7.2-5.diff.gz
 a544c78fab577180b43a8ac94b65fab4aeed87a0c9d360757487e5d8674b0775 64447624 gcc-4.7-source_4.7.2-5_all.deb
 c1bb3aa0950b9f5574c3882a3f8ee256d3087a4536f5efc2cefd3086f9937983 27158006 libstdc++6-4.7-doc_4.7.2-5_all.deb
 3ffb3e8a9570da3a2eb5d203ed6a3e1bba03a4a494a867dbacbd7ca88245f7f3 2712480 gcc-4.7-locales_4.7.2-5_all.deb
 8fe69c833ca60aa8e10732817b023d8180e7020987639faffbf6b6be4a8c133a 144450 gcc-4.7-base_4.7.2-5_amd64.deb
 17caaed195892dcf61ee6d95c3eb4ebecaf85a69258fc3f2250d90ec9672e34e 43096 libgcc1_4.7.2-5_amd64.deb
 869ce697d62aefd86153642fe28897f03af124a172b3570ecefafa057495bfe0 101300 libgcc1-dbg_4.7.2-5_amd64.deb
 302da40d2f9ca5731f921f1c233746ff0d5b8e589efcd365c39bde3631697873 53158 lib32gcc1_4.7.2-5_amd64.deb
 6f3fb463940cc23aaf5381eca79a2933aab664fc2db5401cec85e202d5ccb3bd 108312 lib32gcc1-dbg_4.7.2-5_amd64.deb
 d80b893d8c307dd3ba3f5813b28a98a84d894f41b86712712d04d3afd88a5a8f 125466 libquadmath0_4.7.2-5_amd64.deb
 3b9400791f5f5212e95630f49adfc0937632432f9d13b21e30e3f257304b0a16 174790 libquadmath0-dbg_4.7.2-5_amd64.deb
 8edac8e8ce38d3f5ba785a84d19a830cc9d9ec80f533f2ef635d03876c200e05 197534 lib32quadmath0_4.7.2-5_amd64.deb
 ba1b37c28731c3840733e021ba1db8e9c6aea345b6834f5120c48b7c394f445b 214032 lib32quadmath0-dbg_4.7.2-5_amd64.deb
 f6e117319c980d10929a0a169eb7130265413271d8a6b401a59c371587fcbbf1 27546 libgomp1_4.7.2-5_amd64.deb
 506b055b118dacaddf5b2b0bc6d8caa7d520ad199ae433af48e2edcf16056337 79572 libgomp1-dbg_4.7.2-5_amd64.deb
 b0e289b3283840b13986ab63a37b0d9050aa25dcd7152063109f5660c1c695df 29900 lib32gomp1_4.7.2-5_amd64.deb
 55cd117bed8333c7a74bcfbe9ffe632f5c089e53fa265ffe3f594e98ac349880 79472 lib32gomp1-dbg_4.7.2-5_amd64.deb
 b1d599e471a1c3278247e67ea400109df26133a082828629eda2108b76fdec3b 36614 libitm1_4.7.2-5_amd64.deb
 6da5f8b2ceb9303140d7b4edcae87f5d2810aef3b167086a656c6b4ad905dd4a 284196 libitm1-dbg_4.7.2-5_amd64.deb
 45ffe37f3baf3061ca91b18f83a8728a38a08a7d5b2c66ed26e538b9c150436e 35768 lib32itm1_4.7.2-5_amd64.deb
 44641d1a0cca17c740621bdbd7e8370ad2b121e242e90dab4ca17fadda9b7d95 277052 lib32itm1-dbg_4.7.2-5_amd64.deb
 a1b6f229dd1564424b18fa20afa5557572afbeb8ffbcbe7f3455abdae1130bf5 5416124 cpp-4.7_4.7.2-5_amd64.deb
 2b43cfc34707800445f8b6aef04668c86836a1a8923c7dae476f9f1ab3224378 65998 fixincludes_4.7.2-5_amd64.deb
 ef8c79de1d367bcae1be27c155e356749049e5697a383035777db17be4228aaa 222124 libmudflap0-4.7-dev_4.7.2-5_amd64.deb
 0d4644cc437cebfcfb08048fb0af43426bc8a2ad853c770a2768a127fec879b9 100192 libmudflap0_4.7.2-5_amd64.deb
 e805f5448e0f2626a1d6e0b33f3142f0b15a3c96a8c42fe3b6194430e43ef5b5 178320 libmudflap0-dbg_4.7.2-5_amd64.deb
 41c751cede038c95f8d8a84c6c8aa6c2a75612b436a52535448eda1e035cc307 88290 lib32mudflap0_4.7.2-5_amd64.deb
 4256186e4d36296d60aee3daa5a835f8c4cd44bd1b10a97e301b251245f133e6 154242 lib32mudflap0-dbg_4.7.2-5_amd64.deb
 8ff125449453a884811b4863a82877ee9e8b5e0ed1a09863e2549b5ecb3ee13c 868 gobjc++-4.7-multilib_4.7.2-5_amd64.deb
 111e82ed1c3608eb584a4f0dee095f93a88651142dd54e4b4484e6c4a8b669f7 5725682 gobjc++-4.7_4.7.2-5_amd64.deb
 5021508c0dade2789bc7bfc631dac7ae875d4fa84a81315a36ef7507ba7fefce 175350 gobjc-4.7-multilib_4.7.2-5_amd64.deb
 191f0e845fb92c7518b90013ede798370bcbc96187efc20c179bb49a095574b5 5476712 gobjc-4.7_4.7.2-5_amd64.deb
 696b6a21c4330beb5e02aaefe76c7148fe0d3ddacfdb7a1ac2e41155219e67e5 157722 libobjc4_4.7.2-5_amd64.deb
 7c4581d760bcd4670a79ccb7a1bf7719e2d75e17ff9c5cc9099d62d3a746a7de 354010 libobjc4-dbg_4.7.2-5_amd64.deb
 2187db0af1ce2ff285aa88750f4e173a27e003386ecaeebef80fc74025f0560f 155846 lib32objc4_4.7.2-5_amd64.deb
 c03fcbbeb97e93cbac9e238b49721715688ddaa746bd9da53a02db0a5ab1d16d 334298 lib32objc4-dbg_4.7.2-5_amd64.deb
 6ceb85abe4f71eb90b9da7738a9edd969a5858f42a47aae2c2184697ed017a58 3250556 libgo0_4.7.2-5_amd64.deb
 f1817912075022d7d1436eebebd61559c67267e82ccdee2456b96911ddb51a67 3611074 libgo0-dbg_4.7.2-5_amd64.deb
 b0bcc938ec41bfc5f5e91cd2dba4a8e6b9d8179e96fe6356cb106b60f872cd93 3040178 lib32go0_4.7.2-5_amd64.deb
 d4be03c0f552f44bac50917aa0a384aa8d130f25bb7977c1e97a88a5e7e8d069 2332354 lib32go0-dbg_4.7.2-5_amd64.deb
 9838f27babcef4b22ff462a21f7e31a623bdc766f67ea6b48fbec65e22d009fa 9929562 gccgo-4.7_4.7.2-5_amd64.deb
 38d15e7f2ac450421ef0b01b3a6d8637531a0af0dd232a2ae5406b54ecd5c726 4000924 gccgo-4.7-multilib_4.7.2-5_amd64.deb
 0b72f5bb5f79c64ca9151d369e3441e10ea599c9be6499262c15d67323c3c87e 1039704 g++-4.7-multilib_4.7.2-5_amd64.deb
 ac5b5c77dc1d87ca77ae7cc8a0e05511643853c56190da1e8b55641fea3b9106 8011324 g++-4.7_4.7.2-5_amd64.deb
 9474dd12b5137dbce73c65f6026ab2c25ac533892c5c375667689b37ae3454d8 332288 libstdc++6_4.7.2-5_amd64.deb
 bed11d040f2231852d59a2056dce4512788f3195a2a28d107841d94ce0ba6186 346468 lib32stdc++6_4.7.2-5_amd64.deb
 554c61cddafc838b69bdb74ae231c9085d8adbc6010fa81ce88af0d1c04ca2d0 6680686 lib32stdc++6-4.7-dbg_4.7.2-5_amd64.deb
 c820d957a9460fda0acc7fc86d983135053b728acb6379799e133b8e1f6914f2 1726264 libstdc++6-4.7-dev_4.7.2-5_amd64.deb
 ed2d371630d8db79511a793e06490c232ed485919af597fa5ce83d49d7418c4f 501452 libstdc++6-4.7-pic_4.7.2-5_amd64.deb
 dd8db55973aba895d685e0495d7a47824de420df12fe821fb859ac1d85aa8755 3412714 libstdc++6-4.7-dbg_4.7.2-5_amd64.deb
 ed0d44cd82f51719fcccf4c87421fffd4b264d724846bf98f66fa4f81132c9bb 350724 libgfortran3_4.7.2-5_amd64.deb
 4e8f22c0afbdce396ef49ebe8ada9462f1105adcd7ecca364645372a1e195970 935936 libgfortran3-dbg_4.7.2-5_amd64.deb
 69ab6640164c0f993765bc1069c7491db71f3ee857aea7437f508b315d323553 335348 lib32gfortran3_4.7.2-5_amd64.deb
 a26dae6a4f48f2db2806b48cb27880dee0ef5de784bb4bba0aafa5c640ffb3c1 738432 lib32gfortran3-dbg_4.7.2-5_amd64.deb
 bed4a448dbf7e9b97bf95f04b3e0c3ca9104accd7328df766dc2201e0c2681aa 399296 gfortran-4.7-multilib_4.7.2-5_amd64.deb
 34254d978b4b089a82a27d39924e79343b71384dd595708a70c46d4942c6bd5a 6173080 gfortran-4.7_4.7.2-5_amd64.deb
 c1355a8ccae2b9094a5168f7bafe966d1f147fe15675b5d9effba3f8931efa93 2575946 gcc-4.7-multilib_4.7.2-5_amd64.deb
 a6afa7d670c2d55ab01dd75ea11aba95614941f35c4d9fe43d3532e97bf96182 1046046 gcc-4.7-plugin-dev_4.7.2-5_amd64.deb
 7ed590be1d04134f6a6386acbcc38935e1535c87112358e2f4135d00a4b94989 8295686 gcc-4.7_4.7.2-5_amd64.deb
Files: 
 c8d2e504a8f555c02b680cae8e2f292f 7661 devel optional gcc-4.7_4.7.2-5.dsc
 e531f4dd3e98e0ce734d6edca362f152 988683 devel optional gcc-4.7_4.7.2-5.diff.gz
 18b89872d527f9a0a85a250f7380f850 64447624 devel optional gcc-4.7-source_4.7.2-5_all.deb
 773c95720b30dff69d1699904eb7c513 27158006 doc optional libstdc++6-4.7-doc_4.7.2-5_all.deb
 a14075f9bc956e3151a800f9b5a90332 2712480 devel optional gcc-4.7-locales_4.7.2-5_all.deb
 048350a9a1602022a3bfadd0a09fa3f6 144450 libs required gcc-4.7-base_4.7.2-5_amd64.deb
 077eb3af43a7b660aae835829faf2752 43096 libs required libgcc1_4.7.2-5_amd64.deb
 0c7847c526045caf78b57918b80e2b7e 101300 debug extra libgcc1-dbg_4.7.2-5_amd64.deb
 df4fdfe04d14cf83d21514d0d8f27037 53158 libs extra lib32gcc1_4.7.2-5_amd64.deb
 99f13acad969403cdad82d315b07c1f3 108312 debug extra lib32gcc1-dbg_4.7.2-5_amd64.deb
 85cd64ccea86fd9d7323757bf352c259 125466 libs optional libquadmath0_4.7.2-5_amd64.deb
 445a5094de13a074c13afbcf608b9945 174790 debug extra libquadmath0-dbg_4.7.2-5_amd64.deb
 ed15bf84c24148eda0b8cca0ecc05e99 197534 libs optional lib32quadmath0_4.7.2-5_amd64.deb
 001e77cfdb55f6b5a3eac2d51542030e 214032 debug extra lib32quadmath0-dbg_4.7.2-5_amd64.deb
 41588f8962a7b4de458bff40801c731b 27546 libs optional libgomp1_4.7.2-5_amd64.deb
 eaa38466b215a0a3fbbd3cbfd90cb3f9 79572 debug extra libgomp1-dbg_4.7.2-5_amd64.deb
 9c3c18f6a0f69d631a1caa1941056889 29900 libs optional lib32gomp1_4.7.2-5_amd64.deb
 ead354e2d49585c51c2eb32cf1408888 79472 debug extra lib32gomp1-dbg_4.7.2-5_amd64.deb
 fc2ac0e9c11279b10846899dc1744c98 36614 libs optional libitm1_4.7.2-5_amd64.deb
 0001ea3ca2baae05e197db1653499d95 284196 debug extra libitm1-dbg_4.7.2-5_amd64.deb
 8cd52a8bc8ecd766c403c58cc4800da0 35768 libs optional lib32itm1_4.7.2-5_amd64.deb
 ad0e0c4187a66c3f1e34b2d3daad17fa 277052 debug extra lib32itm1-dbg_4.7.2-5_amd64.deb
 aa1bf00f712b92566e9ae8bdd583269e 5416124 interpreters optional cpp-4.7_4.7.2-5_amd64.deb
 4bfa58c024dc8ca77b31125a47141ea4 65998 devel optional fixincludes_4.7.2-5_amd64.deb
 fe02c30e5a1d9e157bad0f761aadee87 222124 libdevel optional libmudflap0-4.7-dev_4.7.2-5_amd64.deb
 985ee9276de09962355f6c2be8fe1e5f 100192 libs optional libmudflap0_4.7.2-5_amd64.deb
 93bfd8c63add44866b200f4e87f1b40c 178320 debug extra libmudflap0-dbg_4.7.2-5_amd64.deb
 50fbc7c001f4277bbcbef8dbeb13793c 88290 libs optional lib32mudflap0_4.7.2-5_amd64.deb
 c90a8d4e4088f4945180f2af5bbc06ff 154242 debug extra lib32mudflap0-dbg_4.7.2-5_amd64.deb
 e4b5b0a5efce64b342aaa30015d89f4e 868 devel optional gobjc++-4.7-multilib_4.7.2-5_amd64.deb
 72a046465b9c8fab8122b52b0a0ac542 5725682 devel optional gobjc++-4.7_4.7.2-5_amd64.deb
 16c952ae6eda35c4406cf99f6ca3a112 175350 devel optional gobjc-4.7-multilib_4.7.2-5_amd64.deb
 5072feba3436338589e1f5c117759384 5476712 devel optional gobjc-4.7_4.7.2-5_amd64.deb
 4b07be5cf05c98ba2a92f94dea5ddd3f 157722 libs optional libobjc4_4.7.2-5_amd64.deb
 77a1ee326829ffc3a2f0eb39c215fcf4 354010 debug extra libobjc4-dbg_4.7.2-5_amd64.deb
 4c4a65443a019f2cef87df35e13c78f8 155846 libs optional lib32objc4_4.7.2-5_amd64.deb
 3b2dc463c6ffe1e11333bbfc53bc211f 334298 debug extra lib32objc4-dbg_4.7.2-5_amd64.deb
 c4d04f9af59bdc486c844c746d583c85 3250556 libs optional libgo0_4.7.2-5_amd64.deb
 17490cd4382246aecc7c979a1fdb2e0e 3611074 debug extra libgo0-dbg_4.7.2-5_amd64.deb
 358dbf89f09bcd1c27e7de0ba02ff337 3040178 libs optional lib32go0_4.7.2-5_amd64.deb
 7eecc020bcdeabc59881ea860ad42967 2332354 debug extra lib32go0-dbg_4.7.2-5_amd64.deb
 e41d0a3c8a247234702cd2e90df40225 9929562 devel optional gccgo-4.7_4.7.2-5_amd64.deb
 a8c7b88ebe2b632b6f8d324cd4b41252 4000924 devel optional gccgo-4.7-multilib_4.7.2-5_amd64.deb
 58f113db9d09576a6546541926f5cccf 1039704 devel optional g++-4.7-multilib_4.7.2-5_amd64.deb
 1492db3b8807b7c90894e4f24dc72bb9 8011324 devel optional g++-4.7_4.7.2-5_amd64.deb
 2dac8e7a00ad8de05a9d49c5e214338f 332288 libs important libstdc++6_4.7.2-5_amd64.deb
 04f8e6cd2f210f8ff395b38f91b73e7c 346468 libs extra lib32stdc++6_4.7.2-5_amd64.deb
 bbc756904b46856ebbebc4c297a51d76 6680686 debug extra lib32stdc++6-4.7-dbg_4.7.2-5_amd64.deb
 4bef2ef4cfbe897c35ceabcf824374fd 1726264 libdevel optional libstdc++6-4.7-dev_4.7.2-5_amd64.deb
 1a0ed5660ec53d3e47b73cdd174c2b14 501452 libdevel extra libstdc++6-4.7-pic_4.7.2-5_amd64.deb
 53bd6c367b7d3bdd6dc622739afec5df 3412714 debug extra libstdc++6-4.7-dbg_4.7.2-5_amd64.deb
 cdaa00b120ac7e0e60cb250c45833b40 350724 libs optional libgfortran3_4.7.2-5_amd64.deb
 d8e162df476f08dec91b059013452b68 935936 debug extra libgfortran3-dbg_4.7.2-5_amd64.deb
 24d9e8da012df667cff7f31e152850bb 335348 libs optional lib32gfortran3_4.7.2-5_amd64.deb
 d2ed35ea589300543c9edffdd33fb49d 738432 debug extra lib32gfortran3-dbg_4.7.2-5_amd64.deb
 9b97528302f81b5e7da7ce73e244ed2b 399296 devel optional gfortran-4.7-multilib_4.7.2-5_amd64.deb
 81a28e70235c2ac0449c0a91a2d461a9 6173080 devel optional gfortran-4.7_4.7.2-5_amd64.deb
 7a498dfa7b809d3438b07065377b1ae3 2575946 devel optional gcc-4.7-multilib_4.7.2-5_amd64.deb
 21ab4056a247261d979c31cda731490b 1046046 devel optional gcc-4.7-plugin-dev_4.7.2-5_amd64.deb
 dc57c44c9ccf52128dda30fc34f0000e 8295686 devel optional gcc-4.7_4.7.2-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEUEARECAAYFAlDp5jwACgkQStlRaw+TLJysHACffZGuRZtpRsFTix27faQ1OVJm
8EMAmO6td6mrxEiAlWL/w5kbMka/unk=
=bLmu
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: