* compile failure in 2.4.5-pre4
@ 2001-05-21 6:38 Allan Duncan
2001-05-21 6:47 ` Keith Owens
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Allan Duncan @ 2001-05-21 6:38 UTC (permalink / raw)
To: linux-kernel
This addition for 2.4.5-pre4 has caused a compile failure with a parsing error:
drivers/ide/ide-pci.c:711
if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530)
In my case CONFIG_BLK_DEV_CS5530 is not defined.
--
Allan Duncan b372050@vus068.trl.telstra.com.au (+613) 9253 6708, Fax 9253 6775
(We are just a number)
Next Generation Infrastructure Program - Transport Architecture Project
Telstra Research Labs, Box 249 Rosebank MDC, Clayton, Victoria, 3169, Australia
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: compile failure in 2.4.5-pre4
2001-05-21 6:38 compile failure in 2.4.5-pre4 Allan Duncan
@ 2001-05-21 6:47 ` Keith Owens
2001-05-21 17:26 ` Shawn Starr
2001-05-21 7:11 ` Jeff Chua
2001-05-21 17:24 ` Shawn Starr
2 siblings, 1 reply; 5+ messages in thread
From: Keith Owens @ 2001-05-21 6:47 UTC (permalink / raw)
To: Allan Duncan; +Cc: linux-kernel
On Mon, 21 May 101 16:38:45 +1000 (EST),
Allan Duncan <b372050@vus068.trl.telstra.com.au> wrote:
>drivers/ide/ide-pci.c:711
> if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530)
for (i = 0; i < 1000; ++i)
printf("I must scan kernel archives before report bugs\n");
http://www.mail-archive.com/linux-kernel%40vger.kernel.org/msg45470.html
>Allan Duncan b372050@vus068.trl.telstra.com.au (+613) 9253 6708, Fax 9253 6775
> (We are just a number)
Who is number 1?
You are number 6.
I am not a number, I am a free man!
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: compile failure in 2.4.5-pre4
2001-05-21 6:47 ` Keith Owens
@ 2001-05-21 17:26 ` Shawn Starr
0 siblings, 0 replies; 5+ messages in thread
From: Shawn Starr @ 2001-05-21 17:26 UTC (permalink / raw)
To: Keith Owens; +Cc: Allan Duncan, linux-kernel
Ok, so the code was easy to fix ;p
On Mon, 21 May 2001, Keith Owens wrote:
> On Mon, 21 May 101 16:38:45 +1000 (EST),
> Allan Duncan <b372050@vus068.trl.telstra.com.au> wrote:
> >drivers/ide/ide-pci.c:711
> > if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530)
>
> for (i = 0; i < 1000; ++i)
> printf("I must scan kernel archives before report bugs\n");
>
> http://www.mail-archive.com/linux-kernel%40vger.kernel.org/msg45470.html
>
> >Allan Duncan b372050@vus068.trl.telstra.com.au (+613) 9253 6708, Fax 9253 6775
> > (We are just a number)
>
> Who is number 1?
> You are number 6.
> I am not a number, I am a free man!
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: compile failure in 2.4.5-pre4
2001-05-21 6:38 compile failure in 2.4.5-pre4 Allan Duncan
2001-05-21 6:47 ` Keith Owens
@ 2001-05-21 7:11 ` Jeff Chua
2001-05-21 17:24 ` Shawn Starr
2 siblings, 0 replies; 5+ messages in thread
From: Jeff Chua @ 2001-05-21 7:11 UTC (permalink / raw)
To: Allan Duncan; +Cc: linux-kernel
On Mon, 21 May 101, Allan Duncan wrote:
> This addition for 2.4.5-pre4 has caused a compile failure with a parsing error:
>
> drivers/ide/ide-pci.c:711
> if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530)
>
> In my case CONFIG_BLK_DEV_CS5530 is not defined.
if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530))
^
add this right-bracket ---|
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: compile failure in 2.4.5-pre4
2001-05-21 6:38 compile failure in 2.4.5-pre4 Allan Duncan
2001-05-21 6:47 ` Keith Owens
2001-05-21 7:11 ` Jeff Chua
@ 2001-05-21 17:24 ` Shawn Starr
2 siblings, 0 replies; 5+ messages in thread
From: Shawn Starr @ 2001-05-21 17:24 UTC (permalink / raw)
To: Allan Duncan; +Cc: linux-kernel
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe
-mpreferred-stack-boundary=2 -march=i586 -c -o ide-pci.o ide-pci.c
ide-pci.c: In function `ide_setup_pci_device':
ide-pci.c:712: parse error before `hwif'
make[3]: *** [ide-pci.o] Error 1
Yeah, same compile bug.
On Mon, 21 May 101, Allan Duncan wrote:
> This addition for 2.4.5-pre4 has caused a compile failure with a parsing error:
>
> drivers/ide/ide-pci.c:711
> if (!IDE_PCI_DEVID_EQ(d->devid, DEVID_CS5530)
>
> In my case CONFIG_BLK_DEV_CS5530 is not defined.
>
> --
> Allan Duncan b372050@vus068.trl.telstra.com.au (+613) 9253 6708, Fax 9253 6775
> (We are just a number)
> Next Generation Infrastructure Program - Transport Architecture Project
> Telstra Research Labs, Box 249 Rosebank MDC, Clayton, Victoria, 3169, Australia
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-05-21 17:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-21 6:38 compile failure in 2.4.5-pre4 Allan Duncan
2001-05-21 6:47 ` Keith Owens
2001-05-21 17:26 ` Shawn Starr
2001-05-21 7:11 ` Jeff Chua
2001-05-21 17:24 ` Shawn Starr
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.