Re: can't compile 2.4.24-benh

2004-01-31 Thread Sven Luther
On Sat, Jan 31, 2004 at 07:48:05PM +0100, Jens Schmalzing wrote: > Hi, > > Sven Luther writes: > > > Well, i usually used to clone the linuxppc_2.4 bitkeeper tree, which had > > nice tags for when the import was being done, but this tree was > > silently obsoleted, and the new linuxppc-2.4 tree u

Re: can't compile 2.4.24-benh

2004-01-31 Thread Jens Schmalzing
Hi, Sven Luther writes: > Well, i usually used to clone the linuxppc_2.4 bitkeeper tree, which had > nice tags for when the import was being done, but this tree was > silently obsoleted, and the new linuxppc-2.4 tree used, which lacks such > tags, especially for the 2.4.24 release, probably becau

Re: can't compile 2.4.24-benh

2004-01-31 Thread Sven Luther
On Sat, Jan 31, 2004 at 07:02:23PM +0100, Jens Schmalzing wrote: > Hi, > > Sven Luther writes: > > > > # rsync -avz rsync.penguinppc.org::linux-2.4-benh linux-2.4.24-benh > > You need to clean up this tree (with make-kpkg clean) before you use > it. BTW, where does it come from nowadays? I alw

Re: can't compile 2.4.24-benh

2004-01-31 Thread Jens Schmalzing
Hi, Sven Luther writes: > > # rsync -avz rsync.penguinppc.org::linux-2.4-benh linux-2.4.24-benh You need to clean up this tree (with make-kpkg clean) before you use it. BTW, where does it come from nowadays? I always thought Ben switched to using the Bitkeeper tree a while ago. > > then : > >

Re: can't compile 2.4.24-benh

2004-01-31 Thread Lucas Moulin
Le Sat, Jan 31, 2004 at 05:37:02PM +0100, Sven Luther a écrit : >On Sat, Jan 31, 2004 at 04:57:14PM +0100, mammique wrote: >> i got it like this (yesterday night) : >> >> # rsync -avz rsync.penguinppc.org::linux-2.4-benh linux-2.4.24-benh >> >> then : >> >> # cd linux-2.4.24-benh >> # grep RELEA

Re: can't compile 2.4.24-benh

2004-01-31 Thread Sven Luther
On Sat, Jan 31, 2004 at 04:57:14PM +0100, mammique wrote: > i got it like this (yesterday night) : > > # rsync -avz rsync.penguinppc.org::linux-2.4-benh linux-2.4.24-benh > > then : > > # cd linux-2.4.24-benh > # grep RELEASE include/linux/version.h > #define UTS_RELEASE "2.4.24-ben1" Funny, by

Re: can't compile 2.4.24-benh

2004-01-31 Thread mammique
i got it like this (yesterday night) : # rsync -avz rsync.penguinppc.org::linux-2.4-benh linux-2.4.24-benh then : # cd linux-2.4.24-benh # grep RELEASE include/linux/version.h #define UTS_RELEASE "2.4.24-ben1" -- mammique <[EMAIL PROTECTED]>

Re: can't compile 2.4.24-benh

2004-01-31 Thread Sven Luther
On Sat, Jan 31, 2004 at 03:43:57AM +0100, mammique wrote: > Hi all, > > i go directly into the problem : > > # mkdir linux-2.4.24-benh > # rsync -avz rsync.penguinppc.org::linux-2.4-benh linux-2.4.24-benh > # cd linux-2.4.24-benh > # cp /boot/config-2.4.22-powerpc .config How did you ever get a

Re: can't compile 2.4.24-benh

2004-01-31 Thread Jamie Wilkinson
This one time, at band camp, Jamie Wilkinson wrote: >The loadkeys program is inserting a line > >Loading defkeymap.map Oh yeah, and I fixed it by adding a "-e 's/^Loading.*//'" to the sed in line 334 of drivers/char/Makefile . Only now there's an error, the variable nr_keys is undeclared and dies

Re: can't compile 2.4.24-benh

2004-01-31 Thread Jamie Wilkinson
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.cg

can't compile 2.4.24-benh

2004-01-30 Thread mammique
Hi all, i go directly into the problem : # mkdir linux-2.4.24-benh # rsync -avz rsync.penguinppc.org::linux-2.4-benh linux-2.4.24-benh # cd linux-2.4.24-benh # cp /boot/config-2.4.22-powerpc .config note : /boot/config-2.4.22-powerpc is new default sarge installer kernel's config, i tried with o