[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 23:02:59 +0000
with message-id <E1OfL51-0006mN-M7@franck.debian.org>
and subject line Bug#590102: fixed in gcc-4.4 4.4.4-8
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.4
Source-Version: 4.4.4-8

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

cpp-4.4_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/cpp-4.4_4.4.4-8_amd64.deb
fixincludes_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/fixincludes_4.4.4-8_amd64.deb
g++-4.4-multilib_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/g++-4.4-multilib_4.4.4-8_amd64.deb
g++-4.4_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/g++-4.4_4.4.4-8_amd64.deb
gcc-4.4-base_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gcc-4.4-base_4.4.4-8_amd64.deb
gcc-4.4-locales_4.4.4-8_all.deb
  to main/g/gcc-4.4/gcc-4.4-locales_4.4.4-8_all.deb
gcc-4.4-multilib_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gcc-4.4-multilib_4.4.4-8_amd64.deb
gcc-4.4-source_4.4.4-8_all.deb
  to main/g/gcc-4.4/gcc-4.4-source_4.4.4-8_all.deb
gcc-4.4_4.4.4-8.diff.gz
  to main/g/gcc-4.4/gcc-4.4_4.4.4-8.diff.gz
gcc-4.4_4.4.4-8.dsc
  to main/g/gcc-4.4/gcc-4.4_4.4.4-8.dsc
gcc-4.4_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gcc-4.4_4.4.4-8_amd64.deb
gfortran-4.4-multilib_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gfortran-4.4-multilib_4.4.4-8_amd64.deb
gfortran-4.4_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gfortran-4.4_4.4.4-8_amd64.deb
gobjc++-4.4-multilib_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gobjc++-4.4-multilib_4.4.4-8_amd64.deb
gobjc++-4.4_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gobjc++-4.4_4.4.4-8_amd64.deb
gobjc-4.4-multilib_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gobjc-4.4-multilib_4.4.4-8_amd64.deb
gobjc-4.4_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/gobjc-4.4_4.4.4-8_amd64.deb
lib32gcc1-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32gcc1-dbg_4.4.4-8_amd64.deb
lib32gcc1_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32gcc1_4.4.4-8_amd64.deb
lib32gfortran3-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32gfortran3-dbg_4.4.4-8_amd64.deb
lib32gfortran3_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32gfortran3_4.4.4-8_amd64.deb
lib32gomp1-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32gomp1-dbg_4.4.4-8_amd64.deb
lib32gomp1_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32gomp1_4.4.4-8_amd64.deb
lib32mudflap0-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32mudflap0-dbg_4.4.4-8_amd64.deb
lib32mudflap0_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32mudflap0_4.4.4-8_amd64.deb
lib32objc2-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32objc2-dbg_4.4.4-8_amd64.deb
lib32objc2_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32objc2_4.4.4-8_amd64.deb
lib32stdc++6-4.4-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32stdc++6-4.4-dbg_4.4.4-8_amd64.deb
lib32stdc++6_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/lib32stdc++6_4.4.4-8_amd64.deb
libgcc1-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libgcc1-dbg_4.4.4-8_amd64.deb
libgcc1_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libgcc1_4.4.4-8_amd64.deb
libgfortran3-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libgfortran3-dbg_4.4.4-8_amd64.deb
libgfortran3_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libgfortran3_4.4.4-8_amd64.deb
libgomp1-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libgomp1-dbg_4.4.4-8_amd64.deb
libgomp1_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libgomp1_4.4.4-8_amd64.deb
libmudflap0-4.4-dev_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libmudflap0-4.4-dev_4.4.4-8_amd64.deb
libmudflap0-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libmudflap0-dbg_4.4.4-8_amd64.deb
libmudflap0_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libmudflap0_4.4.4-8_amd64.deb
libobjc2-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libobjc2-dbg_4.4.4-8_amd64.deb
libobjc2_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libobjc2_4.4.4-8_amd64.deb
libstdc++6-4.4-dbg_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libstdc++6-4.4-dbg_4.4.4-8_amd64.deb
libstdc++6-4.4-dev_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libstdc++6-4.4-dev_4.4.4-8_amd64.deb
libstdc++6-4.4-doc_4.4.4-8_all.deb
  to main/g/gcc-4.4/libstdc++6-4.4-doc_4.4.4-8_all.deb
libstdc++6-4.4-pic_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libstdc++6-4.4-pic_4.4.4-8_amd64.deb
libstdc++6_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/libstdc++6_4.4.4-8_amd64.deb
protoize_4.4.4-8_amd64.deb
  to main/g/gcc-4.4/protoize_4.4.4-8_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.4 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 18:05:32 +0200
Source: gcc-4.4
Binary: gcc-4.4-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 libn32gcc1-dbg gcc-4.4 gcc-4.4-multilib gcc-4.4-hppa64 gcc-4.4-spu g++-4.4-spu gfortran-4.4-spu cpp-4.4 gcc-4.4-locales g++-4.4 g++-4.4-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 libn32mudflap0-dbg libmudflap0-4.4-dev libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg protoize gobjc++-4.4 gobjc++-4.4-multilib gobjc-4.4 gobjc-4.4-multilib libobjc2 libobjc2-dbg lib64objc2 lib64objc2-dbg lib32objc2 lib32objc2-dbg libn32objc2 libn32objc2-dbg gfortran-4.4 gfortran-4.4-multilib libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 lib32gfortran3-dbg libn32gfortran3 libn32gfortran3-dbg libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 libstdc++6-4.4-dev libstdc++6-4.4-pic libstdc++6-4.4-dbg
 lib32stdc++6-4.4-dbg lib64stdc++6-4.4-dbg libn32stdc++6-4.4-dbg libstdc++6-4.4-doc gcc-4.4-soft-float fixincludes
 gcc-4.4-source
Architecture: source all amd64
Version: 4.4.4-8
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-4.4    - The GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.4    - The GNU C++ compiler
 g++-4.4-multilib - The GNU C++ compiler (multilib files)
 g++-4.4-spu - SPU cross-compiler (C++ compiler)
 gcc-4.4    - The GNU C compiler
 gcc-4.4-base - The GNU Compiler Collection (base package)
 gcc-4.4-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.4-locales - The GNU C compiler (native language support files)
 gcc-4.4-multilib - The GNU C compiler (multilib files)
 gcc-4.4-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.4-source - Source of the GNU Compiler Collection
 gcc-4.4-spu - SPU cross-compiler (preprocessor and C compiler)
 gfortran-4.4 - The GNU Fortran 95 compiler
 gfortran-4.4-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.4-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.4 - The GNU Objective-C++ compiler
 gobjc++-4.4-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.4  - The GNU Objective-C compiler
 gobjc-4.4-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.4-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.4-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.4-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.4-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.4-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.4-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.4-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.4-pic - The GNU Standard C++ Library v3 (shared library subset kit)
 protoize   - Create/remove ANSI prototypes from C code
Closes: 590102
Changes: 
 gcc-4.4 (4.4.4-8) unstable; urgency=medium
 .
   * Update to SVN 20100728 from the gcc-4_4-branch (r162660).
     - Fix PR target/44942, PR target/42869, PR c/44555, PR middle-end/42509,
       PR tree-optimization/44977, PR fortran/45019.
 .
   [ Marcin Juszkiewicz ]
   * Fix dependencies on cross library packages.
   * Copy all debian/rules* files in the -source package.
 .
   [ Matthias Klose ]
   * Add descriptions for patches, where missing.
   * Rebuild to depend on libmpfr4.
   * Fix versioned build dependency on gcc-4.x-source package for cross builds.
     LP: #609060.
   * Set Vcs attributes in control file.
   * Fix PR java/40816, taken from the gcc-4_5-branch. Addresses: #589459.
   * Link executables statically when `static' is passed in DEB_BUILD_OPTIONS
     (Jim Heck). Closes: #590102.
Checksums-Sha1: 
 fdd0e08f9245c305c47220eb99f1f025bda3d28f 3697 gcc-4.4_4.4.4-8.dsc
 4e3e2e399cb6b8c539519208e54b2ca84c557b4e 709024 gcc-4.4_4.4.4-8.diff.gz
 615fee9d1ec1f20c08b46dd191ab3b181e778974 50339988 gcc-4.4-source_4.4.4-8_all.deb
 6d35f13cafc1834f9bcfc46ad28f55d6119699d9 16746918 libstdc++6-4.4-doc_4.4.4-8_all.deb
 2d81a7ce3ad613dcd53fa629b3a575e5af8b56f0 2298550 gcc-4.4-locales_4.4.4-8_all.deb
 d5c11a5cf078a61b2ae3f0d2f0b0466fe3b66a52 118310 gcc-4.4-base_4.4.4-8_amd64.deb
 e356b31e18aba93667d8f9402c61cbd3c2d8ada0 45034 libgcc1_4.4.4-8_amd64.deb
 5508049b6f4e9c93cbadb1d5749d036292996919 83166 libgcc1-dbg_4.4.4-8_amd64.deb
 fda801368b25659dddf870d256f548874d7723df 55206 lib32gcc1_4.4.4-8_amd64.deb
 af67dc0a6cc19e19af591e7dc33759217bfd8815 78006 lib32gcc1-dbg_4.4.4-8_amd64.deb
 72c127434724a2d7dd5b2330ff9a6f495e5409db 25302 libgomp1_4.4.4-8_amd64.deb
 b8bc55d7e4e3fdf30fbe3ca83e72840a54871c01 58830 libgomp1-dbg_4.4.4-8_amd64.deb
 3bbb10484d4c7e0ba38de63072894324353bd9af 24688 lib32gomp1_4.4.4-8_amd64.deb
 e98e324a88eaddfd45dffe0bd5350b46beeb6fbb 62338 lib32gomp1-dbg_4.4.4-8_amd64.deb
 fb8afbb43f58973d8918e5f5582cae1968b7fdde 3870834 cpp-4.4_4.4.4-8_amd64.deb
 0eb6dbf5430a21cda439da7327158504f40af1c9 46962 protoize_4.4.4-8_amd64.deb
 7a922c0d50824ea3ec2a12a31fc8fa23020cfe95 62270 fixincludes_4.4.4-8_amd64.deb
 7f0c89b3267be123808b621e23fada151ad68d90 215516 libmudflap0-4.4-dev_4.4.4-8_amd64.deb
 8e7076ea8b3bee32703e7203d59a1b18995ccafe 98126 libmudflap0_4.4.4-8_amd64.deb
 3088003161d3dbaab82e16cbcd85da696f6de86c 122482 libmudflap0-dbg_4.4.4-8_amd64.deb
 8024b05752df79dacb33f434ddedc5bea8b01f1b 81924 lib32mudflap0_4.4.4-8_amd64.deb
 b5e4a2e7e3de75e378080ae263e936f5d9f247d5 120066 lib32mudflap0-dbg_4.4.4-8_amd64.deb
 73b5be01fae30c96eaabcc294485cc8630d7fd0f 872 gobjc++-4.4-multilib_4.4.4-8_amd64.deb
 e9e079fcebb46a3f5dcbc3bb2c4d48b1dcde1eee 4148828 gobjc++-4.4_4.4.4-8_amd64.deb
 f9ea1f7e8ca17a3d23f8d9dba3e5055c5abe3fe6 167710 gobjc-4.4-multilib_4.4.4-8_amd64.deb
 ff7f98617c74695602bbaa7dede237c35fd67883 4027494 gobjc-4.4_4.4.4-8_amd64.deb
 b9650e9cdc5fb62bdb30952720ae585eca13c342 160606 libobjc2_4.4.4-8_amd64.deb
 32d99ac32d439f064d6dad0df85d5064074249b8 278696 libobjc2-dbg_4.4.4-8_amd64.deb
 18e78327148815cb9ea48a6d70e9bae1493219fa 154904 lib32objc2_4.4.4-8_amd64.deb
 3bcf66fd25f7fe415a97a22c238c3558a0af335d 265332 lib32objc2-dbg_4.4.4-8_amd64.deb
 406eb661d7a157336330d735466f5a3d23156f0d 1009604 g++-4.4-multilib_4.4.4-8_amd64.deb
 83f00abafa77308e51c6eaf477700ef69d18b232 5499156 g++-4.4_4.4.4-8_amd64.deb
 13f34f14cdcd43d1185ae7b70361cba31bcb060e 341206 libstdc++6_4.4.4-8_amd64.deb
 a56eec7e168efe45e36d4189e85846afa1020492 347408 lib32stdc++6_4.4.4-8_amd64.deb
 fa644b55a154eab23ce646e80568768667a74821 6308276 lib32stdc++6-4.4-dbg_4.4.4-8_amd64.deb
 80492f5ed0def88615651e42a77ed70db6c370f0 1560234 libstdc++6-4.4-dev_4.4.4-8_amd64.deb
 1ff9217bc83bf03b0238b8e7e12a2f2ec946f27e 513434 libstdc++6-4.4-pic_4.4.4-8_amd64.deb
 b4d1cf55c916780eceeff4b02c75bddcd4f684ab 3963976 libstdc++6-4.4-dbg_4.4.4-8_amd64.deb
 c98cde98b9194cf0d7ba974f503878a76392167b 291186 libgfortran3_4.4.4-8_amd64.deb
 6aa3f1f3a8a6a293e698d1343d1cf67d05e7d184 501730 libgfortran3-dbg_4.4.4-8_amd64.deb
 49b7134cbda26faa5bf03e57d7823da6537a32ec 238626 lib32gfortran3_4.4.4-8_amd64.deb
 b15a0f97af0707c18eb08355e5ea31f2778e7435 387998 lib32gfortran3-dbg_4.4.4-8_amd64.deb
 095073e2a491abf806189109fb5ebf9a8c6f53a3 268226 gfortran-4.4-multilib_4.4.4-8_amd64.deb
 224db07fb02bd539a3eadcacf2d9d96b6be48de9 4437554 gfortran-4.4_4.4.4-8_amd64.deb
 bd82e275ab7cd5310d7e9465b280429779e788db 2331392 gcc-4.4-multilib_4.4.4-8_amd64.deb
 17e2ed4b153eeaa01c4b8c1f04bc907871a68692 2686034 gcc-4.4_4.4.4-8_amd64.deb
Checksums-Sha256: 
 2df8285084e37de2a115fc1f0befe91c50048bd2582eaf08f0419ab7b5de5ec8 3697 gcc-4.4_4.4.4-8.dsc
 4a860b47ec91bb456ba1f30f63a0cbcf6c149bb574ca777e560a63c705559936 709024 gcc-4.4_4.4.4-8.diff.gz
 3f60eff9a954baaa7a58d204e3795e658d11b7cb65c5663d2457d8897a540895 50339988 gcc-4.4-source_4.4.4-8_all.deb
 cb091432f42170af201dfa085ed5cc45ac7d21cd0c73a8ac6218f2c0bac6b701 16746918 libstdc++6-4.4-doc_4.4.4-8_all.deb
 64897a266dfc3825f99335b5a180a08cee5cb908c3b95aee8349d5f49c311868 2298550 gcc-4.4-locales_4.4.4-8_all.deb
 825b13d630018df13638872610faa8bcf3bed885bb657230203866fd6626ea97 118310 gcc-4.4-base_4.4.4-8_amd64.deb
 ab3ff6eb1b603e4128be37c8cd93195edae27576507c0287ddc8a3fba72ecb53 45034 libgcc1_4.4.4-8_amd64.deb
 1d9ff40732e4f45d58fe90bb9c8f8143c8c898fb1421cf7f071b63ae07e5b268 83166 libgcc1-dbg_4.4.4-8_amd64.deb
 01ac537d45f24da630bc0fb32f356e68e28d6fa29407ef96ed615dd57360c62c 55206 lib32gcc1_4.4.4-8_amd64.deb
 f32cda61ac4eb41603d5958de4e1e8540fc2644da6c53f89f573f54b3b34cfa6 78006 lib32gcc1-dbg_4.4.4-8_amd64.deb
 e3dccdb079247d090d5fee9f6ad8fbb6c27bfe7695669bfa7d4d69261961c2f4 25302 libgomp1_4.4.4-8_amd64.deb
 d6b188634525de3a072c21aed6e56f43c77cfff242171614b5d7dbc7ab5b25ce 58830 libgomp1-dbg_4.4.4-8_amd64.deb
 9ce37e557aa9c91a7075ec0e2fff7befbcab2e2612a765a24928ebfaa91eced6 24688 lib32gomp1_4.4.4-8_amd64.deb
 23cb3713b9bf2448d00596c0b645ca2ab84aeac13a94959b76e80e53b9b54705 62338 lib32gomp1-dbg_4.4.4-8_amd64.deb
 8a979597c8e44f4e386ea59c718cd670dedf61ec1fbb730240533b843b1db933 3870834 cpp-4.4_4.4.4-8_amd64.deb
 3702f858cd6e77db0070ec3a08d174abcad438dfcebf9525b82449a5e1e1c30e 46962 protoize_4.4.4-8_amd64.deb
 56fc3130a2cdda4929d1fe4f24654148d80738fd62b55129b0d8bd0d11900b22 62270 fixincludes_4.4.4-8_amd64.deb
 3c9eae15f3a311b663ad81528487f9b082180bb416f774a9b43ad32d910945f9 215516 libmudflap0-4.4-dev_4.4.4-8_amd64.deb
 1577f69d6345cd8b8ac73753d39070dde01b3f74a38b3bdf2d832cd9b6705254 98126 libmudflap0_4.4.4-8_amd64.deb
 97a88cd34f13d216c072296789e8ad50d7c6adaab17c96f8f898f134454b941d 122482 libmudflap0-dbg_4.4.4-8_amd64.deb
 f8e58f7a7cfd59393abd66a6abb2332275b6f1854f3516d4a54c235c945f3b8b 81924 lib32mudflap0_4.4.4-8_amd64.deb
 c3af7247fa18e4fa19373628871298cb66e22390027e11d4964e99b834da2ba3 120066 lib32mudflap0-dbg_4.4.4-8_amd64.deb
 78496720f27c15620acc1c2bf31d2b82170fe8ed48452a0ea55ca6f00f2a4523 872 gobjc++-4.4-multilib_4.4.4-8_amd64.deb
 9456083cdb726157c933fbaaedbda387e2de5a76b9eb95caf7c4aec6f3135ae3 4148828 gobjc++-4.4_4.4.4-8_amd64.deb
 ba679c082684f792b65ff93c70c0fc4a5e8d0ae71132225faddea31592bbb542 167710 gobjc-4.4-multilib_4.4.4-8_amd64.deb
 701ae832cfdb7de2d8f88ca55678f496f55be71766935a5713167dd00df6034b 4027494 gobjc-4.4_4.4.4-8_amd64.deb
 80025cc6af69cf6ba3f4de2230efb2dd087eb7fb08c2c8cffd8951e94d92c45b 160606 libobjc2_4.4.4-8_amd64.deb
 9e5889c34f2297515cd51ac2040dfed7f527489c65d71eff64d696ed45544fa6 278696 libobjc2-dbg_4.4.4-8_amd64.deb
 1ed80f6ac57f625419ebc10ef434d891e77a6460ca8909ed3f7e8170b17ff2a8 154904 lib32objc2_4.4.4-8_amd64.deb
 978676e40e7f1c1dcd4a28886e183bf3faf21b69d322d56f33f1470e45dd1edb 265332 lib32objc2-dbg_4.4.4-8_amd64.deb
 9d71d0846c1c712de10cf3aa7e7ad8d27c4386651dd3746749629c841703d252 1009604 g++-4.4-multilib_4.4.4-8_amd64.deb
 71b2e5955503d932f3f8147c35fc57f58da8f04914a57e88b3d70b8de0469427 5499156 g++-4.4_4.4.4-8_amd64.deb
 2b4462490091e96b4ec3906b149fecb2c4fcd55b49295fc378d9e9f24e0e4020 341206 libstdc++6_4.4.4-8_amd64.deb
 e2dd81fa86b80ecaba91ad945af0f79d140b3a3af6e2c8e699d42c72faf412af 347408 lib32stdc++6_4.4.4-8_amd64.deb
 342a0775500b777dbc006df770cfa3d562ca4b88af2576332091cb111a3b2453 6308276 lib32stdc++6-4.4-dbg_4.4.4-8_amd64.deb
 362a5b4ebd86a55af9f11d1c77e6d58be6b73baa1ba83e04237764c61369e646 1560234 libstdc++6-4.4-dev_4.4.4-8_amd64.deb
 90c747bf90933848507a1304d9143a26d61e8c307a6721aec82b28ed0d3fdb95 513434 libstdc++6-4.4-pic_4.4.4-8_amd64.deb
 a6c14e60c3bd985880999faae33be4b5fb762c7109b97bcbfea9143a93e36732 3963976 libstdc++6-4.4-dbg_4.4.4-8_amd64.deb
 10b1444516e3dc35a70b355fa8de19ee4c406b8cd0213ea9951edd236f468b3e 291186 libgfortran3_4.4.4-8_amd64.deb
 59eb0c6d280c457ab14f34882d502031a805fdd48c29ca3ca599ab1c310921c5 501730 libgfortran3-dbg_4.4.4-8_amd64.deb
 5fcb7d44e2b2b893a655e2d78698a7ea3ae34108a621817313dd87fb7633bf6c 238626 lib32gfortran3_4.4.4-8_amd64.deb
 ee202abff19d8f32d25c42c9cd2622c386143b66e8641d163f45d07ec78ceebb 387998 lib32gfortran3-dbg_4.4.4-8_amd64.deb
 43ac694bf299e4f3ee3a3c21b17aa8411519c104586764b9b8af6e057779393f 268226 gfortran-4.4-multilib_4.4.4-8_amd64.deb
 4696ee6ef1f90e89a34f60daa3fc93413b688f30887deb60588066e2386f06aa 4437554 gfortran-4.4_4.4.4-8_amd64.deb
 b974adad1c2460aef46718a2c0cfefc350990d20a505babfe6a264e0c9a83413 2331392 gcc-4.4-multilib_4.4.4-8_amd64.deb
 bf7fad258b9f252aefa9fa689c38aef01aea6c3735506e9bbbe480e4c4b37bb0 2686034 gcc-4.4_4.4.4-8_amd64.deb
Files: 
 ca7e56ec8f3fa6dcf4ba0353e00d158a 3697 devel optional gcc-4.4_4.4.4-8.dsc
 72e61a6ccc59296711e2d4679184b56e 709024 devel optional gcc-4.4_4.4.4-8.diff.gz
 a9ecd39a7777665b59adb04d81954291 50339988 devel optional gcc-4.4-source_4.4.4-8_all.deb
 69554c1432a666d550cd8071d360b254 16746918 doc optional libstdc++6-4.4-doc_4.4.4-8_all.deb
 e1a794179c1bc35d6bb4c67673d1013e 2298550 devel optional gcc-4.4-locales_4.4.4-8_all.deb
 4ee858b9d295af1a6fd6de3984db110d 118310 libs required gcc-4.4-base_4.4.4-8_amd64.deb
 c1592e954e7d421b6007bba54988f969 45034 libs required libgcc1_4.4.4-8_amd64.deb
 ad12343c6790988e4675ed9f2e5aafea 83166 debug extra libgcc1-dbg_4.4.4-8_amd64.deb
 ca4890e34c130895ae103989fa7f937c 55206 libs optional lib32gcc1_4.4.4-8_amd64.deb
 d48fd2742a5b4375d2f1d3561b868f71 78006 debug extra lib32gcc1-dbg_4.4.4-8_amd64.deb
 1971bcea2a06e3e5803caccbac532d91 25302 libs optional libgomp1_4.4.4-8_amd64.deb
 5525da972acb216cee3d3a5d7058d689 58830 debug extra libgomp1-dbg_4.4.4-8_amd64.deb
 ead2fc962e3b6285e83de2d8684b4b9d 24688 libs optional lib32gomp1_4.4.4-8_amd64.deb
 bd6d7f7b388fc55194152666d61f8c25 62338 debug extra lib32gomp1-dbg_4.4.4-8_amd64.deb
 bf889aa7eab96c18682ff5ef2ca808c9 3870834 interpreters optional cpp-4.4_4.4.4-8_amd64.deb
 26fef5470cab7a7843d703786efa5399 46962 devel optional protoize_4.4.4-8_amd64.deb
 27396dbfaebf64e5d7224f76c36edcee 62270 devel optional fixincludes_4.4.4-8_amd64.deb
 af1958ea20eda06f7a30b7a268d42585 215516 libdevel optional libmudflap0-4.4-dev_4.4.4-8_amd64.deb
 e401744e9ea83108dfcece7f55907d0f 98126 libs optional libmudflap0_4.4.4-8_amd64.deb
 793dd8061c6940cb896fdd5a680843dc 122482 debug extra libmudflap0-dbg_4.4.4-8_amd64.deb
 8f9d12e3b2e7bb7d7560735b8322c000 81924 libs optional lib32mudflap0_4.4.4-8_amd64.deb
 308c8acfd9465cd5ab86044aebdebbc2 120066 debug extra lib32mudflap0-dbg_4.4.4-8_amd64.deb
 237dcc6459f4228b75cedeb9bc1367e2 872 devel optional gobjc++-4.4-multilib_4.4.4-8_amd64.deb
 b7d10d323f097d5eca028b21945a3091 4148828 devel optional gobjc++-4.4_4.4.4-8_amd64.deb
 261820d026dea039031261f7210ca998 167710 devel optional gobjc-4.4-multilib_4.4.4-8_amd64.deb
 419a1e6d8828f63b3327144d9ee5cab4 4027494 devel optional gobjc-4.4_4.4.4-8_amd64.deb
 e6d1912b8b09f434c441b08f20b7a62b 160606 libs optional libobjc2_4.4.4-8_amd64.deb
 559a52be57de4c1d346dcdbef4e8b054 278696 debug extra libobjc2-dbg_4.4.4-8_amd64.deb
 475e885f2ca1a838f5d1a7ef741cbe6d 154904 libs optional lib32objc2_4.4.4-8_amd64.deb
 bcc1ece51b9e0738348b6c844e29a4f1 265332 debug extra lib32objc2-dbg_4.4.4-8_amd64.deb
 3c94cb755af0d470d2b37322db4341d0 1009604 devel optional g++-4.4-multilib_4.4.4-8_amd64.deb
 47113703255de35a82e7bb6baaef4840 5499156 devel optional g++-4.4_4.4.4-8_amd64.deb
 b5daa48cec1295078ac9d037e60906c1 341206 libs required libstdc++6_4.4.4-8_amd64.deb
 f3feeb01eeca558a9b54aac82c1010fd 347408 libs optional lib32stdc++6_4.4.4-8_amd64.deb
 c06cf61b3afe52edffbb9131d20115ed 6308276 debug extra lib32stdc++6-4.4-dbg_4.4.4-8_amd64.deb
 83d4cb6b2cc75f444c632352f0c1a9f0 1560234 libdevel optional libstdc++6-4.4-dev_4.4.4-8_amd64.deb
 78413baa1569e569c0b121017c038dff 513434 libdevel extra libstdc++6-4.4-pic_4.4.4-8_amd64.deb
 f99d178d11d12aace4301b80c5fc46e4 3963976 debug extra libstdc++6-4.4-dbg_4.4.4-8_amd64.deb
 fe0a1665ed4d43e67c7f5ebd9773aafa 291186 libs optional libgfortran3_4.4.4-8_amd64.deb
 2b8b3cc55648a990db66d1eed50866e0 501730 debug extra libgfortran3-dbg_4.4.4-8_amd64.deb
 7d14bafe196ba4c3c55ecdb513700a35 238626 libs optional lib32gfortran3_4.4.4-8_amd64.deb
 013db1b9d400ef80c52df6b1c1aafb70 387998 debug extra lib32gfortran3-dbg_4.4.4-8_amd64.deb
 18214501669b7c7a5b167b5daf0ed115 268226 devel optional gfortran-4.4-multilib_4.4.4-8_amd64.deb
 61afce8dcc13bf5590b6b2c99dcb02a8 4437554 devel optional gfortran-4.4_4.4.4-8_amd64.deb
 45dd209cc55d0931ba8ed5d2844c8091 2331392 devel optional gcc-4.4-multilib_4.4.4-8_amd64.deb
 0c0d0e3f7bf31e8378c5a3f8d708d8e3 2686034 devel optional gcc-4.4_4.4.4-8_amd64.deb

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

iEYEARECAAYFAkxUpMcACgkQStlRaw+TLJzutQCdHj1Qox3XfP15DS1xp9gQc2Ga
g7kAnRiuKWmo7NgQmCS64uPb+I5v12Qs
=fJ5v
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: