Re: UML doesn't compile in 2.6.21

2007-05-21 Thread Jeff Dike
On Thu, May 17, 2007 at 12:49:38AM +0200, Robert Schwebel wrote: > Jeff, > > Any idea how this could happen? I'm trying to build 2.6.21 for > ARCH=um, and the linker stage explodes here: > > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o > LD

Re: UML doesn't compile in 2.6.21

2007-05-18 Thread Rob Landley
On Thursday 17 May 2007 5:05 pm, Robert Schwebel wrote: > Rob, > > On Wed, May 16, 2007 at 09:11:18PM -0400, Rob Landley wrote: > > 2.6.21.1 built for me: > > > > tar xvjf linux-2.6.21.1.tar.bz2 && > > cd linux-2.6.21.1 && > > cat > mini.conf << EOF > > CONFIG_MODE_SKAS=y > > CONFIG_BINFMT_ELF=y

Re: UML doesn't compile in 2.6.21

2007-05-17 Thread Robert Schwebel
On Thu, May 17, 2007 at 11:05:38PM +0200, Robert Schwebel wrote: > So it must be something with my configuration. I've tried to build a > minimized configuration, see below. You can trigger the bug here by > changing "Enable loadable module support. update: it can also be triggered by switching of

Re: UML doesn't compile in 2.6.21

2007-05-17 Thread Robert Schwebel
Rob, On Wed, May 16, 2007 at 09:11:18PM -0400, Rob Landley wrote: > 2.6.21.1 built for me: > > tar xvjf linux-2.6.21.1.tar.bz2 && > cd linux-2.6.21.1 && > cat > mini.conf << EOF > CONFIG_MODE_SKAS=y > CONFIG_BINFMT_ELF=y > CONFIG_HOSTFS=y > CONFIG_SYSCTL=y > CONFIG_STDERR_CONSOLE=y > CONFIG_UNIX9

Re: UML doesn't compile in 2.6.21

2007-05-16 Thread Rob Landley
On Wednesday 16 May 2007 6:49 pm, Robert Schwebel wrote: > Jeff, > > Any idea how this could happen? I'm trying to build 2.6.21 for ARCH=um, and the > linker stage explodes here: 2.6.21.1 built for me: tar xvjf linux-2.6.21.1.tar.bz2 && cd linux-2.6.21.1 && cat > mini.conf << EOF CONFIG_MODE_SK

UML doesn't compile in 2.6.21

2007-05-16 Thread Robert Schwebel
Jeff, Any idea how this could happen? I'm trying to build 2.6.21 for ARCH=um, and the linker stage explodes here: CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 lib/lib.a(bug.o): In function `find_bug'