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

Bug#590102: marked as done (Patch for gcc-4.4-4.4.4-7 to allow a static build option)



Your message dated Sat, 31 Jul 2010 19:47:55 +0000
with message-id <E1OfI2F-0001Ft-UL@franck.debian.org>
and subject line Bug#590102: fixed in gcc-4.5 4.5.1-1
has caused the Debian Bug report #590102,
regarding Patch for gcc-4.4-4.4.4-7 to allow a static build option
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.)


-- 
590102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590102
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.4
Version: 4.4.4-5
Severity: wishlist
Tags: patch

Here is a simple patch for your consideration that modifies the rules
makefile for the gcc-4.4 package to allow an option to build statically
when creating a cross compiler by passing the environment variable
'BUILD_STATIC=yes' on the command line to dpkg-buildpackage.

The rationale for providing the ability to compile a statically linked
gcc-4.4 is to allow greater portability of that toolchain to 
environments other than the stock Debian environment in which the
toolchain was built.  This becomes especially interesting in the
embedded world where cross compilers (such as ones that can be created in
Debian) have long lifetimes and can be deployed to varied buildserver
enviroments to support cross compiling software for target embedded systems.
It removes the dependence on such things as having the exact correct version
of GLIBC (and other libraries) installed on the buildserver and makes
the toolchain standalone.  A static toolchain also provides the ultimate
in repeatablilty, since it does not depend on dynamically loadable modules
that can change on the build system.

