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

Bug#588381: marked as done (Patch for gcc-4.4_4.4.4-6 to allow parameterized build prefix for package)



Your message dated Wed, 18 Aug 2010 08:33:04 +0000
with message-id <E1Ole52-0007rt-3o@franck.debian.org>
and subject line Bug#588381: fixed in gcc-4.5 4.5.1-2
has caused the Debian Bug report #588381,
regarding Patch for gcc-4.4_4.4.4-6 to allow parameterized build prefix for package
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.)


-- 
588381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588381
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 patch for your consideration to modify gcc-4.4_4.4.4-6 to expose
the parameterized prefix variable $(PF) so that it can be used on the command
line to build the package for an alternate installation prefix of the user's
choice.

This patch does not change the behavior of the "default" build. Essentially,
this modification is just a test to see if the variable has already been
defined (e.g. on the build command line), and if so use it.  If not, the
variable defaults to its standard value of 'usr'.

The "use case" for the alternate prefix is as follows.  I am in what may be a
relatively common situation of supporting a team of embedded developers
working in a generic build environment for application code that gets deployed
on top of an embedded system based on the Debian OS.  One of my jobs is to
provide the cross compiling toolchain for this embedded environment.
Unfortunately I don't have full control over the generic build environment,
and it is not a simple Debian environment. 

Since we use Debian as our embedded operating system environment to deploy
this software, it is most safe and effective to use the same version of the
compiler and toolchain as is used to build the underlying Debian system.
So I leverage the most excellent Debian cross compiler toolchains for this
purpose.  To do this, I need to make the toolchains standalone for use outside
of a Debian environment, using an alternate prefix so that they compile for
use and install under /opt/.. instead of /usr/...  With careful control of
path variables,this effectively allows the cross compiler toolchain to be made
completely independent of the build machine operating system, native compilers
and libraries.  This is a desirable thing in order to ensure that there is no
pollution of the cross toolchain, and to make it effectively portable into
most Linux environements (even non-Debian ones).

The supplied patch applies from above the gcc-4.4-4.4.4 source directory
patch -p0 --verbose < gcc-4.4_4.4.4-6.patch

I've tested this patch by building as deb packages as follows:

A cross build for ARMEL:
GCC_TARGET=armel DEB_CROSS=yes fakeroot debian/rules control
DEB_CROSS_NO_BIARCH=yes GCC_TARGET=armel DEB_CROSS=yes dpkg-buildpackage -us -uc -rfakeroot

A cross build for ARMEL with a changed prefix:
PF=opt/crosscompiler/gcc-4.4.4/arm GCC_TARGET=armel DEB_CROSS=yes fakeroot debian/rules control
PF=opt/crosscompiler/gcc-4.4.4/arm DEB_CROSS_NO_BIARCH=yes GCC_TARGET=armel DEB_CROSS=yes dpkg-buildpackage -us -uc -rfakeroot

-- 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
diff -Naur gcc-4.4-4.4.4.orig/debian/rules2 gcc-4.4-4.4.4/debian/rules2
--- gcc-4.4-4.4.4.orig/debian/rules2	2010-07-07 15:28:20.000000000 -0400
+++ gcc-4.4-4.4.4/debian/rules2	2010-07-07 15:29:17.000000000 -0400
@@ -500,8 +500,9 @@
 endif
 
 # PF is the installation prefix for the package without the leading slash.
-# It's "usr" for gcc releases
-ifeq ($(PKGSOURCE),gcc-snapshot)
+# It's "usr" for gcc releases, so use this if not explicitly set
+ifneq ($(PF),)
+else ifeq ($(PKGSOURCE),gcc-snapshot)
   PF		= usr/lib/gcc-snapshot
 else
   PF		= usr

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

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-2_amd64.deb
  to main/g/gcc-4.5/cpp-4.5_4.5.1-2_amd64.deb
