Your message dated Tue, 13 Sep 2011 13:51:21 +0100 with message-id <1315918287.31127.19.camel@deadeye> and subject line Re: moving files to arch specific include breaks compilations with -m32 has caused the Debian Bug report #640672, regarding moving files to arch specific include breaks compilations with -m32 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 ow...@bugs.debian.org immediately.) -- 640672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640672 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: linux-libc-dev Version: 3.0.0-3 Severity: normal File: /usr/include/x86_64-linux-gnu/asm/errno.h Hi, since asm/errno.h was moved to the arch specific sub directory it is no longer possible to create 32 Bit Binaries on amd64: | $ echo '#include <errno.h>' | gcc -E -o - -m32 - | [...] | # 1 "/usr/include/bits/errno.h" 1 3 4 | # 25 "/usr/include/bits/errno.h" 3 4 | # 1 "/usr/include/linux/errno.h" 1 3 4 | In file included from /usr/include/bits/errno.h:25:0, | from /usr/include/errno.h:36, | from <stdin>:1: | /usr/include/linux/errno.h:4:23: fatal error: asm/errno.h: No such file or directory | compilation terminated. I guess with multiarch I should install the i386 deb, too. But this is not yet supported by dpkg in unstable, is it? Daniel -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- no debconf informationpgpLQmbpZHtmL.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---Apparently you must install or build-depend on gcc-multilib if you want this to work. Ben. -- Ben Hutchings To err is human; to really foul things up requires a computer.signature.asc
Description: This is a digitally signed message part
--- End Message ---