This one time, at band camp, mammique wrote: ># make-kpkg kernel_image modules_image > >[...] > >defkeymap.c:474: warning: (near initialization for `ctrl_alt_map')
There's actually an error before that on my build: set -e ; loadkeys --mktable defkeymap.map | sed -e 's/^static *//' > defkeymap.cgcc -D__KERNEL__ -I/home/jaq/src/linux/benh/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -I/home/jaq/src/linux/benh/arch/ppc -fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring -nostdinc -iwithprefix include -DKBUILD_BASENAME=defkeymap -c -o defkeymap.o defkeymap.c defkeymap.c:1: error: syntax error before "defkeymap" The loadkeys program is inserting a line Loading defkeymap.map at the top of the file. There was a bug filed on console-tools: 228852, which seems to be fixed; maybe console-tools is stalling on the build daemons. -- [EMAIL PROTECTED] http://people.debian.org/~jaq