fixincludes_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/fixincludes_4.5.1-2_amd64.deb
g++-4.5-multilib_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/g++-4.5-multilib_4.5.1-2_amd64.deb
g++-4.5_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/g++-4.5_4.5.1-2_amd64.deb
gcc-4.5-base_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-base_4.5.1-2_amd64.deb
gcc-4.5-locales_4.5.1-2_all.deb
  to main/g/gcc-4.5/gcc-4.5-locales_4.5.1-2_all.deb
gcc-4.5-multilib_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-multilib_4.5.1-2_amd64.deb
gcc-4.5-plugin-dev_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gcc-4.5-plugin-dev_4.5.1-2_amd64.deb
gcc-4.5-source_4.5.1-2_all.deb
  to main/g/gcc-4.5/gcc-4.5-source_4.5.1-2_all.deb
gcc-4.5_4.5.1-2.diff.gz
  to main/g/gcc-4.5/gcc-4.5_4.5.1-2.diff.gz
gcc-4.5_4.5.1-2.dsc
  to main/g/gcc-4.5/gcc-4.5_4.5.1-2.dsc
gcc-4.5_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gcc-4.5_4.5.1-2_amd64.deb
gfortran-4.5-multilib_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gfortran-4.5-multilib_4.5.1-2_amd64.deb
gfortran-4.5_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gfortran-4.5_4.5.1-2_amd64.deb
gobjc++-4.5-multilib_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gobjc++-4.5-multilib_4.5.1-2_amd64.deb
gobjc++-4.5_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gobjc++-4.5_4.5.1-2_amd64.deb
gobjc-4.5-multilib_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gobjc-4.5-multilib_4.5.1-2_amd64.deb
gobjc-4.5_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/gobjc-4.5_4.5.1-2_amd64.deb
lib32gcc1-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32gcc1-dbg_4.5.1-2_amd64.deb
lib32gcc1_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32gcc1_4.5.1-2_amd64.deb
lib32gfortran3-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32gfortran3-dbg_4.5.1-2_amd64.deb
lib32gfortran3_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32gfortran3_4.5.1-2_amd64.deb
lib32gomp1-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32gomp1-dbg_4.5.1-2_amd64.deb
lib32gomp1_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32gomp1_4.5.1-2_amd64.deb
lib32mudflap0-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32mudflap0-dbg_4.5.1-2_amd64.deb
lib32mudflap0_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32mudflap0_4.5.1-2_amd64.deb
lib32objc2-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32objc2-dbg_4.5.1-2_amd64.deb
lib32objc2_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32objc2_4.5.1-2_amd64.deb
lib32stdc++6-4.5-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32stdc++6-4.5-dbg_4.5.1-2_amd64.deb
lib32stdc++6_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/lib32stdc++6_4.5.1-2_amd64.deb
libgcc1-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libgcc1-dbg_4.5.1-2_amd64.deb
libgcc1_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libgcc1_4.5.1-2_amd64.deb
libgfortran3-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libgfortran3-dbg_4.5.1-2_amd64.deb
libgfortran3_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libgfortran3_4.5.1-2_amd64.deb
libgomp1-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libgomp1-dbg_4.5.1-2_amd64.deb
libgomp1_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libgomp1_4.5.1-2_amd64.deb
libmudflap0-4.5-dev_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libmudflap0-4.5-dev_4.5.1-2_amd64.deb
libmudflap0-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libmudflap0-dbg_4.5.1-2_amd64.deb
libmudflap0_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libmudflap0_4.5.1-2_amd64.deb
libobjc2-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libobjc2-dbg_4.5.1-2_amd64.deb
libobjc2_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libobjc2_4.5.1-2_amd64.deb
libstdc++6-4.5-dbg_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-dbg_4.5.1-2_amd64.deb
libstdc++6-4.5-dev_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-dev_4.5.1-2_amd64.deb
libstdc++6-4.5-doc_4.5.1-2_all.deb
  to main/g/gcc-4.5/libstdc++6-4.5-doc_4.5.1-2_all.deb
