* Re: [tty:tty-next 23/34] include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory [not found] <201712161029.StXUUOBC%fengguang.wu@intel.com> @ 2017-12-17 10:15 ` Geert Uytterhoeven 2017-12-17 11:57 ` Greg Kroah-Hartman 0 siblings, 1 reply; 2+ messages in thread From: Geert Uytterhoeven @ 2017-12-17 10:15 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Geert Uytterhoeven, kbuild test robot, kbuild-all, linux-serial, Linux-Renesas On Sat, Dec 16, 2017 at 3:00 AM, kbuild test robot <fengguang.wu@intel.com> wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-next > head: 38d5583ff8900c543322a74471b436d1b8b4018a > commit: f6731485a51978ca0931c787fcb8a0bc4dcc9303 [23/34] tty: serial: sh-sci: Hide number of ports config question > config: ia64-allyesconfig (attached as .config) > compiler: ia64-linux-gcc (GCC) 7.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout f6731485a51978ca0931c787fcb8a0bc4dcc9303 > # save the attached .config to linux build tree > make.cross ARCH=ia64 > > All errors (new ones prefixed by >>): > > .config:3814:warning: symbol value '' invalid for SERIAL_SH_SCI_NR_UARTS config SERIAL_SH_SCI_NR_UARTS int "Maximum number of SCI(F) serial ports" if EXPERT depends on SERIAL_SH_SCI default "3" if H8300 default "10" if SUPERH default "18" if ARCH_RENESAS Doh, if test compiling for non-H8300/SUPERH/ARCH_RENESAS, "int" doesn't assign a sane numerical default value to the symbol, but an empty string :-( So we do need e.g. default "2" at the bottom. Greg: Do you want a v2, or an incremental patch? Thanks, and sorry for missing this. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [tty:tty-next 23/34] include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory 2017-12-17 10:15 ` [tty:tty-next 23/34] include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory Geert Uytterhoeven @ 2017-12-17 11:57 ` Greg Kroah-Hartman 0 siblings, 0 replies; 2+ messages in thread From: Greg Kroah-Hartman @ 2017-12-17 11:57 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Geert Uytterhoeven, kbuild test robot, kbuild-all, linux-serial, Linux-Renesas On Sun, Dec 17, 2017 at 11:15:37AM +0100, Geert Uytterhoeven wrote: > On Sat, Dec 16, 2017 at 3:00 AM, kbuild test robot > <fengguang.wu@intel.com> wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-next > > head: 38d5583ff8900c543322a74471b436d1b8b4018a > > commit: f6731485a51978ca0931c787fcb8a0bc4dcc9303 [23/34] tty: serial: sh-sci: Hide number of ports config question > > config: ia64-allyesconfig (attached as .config) > > compiler: ia64-linux-gcc (GCC) 7.2.0 > > reproduce: > > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > git checkout f6731485a51978ca0931c787fcb8a0bc4dcc9303 > > # save the attached .config to linux build tree > > make.cross ARCH=ia64 > > > > All errors (new ones prefixed by >>): > > > > .config:3814:warning: symbol value '' invalid for SERIAL_SH_SCI_NR_UARTS > > config SERIAL_SH_SCI_NR_UARTS > int "Maximum number of SCI(F) serial ports" if EXPERT > depends on SERIAL_SH_SCI > default "3" if H8300 > default "10" if SUPERH > default "18" if ARCH_RENESAS > > Doh, if test compiling for non-H8300/SUPERH/ARCH_RENESAS, "int" doesn't > assign a sane numerical default value to the symbol, but an empty string :-( > > So we do need e.g. > > default "2" > > at the bottom. > > Greg: Do you want a v2, or an incremental patch? Incremental is good, I don't want to have to revert and then add a v2. thanks, greg k-h ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-17 11:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201712161029.StXUUOBC%fengguang.wu@intel.com>
2017-12-17 10:15 ` [tty:tty-next 23/34] include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory Geert Uytterhoeven
2017-12-17 11:57 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox