linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [COMPILE FAILS] linux-2.4.10-pre7
@ 2001-09-10 11:14 Steve Hill
  2001-09-10 13:36 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Hill @ 2001-09-10 11:14 UTC (permalink / raw)
  To: Linux Kernel Mailing List


I just tried compiling 2.4.10-pre7, and the build fails with the following
errors... having grepped the source-tree, it seems that
SCSI_IOCTL_FC_TARGET_ADDRESS and SCSI_IOCTL_FC_TDR aren't defined
anywhere:

gcc -D__KERNEL__ -I/usr/src/redhat/BUILD/linux/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i586 -DMODULE   -c -o cpqfcTSinit.o cpqfcTSinit.c
ld -m elf_i386 -r -o sr_mod.o sr.o sr_ioctl.o sr_vendor.o
cpqfcTSinit.c: In function `cpqfcTS_ioctl':
cpqfcTSinit.c:662: `SCSI_IOCTL_FC_TARGET_ADDRESS' undeclared (first use in
this function)
cpqfcTSinit.c:662: (Each undeclared identifier is reported only once
cpqfcTSinit.c:662: for each function it appears in.)
cpqfcTSinit.c:680: `SCSI_IOCTL_FC_TDR' undeclared (first use in this
function)
make[2]: *** [cpqfcTSinit.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/linux/drivers/scsi'
make[1]: *** [_modsubdir_scsi] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/linux/drivers'
make: *** [_mod_drivers] Error 2


-- 

- Steve Hill
System Administrator         Email: steve@navaho.co.uk
Navaho Technologies Ltd.       Tel: +44-870-7034015

        ... Alcohol and calculus don't mix - Don't drink and derive! ...



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [COMPILE FAILS] linux-2.4.10-pre7
  2001-09-10 11:14 [COMPILE FAILS] linux-2.4.10-pre7 Steve Hill
@ 2001-09-10 13:36 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2001-09-10 13:36 UTC (permalink / raw)
  To: Steve Hill; +Cc: Linux Kernel Mailing List

> I just tried compiling 2.4.10-pre7, and the build fails with the following
> errors... having grepped the source-tree, it seems that
> SCSI_IOCTL_FC_TARGET_ADDRESS and SCSI_IOCTL_FC_TDR aren't defined
> anywhere:

cpqfc relies on ioctls that arent in Linus tree. I think its been like that
for a while. Comment those cases out

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-10 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-10 11:14 [COMPILE FAILS] linux-2.4.10-pre7 Steve Hill
2001-09-10 13:36 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).