Package: libc6-i386 Version: 2.9-15 Severity: grave My test session log from within a pbuilder chroot:
... frobozz:/tmp# apt-get install gcc-multilib Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: gcc-4.3-multilib lib32gcc1 libc6-dev-i386 libc6-i386 The following NEW packages will be installed: gcc-4.3-multilib gcc-multilib lib32gcc1 libc6-dev-i386 libc6-i386 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/7659kB of archives. After this operation, 18.6MB of additional disk space will be used. Do you want to continue [Y/n]? debconf: delaying package configuration, since apt-utils is not installed Selecting previously deselected package libc6-i386. (Reading database ... 9818 files and directories currently installed.) Unpacking libc6-i386 (from .../libc6-i386_2.9-15_amd64.deb) ... Selecting previously deselected package libc6-dev-i386. Unpacking libc6-dev-i386 (from .../libc6-dev-i386_2.9-15_amd64.deb) ... Selecting previously deselected package lib32gcc1. Unpacking lib32gcc1 (from .../lib32gcc1_1%3a4.4.0-6_amd64.deb) ... Selecting previously deselected package gcc-4.3-multilib. Unpacking gcc-4.3-multilib (from .../gcc-4.3-multilib_4.3.3-11_amd64.deb) ... Selecting previously deselected package gcc-multilib. Unpacking gcc-multilib (from .../gcc-multilib_4%3a4.3.3-9_amd64.deb) ... Setting up libc6-i386 (2.9-15) ... Setting up libc6-dev-i386 (2.9-15) ... Setting up lib32gcc1 (1:4.4.0-6) ... Setting up gcc-4.3-multilib (4.3.3-11) ... Setting up gcc-multilib (4:4.3.3-9) ... frobozz:/tmp# cat hello.c #include <stdio.h> int main() { printf("Hello 32-bit world!\n"); return 0; } frobozz:/tmp# gcc -m32 -o hello hello.c frobozz:/tmp# ./hello -bash: ./hello: No such file or directory -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org