[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#301603: Compile fails linking drivers/scsi/qla2xxx/build.o



tags 301603 +pending
tags 301936 +pending
thanks

On Sat, Mar 26, 2005 at 06:23:26PM -0800, aj wrote:
> Package: kernel-source-2.6.11
> Version: 2.6.11-1
> Severity: important
> Justification: fails to build from source
> 
> Looks like the QLA2XXX stuff is supposed to be disabled. Unfortunately
> something keeps setting CONFIG_SCSI_QLA2XXX=y to true in my .config
> everytime I make.

[snip]

The QLA driver was removed from the kernel-source-2.6.11 tree
(presumably because of some DFSG non-freeness), however it
seems that this wasn't done particularly cleanly.

I have put the following patch into SVN,
and removed drivers/scsi/qla2xxx/Kconfig and 
drivers/scsi/qla2xxx/Makefile from the tree.
It turns out to be quite difficult to remove
drivers/scsi/qla2xxx/ with the current build process,
so it will have to stay.

This change should appear in the next release, testing appreciated.

-- 
Horms

# origin: Debian (horms)
# cset: n/a
# inclusion: not suitable for upstream
# revision date: 2005-03-31
# description: tidy up qla2xxx non-free prune
--- a/drivers/scsi/Makefile	2005-03-31 16:23:04.000000000 +0900
+++ b/drivers/scsi/Makefile	2005-03-31 16:23:29.000000000 +0900
@@ -79,7 +79,6 @@
 obj-$(CONFIG_SCSI_QLOGIC_ISP)	+= qlogicisp.o 
 obj-$(CONFIG_SCSI_QLOGIC_FC)	+= qlogicfc.o 
 obj-$(CONFIG_SCSI_QLOGIC_1280)	+= qla1280.o 
-obj-$(CONFIG_SCSI_QLA2XXX)	+= qla2xxx/
 obj-$(CONFIG_SCSI_PAS16)	+= pas16.o
 obj-$(CONFIG_SCSI_SEAGATE)	+= seagate.o
 obj-$(CONFIG_SCSI_FD_8xx)	+= seagate.o
--- a/drivers/scsi/Kconfig	2005-03-31 16:32:50.000000000 +0900
+++ b/drivers/scsi/Kconfig	2005-03-31 16:32:53.000000000 +0900
@@ -1340,8 +1340,6 @@
 	  To compile this driver as a module, choose M here: the
 	  module will be called qlogicpti.
 
-source "drivers/scsi/qla2xxx/Kconfig"
-
 config SCSI_SEAGATE
 	tristate "Seagate ST-02 and Future Domain TMC-8xx SCSI support"
 	depends on X86 && ISA && SCSI && BROKEN



Reply to: