Package: dpkg Version: 1.10.9 Severity: important Tags: patch dpkg doesn't seem to cope with config.guess reporting the correct CPU when trying to determine the debian arch. The following fixes the problem.
I'm not sure about the 'undefined's in the next category. dpkg --print-architecture reports hurd-i386. Should those be changed? Tks, Jeff Bailey hurd:/disk2/scratch/dpkg-1.10.9# diff -u archtable.old archtable --- archtable.old 2003-04-03 18:35:30.000000000 -0500 +++ archtable 2003-04-03 18:37:46.000000000 -0500 @@ -34,6 +34,9 @@ i386-gnu hurd-i386 undefined i386-gnu0.2 hurd-i386 undefined i386-gnu0.3 hurd-i386 undefined +i486-gnu0.3 hurd-i386 undefined +i586-gnu0.3 hurd-i386 undefined +i686-gnu0.3 hurd-i386 undefined ia64-linux-gnu ia64 ia64 ia64-unknown-linux ia64 ia64 sh3-linux-gnu sh3 sh3 -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux outpost 2.4.20-k7 #1 Tue Jan 14 00:29:06 EST 2003 i686 Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 Versions of packages dpkg depends on: ii dselect 1.10.9 a user tool to manage Debian packa ii libc6 2.3.1-16 GNU C Library: Shared libraries an -- no debconf information

