* Re: Build regressions/improvements in v3.10-rc1 (cris) [not found] ` <alpine.DEB.2.00.1305122242430.5463@ayla.of.borg> @ 2013-05-14 12:06 ` Geert Uytterhoeven 2013-05-14 16:33 ` Jesper Nilsson 0 siblings, 1 reply; 2+ messages in thread From: Geert Uytterhoeven @ 2013-05-14 12:06 UTC (permalink / raw) To: Linux Kernel Development; +Cc: Cris, Linux Fbdev development list On Sun, May 12, 2013 at 10:44 PM, Geert Uytterhoeven <geert@linux-m68k.org> wrote: > drivers/video/console/fonts.c:71:2: error: #error No fonts configured.: 2 errors in 2 logs > v3.10-rc1/cris/cris-allmodconfig v3.10-rc1/cris/cris-allyesconfig > > Fbdev issue? This is caused by cris not using the generic drivers/Kconfig, and thus not traversing drivers/video/console/Kconfig. As the build system does traverse drivers/video/console/Makefile, fonts.c is compiled with an inconsistent configuration. Two solutions: 1. Add drivers/video/console/Kconfig to arch/cris/Kconfig, 2. Switch cris to drivers/Kconfig, I prefer two, as this is what's done by all (except h8300) other architectures. This will seriously broaden the scope of allmodconfig, though, and require more fixes (e.g. missing <asm/vga.h>). Note: The decision logic for compiling drivers/video/console/fonts.c is overly complicated, and seems to be buggy for some stuff living outside drivers drivers/video (drivers/media/platform/vivi.c and drivers/staging/media/solo6x10/solo6x10-enc.c). I think this should be resolved in Kconfig logic, using a new FONT_SUPPORT symbol (FONTS is already taken). 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: Build regressions/improvements in v3.10-rc1 (cris) 2013-05-14 12:06 ` Build regressions/improvements in v3.10-rc1 (cris) Geert Uytterhoeven @ 2013-05-14 16:33 ` Jesper Nilsson 0 siblings, 0 replies; 2+ messages in thread From: Jesper Nilsson @ 2013-05-14 16:33 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Linux Kernel Development, Linux Fbdev development list, linux-cris-kernel On Tue, May 14, 2013 at 02:06:51PM +0200, Geert Uytterhoeven wrote: > On Sun, May 12, 2013 at 10:44 PM, Geert Uytterhoeven > <geert@linux-m68k.org> wrote: > > drivers/video/console/fonts.c:71:2: error: #error No fonts configured.: 2 errors in 2 logs > > v3.10-rc1/cris/cris-allmodconfig v3.10-rc1/cris/cris-allyesconfig > > > > Fbdev issue? > > This is caused by cris not using the generic drivers/Kconfig, and thus not > traversing drivers/video/console/Kconfig. > As the build system does traverse drivers/video/console/Makefile, fonts.c > is compiled with an inconsistent configuration. > > Two solutions: > 1. Add drivers/video/console/Kconfig to arch/cris/Kconfig, > 2. Switch cris to drivers/Kconfig, > > I prefer two, as this is what's done by all (except h8300) other > architectures. This will seriously broaden the scope of allmodconfig, > though, and require more fixes (e.g. missing <asm/vga.h>). I would have no objections a conversion of CRIS to use the drivers/Kconfig, though it feels a bit strange to compile video drivers for SoCs that don't have any video out hardware. > Note: The decision logic for compiling drivers/video/console/fonts.c is > overly complicated, and seems to be buggy for some stuff living > outside drivers drivers/video (drivers/media/platform/vivi.c and > drivers/staging/media/solo6x10/solo6x10-enc.c). I think this should > be resolved in Kconfig logic, using a new FONT_SUPPORT > symbol (FONTS is already taken). > > 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 /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-14 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <alpine.DEB.2.00.1305122130270.3789@ayla.of.borg>
[not found] ` <alpine.DEB.2.00.1305122239040.5463@ayla.of.borg>
[not found] ` <alpine.DEB.2.00.1305122242430.5463@ayla.of.borg>
2013-05-14 12:06 ` Build regressions/improvements in v3.10-rc1 (cris) Geert Uytterhoeven
2013-05-14 16:33 ` Jesper Nilsson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox