On Sat, Sep 27, 2008 at 10:20 AM, MHR mhullrich@gmail.com wrote:
On my x86_64, I pulled down the source for the 2.6.18-92.1.13 kernel and followed the wiki faithfully, but it will not build. I'm getting errors in the Buslogic driver:
In file included from drivers/scsi/BusLogic.c:56:
(snip)
make[2]: *** [drivers/scsi/BusLogic.o] Error 1 make[1]: *** [drivers/scsi] Error 2 make: *** [drivers] Error 2 make: *** Waiting for unfinished jobs....
It seems like a simple enough error to correct, but it seems kind of odd that it would occur in the first place - redefinitions of "true" and "false"?
Is anyone else seeing this?
First of all, this is a known issue:
https://bugzilla.redhat.com/show_bug.cgi?id=445095
Second, if you *precisely* followed the instructions on the wiki, you would not have seen this error. The most important point is that you copy *all* configs back to SOURCES.
Akemi