Henrion Benjamin writes:
> Does somebody has succeeded in building a 2.5.27 with the current ruby
> CVS?
Perhaps trying with the latest 2.5 kernel will be easier. The KEY_PLAY
redefinition is fixed in linus' kernel.
A large part of the linuxconsole tree was integrated into the mainline
kernel. Maybe you don't have to use the linuxconsole cvs.
>
> If yes, can you provide your .config file? (I try to compile a kernel as
> much as generic as possible, a lot of things as modules, and with
> RivaTNT and usb keyb support)
>
> I attach a report of my problem in attachment...
>
> Thanks,
>
> --
> Benjamin Henrion <bh...@ud...>
> http://bh.udev.org
> make[1]: Entering directory `/usr/src/linux-2.5.27/kernel'
> gcc -Wp,-MD,./.suspend.o.d -D__KERNEL__ -I/usr/src/linux-2.5.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=suspend -DEXPORT_SYMTAB -c -o suspend.o suspend.c
> In file included from /usr/src/linux-2.5.27/include/linux/keyboard.h:5,
> from /usr/src/linux-2.5.27/include/linux/kbd_kern.h:5,
> from /usr/src/linux-2.5.27/include/linux/vt_kern.h:13,
> from suspend.c:47:
> /usr/src/linux-2.5.27/include/linux/input.h:457: warning: `KEY_PLAY' redefined
> /usr/src/linux-2.5.27/include/linux/input.h:310: warning: this is the location of the previous definition
> /usr/src/linux-2.5.27/include/linux/input.h:461: warning: `KEY_FASTFORWARD' redefined
> /usr/src/linux-2.5.27/include/linux/input.h:311: warning: this is the location of the previous definition
> suspend.c:293: warning: #warning This might be broken. We need to somehow wait for data to reach the disk
> In file included from suspend.c:47:
> /usr/src/linux-2.5.27/include/linux/vt_kern.h:232: field `vt_tq' has incomplete type
> /usr/src/linux-2.5.27/include/linux/vt_kern.h: In function `set_console':
> /usr/src/linux-2.5.27/include/linux/vt_kern.h:245: warning: implicit declaration of function `schedule_task'
> suspend.c: In function `prepare_suspend_processes':
> suspend.c:602: warning: implicit declaration of function `sys_sync'
> suspend.c: In function `bdev_write_page':
> suspend.c:1007: warning: unused variable `bh'
> suspend.c:1024: warning: control reaches end of non-void function
> suspend.c: At top level:
> suspend.c:100: warning: `orig_fgconsole' defined but not used
> suspend.c:100: warning: `orig_kmsg' defined but not used
> make[1]: *** [suspend.o] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.5.27/kernel'
> make: *** [kernel] Error 2
|