On Fri, 12 Oct 2007, Stephen R Marenka wrote: > On Fri, Oct 12, 2007 at 07:43:26PM +0200, Matthias Klose wrote: > > Stephen R Marenka writes: > > > On Wed, Oct 03, 2007 at 08:28:56PM +0200, Matthias Klose wrote: > > > > > - patches in gcc-4.2 are updated, so please do build this package > > > > > > failed > > > > kernel header problem, please fix it. > > from > <http://buildd.debian.org/fetch.cgi?&pkg=gcc-4.2&ver=4.2.2-1&arch=m68k&stamp=1192165300&file=log> > > Can someone help with this please? > > | mkdir src/m68k/.libs > | /build/buildd/gcc-4.2-4.2.2/build/./gcc/xgcc > -B/build/buildd/gcc-4.2-4.2.2/build/./gcc/ -B/usr/m68k-linux-gnu/bin/ > -B/usr/m68k-linux-gnu/lib/ -isystem /usr/m68k-linux-gnu/include -isystem > /usr/m68k-linux-gnu/sys-include -DHAVE_CONFIG_H -I. -I../../../src/libffi -I. > -I. -I../../../src/libffi/include -Iinclude -I../../../src/libffi/src -Wall > -g -fexceptions -O2 -g -O2 -MT src/m68k/ffi.lo -MD -MP -MF > src/m68k/.deps/ffi.Tpo -c ../../../src/libffi/src/m68k/ffi.c -fPIC -DPIC -o > src/m68k/.libs/ffi.o > | ../../../src/libffi/src/m68k/ffi.c:13:26: error: asm/cachectl.h: No such > file or directory
In my queue for Linus: Subject: m68k: Export cachectl.h From: Matthew Wilcox <[EMAIL PROTECTED]> libffi in GCC 4.2 needs cachectl.h to do its cache flushing. But we don't currently export it. I believe this patch should do the trick. Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]> --- include/asm-m68k/Kbuild | 1 + 1 file changed, 1 insertion(+) --- a/include/asm-m68k/Kbuild +++ b/include/asm-m68k/Kbuild @@ -1 +1,2 @@ include include/asm-generic/Kbuild.asm +header-y += cachectl.h Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]