On Monday 06 September 2010 03:38:57 doiggl@velocitynet.com.au wrote:
Hello,
How can the configuration or .spec file be fixed to solve these errors [1] Im using the 2.6.35.4 kernel. Project and log details at [2][3]. Seems to be prompting for various items. Thanks for your help
Both problems seem to come from your .config not 100% matching your kernel sources. This is normal and not sever. Your first case is somewhat special however and might need special treating, see below. ...
SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf -s arch/x86/Kconfig .config:4379:warning: symbol value 'm' invalid for VIDEO_TM6000_DVB * * Restart config... * I expect new code for the driver VIDEO_TM6000_DVB has been added and you cannot compile it as a module anymore. Just remove it, I doubt you have such a device anyway? CONFIG_VIDEO_TM6000_DVB=m to # CONFIG_VIDEO_TM6000_DVB is not set Or dependencies to other configs exist which cannot be solved automatically, not sure, just remove it. ... OProfile multiplexing support (EXPERIMENTAL) (OPROFILE_EVENT_MULTIPLEX) [N/y/?] n Kprobes (KPROBES) [Y/n/?] y Slow work debugging through debugfs (SLOW_WORK_DEBUG) [N/y/?] (NEW) aborted!
Console input/output is redirected. Run 'make oldconfig' to update configuration.
make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make: *** [sub-make] Error 2 make: Leaving directory `/usr/src/packages/BUILD/kernel-vanilla-2.6.36/linux-2.6.35.4' error: Bad exit status from /var/tmp/rpm-tmp.tdOUaD (%prep) This often happens. E.g. you get the latest kernel sources, copy your current .config: zcat /proc/config.gz >.config and run make. You will then be asked how to configure new options that where added to the kernel meanwhile (old ones should get removed automatically). You should be fine with just hitting the return button very often: A default exists (above it's "n/N", not compiling it in, it's debug anyway) You could also go through these more slowly and you see the latest features/ drivers which got added to the kernel.
Thomas -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org