On Thu, 2010-12-23 at 18:30 +0000, Francis Russell wrote: > I've tracked it to this specific change to hook-functions between 0.98.5 > and 0.98.6. > > - if [ -e /sys/bus/scsi/devices/ ]; then > + if [ -d "${DESTDIR}/lib/modules/${version}/kernel/drivers/scsi" > ]; then > manual_add_modules sd_mod > fi > > I had the script die at that point and looked at the contents of ${DESTDIR}: [...]
That was my change to ensure that sd_mod is included whenever the SCSI core module is. This is important when transitioning from IDE to libata and using MODULES=dep. Since you have configured the SCSI core as built-in but SCSI disk support as a module, this doesn't work. To work around this, you can either configure both as built-in or both as modules. Perhaps we should add sd_mod if either condition is true. But you are using a rather silly configuration. Ben. -- Ben Hutchings Once a job is fouled up, anything done to improve it makes it worse.
signature.asc
Description: This is a digitally signed message part