Re: Bug#729876: aghermann: FTBFS on ia64, powerpc, s390x, sparc, ppc64, sh4: configure: error: g++ >= 4.7 is required
Hi, Thanks for a patch , Andrei. However, with considering of happiness for all package maintainers, maybe it is good that gcc-defaults shifts using unified version of gcc on all architectures, e.g. dealing with c++11. Matthias Klose posted a plan of updating default gcc, but since applied only some architectures, there is no change recently. http://lists.debian.org/debian-devel-announce/2013/05/msg5.html http://lists.debian.org/debian-devel/2013/05/msg00259.html Unfortunately, on sh4, gcc-4.8 has not succeeded to build yet, but the other architectures have ever succeeded. http://buildd.debian-ports.org/status/logs.php?pkg=gcc-defaults&arch=sh4 Best regards, -- Hiroyuki Yamamoto A75D B285 7050 4BF9 AEDA 91AC 3A10 59C6 5203 04DC andrei zavada wrote: > Hi, > > I added to debian/rules a small amount of bash code which selects the best > available g++ (trying first g++-4.8 then 4.7, both of which are known to > work) and assigns it to CXX. After that, ./configure will use $CXX (not > whatever g++ happens to be), and therein lieth the fix. > > This is the relevant part: > > %: > for v in 4.8 4.7; do \ > g=`which g++-$$v`; \ > if test -n "$$g"; then \ > $$g >/dev/null 2>&1; \ > if [ $$? != 127 ]; then export CXX=`which g++-$$v`; break; fi \ > fi \ > done; \ > dh $@ --with autoreconf > > The check for exit code 127 is required to detect the case of /usr/bin/g++-4.x > existing (as a symlink) without g++-4.x actually installed. This is actually > the case with g++-4.9: > > $ g++-4.9 > /usr/bin/g++-4.9: not found (maybe g++-4.9 is not installed?) > $ echo $? > 127 > > Unless anyone suggests a better solution, I would ask my trusty sponsor > Yaroslav to proceed with upload from > http://johnhommer.com/academic/code/aghermann/source/deb/aghermann_1.0-2.dsc. > > Thanks > Andrei > > On Mon, 18 Nov 2013 23:34:17 +0900 > Hiroyuki Yamamoto wrote: > >> Source: aghermann >> Version: 1.0-1 >> Severity: serious >> Justification: FTBFS by unsatisfiable build-dependency >> >> aghermann cannot be built on ia64, powerpc, s390x, sparc, ppc64, sh4, >> which use gcc-4.6 designated by gcc-defaults_1.123, >> so, maybe on alpha, too. >> >> https://buildd.debian.org/status/package.php?p=aghermann&suite=sid >> http://buildd.debian-ports.org/status/package.php?p=aghermann&suite=sid >> >>> configure: error: g++ >= 4.7 is required to build aghermann as we must >>> use -std=c++11 features your compiler doesn't seem to support checking >>> whether g++ has all required c++11 features... no >> >> On powerpcspe, its sbuild may not be maintained as clean-build environment, >> and all of g++-4.6, g++-4.7, g++-4.8 are installed, so building succeeded. >> >> Regards, > -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/528b428b.90...@gmail.com
Processed: unarchiving 690172, cloning 690172, reassign -1 to gcc-4.8-base, reopening -1 ...
Processing commands for cont...@bugs.debian.org: > unarchive 690172 Bug #690172 {Done: Matthias Klose } [gcc-4.7-base] gcc-4.7-base: adding Breaks: gcc-4.4-base (<< 4.4.7) ? Unarchived Bug 690172 > clone 690172 -1 Bug #690172 {Done: Matthias Klose } [gcc-4.7-base] gcc-4.7-base: adding Breaks: gcc-4.4-base (<< 4.4.7) ? Bug 690172 cloned as bug 729963 > reassign -1 gcc-4.8-base 4.7.2-4 Bug #729963 {Done: Matthias Klose } [gcc-4.7-base] gcc-4.7-base: adding Breaks: gcc-4.4-base (<< 4.4.7) ? Bug reassigned from package 'gcc-4.7-base' to 'gcc-4.8-base'. No longer marked as found in versions gcc-4.7/4.7.2-4. No longer marked as fixed in versions gcc-4.7/4.7.2-12. Bug #729963 {Done: Matthias Klose } [gcc-4.8-base] gcc-4.7-base: adding Breaks: gcc-4.4-base (<< 4.4.7) ? There is no source info for the package 'gcc-4.8-base' at version '4.7.2-4' with architecture '' Unable to make a source version for version '4.7.2-4' Marked as found in versions 4.7.2-4. > reopen -1 Bug #729963 {Done: Matthias Klose } [gcc-4.8-base] gcc-4.7-base: adding Breaks: gcc-4.4-base (<< 4.4.7) ? Bug reopened Ignoring request to alter fixed versions of bug #729963 to the same values previously set > retitle -1 gcc-4.8-base: missing Breaks: gcc-4.4-base (<< 4.4.7) Bug #729963 [gcc-4.8-base] gcc-4.7-base: adding Breaks: gcc-4.4-base (<< 4.4.7) ? Changed Bug title to 'gcc-4.8-base: missing Breaks: gcc-4.4-base (<< 4.4.7)' from 'gcc-4.7-base: adding Breaks: gcc-4.4-base (<< 4.4.7) ?' > thanks Stopping processing here. Please contact me if you need assistance. -- 690172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690172 729963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729963 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.138487273328241.transcr...@bugs.debian.org
Bug#729963: gcc-4.8-base: missing Breaks: gcc-4.4-base (<< 4.4.7)
Version: 4.8.2-1 Hi, even if the changelog entry from 4.7.2-12 is included in the gcc-4.8-base changelog, the addition of the Breaks seems to have been lost in some merge. Andreas -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/528b7f8f.7060...@debian.org
Results for 4.8.2 (Debian 4.8.2-5) testsuite on arm-unknown-linux-gnueabihf
LAST_UPDATED: Fri Nov 15 11:40:55 UTC 2013 (revision 204839) Native configuration is arm-unknown-linux-gnueabihf === boehm-gc tests === Running target unix === boehm-gc Summary === # of expected passes12 # of unsupported tests 1 === libatomic tests === Running target unix === libatomic Summary === # of expected passes44 # of unsupported tests 5 === libffi tests === Running target unix XPASS: libffi.call/cls_longdouble.c -O0 -W -Wall execution test XPASS: libffi.call/cls_longdouble.c -O2 execution test XPASS: libffi.call/cls_longdouble.c -O3 execution test XPASS: libffi.call/cls_longdouble.c -Os execution test XPASS: libffi.call/cls_longdouble.c -O2 -fomit-frame-pointer execution test === libffi Summary === # of expected passes1814 # of unexpected successes 5 # of unsupported tests 55 === libgo tests === Running target unix FAIL: bufio FAIL: fmt FAIL: log FAIL: reflect FAIL: runtime FAIL: sync FAIL: time FAIL: crypto/cipher FAIL: encoding/gob FAIL: encoding/json FAIL: html/template FAIL: math/big FAIL: net/http FAIL: net/rpc FAIL: old/regexp FAIL: old/template FAIL: text/template FAIL: text/template/parse === libgo Summary === # of expected passes104 # of unexpected failures18 /build/gcc-4.8-JrfUhJ/gcc-4.8-4.8.2/build/./gcc/gccgo version 4.8.2 (Debian 4.8.2-5) === libgomp tests === Running target unix === libgomp Summary === # of expected passes3054 # of unsupported tests 1 === libjava tests === Running target unix FAIL: Throw_2 execution - source compiled test FAIL: Throw_2 -findirect-dispatch execution - source compiled test FAIL: Throw_2 -O3 execution - source compiled test FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test FAIL: sourcelocation output - source compiled test FAIL: sourcelocation -findirect-dispatch output - source compiled test FAIL: sourcelocation -O3 output - source compiled test FAIL: sourcelocation -O3 -findirect-dispatch output - source compiled test === libjava Summary === # of expected passes2574 # of unexpected failures8 # of untested testcases 4 === libstdc++ tests === Running target unix FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test === libstdc++ Summary === # of expected passes9009 # of unexpected failures1 # of expected failures 45 # of unsupported tests 239 Target: arm-linux-gnueabihf gcc version 4.8.2 (Debian 4.8.2-5) === g++ tests === Running target unix FAIL: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++98 (test for excess errors) UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++98 scan-assembler-not \\tbl\\t__.*hf2 UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++98 scan-assembler-not \\tbl\\t__.*hf3 UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++98 scan-assembler-not \\tbl\\t__gnu_h[a-z]*_ieee UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++98 scan-assembler-not \\tbl\\t__gnu_h2f_ieee UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++98 scan-assembler-not \\tbl\\t__gnu_f2h_ieee FAIL: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++11 (test for excess errors) UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++11 scan-assembler-not \\tbl\\t__.*hf2 UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++11 scan-assembler-not \\tbl\\t__.*hf3 UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++11 scan-assembler-not \\tbl\\t__gnu_h[a-z]*_ieee UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++11 scan-assembler-not \\tbl\\t__gnu_h2f_ieee UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-5.C -std=gnu++11 scan-assembler-not \\tbl\\t__gnu_f2h_ieee FAIL: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++98 (test for excess errors) UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++98 scan-assembler-not \\tbl\\t__.*hf2 UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++98 scan-assembler-not \\tbl\\t__.*hf3 UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++98 scan-assembler-not \\tbl\\t__gnu_h[a-z]*_ieee UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++98 scan-assembler-not \\tbl\\t__gnu_h2f_ieee UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++98 scan-assembler-not \\tbl\\t__gnu_f2h_ieee FAIL: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++11 (test for excess errors) UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++11 scan-assembler-not \\tbl\\t__.*hf2 UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++11 scan-assembler-not \\tbl\\t__.*hf3 UNRESOLVED: g++.dg/ext/arm-fp16/arm-fp16-ops-6.C -std=gnu++11 scan-assembler-not \\tbl\\t__gnu_h[a-
Results for 4.8.2 (Debian 4.8.2-5) testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Fri Nov 15 11:40:55 UTC 2013 (revision 204839) Target: sparc-linux-gnu gcc version 4.8.2 (Debian 4.8.2-5) Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes50363 # of expected failures 290 # of unsupported tests 954 Running target unix/-fstack-protector === g++ Summary for unix/-fstack-protector === # of expected passes50363 # of expected failures 290 # of unsupported tests 954 Running target unix/-m64 === g++ Summary for unix/-m64 === # of expected passes51603 # of expected failures 290 # of unsupported tests 944 === g++ Summary === # of expected passes152329 # of expected failures 870 # of unsupported tests 2852 /build/gcc-4.8-gNvyTr/gcc-4.8-4.8.2/build/gcc/testsuite/g++/../../xg++ version 4.8.2 (Debian 4.8.2-5) === gcc tests === Running target unix FAIL: gcc.dg/special/gcsec-1.c (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c execution test === gcc Summary for unix === # of expected passes83498 # of unexpected failures2 # of expected failures 327 # of unsupported tests 1626 Running target unix/-fstack-protector FAIL: gcc.dg/superblock.c scan-rtl-dump-times sched2 "ADVANCING TO" 2 FAIL: gcc.dg/special/gcsec-1.c (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c execution test === gcc Summary for unix/-fstack-protector === # of expected passes83497 # of unexpected failures3 # of expected failures 327 # of unsupported tests 1626 Running target unix/-m64 FAIL: gcc.dg/special/gcsec-1.c (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c execution test === gcc Summary for unix/-m64 === # of expected passes84204 # of unexpected failures2 # of expected failures 316 # of unsupported tests 1587 === gcc Summary === # of expected passes251199 # of unexpected failures7 # of expected failures 970 # of unsupported tests 4839 /build/gcc-4.8-gNvyTr/gcc-4.8-4.8.2/build/gcc/xgcc version 4.8.2 (Debian 4.8.2-5) === gfortran tests === Running target unix === gfortran Summary for unix === # of expected passes43315 # of expected failures 58 # of unsupported tests 270 Running target unix/-fstack-protector === gfortran Summary for unix/-fstack-protector === # of expected passes43315 # of expected failures 58 # of unsupported tests 270 Running target unix/-m64 === gfortran Summary for unix/-m64 === # of expected passes43642 # of expected failures 58 # of unsupported tests 109 === gfortran Summary === # of expected passes130272 # of expected failures 174 # of unsupported tests 649 /build/gcc-4.8-gNvyTr/gcc-4.8-4.8.2/build/gcc/testsuite/gfortran/../../gfortran version 4.8.2 (Debian 4.8.2-5) === obj-c++ tests === Running target unix === obj-c++ Summary for unix === # of expected passes1450 # of expected failures 2 # of unsupported tests 86 Running target unix/-fstack-protector === obj-c++ Summary for unix/-fstack-protector === # of expected passes1450 # of expected failures 2 # of unsupported tests 86 Running target unix/-m64 === obj-c++ Summary for unix/-m64 === # of expected passes1442 # of expected failures 10 # of unsupported tests 86 === obj-c++ Summary === # of expected passes4342 # of expected failures 14 # of unsupported tests 258 /build/gcc-4.8-gNvyTr/gcc-4.8-4.8.2/build/gcc/testsuite/obj-c++/../../xg++ version 4.8.2 (Debian 4.8.2-5) === objc tests === Running target unix === objc Summary for unix === # of expected passes2994 # of unsupported tests 74 Running target unix/-fstack-protector === objc Summary for unix/-fstack-protector === # of expected passes2994 # of unsupported tests 74 Running target unix/-m64 === objc Summary for unix/-m64 === # of expected passes2994 # of unsupported tests 74 === objc Summary === # of expected passes8982 # of unsupported tests 222 /build/gcc-4.8-gNvyTr/gcc-4.8-4.8.2/build/gcc/xgcc version 4.8.2 (Debian 4.8.2-5) === boehm-gc tests === Running target unix === boehm-gc Summary for unix
Results for 4.8.2 (Debian 4.8.2-5) testsuite on arm-unknown-linux-gnueabi
LAST_UPDATED: Fri Nov 15 11:40:55 UTC 2013 (revision 204839) Native configuration is arm-unknown-linux-gnueabi === boehm-gc tests === Running target unix === boehm-gc Summary === # of expected passes12 # of unsupported tests 1 === libatomic tests === Running target unix FAIL: libatomic.c/atomic-op-1.c execution test === libatomic Summary === # of expected passes33 # of unexpected failures1 # of unsupported tests 10 === libffi tests === Running target unix XPASS: libffi.call/cls_longdouble.c -O0 -W -Wall execution test XPASS: libffi.call/cls_longdouble.c -O2 execution test XPASS: libffi.call/cls_longdouble.c -O3 execution test XPASS: libffi.call/cls_longdouble.c -Os execution test XPASS: libffi.call/cls_longdouble.c -O2 -fomit-frame-pointer execution test === libffi Summary === # of expected passes1814 # of unexpected successes 5 # of unsupported tests 55 === libgo tests === Running target unix FAIL: log FAIL: runtime === libgo Summary === # of expected passes120 # of unexpected failures2 /build/gcc-4.8-xd8G9f/gcc-4.8-4.8.2/build/./gcc/gccgo version 4.8.2 (Debian 4.8.2-5) === libgomp tests === Running target unix WARNING: program timed out. FAIL: libgomp.fortran/strassen.f90 -O execution test === libgomp Summary === # of expected passes3053 # of unexpected failures1 # of unsupported tests 1 === libjava tests === Running target unix FAIL: Throw_2 execution - source compiled test FAIL: Throw_2 -findirect-dispatch execution - source compiled test FAIL: Throw_2 -O3 execution - source compiled test FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test FAIL: sourcelocation output - source compiled test FAIL: sourcelocation -findirect-dispatch output - source compiled test FAIL: sourcelocation -O3 output - source compiled test FAIL: sourcelocation -O3 -findirect-dispatch output - source compiled test === libjava Summary === # of expected passes2574 # of unexpected failures8 # of untested testcases 4 === libstdc++ tests === Running target unix FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test === libstdc++ Summary === # of expected passes8828 # of unexpected failures1 # of expected failures 45 # of unsupported tests 335 Target: arm-linux-gnueabi gcc version 4.8.2 (Debian 4.8.2-5) === g++ tests === Running target unix FAIL: c-c++-common/asan/clone-test-1.c -Os execution test FAIL: c-c++-common/asan/memcmp-1.c -O0 output pattern test, is = FAIL: c-c++-common/asan/memcmp-1.c -O2 output pattern test, is = FAIL: c-c++-common/asan/memcmp-1.c -O3 -fomit-frame-pointer output pattern test, is = FAIL: c-c++-common/asan/memcmp-1.c -O3 -g output pattern test, is = FAIL: c-c++-common/asan/memcmp-1.c -Os output pattern test, is = FAIL: c-c++-common/asan/memcmp-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test, is = FAIL: c-c++-common/asan/memcmp-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test, is = FAIL: c-c++-common/asan/rlimit-mmap-test-1.c -O0 output pattern test, is = FAIL: c-c++-common/asan/sanity-check-pure-c-1.c -O0 output pattern test, is = FAIL: c-c++-common/asan/sanity-check-pure-c-1.c -O1 output pattern test, is = FAIL: c-c++-common/asan/sanity-check-pure-c-1.c -O2 output pattern test, is = FAIL: c-c++-common/asan/sanity-check-pure-c-1.c -O3 -fomit-frame-pointer output pattern test, is = FAIL: c-c++-common/asan/sanity-check-pure-c-1.c -O3 -g output pattern test, is = FAIL: c-c++-common/asan/sanity-check-pure-c-1.c -Os output pattern test, is = FAIL: c-c++-common/asan/sanity-check-pure-c-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none out
Processing of gcc-4.4-doc-non-dfsg_4.4.7-4_amd64.changes
gcc-4.4-doc-non-dfsg_4.4.7-4_amd64.changes uploaded successfully to localhost along with the files: gcc-4.4-doc-non-dfsg_4.4.7-4.dsc gcc-4.4-doc-non-dfsg_4.4.7-4.debian.tar.gz gcc-4.4-doc_4.4.7-4_all.deb cpp-4.4-doc_4.4.7-4_all.deb gfortran-4.4-doc_4.4.7-4_all.deb gnat-4.4-doc_4.4.7-4_all.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1vivpn-0006zr...@franck.debian.org
gcc-4.4-doc-non-dfsg_4.4.7-4_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 19 Nov 2013 19:07:25 -0500 Source: gcc-4.4-doc-non-dfsg Binary: gcc-4.4-doc cpp-4.4-doc gfortran-4.4-doc gnat-4.4-doc Architecture: source all Version: 4.4.7-4 Distribution: unstable Urgency: low Maintainer: Debian GCC Maintainers Changed-By: Guo Yixuan (郭溢譞) Description: cpp-4.4-doc - documentation for the GNU C preprocessor (cpp) gcc-4.4-doc - documentation for the GNU compilers (gcc, gobjc, g++) gfortran-4.4-doc - documentation for the GNU Fortran Compiler (gfortran) gnat-4.4-doc - documentation for the GNU Ada 95 Compiler (gnat) Changes: gcc-4.4-doc-non-dfsg (4.4.7-4) unstable; urgency=low . * Use 3.0 (quilt) source format. * Updated my uid. * Bumped standard version, use branch syntax for Vcs-Git. * Removed Nikita from uploaders. * Synced patches with gcc-4.4, 4.4.7-4, no changes needed. Checksums-Sha1: d98711cfd1143cf0abe1ae9f9e9aaca245a0528f 2253 gcc-4.4-doc-non-dfsg_4.4.7-4.dsc 2c5c6595bee75d14b74d9ebb21a707d827b04f78 27383 gcc-4.4-doc-non-dfsg_4.4.7-4.debian.tar.gz b55884737e07fbdfc0dd43875e2f9d0d41030980 1991426 gcc-4.4-doc_4.4.7-4_all.deb f75fa1d6ffca4e8bd681fd4207c333980bdd62bf 183222 cpp-4.4-doc_4.4.7-4_all.deb 8d4208b422f5525a7bed890257fb13a321130fff 256232 gfortran-4.4-doc_4.4.7-4_all.deb bc1babf79bb350a5140fb60f1ee6d2177fb39784 898538 gnat-4.4-doc_4.4.7-4_all.deb Checksums-Sha256: 52a55d0b34a0e64c60948cd5a570cec7f9621d830c12580ba80cb2fe2d301e95 2253 gcc-4.4-doc-non-dfsg_4.4.7-4.dsc d2d8837923389c1c59015b641d395c081bf6ad570eed722fcf2e0d35368486fd 27383 gcc-4.4-doc-non-dfsg_4.4.7-4.debian.tar.gz a915a2e7a4230ee0c4c0f5196142b0233ad7f9bf692ab9367df0c227f14af7ba 1991426 gcc-4.4-doc_4.4.7-4_all.deb 6ce7edb842a764fe86c5100408b671b7added62a15506f38ea546b1f9bea867c 183222 cpp-4.4-doc_4.4.7-4_all.deb 140e1ae95127a30b325f226655851bfcc9a210d4ead8d39fa7ead436cc588c7b 256232 gfortran-4.4-doc_4.4.7-4_all.deb 271c036a2d4f0b67939198258ccb3eab01cffe967bca1521b7ac5c1bb99cd6d3 898538 gnat-4.4-doc_4.4.7-4_all.deb Files: fce499fd450ec9c748ddd72f65ee746c 2253 non-free/doc optional gcc-4.4-doc-non-dfsg_4.4.7-4.dsc 8f1634abdb3fd2402119e151dd48fd9e 27383 non-free/doc optional gcc-4.4-doc-non-dfsg_4.4.7-4.debian.tar.gz 686f23935477ba81e1e1df38450238a9 1991426 non-free/doc optional gcc-4.4-doc_4.4.7-4_all.deb 8319f017e2d220a746f3fcc3bf471ad9 183222 non-free/doc optional cpp-4.4-doc_4.4.7-4_all.deb 311bd578044fb37560430d1ee177dff0 256232 non-free/doc optional gfortran-4.4-doc_4.4.7-4_all.deb b2013f4ff08efa571c16f1dc4b9ff23b 898538 non-free/doc optional gnat-4.4-doc_4.4.7-4_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (GNU/Linux) iQIcBAEBCgAGBQJSi/4/AAoJEN1xpgAgL7gzbFEP/j93NzyvP2sntavDI/tJUhAf kMX+OzHD1JkNGejH1WdRtQEWZ086fUZeIKWADwtFdSGIGoPXXHxSn//iXhA+PEbx Feq+UAFYAIpcfMcyju3wijVxJA2lxLdL5KV/xyxYx+YlpFwanL3mDkUukraC7Cel ReSlAZXBmSzCu9szkEQqbQkONl2qJT+9ibNdMojJ1aTeYij2+RNjmgn6zogDuT1b 3ED0BM0x95+0GmH8QAXcP429OGEcs3RmHB6M/LxAhwrhHMq/Xmge4LNs+S/SzPMQ jkY8EntSRjp37iVVr4SpM7ibrY7zRMD2CaTESplLVtDfbQ1U8Rpslb9oZwRNQN1F 0pyJeFls6O2DatS6Cb3EMbFQ1Y0LYt+w7R2R1uINCS8e//LPi5zofDG7T4/EvnJe f4DdfEEXXzEvlY1xfnqbHFPuq2Quws3zKkB4BlrlBXbKQ16yZ7gH0rTxrWVZ1RDC xTxeZV3WAoJ2UwkdVLuJvqf9Eddj/PC4F0NEGOPyYazGClXJfNgCo8gZfPi+3fVl b8eJEnh/8W7aI95Eq7GHl5SpZd5BAph5bT5h7XxZLZ3IEu2hdMDiIGqeZTYFZwQ8 QviLGA5eyNaRr1h3IK+E7hM/+pOCR8XvVuoCpq0MpmZqzIurOPlJt+eIkLZgV2NZ tNnRSjSW3op70oBkkfxj =fMtk -END PGP SIGNATURE- Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1vivuz-0007ww...@franck.debian.org