Bug 36674

Summary: 2.4.3-2.9.2: duplicate aic7xxx.o module.
Product: [Retired] Red Hat Linux Reporter: Sam Varshavchik <mrsam>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-19 17:57:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sam Varshavchik 2001-04-19 17:57:48 UTC
Installed by 2.4.3-2.9.2:

/lib/modules/2.4.3-2.9.2/kernel/drivers/scsi/aic7xxx/aic7xxx.o
/lib/modules/2.4.3-2.9.2/kernel/drivers/scsi/aic7xxx.o

This results in an error in the mkinitrd script:


    fmPath=`(cd /lib/modules/$kernel; find -type f -name $modName.o)`

    if [ ! -f /lib/modules/$kernel/$fmPath ]; then
        if [ -n "$skiperrors" ]; then
            return
        fi


Find will print the paths to both aic7xxx.o modules, so fmPath will contain
two words, and the if statement will fail.



Same thing in the smp package.

Comment 1 Arjan van de Ven 2001-04-19 18:01:03 UTC
Thanks for the report!
(but it appears to be a dupe of 36602)

*** This bug has been marked as a duplicate of 36602 ***