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

Bug#483906: marked as done ([FTBFS] gcc-4.2 and gcc-4.1 powerpc cross compiler)



Your message dated Wed, 04 Jun 2008 19:32:59 +0000
with message-id <E1K3yjD-0000au-O7@ries.debian.org>
and subject line Bug#483906: fixed in gcc-4.2 4.2.4-2
has caused the Debian Bug report #483906,
regarding [FTBFS] gcc-4.2 and gcc-4.1 powerpc cross compiler
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.)


-- 
483906: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483906
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gcc-4.2
Version: 4.2.4-1
Severity: normal
Tags: patch

NOTE: The patch has been tested and it is known to work.
           Also gcc-4.1-4.1.2-22 is affected. Same patch can be
applied to gcc-4.1 source. It has also been tested.

When building powerpc cross compiler,
mv debian/tmp/usr/powerpc-linux-gnu/lib64/lib*c++*.a
debian/tmp/usr/lib/gcc/powerpc-linux-gnu/4.2.4/64/.
mv: cannot stat `debian/tmp/usr/powerpc-linux-gnu/lib64/lib*c++*.a':
No such file or directory
make[1]: *** [stamps/08-binary-stamp-libstdcxx-dev] Error 1


# ls debian/tmp/usr/powerpc64-linux-gnu/lib64/lib*c++*.a
debian/tmp/usr/powerpc64-linux-gnu/lib64/libstdc++.a
debian/tmp/usr/powerpc64-linux-gnu/lib64/libstdc++_pic.a
debian/tmp/usr/powerpc64-linux-gnu/lib64/libsupc++.a

The following patch works arround the path ../powerpc-linux-gnu/.. by
../powerpc64-linux-gnu/.. when cross building libstdcxx:


diff -urN gcc-4.2-4.2.4/debian/rules.d/binary-libstdcxx-cross.mk
gcc-4.2-4.2.4.cross/debian/rules.d/binary-libstdcxx-cross.mk
--- gcc-4.2-4.2.4/debian/rules.d/binary-libstdcxx-cross.mk
2008-05-31 22:23:29.000000000 +0000
+++ gcc-4.2-4.2.4.cross/debian/rules.d/binary-libstdcxx-cross.mk
 2008-05-31 22:28:31.000000000 +0000
@@ -8,6 +8,13 @@
   arch_binaries        := $(arch_binaries) lib32stdcxx
 endif

+ifeq ($(biarch),yes)
+AUXDEB := $(DEB_TARGET_GNU_TYPE)
+ifeq ($(DEB_TARGET_GNU_TYPE),powerpc-linux-gnu)
+AUXDEB := powerpc64-linux-gnu
+endif
+endif
+
 ifeq ($(with_cxxdev),yes)
   arch_binaries  := $(arch_binaries) libstdcxx-dev
 endif
@@ -280,7 +287,7 @@
        -find $(d) -type d -name '*.gch' | xargs rm -rf

 ifeq ($(biarch),yes)
-       mv $(d)/$(PF)/$(DEB_TARGET_GNU_TYPE)/lib64/lib*c++*.a
$(d)/$(gcc_lib_dir)/$(biarchsubdir)/.
+       mv $(d)/$(PF)/$(AUXDEB)/lib64/lib*c++*.a
$(d)/$(gcc_lib_dir)/$(biarchsubdir)/.
        ln -sf ../../../../../lib64/libstdc++.so.$(CXX_SONAME) \
                $(d)/$(gcc_lib_dir)/$(biarchsubdir)/libstdc++.so
 endif

-- 
 Héctor Orón
diff -urN gcc-4.2-4.2.4/debian/rules.d/binary-libstdcxx-cross.mk gcc-4.2-4.2.4.cross/debian/rules.d/binary-libstdcxx-cross.mk
--- gcc-4.2-4.2.4/debian/rules.d/binary-libstdcxx-cross.mk	2008-05-31 22:23:29.000000000 +0000
+++ gcc-4.2-4.2.4.cross/debian/rules.d/binary-libstdcxx-cross.mk	2008-05-31 22:28:31.000000000 +0000
@@ -8,6 +8,13 @@
   arch_binaries	:= $(arch_binaries) lib32stdcxx
 endif
 
+ifeq ($(biarch),yes)
+AUXDEB := $(DEB_TARGET_GNU_TYPE)
+ifeq ($(DEB_TARGET_GNU_TYPE),powerpc-linux-gnu)
+AUXDEB := powerpc64-linux-gnu
+endif
+endif
+
 ifeq ($(with_cxxdev),yes)
   arch_binaries  := $(arch_binaries) libstdcxx-dev
 endif
@@ -280,7 +287,7 @@
 	-find $(d) -type d -name '*.gch' | xargs rm -rf
 
 ifeq ($(biarch),yes)
-	mv $(d)/$(PF)/$(DEB_TARGET_GNU_TYPE)/lib64/lib*c++*.a $(d)/$(gcc_lib_dir)/$(biarchsubdir)/.
+	mv $(d)/$(PF)/$(AUXDEB)/lib64/lib*c++*.a $(d)/$(gcc_lib_dir)/$(biarchsubdir)/.
 	ln -sf ../../../../../lib64/libstdc++.so.$(CXX_SONAME) \
 		$(d)/$(gcc_lib_dir)/$(biarchsubdir)/libstdc++.so
 endif

--- End Message ---
--- Begin Message ---
Source: gcc-4.2
Source-Version: 4.2.4-2

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

cpp-4.2_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/cpp-4.2_4.2.4-2_i386.deb
g++-4.2-multilib_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/g++-4.2-multilib_4.2.4-2_i386.deb
g++-4.2_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/g++-4.2_4.2.4-2_i386.deb
gcc-4.2-base_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gcc-4.2-base_4.2.4-2_i386.deb
gcc-4.2-locales_4.2.4-2_all.deb
  to pool/main/g/gcc-4.2/gcc-4.2-locales_4.2.4-2_all.deb
gcc-4.2-multilib_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gcc-4.2-multilib_4.2.4-2_i386.deb
gcc-4.2-source_4.2.4-2_all.deb
  to pool/main/g/gcc-4.2/gcc-4.2-source_4.2.4-2_all.deb
gcc-4.2_4.2.4-2.diff.gz
  to pool/main/g/gcc-4.2/gcc-4.2_4.2.4-2.diff.gz
gcc-4.2_4.2.4-2.dsc
  to pool/main/g/gcc-4.2/gcc-4.2_4.2.4-2.dsc
gcc-4.2_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gcc-4.2_4.2.4-2_i386.deb
gfortran-4.2-multilib_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gfortran-4.2-multilib_4.2.4-2_i386.deb
gfortran-4.2_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gfortran-4.2_4.2.4-2_i386.deb
gobjc++-4.2-multilib_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gobjc++-4.2-multilib_4.2.4-2_i386.deb
gobjc++-4.2_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gobjc++-4.2_4.2.4-2_i386.deb
gobjc-4.2-multilib_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gobjc-4.2-multilib_4.2.4-2_i386.deb
gobjc-4.2_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/gobjc-4.2_4.2.4-2_i386.deb
lib64gfortran2-dbg_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/lib64gfortran2-dbg_4.2.4-2_i386.deb
lib64gfortran2_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/lib64gfortran2_4.2.4-2_i386.deb
lib64stdc++6-4.2-dbg_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/lib64stdc++6-4.2-dbg_4.2.4-2_i386.deb
libgfortran2-dbg_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/libgfortran2-dbg_4.2.4-2_i386.deb
libgfortran2_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/libgfortran2_4.2.4-2_i386.deb
libmudflap0-4.2-dev_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/libmudflap0-4.2-dev_4.2.4-2_i386.deb
libstdc++6-4.2-dbg_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/libstdc++6-4.2-dbg_4.2.4-2_i386.deb
libstdc++6-4.2-dev_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/libstdc++6-4.2-dev_4.2.4-2_i386.deb
libstdc++6-4.2-doc_4.2.4-2_all.deb
  to pool/main/g/gcc-4.2/libstdc++6-4.2-doc_4.2.4-2_all.deb
libstdc++6-4.2-pic_4.2.4-2_i386.deb
  to pool/main/g/gcc-4.2/libstdc++6-4.2-pic_4.2.4-2_i386.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 483906@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.2 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, 04 Jun 2008 01:47:33 +0200
Source: gcc-4.2
Binary: gcc-4.2-base gcc-4.2 gcc-4.2-multilib gcc-4.2-hppa64 cpp-4.2 gcc-4.2-locales g++-4.2 g++-4.2-multilib libmudflap0-4.2-dev gobjc++-4.2 gobjc++-4.2-multilib gobjc-4.2 gobjc-4.2-multilib gfortran-4.2 gfortran-4.2-multilib libgfortran2 libgfortran2-dbg lib64gfortran2 lib64gfortran2-dbg lib32gfortran2 lib32gfortran2-dbg libstdc++6-4.2-dev libstdc++6-4.2-pic libstdc++6-4.2-dbg lib32stdc++6-4.2-dbg lib64stdc++6-4.2-dbg libstdc++6-4.2-doc gcc-4.2-soft-float gcc-4.2-source
Architecture: source all i386
Version: 4.2.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-4.2    - The GNU C preprocessor
 g++-4.2    - The GNU C++ compiler
 g++-4.2-multilib - The GNU C++ compiler (multilib files)
 gcc-4.2    - The GNU C compiler
 gcc-4.2-base - The GNU Compiler Collection (base package)
 gcc-4.2-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.2-locales - The GNU C compiler (native language support files)
 gcc-4.2-multilib - The GNU C compiler (multilib files)
 gcc-4.2-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.2-source - Source of the GNU Compiler Collection
 gfortran-4.2 - The GNU Fortran 95 compiler
 gfortran-4.2-multilib - The GNU Fortran 95 compiler (multilib files)
 gobjc++-4.2 - The GNU Objective-C++ compiler
 gobjc++-4.2-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.2  - The GNU Objective-C compiler
 gobjc-4.2-multilib - The GNU Objective-C compiler (multilib files)
 lib32gfortran2 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran2-dbg - Runtime library for GNU Fortran applications (32 bit debug symbol
 lib32stdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64gfortran2 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran2-dbg - Runtime library for GNU Fortran applications (64bit debug symbols
 lib64stdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
 libgfortran2 - Runtime library for GNU Fortran applications
 libgfortran2-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libmudflap0-4.2-dev - GCC mudflap support libraries (development files)
 libstdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.2-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.2-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.2-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Closes: 483613 483906
Changes: 
 gcc-4.2 (4.2.4-2) unstable; urgency=low
 .
   * Build the libmudflap0-4.2-dev package again.
   * Suggest the correct libmudflap0-dbg package.
   * Fix PR libgcj/36252, taken from the gcc-4_3-branch.
   * Fix PR libjava/35020, taken from the trunk.
   * On hurd-i386 with -fstack-protector do not link with libssp_nonshared
     (Samuel Thibault). Closes: #483613.
   * Fix cross builds targeting powerpc and i486 biarch (Hector Oron).
     Closes: #483906.
   * Fix some lintian warnings.
   * Remove debian-revision in symbols files.
   * Include library symlinks in gobjc and gfortran multilib packages, when
     not building the library packages.
Checksums-Sha1: 
 9df9028e195011e0a79acfb9dc01467ee27a3768 2629 gcc-4.2_4.2.4-2.dsc
 7d96603baf323f05f0ccb53bc7842c43f7991142 504898 gcc-4.2_4.2.4-2.diff.gz
 3b6633964ddbcb08f56c83b8b75a86454698f03a 37750786 gcc-4.2-source_4.2.4-2_all.deb
 3a34d8fb2490b8cbd1d36de97f64f7119671e32c 8632138 libstdc++6-4.2-doc_4.2.4-2_all.deb
 61df38cafcb85b4b0e63f919a773cc03ebb969c8 1958304 gcc-4.2-locales_4.2.4-2_all.deb
 ed05b4f42e7b9a96f0d6e673597e8af315bab459 98354 gcc-4.2-base_4.2.4-2_i386.deb
 c9782f22a36e592f1b6e586ee8f0fd71b75a5801 2470770 cpp-4.2_4.2.4-2_i386.deb
 bc7406248e46296dae5f920f9e6c2c5200255b30 109014 libmudflap0-4.2-dev_4.2.4-2_i386.deb
 e4b6183b0d447707ebe3a07a6ad82436b6ab85dd 852 gobjc++-4.2-multilib_4.2.4-2_i386.deb
 091645dfcd7db2dc6bb34308681526aa27df0c9b 2665228 gobjc++-4.2_4.2.4-2_i386.deb
 f36403bbb9dd3fbb391507c0b08e172f155aa4e2 184850 gobjc-4.2-multilib_4.2.4-2_i386.deb
 316a294892f760926887de120e8bd3c6f039888e 2613298 gobjc-4.2_4.2.4-2_i386.deb
 374ff62d71584242b005c0eff9a2a2c367a9cf3d 995742 g++-4.2-multilib_4.2.4-2_i386.deb
 39071cc3f1cc3b532c5832fb6fd3e3b310d33364 2781000 g++-4.2_4.2.4-2_i386.deb
 5a40998d4aa34141c2f6809239711d90d5b04e74 4955324 lib64stdc++6-4.2-dbg_4.2.4-2_i386.deb
 1d1b81b7f6c9290ca08be89e80044e268f67d4f5 1183064 libstdc++6-4.2-dev_4.2.4-2_i386.deb
 958a75a180e8a2dcc742cde130d7d949a6a38a39 468500 libstdc++6-4.2-pic_4.2.4-2_i386.deb
 69e84158cacbee89376d99d91b960b04228dbf94 4801908 libstdc++6-4.2-dbg_4.2.4-2_i386.deb
 64a3f79e6018200af234bb0d52f7ce4929f49085 196788 libgfortran2_4.2.4-2_i386.deb
 38eec47263c686925b0f8611069cbfdd835fb293 320198 libgfortran2-dbg_4.2.4-2_i386.deb
 f74849092bf057ade146a64b1549d659d6f8bb4d 223248 lib64gfortran2_4.2.4-2_i386.deb
 591883915e047c06b8a466671b1df5e3f46378df 408514 lib64gfortran2-dbg_4.2.4-2_i386.deb
 eff42dd6c83b3ae675812161b3a150ca59337d94 260428 gfortran-4.2-multilib_4.2.4-2_i386.deb
 ce88e7e16824d663157fc611f05c0e97966b2a62 2834260 gfortran-4.2_4.2.4-2_i386.deb
 b70545106f2d569e35b2f71c7fc469f5f285cac5 57174 gcc-4.2-multilib_4.2.4-2_i386.deb
 62a220217e4debe515395ca76df57734bdeb2a07 404974 gcc-4.2_4.2.4-2_i386.deb
Checksums-Sha256: 
 192197549467a804d09006cf1e40fe8dc0e46b92b506b9884e279f01b3f99330 2629 gcc-4.2_4.2.4-2.dsc
 cbbf5d3da555f0c5e5953187722ffc27d9f29abf2c879d49779f6f9442365ce0 504898 gcc-4.2_4.2.4-2.diff.gz
 57f70b782e709da8b56a49514227ce1f7f3c54fc1246a2e09770488e771b2d5d 37750786 gcc-4.2-source_4.2.4-2_all.deb
 cf26ff235a8e6eb55f2a6dde4ce4425ccd9a844dc528073b8b2ba0e9ce3c2ffb 8632138 libstdc++6-4.2-doc_4.2.4-2_all.deb
 c3005fa701d777452150cc47765a237e38a291b4ef16ff2e69b83fe0b2978742 1958304 gcc-4.2-locales_4.2.4-2_all.deb
 6778392013619de2e797cebba36b256aafabf1532b6ea7c1137011c44cd2ff91 98354 gcc-4.2-base_4.2.4-2_i386.deb
 be145b242430d730626006d6a71fa549bcb784c7ae03b21d06f4ba5b55e61fdc 2470770 cpp-4.2_4.2.4-2_i386.deb
 48519defb51a67d6c9d8dcdad07ece0c83bcabb7bf05b1e7ef922eaa4829d561 109014 libmudflap0-4.2-dev_4.2.4-2_i386.deb
 0a46f01f7c5c6ef13ed5f3e91f024e4776eaa435e7f4257e2d954103596d8f51 852 gobjc++-4.2-multilib_4.2.4-2_i386.deb
 f3df0bbbec1a6098ab761da48b86888060a16dd8a4471f1e39f6055bb3a49cce 2665228 gobjc++-4.2_4.2.4-2_i386.deb
 d4b705dae6b7b7f706585fbda8663dae5a1437c9a8d52ce88d4173245f444515 184850 gobjc-4.2-multilib_4.2.4-2_i386.deb
 b458f6950c5e9f42d1a3632407e20a3991ca617424fc4fca1f1e6b1ebad4b273 2613298 gobjc-4.2_4.2.4-2_i386.deb
 f0cd5e5e11ce69bce427d5260ac45f9c963d1f4eb1999b63d1cb047f952b139f 995742 g++-4.2-multilib_4.2.4-2_i386.deb
 3e7efcacf8cd57a8657c2c2c58de07ef9aebbf77e05bd4115efbc84671e69fd1 2781000 g++-4.2_4.2.4-2_i386.deb
 9c015cf505b921db0e5a0ccdc3b1166630340cdfe826d26c25fe961fe795335b 4955324 lib64stdc++6-4.2-dbg_4.2.4-2_i386.deb
 b38f26941f3ccbf3e3b6c16062b49a4ffc20f6f1cb97ae31996bde6b3ec722d0 1183064 libstdc++6-4.2-dev_4.2.4-2_i386.deb
 ef2467e5d113318d38f9c6b3098847520c0fe9eea3e579aaf742f04d0acd14c1 468500 libstdc++6-4.2-pic_4.2.4-2_i386.deb
 a2b228a9c1ecebdf2edca3ae0dcf31c03eb18a65f93be311636998179958f906 4801908 libstdc++6-4.2-dbg_4.2.4-2_i386.deb
 6e539c15eee3daf5ad1f32c998576c8164900aac472066c893e9f2c1a593e36f 196788 libgfortran2_4.2.4-2_i386.deb
 60d850bf848c010d703dc4524002021e2a1ca0b30620a0bd7ebf45e622aa7b41 320198 libgfortran2-dbg_4.2.4-2_i386.deb
 3a3ce3ab45b9817b417f95c5e0fc80229b4a3402bbe85f9d51481276b5f8b990 223248 lib64gfortran2_4.2.4-2_i386.deb
 26778a7f2f45e87a2a82487b2bf6a6e4f7f427440d7c377ea28129f7813b7aa5 408514 lib64gfortran2-dbg_4.2.4-2_i386.deb
 9c8abb8418187370221030cec0159e462982da759a166f9d3e2e32b0a040b611 260428 gfortran-4.2-multilib_4.2.4-2_i386.deb
 a56a7981ca44c53901b9145fa818894539eebd790744091839c1ff7b8fd829f2 2834260 gfortran-4.2_4.2.4-2_i386.deb
 dc1269173dde3837a70158b4f2bb987c9d54e2be624a189df623cd8cc075fe84 57174 gcc-4.2-multilib_4.2.4-2_i386.deb
 4c0d2dce5b24e49d213da872ffee1fba6d504ffbe9f9419ccc69e727289caec4 404974 gcc-4.2_4.2.4-2_i386.deb
Files: 
 30dcd509f9d24d4f166946cb1bdbfc09 2629 devel optional gcc-4.2_4.2.4-2.dsc
 9127f5d659df5d79463f1593d53d32c2 504898 devel optional gcc-4.2_4.2.4-2.diff.gz
 fa397a61381c52ce9c1417c70614173a 37750786 devel optional gcc-4.2-source_4.2.4-2_all.deb
 2c3bd53a3a1ea5693ce20c12d594b3b2 8632138 doc optional libstdc++6-4.2-doc_4.2.4-2_all.deb
 6f4176ffd03f97195c95c388e7d6136e 1958304 devel optional gcc-4.2-locales_4.2.4-2_all.deb
 c0b43a7aca46327707dc89d8acbc381d 98354 libs required gcc-4.2-base_4.2.4-2_i386.deb
 3638b1ff762c2af3c464528493676efc 2470770 interpreters optional cpp-4.2_4.2.4-2_i386.deb
 7eb687f5ac94262dc061520b64d662ac 109014 libdevel optional libmudflap0-4.2-dev_4.2.4-2_i386.deb
 3b21c025ed8ebdae52e472269eed7258 852 devel optional gobjc++-4.2-multilib_4.2.4-2_i386.deb
 441234d62d8e3915ac20cf695efd50cd 2665228 devel optional gobjc++-4.2_4.2.4-2_i386.deb
 52a7b2fa1f51814bf5fd7ac4c1f1abd1 184850 devel optional gobjc-4.2-multilib_4.2.4-2_i386.deb
 e7f0b6a70f869b67f488280038e49e38 2613298 devel optional gobjc-4.2_4.2.4-2_i386.deb
 b41a81568373bc2855fb0c8a600e1ba2 995742 devel optional g++-4.2-multilib_4.2.4-2_i386.deb
 2413cca754b16c18691db94bb47010b4 2781000 devel optional g++-4.2_4.2.4-2_i386.deb
 5f35589d6289648d205f84143549fc65 4955324 libdevel extra lib64stdc++6-4.2-dbg_4.2.4-2_i386.deb
 7130c125a82ab6a4b129d2f704af2162 1183064 libdevel optional libstdc++6-4.2-dev_4.2.4-2_i386.deb
 ff6c7edfd1688f46724080fd2ec6deaf 468500 libdevel extra libstdc++6-4.2-pic_4.2.4-2_i386.deb
 56eaabcf3836eef2dbd5a3ef59dc7e3d 4801908 libdevel extra libstdc++6-4.2-dbg_4.2.4-2_i386.deb
 f2c5a8e0901b472253c75e6a36ed2efe 196788 libs optional libgfortran2_4.2.4-2_i386.deb
 ca8d5f5380932060eaa2e23781d9105f 320198 libdevel extra libgfortran2-dbg_4.2.4-2_i386.deb
 bc1cf1b95bf62cf3f58544446e10d63d 223248 libs optional lib64gfortran2_4.2.4-2_i386.deb
 d0389cb4f99dcc5d3a53de393e51a9f9 408514 libdevel extra lib64gfortran2-dbg_4.2.4-2_i386.deb
 b2698bcbad1dab3868b2032075ff425b 260428 devel optional gfortran-4.2-multilib_4.2.4-2_i386.deb
 80b6580f88b6e20794ee2c0464f441bb 2834260 devel optional gfortran-4.2_4.2.4-2_i386.deb
 38687fe2983e8ea3cc6d14b776783508 57174 devel optional gcc-4.2-multilib_4.2.4-2_i386.deb
 6f1d7f741208ea01e2a27271eaddffd8 404974 devel optional gcc-4.2_4.2.4-2_i386.deb

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

iEYEARECAAYFAkhGUXQACgkQStlRaw+TLJw4aQCfdD9TVZhSeTXVE37GEBlXJCzp
B+0AoLKTtLTakOmOIQOtlXhM5lL2GUEY
=CWXP
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: