2001-07-21 20:30:29

by Filip Van Raemdonck

[permalink] [raw]
Subject: Another 2.4.7 build failure

Building fails for me with following error:

make[4]: Entering directory
`/home/admin/mechanix/srcd/linux/linux/drivers/block'
gcc -D__KERNEL__ -I/home/admin/mechanix/srcd/linux/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DEXPORT_SYMTAB -c ll_rw_blk.c
ll_rw_blk.c:25: linux/completion.h: No such file or directory
ll_rw_blk.c: In function `attempt_merge':
ll_rw_blk.c:630: structure has no member named `waiting'
ll_rw_blk.c: In function `__make_request':
ll_rw_blk.c:815: structure has no member named `waiting'
ll_rw_blk.c: In function `ll_rw_block':
ll_rw_blk.c:1051: `end_buffer_io_sync' undeclared (first use in this function)
ll_rw_blk.c:1051: (Each undeclared identifier is reported only once
ll_rw_blk.c:1051: for each function it appears in.)
ll_rw_blk.c: In function `end_that_request_last':
ll_rw_blk.c:1144: structure has no member named `waiting'
ll_rw_blk.c:1145: warning: implicit declaration of function `complete'
ll_rw_blk.c:1145: structure has no member named `waiting'
make[4]: *** [ll_rw_blk.o] Error 1
make[4]: Leaving directory `/home/admin/mechanix/srcd/linux/linux/drivers/block'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/home/admin/mechanix/srcd/linux/linux/drivers/block'
make[2]: *** [_subdir_block] Error 2
make[2]: Leaving directory `/home/admin/mechanix/srcd/linux/linux/drivers'
make[1]: *** [_dir_drivers] Error 2
make[1]: Leaving directory `/home/admin/mechanix/srcd/linux/linux'
make: *** [stamp-build] Error 2


Regards,

Filip

--
"The only stupid question is the unasked one."
-- Martin Schulze


Attachments:
(No filename) (1.64 kB)
(No filename) (232.00 B)
Download all attachments

2001-07-21 22:03:37

by Alexander Griesser

[permalink] [raw]
Subject: Re: Another 2.4.7 build failure

On Sat, Jul 21, 2001 at 10:28:26PM +0200, you wrote:
> Building fails for me with following error:
> ll_rw_blk.c:25: linux/completion.h: No such file or directory

Maybe a bad patch?
$TOPDIR/include/linux/completion.h exists, at least on my platform :)

regards, alexx
--
| .-. | Alexander Griesser <[email protected]> -=- ICQ:63180135 | .''`. |
| /v\ | http://www.tuxx-home.at -=- Linux Version 2.4.7 | : :' : |
| /( )\ | FAQ zu at.linux: http://alfie.ist.org/LinuxFAQ | `. `' |
| ^^ ^^ `---------------------------------------------------? `- |

2001-07-21 22:13:07

by Jeff Garzik

[permalink] [raw]
Subject: Re: Another 2.4.7 build failure

Alexander Griesser wrote:
>
> On Sat, Jul 21, 2001 at 10:28:26PM +0200, you wrote:
> > Building fails for me with following error:
> > ll_rw_blk.c:25: linux/completion.h: No such file or directory
>
> Maybe a bad patch?
> $TOPDIR/include/linux/completion.h exists, at least on my platform :)

sounds like someone forgot a 'cvs add' or similar...

--
Jeff Garzik | "I wouldn't be so judgemental
Building 1024 | if you weren't such a sick freak."
MandrakeSoft | -- goats.com

2001-07-22 10:17:00

by Filip Van Raemdonck

[permalink] [raw]
Subject: Re: Another 2.4.7 build failure

On Sat, Jul 21, 2001 at 06:13:31PM -0400, Jeff Garzik wrote:
> Alexander Griesser wrote:
> >
> > On Sat, Jul 21, 2001 at 10:28:26PM +0200, you wrote:
> > > Building fails for me with following error:
> > > ll_rw_blk.c:25: linux/completion.h: No such file or directory
> >
> > Maybe a bad patch?
> > $TOPDIR/include/linux/completion.h exists, at least on my platform :)
>
> sounds like someone forgot a 'cvs add' or similar...

There seems to be more to this than just the missing header. Note that there
are also errors about missing struct members (for structures that are
apparently known, so supposedly defined elsewhere than that missing header).

Regards,

Filip

--
Steal this tagline. I did.


Attachments:
(No filename) (704.00 B)
(No filename) (232.00 B)
Download all attachments