Re: [uml-devel] uml build failure on arch i386

2012-04-02 Thread richard -rw- weinberger
On Mon, Apr 2, 2012 at 2:22 PM, Ritesh Raj Sarraf wrote: > On Monday 02 April 2012 01:20 PM, richard -rw- weinberger wrote: >>> Config file available at: >>> > http://people.debian.org/~rrs/tmp/config.i386 >> Please give the attached patch a try! >> > > Thank you Richard. The patch fixes the build

Re: [uml-devel] uml build failure on arch i386

2012-04-02 Thread Ritesh Raj Sarraf
On Monday 02 April 2012 01:20 PM, richard -rw- weinberger wrote: >> Config file available at: >> > http://people.debian.org/~rrs/tmp/config.i386 > Please give the attached patch a try! > Thank you Richard. The patch fixes the build failure on i386. > diff --git a/arch/x86/um/Makefile b/arch/x86

Re: [uml-devel] uml build failure on arch i386

2012-04-02 Thread richard -rw- weinberger
On Mon, Apr 2, 2012 at 9:19 AM, Ritesh Raj Sarraf wrote: > On Monday 02 April 2012 11:59 AM, richard -rw- weinberger wrote: >>> > My initial search led me to: >>> > http://sourceforge.net/mailarchive/message.php?msg_id=27848489 >>> > >>> > Based on the comment there, I've tried SUBARCH=i386. But t

Re: [uml-devel] uml build failure on arch i386

2012-04-02 Thread Ritesh Raj Sarraf
On Monday 02 April 2012 11:59 AM, richard -rw- weinberger wrote: >> > My initial search led me to: >> > http://sourceforge.net/mailarchive/message.php?msg_id=27848489 >> > >> > Based on the comment there, I've tried SUBARCH=i386. But that didn't >> > help. Any suggestions? > Please share your .conf

Re: [uml-devel] uml build failure on arch i386

2012-04-01 Thread richard -rw- weinberger
On Sat, Mar 31, 2012 at 8:44 PM, Ritesh Raj Sarraf wrote: > Hello, > > I am trying to build uml on kernel 3.2. Following is the build failure I > get when building on my kvm x86 box. > > The kvm box is arch: > root@debian-x86:~/user-mode-linux (build)# uname -a > Linux debian-x86 3.0.0-1-686-pae #

[uml-devel] uml build failure on arch i386

2012-04-01 Thread Ritesh Raj Sarraf
Hello, I am trying to build uml on kernel 3.2. Following is the build failure I get when building on my kvm x86 box. The kvm box is arch: root@debian-x86:~/user-mode-linux (build)# uname -a Linux debian-x86 3.0.0-1-686-pae #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686 GNU/Linux My initial search led