I have tested this patch by using dpkg-buildpackage to build gcc-4.4
version 4.4.4-7.  The resulting binaries were not dynamic.
I have also submitted a similar patch for the binutils-2.20.51.20100710-2
package when compiling cross tools.



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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gcc-4.4 depends on:
ii  binutils                      2.20.1-11  The GNU assembler, linker and bina
ii  cpp-4.4                       4.4.4-5    The GNU C preprocessor
ii  gcc-4.4-base                  4.4.4-5    The GNU Compiler Collection (base 
ii  libc6                         2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1                       1:4.4.4-5  GCC support library
ii  libgomp1                      4.4.4-5    GCC OpenMP (GOMP) support library

Versions of packages gcc-4.4 recommends:
ii  libc6-dev                     2.11.2-2   Embedded GNU C Library: Developmen

Versions of packages gcc-4.4 suggests:
pn  gcc-4.4-doc                   <none>     (no description available)
pn  gcc-4.4-locales               <none>     (no description available)
pn  gcc-4.4-multilib              <none>     (no description available)
ii  libcloog-ppl0                 0.15.9-1   the Chunky Loop Generator (runtime
pn  libgcc1-dbg                   <none>     (no description available)
pn  libgomp1-dbg                  <none>     (no description available)
pn  libmudflap0-4.4-dev           <none>     (no description available)
pn  libmudflap0-dbg               <none>     (no description available)
ii  libppl-c2                     0.10.2-6   Parma Polyhedra Library (C interfa
ii  libppl7                       0.10.2-6   Parma Polyhedra Library (runtime l

-- no debconf information
--- gcc-4.4-4.4.4/debian/rules2.orig	2010-07-22 16:20:30.000000000 -0400
+++ gcc-4.4-4.4.4/debian/rules2	2010-07-22 15:29:15.000000000 -0400
@@ -119,6 +119,10 @@
   CFLAGS	= -g -O2
 endif
 
+ifeq ($(BUILD_STATIC),yes)
+  LDFLAGS	+= -static
+endif
+
 CFLAGS_TO_PASS = \
 	$(if $(CFLAGS),CFLAGS="$(CFLAGS)") \
 	$(if $(BOOT_CFLAGS),BOOT_CFLAGS="$(BOOT_CFLAGS)") \

--- End Message ---
--- Begin Message ---
Source: gcc-4.5
Source-Version: 4.5.1-1

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

cpp-4.5_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/cpp-4.5_4.5.1-1_amd64.deb
fixincludes_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/fixincludes_4.5.1-1_amd64.deb
g++-4.5-multilib_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/g++-4.5-multilib_4.5.1-1_amd64.deb
g++-4.5_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/g++-4.5_4.5.1-1_amd64.deb
gcc-4.5-base_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-base_4.5.1-1_amd64.deb
gcc-4.5-locales_4.5.1-1_all.deb
  to main/g/gcc-4.5/gcc-4.5-locales_4.5.1-1_all.deb
gcc-4.5-multilib_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-multilib_4.5.1-1_amd64.deb
gcc-4.5-plugin-dev_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-plugin-dev_4.5.1-1_amd64.deb
gcc-4.5-source_4.5.1-1_all.deb
  to main/g/gcc-4.5/gcc-4.5-source_4.5.1-1_all.deb
gcc-4.5_4.5.1-1.diff.gz
  to main/g/gcc-4.5/gcc-4.5_4.5.1-1.diff.gz
gcc-4.5_4.5.1-1.dsc
  to main/g/gcc-4.5/gcc-4.5_4.5.1-1.dsc
gcc-4.5_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gcc-4.5_4.5.1-1_amd64.deb
gcc-4.5_4.5.1.orig.tar.gz
  to main/g/gcc-4.5/gcc-4.5_4.5.1.orig.tar.gz
gfortran-4.5-multilib_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gfortran-4.5-multilib_4.5.1-1_amd64.deb
gfortran-4.5_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gfortran-4.5_4.5.1-1_amd64.deb
gobjc++-4.5-multilib_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gobjc++-4.5-multilib_4.5.1-1_amd64.deb
gobjc++-4.5_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gobjc++-4.5_4.5.1-1_amd64.deb
gobjc-4.5-multilib_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gobjc-4.5-multilib_4.5.1-1_amd64.deb
gobjc-4.5_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/gobjc-4.5_4.5.1-1_amd64.deb
lib32gcc1-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32gcc1-dbg_4.5.1-1_amd64.deb
lib32gcc1_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32gcc1_4.5.1-1_amd64.deb
lib32gfortran3-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32gfortran3-dbg_4.5.1-1_amd64.deb
lib32gfortran3_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32gfortran3_4.5.1-1_amd64.deb
lib32gomp1-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32gomp1-dbg_4.5.1-1_amd64.deb
lib32gomp1_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32gomp1_4.5.1-1_amd64.deb
lib32mudflap0-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32mudflap0-dbg_4.5.1-1_amd64.deb
lib32mudflap0_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32mudflap0_4.5.1-1_amd64.deb
lib32objc2-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32objc2-dbg_4.5.1-1_amd64.deb
lib32objc2_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32objc2_4.5.1-1_amd64.deb
lib32stdc++6-4.5-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32stdc++6-4.5-dbg_4.5.1-1_amd64.deb
lib32stdc++6_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/lib32stdc++6_4.5.1-1_amd64.deb
libgcc1-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libgcc1-dbg_4.5.1-1_amd64.deb
libgcc1_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libgcc1_4.5.1-1_amd64.deb
libgfortran3-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libgfortran3-dbg_4.5.1-1_amd64.deb
libgfortran3_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libgfortran3_4.5.1-1_amd64.deb
libgomp1-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libgomp1-dbg_4.5.1-1_amd64.deb
libgomp1_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libgomp1_4.5.1-1_amd64.deb
libmudflap0-4.5-dev_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libmudflap0-4.5-dev_4.5.1-1_amd64.deb
libmudflap0-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libmudflap0-dbg_4.5.1-1_amd64.deb
libmudflap0_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libmudflap0_4.5.1-1_amd64.deb
libobjc2-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libobjc2-dbg_4.5.1-1_amd64.deb
libobjc2_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libobjc2_4.5.1-1_amd64.deb
libstdc++6-4.5-dbg_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-dbg_4.5.1-1_amd64.deb
libstdc++6-4.5-dev_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-dev_4.5.1-1_amd64.deb
libstdc++6-4.5-doc_4.5.1-1_all.deb
  to main/g/gcc-4.5/libstdc++6-4.5-doc_4.5.1-1_all.deb
libstdc++6-4.5-pic_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-pic_4.5.1-1_amd64.deb
libstdc++6_4.5.1-1_amd64.deb
  to main/g/gcc-4.5/libstdc++6_4.5.1-1_amd64.deb



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 590102@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.5 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: Sat, 31 Jul 2010 16:30:20 +0200
Source: gcc-4.5
Binary: gcc-4.5-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 libn32gcc1-dbg gcc-4.5 gcc-4.5-multilib gcc-4.5-plugin-dev gcc-4.5-hppa64 gcc-4.5-spu g++-4.5-spu gfortran-4.5-spu cpp-4.5 gcc-4.5-locales g++-4.5 g++-4.5-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 libn32mudflap0-dbg libmudflap0-4.5-dev libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg gobjc++-4.5 gobjc++-4.5-multilib gobjc-4.5 gobjc-4.5-multilib libobjc2 libobjc2-dbg lib64objc2 lib64objc2-dbg lib32objc2 lib32objc2-dbg libn32objc2 libn32objc2-dbg gfortran-4.5 gfortran-4.5-multilib libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 libstdc++6-4.5-dev libstdc++6-4.5-pic
 libstdc++6-4.5-dbg lib32stdc++6-4.5-dbg lib64stdc++6-4.5-dbg libn32stdc++6-4.5-dbg libstdc++6-4.5-doc gcc-4.5-soft-float fixincludes
 gcc-4.5-source
Architecture: source all amd64
Version: 4.5.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-4.5    - The GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.5    - The GNU C++ compiler
 g++-4.5-multilib - The GNU C++ compiler (multilib files)
 g++-4.5-spu - SPU cross-compiler (C++ compiler)
 gcc-4.5    - The GNU C compiler
 gcc-4.5-base - The GNU Compiler Collection (base package)
 gcc-4.5-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.5-locales - The GNU C compiler (native language support files)
 gcc-4.5-multilib - The GNU C compiler (multilib files)
 gcc-4.5-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.5-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.5-source - Source of the GNU Compiler Collection
 gcc-4.5-spu - SPU cross-compiler (preprocessor and C compiler)
 gfortran-4.5 - The GNU Fortran 95 compiler
 gfortran-4.5-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.5-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.5 - The GNU Objective-C++ compiler
 gobjc++-4.5-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.5  - The GNU Objective-C compiler
 gobjc-4.5-multilib - The 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
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc2 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc2-dbg - Runtime library for GNU Objective-C applications (32 bit debug sy
 lib32stdc++6 - The GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.5-dbg - The 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
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64mudflap0-dbg - GCC mudflap shared support libraries (64 bit debug symbols)
 lib64objc2 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc2-dbg - Runtime library for GNU Objective-C applications (64 bit debug sy
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.5-dbg - The 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)
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-4.5-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)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32mudflap0 - GCC mudflap shared support libraries (n32)
 libn32mudflap0-dbg - GCC mudflap shared support libraries (n32 debug symbols)
 libn32objc2 - Runtime library for GNU Objective-C applications (n32)
 libn32objc2-dbg - Runtime library for GNU Objective-C applications (n32 debug symbo
 libn32stdc++6 - The GNU Standard C++ Library v3 (n32)
 libn32stdc++6-4.5-dbg - The GNU Standard C++ Library v3 (debugging files)
 libobjc2   - Runtime library for GNU Objective-C applications
 libobjc2-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libstdc++6 - The GNU Standard C++ Library v3
 libstdc++6-4.5-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.5-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.5-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.5-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Closes: 590054 590102
Changes: 
 gcc-4.5 (4.5.1-1) experimental; urgency=low
 .
   * GCC-4.5.1 release.
   * Update to SVN 20100731 (r162781) from the gcc-4_5-branch.
     - Fix PR tree-optimization/45052, PR target/43698.
   * Apply proposed fixes for PR c++/45112, PR c/45079.
   * Install config/vxworks-dummy.h in the gcc-4.5-plugin-dev package
     on armel, mips, mipsel, sh4, sparc, sparc64. Closes: #590054.
   * Link executables statically when `static' is passed in DEB_BUILD_OPTIONS
     (Jim Heck). Closes: #590102.
   * Stop building java packages from the gcc-4.5 source package.
Checksums-Sha1: 
 b20d58765ee788d4bd2e822726f40f9e55ede88b 3843 gcc-4.5_4.5.1-1.dsc
 df874d9ed70ad1627174cacf993b65c3e3be1298 52138675 gcc-4.5_4.5.1.orig.tar.gz
 74a82540e40ddeaa813a3175426e0bd260d53a55 491246 gcc-4.5_4.5.1-1.diff.gz
 6668c1d06f4f2b937504a0336771aa0e1c664fb2 52452738 gcc-4.5-source_4.5.1-1_all.deb
 b142076651177217027fb781e2887382315dee4c 3548628 libstdc++6-4.5-doc_4.5.1-1_all.deb
 7b363e68bbbebf4a42d32d0d0860a7ea66e94a63 2310212 gcc-4.5-locales_4.5.1-1_all.deb
 324252231491c1d5952c80c739e87d592c8f8ca3 118344 gcc-4.5-base_4.5.1-1_amd64.deb
 4f2b84661dd98f794bcb703bd094c30f48a8d7b8 43178 libgcc1_4.5.1-1_amd64.deb
 843a26859f44ae16e134686caabf16fd3190cf8d 98672 libgcc1-dbg_4.5.1-1_amd64.deb
 d212e952d06bf2c5403b9cbdb1d54c5b2920ce96 52172 lib32gcc1_4.5.1-1_amd64.deb
 29c15d0d2ad929bc6c79588982256aa6ea7ebdba 101020 lib32gcc1-dbg_4.5.1-1_amd64.deb
 1fa535a3f85325e4322d923f44534d96cbbb7f66 25786 libgomp1_4.5.1-1_amd64.deb
 170211b1909e3b7a70c6e1181c3acaf65d3a2698 64808 libgomp1-dbg_4.5.1-1_amd64.deb
 b8c127e298b1e22ff2c8c771e56d518a943ad95b 24296 lib32gomp1_4.5.1-1_amd64.deb
 14112f4557df9765db6d0bdc9a4a774339576a7d 68224 lib32gomp1-dbg_4.5.1-1_amd64.deb
 4f6f7efeaee1ac3add38585a7e7bd692a675d848 5213270 cpp-4.5_4.5.1-1_amd64.deb
 ce3454b54c63d2566fafcd8d4fd5071fdc77e6c2 65192 fixincludes_4.5.1-1_amd64.deb
 65fabb30021d8ed9b21c4f67587573e858a04327 214196 libmudflap0-4.5-dev_4.5.1-1_amd64.deb
 c3a2edffb20155acd063acc9c0d01230814c106c 98760 libmudflap0_4.5.1-1_amd64.deb
 16d5c0e74b56df8d53cc5f4f4d72005b68101860 136698 libmudflap0-dbg_4.5.1-1_amd64.deb
 c38d454e9b3b28149460622f3b31d367567c25dc 81742 lib32mudflap0_4.5.1-1_amd64.deb
 e1caa0e3ea677871c171e709885a039c22164852 127612 lib32mudflap0-dbg_4.5.1-1_amd64.deb
 8135a973fcabb8266bd9c96aca140a5413781063 870 gobjc++-4.5-multilib_4.5.1-1_amd64.deb
 e713d18ac927b8c5de4df06a81ae3f66440cff15 5946076 gobjc++-4.5_4.5.1-1_amd64.deb
 9ed4f5f5b38622d49b5396b021fa0ac50f85835b 178688 gobjc-4.5-multilib_4.5.1-1_amd64.deb
 6b272219bdc85e8b33c20f2ba42f6a33b5dd4ec1 5394592 gobjc-4.5_4.5.1-1_amd64.deb
 94196b5a1e8e2d81f99b006fb43d711d00019425 167448 libobjc2_4.5.1-1_amd64.deb
 ec3b6e82e6db4be630060c59f574ec2e00b0637a 333432 libobjc2-dbg_4.5.1-1_amd64.deb
 69fbc33aafcf1b74eac03860b7cb859a7b908df1 162652 lib32objc2_4.5.1-1_amd64.deb
 78953d83bb9b46de4afaeb31051b482b098411ae 303472 lib32objc2-dbg_4.5.1-1_amd64.deb
 f7f420be78de49826c9d73dab2243c17151992b2 1002652 g++-4.5-multilib_4.5.1-1_amd64.deb
 8454c7296d8b5cd8132af1b1f5772773e2aed195 7524672 g++-4.5_4.5.1-1_amd64.deb
 8564cdb8db4821b1d1186ddf85de58af589b4c5a 335056 libstdc++6_4.5.1-1_amd64.deb
 b2038f0cdfbdfb16fcc6b6a500424ad1b9c7d77e 343120 lib32stdc++6_4.5.1-1_amd64.deb
 e0e9ac4537766a59b69f1b1a69f03bcc0e6d5210 6635434 lib32stdc++6-4.5-dbg_4.5.1-1_amd64.deb
 4a671e6d8eb7a1da4af6c7b3b87e3c823efb9429 1607638 libstdc++6-4.5-dev_4.5.1-1_amd64.deb
 0a5c357c53cac1fb4853c2bd09ddab0362a2535d 504612 libstdc++6-4.5-pic_4.5.1-1_amd64.deb
 39bfbe98253798f8e417aaa0d3223173b7fd8915 4254372 libstdc++6-4.5-dbg_4.5.1-1_amd64.deb
 6a63b56765fc308f6b67f04aee9dbd30d671559d 291386 libgfortran3_4.5.1-1_amd64.deb
 24ac18e644c679c670a3d2d876d0c92627510147 699694 libgfortran3-dbg_4.5.1-1_amd64.deb
 f62dbd58e2c78b8e0e4642915eb9e813e2073714 244240 lib32gfortran3_4.5.1-1_amd64.deb
 4ae9677dcc1305615c74a3e9c27039bf737ee782 524652 lib32gfortran3-dbg_4.5.1-1_amd64.deb
 8ba0f384e5a273eccb00b1c0ef83c6e77ecc3d53 293282 gfortran-4.5-multilib_4.5.1-1_amd64.deb
 0b7650bec297bd87767cef6837c7c80127c1a338 5814462 gfortran-4.5_4.5.1-1_amd64.deb
 97d8c634ed4d9e70e594a2431ab301f80cc17c2e 2325690 gcc-4.5-multilib_4.5.1-1_amd64.deb
 26c18af937089d9226d8a825cb19653a4d43aa7e 585908 gcc-4.5-plugin-dev_4.5.1-1_amd64.deb
 5948989bcd23d286dfd985732267f8a447a68e69 7550448 gcc-4.5_4.5.1-1_amd64.deb
Checksums-Sha256: 
 5cb3419b98bf2a6fa16e04137663419bfbbe907f8d555861b9c68cab89f14b33 3843 gcc-4.5_4.5.1-1.dsc
 511cb0cb0d631ef3fffc09efb1f0607b06e964b767b5a5b5aff2d2ec374650cc 52138675 gcc-4.5_4.5.1.orig.tar.gz
 3c04234decd73f8180d910be37d7b8278bfc7d617f3b86984562d61d0a008e54 491246 gcc-4.5_4.5.1-1.diff.gz
 2c439da18f2a849b216a9a1af264395464f2c3faa9df952f0608d853499a174c 52452738 gcc-4.5-source_4.5.1-1_all.deb
 1a431fccde844f6d979f52e44c342145ec25ed74214745671faa3eecb002ffbb 3548628 libstdc++6-4.5-doc_4.5.1-1_all.deb
 5d36b870b4651486388c75f8d5e24183573db6fbfa4919dabeac407af3b51f37 2310212 gcc-4.5-locales_4.5.1-1_all.deb
 a9f349adfee164e28ca272ea18dd3b2d088e3217e1828532fb4761ce87146f90 118344 gcc-4.5-base_4.5.1-1_amd64.deb
 0fa51c905acce7daa71d47d7e051add9d4f8f403eb6bddca8de086431898f52b 43178 libgcc1_4.5.1-1_amd64.deb
 39c8b08db9698e0468ff0f887bb106003384265aeed5d198da0c4603ffe865bf 98672 libgcc1-dbg_4.5.1-1_amd64.deb
 4f9bb9cf44b4ee2d7758c5b75d985ec962c146a90626a9ecadb1b39660e08329 52172 lib32gcc1_4.5.1-1_amd64.deb
 481ee0de0ac7e6353770d722790652b5f2ab4b308a4a76068425bc00125c5ce1 101020 lib32gcc1-dbg_4.5.1-1_amd64.deb
 7b2001a339265b17f5438a5e8d0ee9d0654e5491b732cf83bf55a9dccf83c05f 25786 libgomp1_4.5.1-1_amd64.deb
 619f10b3e8c522688cb8431d1abac65d2780cccb872268be5e5f3acf8451415c 64808 libgomp1-dbg_4.5.1-1_amd64.deb
 720601fa422f12f1331ca894ec025d712e66aa2c5f9e1c81e809373c8255a900 24296 lib32gomp1_4.5.1-1_amd64.deb
 f0cefaec59f54e0bc5b349901e4a9df0f2f3bc7554cd9af4981a7f2af2b1e990 68224 lib32gomp1-dbg_4.5.1-1_amd64.deb
 b5ba60b2b93196df49f8af3bf5eba90deee8fa76e7d43a9349869b639c3fb261 5213270 cpp-4.5_4.5.1-1_amd64.deb
 ec473a68308c3e897e15ed067e9acd4ef51630451d05fe810dd59799ffa8b519 65192 fixincludes_4.5.1-1_amd64.deb
 f861e6f57b18e7ddc20326b5271549e99105b2df90727ced50577674a183b254 214196 libmudflap0-4.5-dev_4.5.1-1_amd64.deb
 27e5c3041d161b72d5dce55b658137f6e8db2d1167eae30fe03cb7bc850a526a 98760 libmudflap0_4.5.1-1_amd64.deb
 134d92c8802400e35dedda6feaac21d112909df8ba014575741d7a5e292431a8 136698 libmudflap0-dbg_4.5.1-1_amd64.deb
 6125096f1ed9df05f416c2e76333e25c6ed848eb0d6fc41d0a9a85331fefeb85 81742 lib32mudflap0_4.5.1-1_amd64.deb
 813992aa3b05454b35b22aeac653a97a7f34cc6ca812efb2d5936ba9649afc79 127612 lib32mudflap0-dbg_4.5.1-1_amd64.deb
 4d4cc5726efabdc4a7766cc7001541746eb44869de71ee3314acf3e390cfd085 870 gobjc++-4.5-multilib_4.5.1-1_amd64.deb
 d9f24ea70e9f501ef4b5e22a91b6e20055ae50bd4e16a49918b7b159361f4667 5946076 gobjc++-4.5_4.5.1-1_amd64.deb
 d0157a3ea9907a496b30b5aabb2253d7ebadda484e0c7dbca6e43bfb293dff9f 178688 gobjc-4.5-multilib_4.5.1-1_amd64.deb
 c0aca54243632e7debf526823f7315b9d57e8db4432017694d70255636ba9961 5394592 gobjc-4.5_4.5.1-1_amd64.deb
 61f16d5d2fe0e6536b51d7f09376374c37301a98c0092a6e91f5d6d5bff7257c 167448 libobjc2_4.5.1-1_amd64.deb
 211330e519eaac5f7bbbc299e235d3b4f0a6320e117b202edd0ddd6c071f0ddf 333432 libobjc2-dbg_4.5.1-1_amd64.deb
 49e98f6fff5d60ca24c75f2a1484445ea3830cf18c84cce5b1012c12cee92e15 162652 lib32objc2_4.5.1-1_amd64.deb
 fa453021bcbae13900bc78c8463db30da8db4d10a628887e41d4b7bfc7468ad6 303472 lib32objc2-dbg_4.5.1-1_amd64.deb
 9a8c6f26e0373c78f374809e178c72593f1fc4676b4b49d407c918cb7d53d2d1 1002652 g++-4.5-multilib_4.5.1-1_amd64.deb
 75ea50c12908da67e4c05a870d5bb1cfe5bd0d1efe31b1aae53e00ddecbb2b14 7524672 g++-4.5_4.5.1-1_amd64.deb
 aa7679c1d89bdff1a6ffb749aae806fae6ead085ce206ba9cfed405ccaffd939 335056 libstdc++6_4.5.1-1_amd64.deb
 454ef65373f9d59e0e0198fe1335dec8e4b9953e6b7e6228ab5d86d5496d8e20 343120 lib32stdc++6_4.5.1-1_amd64.deb
 7f970361b14a7e888e37f1401f7965f3aca443772e122ba315a4b116d8aa48c6 6635434 lib32stdc++6-4.5-dbg_4.5.1-1_amd64.deb
 3803b7c1f01739357ef0bf73bff1b4bb80728f15ff961078349851f4ead73530 1607638 libstdc++6-4.5-dev_4.5.1-1_amd64.deb
 2c61fd437879ac9c192954d52e53e96d4f2e0d0f6f4b785fbdb7aaa455168452 504612 libstdc++6-4.5-pic_4.5.1-1_amd64.deb
 d7323502a0298b8bee89c40f3be5848b60174f0b570620e9f1314169505ab216 4254372 libstdc++6-4.5-dbg_4.5.1-1_amd64.deb
 05f1c1237d2454bd9aeddf37b2b1ea93403a310d073829b2d1c5b45faf7e9ec9 291386 libgfortran3_4.5.1-1_amd64.deb
 d9c73d33735e4d03fd45d05eafdf5cc3c15a678655d7fca700f55499b6f551df 699694 libgfortran3-dbg_4.5.1-1_amd64.deb
 164d854ff69666bc155d937421385e7e99ffaa8dc6c4412f2a7952b7093f1aff 244240 lib32gfortran3_4.5.1-1_amd64.deb
 03acdec0110fb5d15eb08853af5a46a7a98881eac8351c00532c5ebefcc4ce36 524652 lib32gfortran3-dbg_4.5.1-1_amd64.deb
 d94d03968a59e18ca1f6aa5302625589365dea17f239a98a31ace9fa60865769 293282 gfortran-4.5-multilib_4.5.1-1_amd64.deb
 b3b90601c72afd850bf293802693b864237b82b51ef3d1599bf397c6a31ce3a1 5814462 gfortran-4.5_4.5.1-1_amd64.deb
 f921d27e05b9f341f254a81f7aa9d44020c39b6589e6f54387baea8f41479528 2325690 gcc-4.5-multilib_4.5.1-1_amd64.deb
 01eb178fa35cf9307dd9376831c0ceed75108189285490893c9156d0333aadde 585908 gcc-4.5-plugin-dev_4.5.1-1_amd64.deb
 52e6500a9a04663d6f5b94ab6ed9f9eab10c7376564ff3e16f2093342535b86e 7550448 gcc-4.5_4.5.1-1_amd64.deb
Files: 
 c2e69ee226a08a3fdd0925ff2ad605c9 3843 devel optional gcc-4.5_4.5.1-1.dsc
 43b9ada7bde5dcc47f6406ff33d36194 52138675 devel optional gcc-4.5_4.5.1.orig.tar.gz
 c28b5725094ddeac1111b6ab938ebd3d 491246 devel optional gcc-4.5_4.5.1-1.diff.gz
 dc42db4f655554e5442ad70f1a53a7b4 52452738 devel optional gcc-4.5-source_4.5.1-1_all.deb
 5d554497ce59fbf1b004136eb94b5404 3548628 doc optional libstdc++6-4.5-doc_4.5.1-1_all.deb
 569cf6331a14d23b0858d3dead40d358 2310212 devel optional gcc-4.5-locales_4.5.1-1_all.deb
 0da9a981db90c37ff29c7f1f42029fcd 118344 libs required gcc-4.5-base_4.5.1-1_amd64.deb
 5c234b47fc221f3e34dd4023b112be48 43178 libs required libgcc1_4.5.1-1_amd64.deb
 9f7f3edc5beba537832933f4b50bcb90 98672 debug extra libgcc1-dbg_4.5.1-1_amd64.deb
 1e476f0205d02f00dc93db5b47b87bbd 52172 libs extra lib32gcc1_4.5.1-1_amd64.deb
 a3d8302868af4e7c60eb011215fbf04b 101020 debug extra lib32gcc1-dbg_4.5.1-1_amd64.deb
 a71ab6d4282bb9820f0d62274e0779a9 25786 libs optional libgomp1_4.5.1-1_amd64.deb
 418405611f87c781738af622d6b72b2a 64808 debug extra libgomp1-dbg_4.5.1-1_amd64.deb
 4e52f95e33cc99a59a865f2ce644aaa7 24296 libs optional lib32gomp1_4.5.1-1_amd64.deb
 aa1e2aac48b8cb699add3a3ef3df7a10 68224 debug extra lib32gomp1-dbg_4.5.1-1_amd64.deb
 0946794175b4c7299ae68a5277c9123e 5213270 interpreters optional cpp-4.5_4.5.1-1_amd64.deb
 b6686edadf658bba9385429a90bf300a 65192 devel optional fixincludes_4.5.1-1_amd64.deb
 f75adcb02c62223a06f391351312ecdc 214196 libdevel optional libmudflap0-4.5-dev_4.5.1-1_amd64.deb
 b3f97fc2029ff3cfca5141892e74546b 98760 libs optional libmudflap0_4.5.1-1_amd64.deb
 70d213bae1791cc9fc96ad7028c51945 136698 debug extra libmudflap0-dbg_4.5.1-1_amd64.deb
 b3b657580d9336928d010f36c64a0337 81742 libs optional lib32mudflap0_4.5.1-1_amd64.deb
 ae3380821e1862dbd5ac9698d68366ee 127612 debug extra lib32mudflap0-dbg_4.5.1-1_amd64.deb
 58c74011fad41004cb0c98bf29e09654 870 devel optional gobjc++-4.5-multilib_4.5.1-1_amd64.deb
 ac89a9d1e61edcd19420f620ad08b77d 5946076 devel optional gobjc++-4.5_4.5.1-1_amd64.deb
 537ec8a241a25f14d5200b5b7916e7aa 178688 devel optional gobjc-4.5-multilib_4.5.1-1_amd64.deb
 3d66643f797b265da9849f39773d77be 5394592 devel optional gobjc-4.5_4.5.1-1_amd64.deb
 4808d5be86689f500bd0fe3ca767b398 167448 libs optional libobjc2_4.5.1-1_amd64.deb
 e5e49c926159ed208b5232b9e59e55e6 333432 debug extra libobjc2-dbg_4.5.1-1_amd64.deb
 b5178923d9ca90b062b0c3238851175e 162652 libs optional lib32objc2_4.5.1-1_amd64.deb
 9963488d70e85376a76a1104590b72e0 303472 debug extra lib32objc2-dbg_4.5.1-1_amd64.deb
 266777c80375ebccb6ff3c2950a8387e 1002652 devel optional g++-4.5-multilib_4.5.1-1_amd64.deb
 2a357df8c8fa1be14138e23e8e381170 7524672 devel optional g++-4.5_4.5.1-1_amd64.deb
 0d6f71bbc19aca254741e962cb58f557 335056 libs required libstdc++6_4.5.1-1_amd64.deb
 802539547a1ecdcf31defb004b1d6474 343120 libs extra lib32stdc++6_4.5.1-1_amd64.deb
 833b68ec2f688ca8ae2a42366b530db5 6635434 debug extra lib32stdc++6-4.5-dbg_4.5.1-1_amd64.deb
 e57ffa1a955ec44d05ad859ebf72c927 1607638 libdevel optional libstdc++6-4.5-dev_4.5.1-1_amd64.deb
 213c40692e8f8b66f299a5c21bf7dbb3 504612 libdevel extra libstdc++6-4.5-pic_4.5.1-1_amd64.deb
 a3b2b0d6a04085c7ea4f30787829947e 4254372 debug extra libstdc++6-4.5-dbg_4.5.1-1_amd64.deb
 9819b54127b7ff968146c39bc408f70e 291386 libs optional libgfortran3_4.5.1-1_amd64.deb
 c9e69a01bbac53ac5602e2f8c5e78475 699694 debug extra libgfortran3-dbg_4.5.1-1_amd64.deb
 2ef15ac22f5c7302029e748372af93f2 244240 libs optional lib32gfortran3_4.5.1-1_amd64.deb
 ca48e15361eb46c716886ad50e9f2ca7 524652 debug extra lib32gfortran3-dbg_4.5.1-1_amd64.deb
 86e5f4e314d8632f754c55018a8a5c3c 293282 devel optional gfortran-4.5-multilib_4.5.1-1_amd64.deb
 dbbdd0a025d778fbabe181928bc797ea 5814462 devel optional gfortran-4.5_4.5.1-1_amd64.deb
 b891aa6ff683d13dfe49e17089270426 2325690 devel optional gcc-4.5-multilib_4.5.1-1_amd64.deb
 1c4425108c7bed235e772e92443e9892 585908 devel optional gcc-4.5-plugin-dev_4.5.1-1_amd64.deb
 402094199ab56814c56c61f9063e5a7a 7550448 devel optional gcc-4.5_4.5.1-1_amd64.deb

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

iEYEARECAAYFAkxUeM0ACgkQStlRaw+TLJxrkgCgpY57qT1CH4viBEWYozEU4c2V
544AnjZwkEUrKAIePRlJ/83cFGqfxBjX
=nLaE
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: