|
From: Mark W. <mj...@re...> - 2014-09-06 17:46:45
|
On Sat, 2014-09-06 at 17:06 +0200, Mark Wielaard wrote: > Thanks, I still couldn't install it until I figured out I also needed to > do dpkgdpkg --add-architecture i386 && aptitude update first. > There is a debian bug about this: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695218 And with that installed I now have: C compiler: gcc (Debian 4.7.2-5) 4.7.2 GDB: GNU gdb (GDB) 7.4.1-debian Assembler: GNU assembler (GNU Binutils for Debian) 2.22 C library: GNU C Library (Debian EGLIBC 2.13-38+deb7u4) stable release version 2.13 uname -mrs: Linux 3.2.0-4-amd64 x86_64 Vendor version: Debian GNU/Linux 7 (wheezy) Which provides the following regtest result: == 684 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == So that is looking pretty good. > But IMHO debian really shouldn't strip the symbol table from ld.so, that > is really inconvenient :{ This is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721383 Cheers, Mark |