Your message dated Thu, 03 Jan 2008 02:47:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#444873: fixed in gcc-4.2 4.2.2-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gcc-4.2
Version: 4.2.2-4
Severity: important
Hi,
cfisio3 FTBFS on hppa with a gcc ICE:
cc -c -g -O2 -D_REENTRANT -DgFortran -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
-DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1
-DHAVE_NET_SERVICES=1 eval_y.c
/usr1/local/share/bison.simple: In function 'ffparse':
/usr1/local/share/bison.simple:692: internal compiler error: in
delete_output_reload, at reload1.c:7958
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>.
make[2]: *** [eval_y.o] Error 1
make[2]: Leaving directory `/build/buildd/cfitsio3-3.040'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/cfitsio3-3.040'
make: *** [build-stamp] Error 2
It happens with -O2 or -O3, but not with -O1. gcc-4.1 is not affected.
Reduced testcase attached.
Cheers,
Aurelien
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: hppa (parisc)
Kernel: Linux 2.6.18-4-parisc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gcc-4.2 depends on:
ii binutils 2.18.1~cvs20071027-2 The GNU assembler, linker and bina
ii cpp-4.2 4.2.2-4 The GNU C preprocessor
ii gcc-4.2-base 4.2.2-4 The GNU Compiler Collection (base
ii libc6 2.7-4 GNU C Library: Shared libraries
ii libgcc4 4.2.2-4 GCC support library
ii libgomp1 4.2.2-4 GCC OpenMP (GOMP) support library
Versions of packages gcc-4.2 recommends:
ii libc6-dev 2.7-4 GNU C Library: Development Librari
-- no debconf information
typedef struct
{
int type;
} Node;
typedef struct
{
Node *Nodes;
} ParseData;
typedef enum
{
sum_fct,
max1_fct,
} funcOp;
extern ParseData gParse;
typedef union
{
int Node;
char str[256];
} FFSTYPE;
static const char fftranslate[] = { 0 };
static const short ffpact[] = { -32768 };
static const short ffcheck[] = { 1 };
int ffchar;
ffparse ()
{
int ffstate;
int ffn;
int ffchar1 = 0;
FFSTYPE ffvsp[100];
short *ffss;
FFSTYPE ffval;
ffnewstate:
ffss = (short *) __builtin_alloca (100);
ffn = ffpact[ffstate];
if (ffchar == -2)
{
ffchar = fflex ();
ffchar1 = ((unsigned) (ffchar) <= 288 ? fftranslate[ffchar] : 61);
}
if (ffn < 0 || ffn > 1457 || ffcheck[ffn] != ffchar1)
ffreduce:
switch (ffn)
{
case 54:
{
if (((ffvsp[-2].str)[0] < 'S' ? -1 : (ffvsp[-2].str)[0] >
'S' ? 1 : strcmp ((ffvsp[-2].str), "SUM(")) == 0)
New_Func (gParse.Nodes[ffvsp[-1].Node].type, sum_fct, 1,
ffvsp[-1].Node, 0, 0, 0, 0, 0, 0);
if ((((ffvsp[-2].str)[0] <
'A' ? 1 : strcmp ((ffvsp[-2].str),
"ACCUM(")) == 0)
&& (gParse.Nodes[ffvsp[-1].Node].type == 259))
{
}
else
if (((ffvsp[-2].str)[0] < 'A' ? -1 : (ffvsp[-2].str)[0] >
'A' ? 1 : strcmp ((ffvsp[-2].str), "ABS(")) == 0)
New_Func (gParse.Nodes[ffvsp[-1].Node].type, max1_fct, 1,
ffvsp[-1].Node, 0, 0, 0, 0, 0, 0);
if (gParse.Nodes[ffvsp[-1].Node].type != 260)
if ((ffval.Node) < 0)
goto ffreduce;
}
}
goto ffnewstate;
}
--- End Message ---
--- Begin Message ---
Source: gcc-4.2
Source-Version: 4.2.2-5
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-doc_4.2.2-5_all.deb
to pool/main/g/gcc-4.2/cpp-4.2-doc_4.2.2-5_all.deb
cpp-4.2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/cpp-4.2_4.2.2-5_i386.deb
fixincludes_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/fixincludes_4.2.2-5_i386.deb
g++-4.2-multilib_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/g++-4.2-multilib_4.2.2-5_i386.deb
g++-4.2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/g++-4.2_4.2.2-5_i386.deb
gcc-4.2-base_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gcc-4.2-base_4.2.2-5_i386.deb
gcc-4.2-doc_4.2.2-5_all.deb
to pool/main/g/gcc-4.2/gcc-4.2-doc_4.2.2-5_all.deb
gcc-4.2-locales_4.2.2-5_all.deb
to pool/main/g/gcc-4.2/gcc-4.2-locales_4.2.2-5_all.deb
gcc-4.2-multilib_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gcc-4.2-multilib_4.2.2-5_i386.deb
gcc-4.2-source_4.2.2-5_all.deb
to pool/main/g/gcc-4.2/gcc-4.2-source_4.2.2-5_all.deb
gcc-4.2_4.2.2-5.diff.gz
to pool/main/g/gcc-4.2/gcc-4.2_4.2.2-5.diff.gz
gcc-4.2_4.2.2-5.dsc
to pool/main/g/gcc-4.2/gcc-4.2_4.2.2-5.dsc
gcc-4.2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gcc-4.2_4.2.2-5_i386.deb
gfortran-4.2-doc_4.2.2-5_all.deb
to pool/main/g/gcc-4.2/gfortran-4.2-doc_4.2.2-5_all.deb
gfortran-4.2-multilib_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gfortran-4.2-multilib_4.2.2-5_i386.deb
gfortran-4.2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gfortran-4.2_4.2.2-5_i386.deb
gobjc++-4.2-multilib_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gobjc++-4.2-multilib_4.2.2-5_i386.deb
gobjc++-4.2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gobjc++-4.2_4.2.2-5_i386.deb
gobjc-4.2-multilib_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gobjc-4.2-multilib_4.2.2-5_i386.deb
gobjc-4.2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/gobjc-4.2_4.2.2-5_i386.deb
lib64ffi4-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64ffi4-dbg_4.2.2-5_i386.deb
lib64ffi4_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64ffi4_4.2.2-5_i386.deb
lib64gcc1-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64gcc1-dbg_4.2.2-5_i386.deb
lib64gcc1_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64gcc1_4.2.2-5_i386.deb
lib64gfortran2-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64gfortran2-dbg_4.2.2-5_i386.deb
lib64gfortran2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64gfortran2_4.2.2-5_i386.deb
lib64gomp1-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64gomp1-dbg_4.2.2-5_i386.deb
lib64gomp1_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64gomp1_4.2.2-5_i386.deb
lib64mudflap0-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64mudflap0-dbg_4.2.2-5_i386.deb
lib64mudflap0_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64mudflap0_4.2.2-5_i386.deb
lib64objc2-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64objc2-dbg_4.2.2-5_i386.deb
lib64objc2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64objc2_4.2.2-5_i386.deb
lib64stdc++6-4.2-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64stdc++6-4.2-dbg_4.2.2-5_i386.deb
lib64stdc++6_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/lib64stdc++6_4.2.2-5_i386.deb
libffi4-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libffi4-dbg_4.2.2-5_i386.deb
libffi4-dev_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libffi4-dev_4.2.2-5_i386.deb
libffi4_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libffi4_4.2.2-5_i386.deb
libgcc1-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libgcc1-dbg_4.2.2-5_i386.deb
libgcc1_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libgcc1_4.2.2-5_i386.deb
libgfortran2-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libgfortran2-dbg_4.2.2-5_i386.deb
libgfortran2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libgfortran2_4.2.2-5_i386.deb
libgomp1-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libgomp1-dbg_4.2.2-5_i386.deb
libgomp1_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libgomp1_4.2.2-5_i386.deb
libmudflap0-4.2-dev_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libmudflap0-4.2-dev_4.2.2-5_i386.deb
libmudflap0-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libmudflap0-dbg_4.2.2-5_i386.deb
libmudflap0_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libmudflap0_4.2.2-5_i386.deb
libobjc2-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libobjc2-dbg_4.2.2-5_i386.deb
libobjc2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libobjc2_4.2.2-5_i386.deb
libstdc++6-4.2-dbg_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libstdc++6-4.2-dbg_4.2.2-5_i386.deb
libstdc++6-4.2-dev_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libstdc++6-4.2-dev_4.2.2-5_i386.deb
libstdc++6-4.2-doc_4.2.2-5_all.deb
to pool/main/g/gcc-4.2/libstdc++6-4.2-doc_4.2.2-5_all.deb
libstdc++6-4.2-pic_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libstdc++6-4.2-pic_4.2.2-5_i386.deb
libstdc++6_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/libstdc++6_4.2.2-5_i386.deb
protoize_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/protoize_4.2.2-5_i386.deb
treelang-4.2_4.2.2-5_i386.deb
to pool/main/g/gcc-4.2/treelang-4.2_4.2.2-5_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 02 Jan 2008 15:49:30 +0100
Source: gcc-4.2
Binary: lib32gomp1-dbg libobjc2-dbg gfortran-4.2 lib32ffi4-dbg libobjc2
gcc-4.2-source gcc-4.2-soft-float libgcc2-dbg lib64gomp1 lib32gcc1
lib32gfortran2 libgomp1 gcc-4.2 libffi4-dev gobjc-4.2 lib64objc2-dbg
libmudflap0-dbg libmudflap0-4.2-dev lib32stdc++6 libgcc4-dbg g++-4.2-multilib
libgcc1-dbg gfortran-4.2-doc libgomp1-dbg gobjc-4.2-multilib libstdc++6
lib32ffi4 lib64objc2 lib64gfortran2-dbg lib32objc2-dbg libffi4-dbg libgcc1
libgcc2 protoize libgfortran2 gcc-4.2-hppa64 lib32gcc1-dbg gcc-4.2-locales
lib64stdc++6 libffi4 lib64gfortran2 lib64ffi4 libgcc4 libstdc++6-4.2-dbg
lib64gcc1-dbg gcc-4.2-doc g++-4.2 gfortran-4.2-multilib cpp-4.2 gcc-4.2-base
gobjc++-4.2-multilib lib64mudflap0-dbg libstdc++6-4.2-dev lib32mudflap0
libgfortran2-dbg libstdc++6-4.2-pic lib32gomp1 lib64gcc1 libstdc++6-4.2-doc
lib32stdc++6-4.2-dbg lib64ffi4-dbg lib32mudflap0-dbg gobjc++-4.2
lib32gfortran2-dbg fixincludes cpp-4.2-doc lib64gomp1-dbg treelang-4.2
gcc-4.2-multilib lib32objc2 libmudflap0 lib64stdc++6-4.2-dbg lib64mudflap0
Architecture: source all i386
Version: 4.2.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description:
cpp-4.2 - The GNU C preprocessor
cpp-4.2-doc - Documentation for the GNU C preprocessor (cpp)
fixincludes - Fix non-ANSI header files
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-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
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-source - Source of the GNU Compiler Collection
gfortran-4.2 - The GNU Fortran 95 compiler
gfortran-4.2-doc - Documentation for the GNU Fortran compiler (gfortran)
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)
lib64ffi4 - Foreign Function Interface library runtime (64bit)
lib64ffi4-dbg - Foreign Function Interface library runtime (debug symbols)
lib64gcc1 - GCC support library (64bit)
lib64gcc1-dbg - GCC support library (debug symbols)
lib64gfortran2 - Runtime library for GNU Fortran applications (64bit)
lib64gfortran2-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.2-dbg - The GNU Standard C++ Library v3 (debugging files)
libffi4 - Foreign Function Interface library runtime
libffi4-dbg - Foreign Function Interface library runtime (debug symbols)
libffi4-dev - Foreign Function Interface library (development files)
libgcc1 - GCC support library
libgcc1-dbg - GCC support library (debug symbols)
libgfortran2 - Runtime library for GNU Fortran applications
libgfortran2-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.2-dev - GCC mudflap support libraries (development files)
libmudflap0-dbg - GCC mudflap shared support libraries (debug symbols)
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.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)
protoize - Create/remove ANSI prototypes from C code
treelang-4.2 - The GNU Treelang compiler
Closes: 441633 444873 445336 446714 451047 452451
Changes:
gcc-4.2 (4.2.2-5) unstable; urgency=low
.
[Matthias Klose]
* Update to SVN 20080102 from the ubuntu/gcc-4_2-branch.
- Fix PR middle-end/32889, ICE in delete_output_reload.
Closes: #444873, #445336, #451047.
- Fix PR target/34215, ICE in assign_386_stack_local.
Closes: #446714, #452451.
- Fix PR target/33848, reference to non-existent label at -O1 on
mips/mipsel. Closes: #441633.
* debian/rules.d/binary-java.mk: dpkg-shlibsdeps can't handle the dangling
symlink to libgcj_bc.so.1. Remove it temporarily.
* Add libgcj_bc to the libgcj8-1 shlibs file.
* Fix build failures for gnat-4.2, gpc-4.2, gdc-4.2 introduced by recent
gdc changes.
* Add symbol files for libgcc1, lib32gcc1, lib64gcc1, libstdc++6,
lib32stdc++6, lib64stdc++6, libgomp1, lib32gomp1, lib64gomp1, libffi4,
lib32ffi4, lib64ffi4, libobjc2, lib32objc2, lib64objc2. Adjust build
dependencies on dpkg-dev and debhelper.
Adjust build-dependency on dpkg-dev.
.
[Arthur Loiret]
* Fix gdc-4.2 build failure.
* Update gdc to upstream SVN 20071124.
- d-bi-attrs: Support attributes on declarations in other modules.
- d-codegen.cc (IRState::attributes): Support constant declarations as
string arguments.
* Enable libphobos:
- gdc-4.2.dpatch: Fix ICEs.
- gdc-4.2-build.dpatch: Update, make it cleaner.
* Install libphobos in the private gcc lib dir.
* gdc-4.2.dpatch: Update from gdc-4.1.dpatch.
- gcc/tree-sra.c: Do not use SRA on structs with aliased fields created
for anonymous unions.
- gcc/predict.c: Add null-pointer check.
* debian/rules.defs: Disable phobos on hurd-i386.
- gdc-hurd-proc_maps.dpatch: Remove.
Files:
c7a4446e2ce211bca8698295a99131cc 2903 devel optional gcc-4.2_4.2.2-5.dsc
48b61f84b8005c2d4d352ee056a3f8b6 830781 devel optional gcc-4.2_4.2.2-5.diff.gz
8fa286328e3e8965fe1f063b4d9dafe9 48050146 devel optional
gcc-4.2-source_4.2.2-5_all.deb
e9e25e4db01044f35c09907fbd34a1f5 186052 doc optional
cpp-4.2-doc_4.2.2-5_all.deb
2ba8bf5eb43f7a90729d2bc6dadd6f30 6465008 doc optional
libstdc++6-4.2-doc_4.2.2-5_all.deb
2162d03368ba3a054701a09224f15df7 216088 doc optional
gfortran-4.2-doc_4.2.2-5_all.deb
0371a4c5ac19581bce28c363e106a78b 1793634 doc optional
gcc-4.2-doc_4.2.2-5_all.deb
f5e118588661921f970adbe6c0d8d971 2016568 devel optional
gcc-4.2-locales_4.2.2-5_all.deb
8f22c44b8bc94efb0bb833862f42a24f 104050 libs required
gcc-4.2-base_4.2.2-5_i386.deb
ca58dd7e979193a694ea4730a1f2fa89 23260 libs required libgcc1_4.2.2-5_i386.deb
0bc30047efd93d95b17a760f45eca1e4 49224 libdevel extra
libgcc1-dbg_4.2.2-5_i386.deb
208a687b8b26a8da30310e28f1f80c61 27198 libs optional lib64gcc1_4.2.2-5_i386.deb
ce3c06616d49826afd5761f5a3177e37 56434 libdevel extra
lib64gcc1-dbg_4.2.2-5_i386.deb
1dcfc924411d8b081fab9354735d76b4 11892 libs optional libgomp1_4.2.2-5_i386.deb
e825292226090873d392e6c463be7dc1 31852 libdevel extra
libgomp1-dbg_4.2.2-5_i386.deb
d3572aa5ea8db05d9ace4795c75006fe 13868 libs optional
lib64gomp1_4.2.2-5_i386.deb
de5ccf35a592d2a6b684b62b60efec4f 32718 libdevel extra
lib64gomp1-dbg_4.2.2-5_i386.deb
ec40eeca5d4e47b62b312e622139b39d 2483970 interpreters optional
cpp-4.2_4.2.2-5_i386.deb
c87c8372fb295e1a75e0aaf38ea9c377 40590 devel optional protoize_4.2.2-5_i386.deb
046c72fdada805dcfd6fc3f1575a3f1a 85028 devel optional
fixincludes_4.2.2-5_i386.deb
8df70302677a89dffd305683a068885c 211898 libdevel optional
libmudflap0-4.2-dev_4.2.2-5_i386.deb
1a12431512df3fa0df72cac1f7c6dfd2 75056 libs optional
libmudflap0_4.2.2-5_i386.deb
7bcb2bdf16d83c428ef2ddcc3ea7e5a3 123414 libdevel extra
libmudflap0-dbg_4.2.2-5_i386.deb
b5a5caf349ba552509c08dfa2757ad86 93930 libs optional
lib64mudflap0_4.2.2-5_i386.deb
8ac32897d1ac6e19e59788b0d93a52ed 130778 libdevel extra
lib64mudflap0-dbg_4.2.2-5_i386.deb
7f0ce8eb79d318c203b437f53add8cd7 850 devel optional
gobjc++-4.2-multilib_4.2.2-5_i386.deb
5a7e24da6dec5f64c2c97dc3e623202b 2664792 devel optional
gobjc++-4.2_4.2.2-5_i386.deb
10847bdfe4791b725900ea13f32db28f 52612 devel optional
gobjc-4.2-multilib_4.2.2-5_i386.deb
022dff775df7c3f0e061922ca884fa56 2495614 devel optional
gobjc-4.2_4.2.2-5_i386.deb
75a3a79fec757a9ab511d1139a7c8ca7 43640 libs optional libobjc2_4.2.2-5_i386.deb
9f6b50566eb9ecafbaede72eb108c442 87078 libdevel extra
libobjc2-dbg_4.2.2-5_i386.deb
ad05be44896639a44ded34115aa5d0a9 45772 libs optional
lib64objc2_4.2.2-5_i386.deb
d0277a05943cabd9800f202f43bae765 92006 libdevel extra
lib64objc2-dbg_4.2.2-5_i386.deb
47909b7e92c2d33ad4c501ada841c0e5 12798 libs optional libffi4_4.2.2-5_i386.deb
06ed92abeed40f0ef692c121c73ffa37 90810 libdevel optional
libffi4-dev_4.2.2-5_i386.deb
85f3b27853b7ea72236e749340cfb820 27776 libdevel extra
libffi4-dbg_4.2.2-5_i386.deb
c4de13caacb1642956cd1dd0f775c344 16144 libs optional lib64ffi4_4.2.2-5_i386.deb
8a5f490f9da63eb745db2e23a27736d2 32028 libdevel extra
lib64ffi4-dbg_4.2.2-5_i386.deb
735bf0e81ac8835e31551d304a98e8bd 999326 devel optional
g++-4.2-multilib_4.2.2-5_i386.deb
caea33a66a70c921deadb667bc87ce39 2780060 devel optional
g++-4.2_4.2.2-5_i386.deb
58fe6c9db2afe236f923e40bc7b1c45c 329484 libs required
libstdc++6_4.2.2-5_i386.deb
f9f396283f89ee03f77db419e1d5ea43 330774 libs optional
lib64stdc++6_4.2.2-5_i386.deb
09cc5d121aef68cab5241cff590fb253 6205708 libdevel extra
lib64stdc++6-4.2-dbg_4.2.2-5_i386.deb
de699ec400f13f4a5015555a368ad166 1183632 libdevel optional
libstdc++6-4.2-dev_4.2.2-5_i386.deb
550afe0e5d7082d4b25a0c09249f00d0 469524 libdevel extra
libstdc++6-4.2-pic_4.2.2-5_i386.deb
365119a9b23f756441001f9cf312a0ac 3870432 libdevel extra
libstdc++6-4.2-dbg_4.2.2-5_i386.deb
0fb46104f6d4b4f9da1a07802e75c170 196866 libs optional
libgfortran2_4.2.2-5_i386.deb
dc1afbecb864e98a91c6126bad20f57a 320320 libdevel extra
libgfortran2-dbg_4.2.2-5_i386.deb
1df87caf0eba561df5bdfeb13dd06ff5 223332 libs optional
lib64gfortran2_4.2.2-5_i386.deb
73c28d2a24f26897cffee9e66a84bdf3 408672 libdevel extra
lib64gfortran2-dbg_4.2.2-5_i386.deb
0067927f506993278ab4af937d2f79b7 260812 devel optional
gfortran-4.2-multilib_4.2.2-5_i386.deb
aeb77b559858a522214f9639888fc29f 2845430 devel optional
gfortran-4.2_4.2.2-5_i386.deb
6ca628c38ebf1ba373503f637aa53922 2357984 devel optional
treelang-4.2_4.2.2-5_i386.deb
f2bf68c7bdce13cc9d59bf53056fa361 57246 devel optional
gcc-4.2-multilib_4.2.2-5_i386.deb
adde402def0acfeff7a427b376f50d3d 587136 devel optional gcc-4.2_4.2.2-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHfEK1StlRaw+TLJwRAsbOAJ9AdDiYAXStG9JukCzGjwJ+J64guwCffmPJ
vIa8X7JsleVzCaz3SpOIr4I=
=OI2U
-----END PGP SIGNATURE-----
--- End Message ---