Randall Shutt writes ("DPKG Remapping table"): > Does anyone know where the dpkg remapping table is? I need to remap > pentium to i386 due to my recent installation of a pgcc compiler. Trouble is, > somehow, dpkg --print-arrcheticture returns pentium. Tends to hose lots of > install stuff and cause nice errors with dpkg -i. Anyway, thanks alot.
The table is `archtable' in the source package, but it's compiled in so you'd have to rebuild the package. dpkg 1.3.10 will have `pentium' as an alias for `i386', and it will be available shortly. Ian.