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 owner@bugs.debian.org immediately.) -- 640672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640672 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: moving files to arch specific include breaks compilations with -m32
- From: Daniel Bayer <daniel@halbordnung.de>
- Date: Tue, 6 Sep 2011 14:44:05 +0200
- Message-id: <[🔎] 20110906124402.GA2952@maggie.halbordnung.de>
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 informationAttachment: pgpPFJlGy_fGl.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
- To: 640672-done@bugs.debian.org
- Cc: Michael Tokarev <mjt@tls.msk.ru>
- Subject: Re: moving files to arch specific include breaks compilations with -m32
- From: Ben Hutchings <ben@decadent.org.uk>
- Date: Tue, 13 Sep 2011 13:51:21 +0100
- Message-id: <1315918287.31127.19.camel@deadeye>
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.Attachment: signature.asc
Description: This is a digitally signed message part
--- End Message ---