libstdc++6-4.5-pic_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libstdc++6-4.5-pic_4.5.1-2_amd64.deb
libstdc++6_4.5.1-2_amd64.deb
  to main/g/gcc-4.5/libstdc++6_4.5.1-2_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 588381@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: Wed, 18 Aug 2010 07:00:12 +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-2
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: 585925 588381
Changes: 
 gcc-4.5 (4.5.1-2) experimental; urgency=low
 .
   * Update to SVN 20100818 (r163323) from the gcc-4_5-branch.
     - Fix PR target/41089, PR tree-optimization/44914, PR c++/45112,
       PR fortran/44929, PR middle-end/45262, PR debug/45259, PR debug/45055,
       PR target/44805, PR middle-end/45034, PR tree-optimization/45109,
       PR target/44942, PR fortran/31588, PR fortran/43954, PR fortran/44660,
       PR fortran/42051, PR fortran/44064, PR fortran/45151, PR libstdc++/44963,
       PR tree-optimization/45241, PR middle-end/44632 (closes: #585925),
       PR libstdc++/45283, PR target/45296.
 .
   [ Matthias Klose ]
   * Allow overwriting of the PF macro used in the build from the environment
     (Jim Heck). Closes: #588381.
   * Fix libc-dbg build dependency for java enabled builds. Addresses: #591424.
   * gcj: Align data in .rodata.jutf8.* sections, patch taken from the trunk.
   * Configure with --enable-checking+release. LP: #612822.
   * Add the complete packaging to the -source package. LP: #608650.
   * Drop the gcc-ix86-asm-generic32.diff patch.
   * Tighten (build-) dependency on cloog-ppl (>= 0.15.9-2).
   * Apply proposed patch for PR middle-end/45292.
   * Re-enable running the libstdc++ testsuite on armel and ia64 on the buildds.
 .
   [ Steve Langasek ]
   * s,/lib/,/$(libdir)/, throughout debian/rules*; a no-op in the current
     case, but required for us to find the libraries when building for
     multiarch
   * Don't append multiarch paths to any multilib paths except for the default;
     our biarch (multilib) builds need to remain independent of multiarch in
     the near term, so we want to make sure we can find /usr/lib32 without
     /usr/lib/i486-linux-gnu being available.
   * debian/control.m4, debian/rules.conf: conditionally set packages to be
     Multi-Arch: yes when MULTIARCH is defined.
 .
   [ Marcin Juszkiewicz ]
   * Allow building intermediate stages for cross builds. LP: #603497.
Checksums-Sha1: 
 d46746f29cd8e81dec6c089622801ba147830029 3808 gcc-4.5_4.5.1-2.dsc
 949792a613b9e7c21b18167d610f79d5909cc70b 530674 gcc-4.5_4.5.1-2.diff.gz
 2ba84bd69177d28fbaad15892249414141241776 53163656 gcc-4.5-source_4.5.1-2_all.deb
 b876ddeea5050bed79757d52177bde3ec875f935 3496716 libstdc++6-4.5-doc_4.5.1-2_all.deb
 7014769b0fd82ddca63f4fc2ae931e1f50409048 2310226 gcc-4.5-locales_4.5.1-2_all.deb
 13a9d4171fda632444db0605eb26077f3aa6b425 119062 gcc-4.5-base_4.5.1-2_amd64.deb
 0f5fed68c863485bddd6265010adebc84c01e5d0 43182 libgcc1_4.5.1-2_amd64.deb
 88ad399558c1724e76935696ba44c66d43defeb9 98670 libgcc1-dbg_4.5.1-2_amd64.deb
 8f7db6ab8f90eb8e48292b6b76cbb8a223d24109 52170 lib32gcc1_4.5.1-2_amd64.deb
 6b280d242080b80637416aff9f9255ba3676df8d 101034 lib32gcc1-dbg_4.5.1-2_amd64.deb
 bfeca57da0e3bfbd1aed8b1f97c30c7bbc581a16 25782 libgomp1_4.5.1-2_amd64.deb
 2200c7a55f4c48d7c966a04e2d9cf849b7555c89 64852 libgomp1-dbg_4.5.1-2_amd64.deb
 e6334a5a6b3181853ade5b1125c3306623536c37 24284 lib32gomp1_4.5.1-2_amd64.deb
 351fbdbdc90c902ad842fed57b7d38595ab0f9c9 68244 lib32gomp1-dbg_4.5.1-2_amd64.deb
 338dbf2d40d6c2471b32fe86e936d2d6883334df 4663066 cpp-4.5_4.5.1-2_amd64.deb
 0d4ebcea3828eca45a9464bb3cae18373e86cdf7 65178 fixincludes_4.5.1-2_amd64.deb
 2e32d1cd9bf12b02bcdde2510c5edbdb3a599f18 214176 libmudflap0-4.5-dev_4.5.1-2_amd64.deb
 34db621a2de05549f10b01c43e2236f72e794566 98782 libmudflap0_4.5.1-2_amd64.deb
 c149396c8ba6ec4e2f5951fafd37a256963cbca9 136698 libmudflap0-dbg_4.5.1-2_amd64.deb
 fcb6ad5f1d65dd51a80068943a4c3fa3cb75f331 81740 lib32mudflap0_4.5.1-2_amd64.deb
 740502c4bfd7a555e624bea6fc737fd8a6e49eec 127632 lib32mudflap0-dbg_4.5.1-2_amd64.deb
 1ec2f5476567d90adb45a728cd5e35e5315e64fa 870 gobjc++-4.5-multilib_4.5.1-2_amd64.deb
 99f2aca033afdca672d498fc6d1a1c694b94c870 5164044 gobjc++-4.5_4.5.1-2_amd64.deb
 a9567ab8e2477de5042534c79cca928f4422e398 178688 gobjc-4.5-multilib_4.5.1-2_amd64.deb
 5ef89bac9f5d2746496b12262ae3ccc89432d669 4830434 gobjc-4.5_4.5.1-2_amd64.deb
 1abb5ec93fd3b4aab879cc86f15fcd8dcd0c414b 167450 libobjc2_4.5.1-2_amd64.deb
 e851754e1b27188e514d21ed795e754ffeb93d60 333446 libobjc2-dbg_4.5.1-2_amd64.deb
 244d105fd2c2e2e74477f0abf0d8c0b8991aede0 162656 lib32objc2_4.5.1-2_amd64.deb
 b8d456b233aa51733bc33eee90ddce21490c9e10 303500 lib32objc2-dbg_4.5.1-2_amd64.deb
 05dc028b727d525e64552a05e1f35c4c6aade30e 1001946 g++-4.5-multilib_4.5.1-2_amd64.deb
 27e5d30535074d3aa2e7fdea878ab36e94bf5da8 6751348 g++-4.5_4.5.1-2_amd64.deb
 e343061f3e8c456a79e840961e974cf9f71770a7 335054 libstdc++6_4.5.1-2_amd64.deb
 01156af3a1570c031bc83ab46433bee7b040a4b4 343118 lib32stdc++6_4.5.1-2_amd64.deb
 33ed90cbbcb2c309ff96c8568a54ea636d3492d2 6634752 lib32stdc++6-4.5-dbg_4.5.1-2_amd64.deb
 a665acc98c9c07e5a3080956a182d02224123c30 1607112 libstdc++6-4.5-dev_4.5.1-2_amd64.deb
 03701494e5024abdbd8f7a8762f0244e2457564d 504038 libstdc++6-4.5-pic_4.5.1-2_amd64.deb
 862b9ac3a6efdda0beaf0fe830eedd0521765ec9 4253568 libstdc++6-4.5-dbg_4.5.1-2_amd64.deb
 f6d46f24a2e6a49c0948dbf5045dd0dfc2f77374 291400 libgfortran3_4.5.1-2_amd64.deb
 3e82f2479c474ba2ad578b69eeb890eb1e12169f 699722 libgfortran3-dbg_4.5.1-2_amd64.deb
 d296adf54404b711c8f1c4076f7763e4c60c9544 244416 lib32gfortran3_4.5.1-2_amd64.deb
 abb90eebc141aa5b20095e9925cce634bf38512c 524590 lib32gfortran3-dbg_4.5.1-2_amd64.deb
 707eafd5dca4b1c6c9b1e340456a93cb51720375 293346 gfortran-4.5-multilib_4.5.1-2_amd64.deb
 f5f4a1c04cfe656fe70feef24c8b29225eb1c7cc 5310452 gfortran-4.5_4.5.1-2_amd64.deb
 350821717c7893c0f79d1c3700a97edab805825c 2325706 gcc-4.5-multilib_4.5.1-2_amd64.deb
 3c088e1fcb215545cb4c515f6a713388775f0f35 585878 gcc-4.5-plugin-dev_4.5.1-2_amd64.deb
 0aed2ce81d6b10841eb4e8ab0bde63bbf4110928 7059376 gcc-4.5_4.5.1-2_amd64.deb
Checksums-Sha256: 
 83f4e5808ae0905ec9777c962e74f1e3ef800671280cf7678d437ee98664e821 3808 gcc-4.5_4.5.1-2.dsc
 2fb4d8fc1f05e3c30364533efc1f5fe6c59c50c76d8e4601f2d5559c21c2926d 530674 gcc-4.5_4.5.1-2.diff.gz
 59ee0b954af752da39696c887b1ba3d7421094ed6e17b133ead930fe239b191a 53163656 gcc-4.5-source_4.5.1-2_all.deb
 5a9893e24a14e86ba5a9c6b20a8ddbca8f8be739f45437df69ca2cd298acd950 3496716 libstdc++6-4.5-doc_4.5.1-2_all.deb
 410b119b2decb803bd7ffbca24036dc69ad388ae8e4d7492f97fcdc638825fa2 2310226 gcc-4.5-locales_4.5.1-2_all.deb
 4812e4d5ddb547156bbcfb8443afd02608c751e22d6be4eb99b0a382f59b86eb 119062 gcc-4.5-base_4.5.1-2_amd64.deb
 06a567440f30be738246633b0fc1d285d7fea79d94e49731a89c678329ffc2ba 43182 libgcc1_4.5.1-2_amd64.deb
 82b406a055b128c233bc25c35ea671cc9273e69d81b5d8ea48ce329444c3aa30 98670 libgcc1-dbg_4.5.1-2_amd64.deb
 4ddc8407e8d653950ad617cf62763e5d2cfda57011b16c788e819afd4de47c47 52170 lib32gcc1_4.5.1-2_amd64.deb
 7570f21096e771215936d747943443f2bfd76489f3d9f9254f0508129d50e0a2 101034 lib32gcc1-dbg_4.5.1-2_amd64.deb
 c5f2456505a31e9253648071d7cbdc8f3a010b047dd048e802956f9604e4e24b 25782 libgomp1_4.5.1-2_amd64.deb
 5ff9d3500cb4c02807b07377e2c5f45510c25e1729a69b40a286f2a937258c4f 64852 libgomp1-dbg_4.5.1-2_amd64.deb
 ecafcf3ad955923cc518eb033a361aac50ed642da5b1d5b639d5eb08ff61b38c 24284 lib32gomp1_4.5.1-2_amd64.deb
 a7910e68c1046a58e88e54612f8c34a5f09859323320744b3ba843fcf1be2f0b 68244 lib32gomp1-dbg_4.5.1-2_amd64.deb
 427f46d7d13ec2f126f59d154b3f6dbeadbd2da13246a57df1d052c3966574e7 4663066 cpp-4.5_4.5.1-2_amd64.deb
 17c9931cbf385ce4b1df25ded9147f712cdd1359bdd282c4d5ba363b6b3a45e2 65178 fixincludes_4.5.1-2_amd64.deb
 247ed0ae725ee2801f23479dc92b8689f7f17a5a4ea4a93365e2c6dddeaca44f 214176 libmudflap0-4.5-dev_4.5.1-2_amd64.deb
 933224a560c1266a8d893079d5f96f7718e28b8273d26b34b91a3bad7def1a4d 98782 libmudflap0_4.5.1-2_amd64.deb
 2d92803a8f7e482e52b5d4b6245cd23c3cb1ed809a785c661f79a8cba560599f 136698 libmudflap0-dbg_4.5.1-2_amd64.deb
 aab4aeb2ff714e39d50e6ce71780d54bd39fa1ef056bff135fbcefb549b278f2 81740 lib32mudflap0_4.5.1-2_amd64.deb
 131ec754a011c8fed3d54d6dbf685aa8f33a8a52c809ac6e28c96e46edead685 127632 lib32mudflap0-dbg_4.5.1-2_amd64.deb
 bd773390303ff6d8605aebcb038c09be9ef3aa3d731ce68a3d00a933cd7fee24 870 gobjc++-4.5-multilib_4.5.1-2_amd64.deb
 188684a2d2110eb6cb3c6338f4df9ff20ac1c263761ee851c1474871e60a3850 5164044 gobjc++-4.5_4.5.1-2_amd64.deb
 fe5a8ac690affab4cd19dc1167e39e8a62427ebf9d1203595f403146678b70fc 178688 gobjc-4.5-multilib_4.5.1-2_amd64.deb
 08e248c7941a2c4ac6cf72774c511c62096e28aaa851c107eaf75f1bebaeed6a 4830434 gobjc-4.5_4.5.1-2_amd64.deb
 51a3ce76fb97ac21e6044e0df73ca0563700fcd542149eb987710a502ae52ae9 167450 libobjc2_4.5.1-2_amd64.deb
 81ea7074c0343162d47165ad8a0abe5e705f51d03cdc17544f7506ae31f92db1 333446 libobjc2-dbg_4.5.1-2_amd64.deb
 5c7dda60c96c860e86c41777d8edbbe34fc3dd6cd273a0af91e0062defe3a88a 162656 lib32objc2_4.5.1-2_amd64.deb
 9519daf46c9f2cec329c9a53136b7b50b726f8050bb280610b1f774fb6840532 303500 lib32objc2-dbg_4.5.1-2_amd64.deb
 d4ad592a9c79f925e0344ee18196d0c61f43f43244aebcec7dab4cf704f00a7d 1001946 g++-4.5-multilib_4.5.1-2_amd64.deb
 fa2df17e890aaaabe65288018ac09a5e3e9ebb9090b7f6d0ee365fe1dfd82712 6751348 g++-4.5_4.5.1-2_amd64.deb
 0db27a972c4438b6cbf2cf28f9fe054c0b9b4bf2a4a520c905d4bc327eb0f52c 335054 libstdc++6_4.5.1-2_amd64.deb
 a6053aa4a3c6a987c72dfa9c9481d68a4e6c53a42d88b9dcc003131ef49ce7cd 343118 lib32stdc++6_4.5.1-2_amd64.deb
 cef1d6442ad32b4a7bc67c7106fc9d75293648c52ae24b0e57f28ba134c872dc 6634752 lib32stdc++6-4.5-dbg_4.5.1-2_amd64.deb
 8af6b513d8298d28bf4f6588b16362791204e67a13d61b1bcf20e8bc61320cc3 1607112 libstdc++6-4.5-dev_4.5.1-2_amd64.deb
 72ed72d51bcbe041e3f270e0ce1dc7e3f43bce5f1dde7f5497ffedd4b0e46a2c 504038 libstdc++6-4.5-pic_4.5.1-2_amd64.deb
 ffd550c37bd40567995ca04a9e292f5234d5a2ea96e92024221c41952141744c 4253568 libstdc++6-4.5-dbg_4.5.1-2_amd64.deb
 84b690a3f22c6ed080e573b2a4961ba5c15c7bd6203e2af0829fd1a9827e36b7 291400 libgfortran3_4.5.1-2_amd64.deb
 9916834cd61941345d687e206419af1f4c3ba49d91db8cacf5e6ebf72b3b5112 699722 libgfortran3-dbg_4.5.1-2_amd64.deb
 19eea8d5fd58bbb3e226ce2bcda73f9f0d6169db60ef3beca55415843548ee40 244416 lib32gfortran3_4.5.1-2_amd64.deb
 b517f23a3fbe003cd88fc276b7045456353366d23aefb8e8dcee674c6d5f544b 524590 lib32gfortran3-dbg_4.5.1-2_amd64.deb
 5f071f0034f1c3d121220fc5cc039f7498bad1a47582cbbc5e7acc62dfe5ac93 293346 gfortran-4.5-multilib_4.5.1-2_amd64.deb
 0754ec7ccb9d5199a967a5111753db38614c427630d1441ad0fbee548b8e51b8 5310452 gfortran-4.5_4.5.1-2_amd64.deb
 9f8a248c8a49161b57ca4f9eec440c9480465c10d2b96ee03243a1db013e3bbc 2325706 gcc-4.5-multilib_4.5.1-2_amd64.deb
 f2e69823b8ab9494d8c0ef2c799bb4e1e4544d3d64d0b2b1783d2a2f3fa9d77e 585878 gcc-4.5-plugin-dev_4.5.1-2_amd64.deb
 590971a8b91c38987637e2c92980ff8973d7d3abb047805c6ee19da478954320 7059376 gcc-4.5_4.5.1-2_amd64.deb
Files: 
 1ba4e70138d2d41653b643d74ea97da9 3808 devel optional gcc-4.5_4.5.1-2.dsc
 ed64d11fbc84216f3c169431e78ebe37 530674 devel optional gcc-4.5_4.5.1-2.diff.gz
 e69099e838e3f060c41372d9da001bba 53163656 devel optional gcc-4.5-source_4.5.1-2_all.deb
 39cc34192294f8aa8276d064355ea4e7 3496716 doc optional libstdc++6-4.5-doc_4.5.1-2_all.deb
 9cdc0a4a2906c0d3ed22d27ad06d3526 2310226 devel optional gcc-4.5-locales_4.5.1-2_all.deb
 1e0f8eee3daecba4456d607c62c91c3d 119062 libs required gcc-4.5-base_4.5.1-2_amd64.deb
 13fd15ad40e515e50e63d3bcb4b3f6d4 43182 libs required libgcc1_4.5.1-2_amd64.deb
 42b8458ffa32d7a5c4e617e51822383c 98670 debug extra libgcc1-dbg_4.5.1-2_amd64.deb
 3ee76836314a994775bfbafac1d03a82 52170 libs extra lib32gcc1_4.5.1-2_amd64.deb
 bf11e7efae036b9769f5fe5d7112535f 101034 debug extra lib32gcc1-dbg_4.5.1-2_amd64.deb
 d765428ecc11c369bbd31947447f3f37 25782 libs optional libgomp1_4.5.1-2_amd64.deb
 cafc8416a819909b5794f38649ffb4a1 64852 debug extra libgomp1-dbg_4.5.1-2_amd64.deb
 7ff7b2593c794145c32f6af4867ac378 24284 libs optional lib32gomp1_4.5.1-2_amd64.deb
 78831bad67a578b02258e897a842ca58 68244 debug extra lib32gomp1-dbg_4.5.1-2_amd64.deb
 a93e9a2444f4402161faf4300bb6606a 4663066 interpreters optional cpp-4.5_4.5.1-2_amd64.deb
 3d4ec51787bb338633810c0eadbb68d7 65178 devel optional fixincludes_4.5.1-2_amd64.deb
 9ad73947de787c7ccedaa865e2b83669 214176 libdevel optional libmudflap0-4.5-dev_4.5.1-2_amd64.deb
 3bd34c1281e9ba161f89e6d340980481 98782 libs optional libmudflap0_4.5.1-2_amd64.deb
 d5a89fb3cb19c23c0786095d8afcf197 136698 debug extra libmudflap0-dbg_4.5.1-2_amd64.deb
 2c3d9a03dcf9e76ab11c6105373b7dfc 81740 libs optional lib32mudflap0_4.5.1-2_amd64.deb
 34ffde9af757690071f8776189c4dadb 127632 debug extra lib32mudflap0-dbg_4.5.1-2_amd64.deb
 086d691ef9dd41ee27f1610cb4abde79 870 devel optional gobjc++-4.5-multilib_4.5.1-2_amd64.deb
 fac9ddd96b4e28733423caf241443a09 5164044 devel optional gobjc++-4.5_4.5.1-2_amd64.deb
 0b4dec92a30a52f4005e40986a62c20d 178688 devel optional gobjc-4.5-multilib_4.5.1-2_amd64.deb
 b38f35d3d10ce5c7d74f78d757a36bac 4830434 devel optional gobjc-4.5_4.5.1-2_amd64.deb
 0260e2d8475f613e4910202ebf926558 167450 libs optional libobjc2_4.5.1-2_amd64.deb
 a939735cd9020c43d1632d9eac7ebf3a 333446 debug extra libobjc2-dbg_4.5.1-2_amd64.deb
 16e366795c1f7b45a59998a418158649 162656 libs optional lib32objc2_4.5.1-2_amd64.deb
 8c861e385e3dcde6d0877c250f46a6b3 303500 debug extra lib32objc2-dbg_4.5.1-2_amd64.deb
 c33b428f2a47a187ec3f9e26a6e190ac 1001946 devel optional g++-4.5-multilib_4.5.1-2_amd64.deb
 4f606395f2489ef5cba1a739003f649b 6751348 devel optional g++-4.5_4.5.1-2_amd64.deb
 fa02eb4f69e2fe1b4e81996894c8e9c2 335054 libs required libstdc++6_4.5.1-2_amd64.deb
 dba9b14185212cc3f3821d0972589854 343118 libs extra lib32stdc++6_4.5.1-2_amd64.deb
 233da32f1617b9992555534db821a90f 6634752 debug extra lib32stdc++6-4.5-dbg_4.5.1-2_amd64.deb
 b7dd12925de121582add7f3f37bb9193 1607112 libdevel optional libstdc++6-4.5-dev_4.5.1-2_amd64.deb
 1e386939c22c90b9c481e0f1e89660bd 504038 libdevel extra libstdc++6-4.5-pic_4.5.1-2_amd64.deb
 51f1bbe373d3bbf357575d2c9195cd94 4253568 debug extra libstdc++6-4.5-dbg_4.5.1-2_amd64.deb
 f2491f6f802ec10347b6d08148d3a6ea 291400 libs optional libgfortran3_4.5.1-2_amd64.deb
 1dfd15a8bbce40cd83eaac6c4f78acde 699722 debug extra libgfortran3-dbg_4.5.1-2_amd64.deb
 5729b27e263e3bc65f21288f04e9b393 244416 libs optional lib32gfortran3_4.5.1-2_amd64.deb
 e22139593126e2f169161bdd40dce962 524590 debug extra lib32gfortran3-dbg_4.5.1-2_amd64.deb
 ad97c8babe950902ab7096b7214643b3 293346 devel optional gfortran-4.5-multilib_4.5.1-2_amd64.deb
 562901d37cb6158e1e2d6e2e536e4cbc 5310452 devel optional gfortran-4.5_4.5.1-2_amd64.deb
 f5c206b3a9b996cbc89b0cbccd81a403 2325706 devel optional gcc-4.5-multilib_4.5.1-2_amd64.deb
 2cef006440a1f5b5208c85d93d9cff84 585878 devel optional gcc-4.5-plugin-dev_4.5.1-2_amd64.deb
 56cddf5d78286fd08db84e6b29c90e0b 7059376 devel optional gcc-4.5_4.5.1-2_amd64.deb

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

iEYEARECAAYFAkxrj6cACgkQStlRaw+TLJyg+QCgqR910ISmevSNGCcQkP1FWEKW
ro8AoLv4FXPQYspSoMh6uEeeEj24dMu5
=qA1j
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: