Comment 2 for bug 750585

Revision history for this message
Steve Langasek (vorlon) wrote : Re: support for making linux-libc-dev coinstallable under multiarch

Things broken in main by this change:
 bash-completion for strace (syscall names are looked up in /usr/include/asm/unistd.h at runtime)
 eglibc (needs updated relative path information for bootstrapping)
 klibc (idem)
 newlib (idem)

This is based on a manual examination of the output of this command:

FINDARGS='! ( -regex \./.*/debian/.* -o -iname changelog* -o -iname config.h.in -o -regex \./.*/gnulib/.* )' GREP=pcregrep POST_UNPACK="$UST/repo-tools/unpack-patch-cleanup" $UST/repo-tools/for-archive /mirror/ubuntu/dists/natty/main/source/Sources.gz /mirror/ubuntu/ $UST/repo-tools/for-archive-tools/unpack-search '(?<!(sun/tools|objectweb|#include[[:space:]]))["</]asm/|include/asm/'

A copy of the log is available here:

 http://people.canonical.com/~vorlon/asm-header-misuse-main-20110404.log