Comment 3 for bug 1006581

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

This failures is happening because for some reason you ended up with the generic omap kernel installed together with the one for omap 4.

From log:
Setting up linux-headers-3.2.0-24 (3.2.0-24.39) ...
Setting up linux-headers-3.2.0-24-omap (3.2.0-24.39) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.2.0-24-omap /boot/vmlinuz-3.2.0-24-omap
Error! Bad return status for module build on kernel: 3.2.0-24-omap (armv7l)
Consult /var/lib/dkms/pvr-omap4/1.7.10.0.1.21/build/make.log for more information.

It's known that it'll not be built with this kernel, so the real bug is to know why it was installed at the first place. Could be because of dkms pulling the generic headers, would be nice to investigate more.