Package: crash Version: 5.0.0-1 Severity: minor There are lots of occurrances of '$(shell arch)' in crash's Makefiles (and in gdb-7.0.patch, patching gdb-7.0/Makefile.in).
gdb-7.0.patch:+ifeq ($(shell arch), ppc64) gdb-7.0.patch:+ifeq ($(shell arch), ppc64) extensions/snap.mk:ifeq ($(shell arch), i686) extensions/snap.mk:ifeq ($(shell arch), ppc64) extensions/snap.mk:ifeq ($(shell arch), ia64) extensions/snap.mk:ifeq ($(shell arch), x86_64) Nothing provides /bin/arch in lenny; it was added back into coreutils in version 7.4-1. Since this really only affects backports to lenny, maybe it's reasonable to leave it alone; but a fix that would work everywhere is to change all the "arch" references to "uname -m". See http://bugs.debian.org/446023 -- System Information: Debian Release: squeeze/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages crash depends on: ii libc6 2.10.2-4 Embedded GNU C Library: Shared lib ii libncurses5 5.7+20090803-2 shared libraries for terminal hand ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime crash recommends no packages. Versions of packages crash suggests: pn dumputils <none> (no description available) pn kernel-patch-lkcd <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org