Bug 64985 - SYM53C8XX version 2 scsi driver linking fails
Summary: SYM53C8XX version 2 scsi driver linking fails
Keywords:
Status: CLOSED DUPLICATE of bug 64645
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-05-15 17:40 UTC by Need Real Name
Modified: 2016-10-10 13:42 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-05-16 18:39:50 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 64985 0 ovirt-4.0 MERGED Live Merge: Teardown volume on HSM after live merge 2016-10-10 13:42:10 UTC

Description Need Real Name 2002-05-15 17:40:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc1)
Gecko/20020417

Description of problem:
kernel compile fails with message "cannot open sym53c8xx_2/sym53c8xx.o: No such
file or directory"

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.select option to include SYM53C8XX v2 module into kernel
2.
3.
	

Actual Results:  kernel failed to compile

Expected Results:  kernel should have compiled

Additional info:

Fix
change line in scsi MakeFile from
obj-$(CONFIG_SCSI_SYM53C8XX_2)        += sym53c8xx_2/sym53c8xx.o
to
obj-$(CONFIG_SCSI_SYM53C8XX_2)        += sym53c8xx_2/sym53c8xx_2.o

Comment 1 Michael K. Johnson 2002-05-16 20:45:07 UTC

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


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