Bernd Prager wrote:
Hi,
I have been building custom kernels for my system a while now.
Recently I run into trouble that I haven't experienced before:
I build my kernel with:
$ make menuconfig
$ make-kpkg clean
$ fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image
kernel_headers
When I try to install I get now following error:
$ dpkg -i linux-image-2.6.30-custom_2.6.30-custom-10.00.Custom_amd64.deb
(Reading database ... 136073 files and directories currently installed.)
Unpacking linux-image-2.6.30-custom (from
linux-image-2.6.30-custom_2.6.30-custom-10.00.Custom_amd64.deb) ...
Done.
dpkg: error processing
linux-image-2.6.30-custom_2.6.30-custom-10.00.Custom_amd64.deb (--install):
trying to overwrite `/lib/firmware/mts_edge.fw', which is also in
package linux-image-2.6.29.1-custom
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Running postrm hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.29.1-custom
Found kernel: /boot/vmlinuz-2.6.27-14-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
Errors were encountered while processing:
linux-image-2.6.30-custom_2.6.30-custom-10.00.Custom_amd64.deb
Any suggestion what to do?
Hi,
It looks to me like you have included a kernel option for this device in
the last two kernels (linux-image-2.6.30-custom and
linux-image-2.6.29.1-custom) which you had not included before. I'm not
sure which option would force the inclusion of mts_edge.fw, but if you
look through the kernel config you can probably find it and disable it.
You could also try using the --force-conflicts or --force-overwrite
flags with dpkg, although that could get dangerous.
- Dave
--
Dave Parker
Utica College
Integrated Information Technology Services
(315) 792-3229
Registered Linux User #408177
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org