[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#822189: marked as done (gcc-5-multilib: asm/errno.h not found for non-default architecture)



Your message dated Fri, 22 Apr 2016 00:13:46 +0200
with message-id <[🔎] 5719509A.2050107@debian.org>
and subject line Re: Bug#822189: gcc-5-multilib: asm/errno.h not found for non-default architecture
has caused the Debian Bug report #822189,
regarding gcc-5-multilib: asm/errno.h not found for non-default architecture
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.)


-- 
822189: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822189
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-5-multilib
Version: 5.3.1-14
Severity: important

Dear Maintainers,

when trying to build i386 binaries using gcc-5-multilib on an amd64
host, <errno.h> includes cannot be resolved.

,----
| $ echo '#include <errno.h>' | gcc -m32 -E - > /dev/null 
| In file included from /usr/include/bits/errno.h:24:0,
|                  from /usr/include/errno.h:35,
|                  from <stdin>:1:
| /usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: No such file or directory
| $ echo '#include <errno.h>' | gcc -m64 -E - > /dev/null 
| $ 
`----

gcc-multilib used to provide a symlink for /usr/include/asm (in my case
to x86_64-linux-gnu/asm). Restoring that symlink would fix the problem I
observed.

Cheers,
-Hilko

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gcc-5-multilib depends on:
ii  gcc-5            5.3.1-14
ii  gcc-5-base       5.3.1-14
ii  lib32gcc-5-dev   5.3.1-14
ii  libc6-dev-i386   2.22-7
ii  libc6-dev-x32    2.22-7
ii  libx32gcc-5-dev  5.3.1-14

gcc-5-multilib recommends no packages.

gcc-5-multilib suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Control: tags -1 + wontfix

On 22.04.2016 00:03, Hilko Bengen wrote:
Package: gcc-5-multilib
Version: 5.3.1-14
Severity: important

Dear Maintainers,

when trying to build i386 binaries using gcc-5-multilib on an amd64
host, <errno.h> includes cannot be resolved.

,----
| $ echo '#include <errno.h>' | gcc -m32 -E - > /dev/null
| In file included from /usr/include/bits/errno.h:24:0,
|                  from /usr/include/errno.h:35,
|                  from <stdin>:1:
| /usr/include/linux/errno.h:1:23: fatal error: asm/errno.h: No such file or directory
| $ echo '#include <errno.h>' | gcc -m64 -E - > /dev/null
| $
`----

gcc-multilib used to provide a symlink for /usr/include/asm (in my case
to x86_64-linux-gnu/asm). Restoring that symlink would fix the problem I
observed.

the /usr/include/asm symlink is shipped in the gcc-multilib package. We can't ship it in any gcc-*-multilib package without giving up coinstallability of different toolchain versions.

There maybe is an older glibc report which proposes shipping this symlink in a new binary package built from glibc, but for now it's shipped in gcc-multilib.
--- End Message ---

Reply to: