Re: randconfig build error with next-20140826, in Documentation/video4linux

From: Sudip Mukherjee
Date: Thu Aug 28 2014 - 03:59:41 EST


On Wed, Aug 27, 2014 at 10:33:46AM -0700, Jim Davis wrote:
> On Wed, Aug 27, 2014 at 3:58 AM, Sudip Mukherjee
> <sudipm.mukherjee@xxxxxxxxx> wrote:
>
> > Hi,
> > I tried to build next-20140826 with your given config file . But for me everything was fine.
>
> Well, you should be able to reproduce it. Do these steps work for you?
>
> jim@krebstar:~/linux2$ git checkout next-20140826
> HEAD is now at 1c9e4561f3b2... Add linux-next specific files for 20140826
> jim@krebstar:~/linux2$ git clean -fdx
> jim@krebstar:~/linux2$ cp ~/randconfig-1409069188.txt .config
> jim@krebstar:~/linux2$ make oldconfig
> HOSTCC scripts/basic/fixdep
> HOSTCC scripts/kconfig/conf.o
> SHIPPED scripts/kconfig/zconf.tab.c
> SHIPPED scripts/kconfig/zconf.lex.c
> SHIPPED scripts/kconfig/zconf.hash.c
> HOSTCC scripts/kconfig/zconf.tab.o
> HOSTLD scripts/kconfig/conf
> scripts/kconfig/conf --oldconfig Kconfig
> #
> # configuration written to .config
> #
> jim@krebstar:~/linux2$ make -j4 >buildlog.txt 2>&1
> jim@krebstar:~/linux2$ grep ERROR buildlog.txt
> ERROR: "vb2_ops_wait_finish"
> [Documentation/video4linux/v4l2-pci-skeleton.ko] undefined!
>
> (followed by many more similar lines).

yes , it worked. thanks . i was missing the oldconfig .

thanks
sudip
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/