Bug 36674 - 2.4.3-2.9.2: duplicate aic7xxx.o module.
Summary: 2.4.3-2.9.2: duplicate aic7xxx.o module.
Keywords:
Status: CLOSED DUPLICATE of bug 36602
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael K. Johnson
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-19 17:57 UTC by Sam Varshavchik
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-19 17:57:52 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.