2010-08-11 21:31:43

by Bill Davidsen

[permalink] [raw]
Subject: 2.6.35-git10 build failure

config generated with "make localmodconfig"
build with "make -j2"
x86_64 target and host, config and log attached. Host is FC13 current
test machine


Attachments:
make04.log (108.98 kB)
2.6.35.10-3-lclmod-x86_64 (88.53 kB)
Download all attachments

2010-08-11 21:37:24

by Randy Dunlap

[permalink] [raw]
Subject: Re: 2.6.35-git10 build failure

On Wed, 11 Aug 2010 17:31:31 -0400 Bill Davidsen wrote:

> config generated with "make localmodconfig"
> build with "make -j2"
> x86_64 target and host, config and log attached. Host is FC13 current
> test machine


This part of the build log would be sufficient:

drivers/media/video/v4l2-ctrls.c: In function ___v4l2_ctrl_handler_init___:
drivers/media/video/v4l2-ctrls.c:766: error: implicit declaration of function ___kzalloc___
drivers/media/video/v4l2-ctrls.c:767: warning: assignment makes pointer from integer without a cast
drivers/media/video/v4l2-ctrls.c: In function ___v4l2_ctrl_handler_free___:
drivers/media/video/v4l2-ctrls.c:786: error: implicit declaration of function ___kfree___
drivers/media/video/v4l2-ctrls.c: In function ___handler_new_ref___:
drivers/media/video/v4l2-ctrls.c:896: warning: assignment makes pointer from integer without a cast
drivers/media/video/v4l2-ctrls.c: In function ___v4l2_ctrl_new___:
drivers/media/video/v4l2-ctrls.c:975: warning: assignment makes pointer from integer without a cast
drivers/media/video/v4l2-ctrls.c: In function ___v4l2_g_ext_ctrls___:
drivers/media/video/v4l2-ctrls.c:1528: error: implicit declaration of function ___kmalloc___
drivers/media/video/v4l2-ctrls.c:1528: warning: assignment makes pointer from integer without a cast
drivers/media/video/v4l2-ctrls.c: In function ___try_set_ext_ctrls___:
drivers/media/video/v4l2-ctrls.c:1752: warning: assignment makes pointer from integer without a cast
make[3]: *** [drivers/media/video/v4l2-ctrls.o] Error 1


Patch for this has been posted 3 times AFAIK. Hope it gets merged into
mainline soon.


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***