On Sun, Jul 01, 2001 at 02:06:04PM -0400, Russell Hires wrote: > > Okay, so I read the doc I was told to, followed the instructions, and I now > have this error message: > > poet:/usr/src# dpkg -i kernel-image-2.2.19_custom.2.2.19g_powerpc.deb > (Reading database ... 57558 files and directories currently installed.) > Unpacking kernel-image-2.2.19 (from > kernel-image-2.2.19_custom.2.2.19g_powerpc.deb) ... > dpkg: error processing kernel-image-2.2.19_custom.2.2.19g_powerpc.deb > (--install): > trying to overwrite directory `/boot/config-2.2.19' in package > kernel-image-2.2.19-chrp with nondirectory > dpkg-deb: subprocess paste killed by signal (Broken pipe) > Errors were encountered while processing: > kernel-image-2.2.19_custom.2.2.19g_powerpc.deb > > Just for fun, I took out /boot/config-2.2.19 (renamed it, actually), and I > still have that error...I don't understand the error, unfortunately.
Well, it looks to me like the problem is that you have kernel-image-2.2.19-chrp installed, and it conflicts with your new kernel-image-2.2.19_custom.2.2.19g_powerpc. The problem may be that both the kernels have the same version number. My guess would be (unless you can just uninstall kernel-image-2.2.19-chrp which would be simplest but might leave you kernelless) that you should use the --append_to_version option of 'make-kpkg' to make it something like 2.2.19myown. But I've never used this option myself, so I could be wrong. -- David Roundy http://civet.berkeley.edu/droundy/

