When trying to compile gentoo-sources-3.13.0, I get the following error.
I did an "make oldconfig" as always, so I wonder why exactly does it fail?
Code: Select all
drivers/video/console/fbcon.c: In function 'fbcon_clear_margins':
drivers/video/console/fbcon.c:1319:20: warning: unused variable 'ops' [-Wunused-variable]
struct fbcon_ops *ops = info->fbcon_par;
^
CC drivers/video/console/softcursor.o
CC drivers/video/cfbfillrect.o
LD drivers/video/backlight/built-in.o
CC drivers/video/cfbcopyarea.o
CC drivers/video/cfbimgblt.o
CC drivers/video/vesafb.o
CC drivers/video/console/fbcondecor.o
CC drivers/video/output.o
CC drivers/video/console/cfbcondecor.o
LD drivers/video/fb.o
drivers/video/console/fbcondecor.c:511:6: error: function declaration isn't a prototype [-Werror=strict-prototypes]
void fbcon_decor_reset()
^
cc1: some warnings being treated as errors
scripts/Makefile.build:308: recipe for target 'drivers/video/console/fbcondecor.o' failed
make[3]: *** [drivers/video/console/fbcondecor.o] Error 1
make[3]: *** Waiting for unfinished jobs....
scripts/Makefile.build:455: recipe for target 'drivers/video/console' failed
make[2]: *** [drivers/video/console] Error 2
scripts/Makefile.build:455: recipe for target 'drivers/video' failed
make[1]: *** [drivers/video] Error 2
Makefile:816: recipe for target 'drivers' failed
make: *** [drivers] Error 2

