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-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 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 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

[uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure

2012-04-02 Thread Sergei Trofimovich
The asm/system.h patches missed ARCH=um which caused build breakage [2]. The commit can be used as an example [2]. I've failed to produce fix myself. Sorry. [1]: > commit f05e798ad4c09255f590f5b2c00a7ca6c172f983 > Author: David Howells > Date: Wed Mar 28 18:11:12 2012 +0100 > >Disintegrate

Re: [uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure

2012-04-02 Thread richard -rw- weinberger
On Mon, Apr 2, 2012 at 8:17 PM, Sergei Trofimovich wrote: > The asm/system.h patches missed ARCH=um > which caused build breakage [2]. > > The commit can be used as an example [2]. > I've failed to produce fix myself. Sorry. See: http://comments.gmane.org/gmane.linux.kernel/1274493 -- Thanks,

Re: [uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure

2012-04-02 Thread Sergei Trofimovich
On Mon, 2 Apr 2012 20:16:24 +0200 richard -rw- weinberger wrote: > On Mon, Apr 2, 2012 at 8:17 PM, Sergei Trofimovich wrote: > > The asm/system.h patches missed ARCH=um > > which caused build breakage [2]. > See: > http://comments.gmane.org/gmane.linux.kernel/1274493 Oh, your patches helped! S