Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Al Viro
Date: Monday, October 22, 2007 - 12:27 am

On Mon, Oct 22, 2007 at 02:12:46PM +0800, WANG Cong wrote:

Er...  That patch is on top of the current mainline, including
commit 2b8232ce512105e28453f301d1510de8363bccd1.  Check if what
you are applying it against the recent tree.  By the look of your
build log you are missing
-       $(Q)ln -fsn $(srctree)/include/asm-$(SUBARCH) include/asm-um/arch
+       $(Q)ln -fsn $(srctree)/include/asm-$(HEADER_ARCH) include/asm-um/arch
 else
-       $(Q)cd $(TOPDIR)/include/asm-um && ln -sf ../asm-$(SUBARCH) arch
+       $(Q)cd $(TOPDIR)/include/asm-um && ln -sf ../asm-$(HEADER_ARCH) arch
in arch/um/Makefile.

That, or you simply need to do make mrproper...

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
User Mode Linux still doesn't build in 2.6.23-final., Rob Landley, (Thu Oct 11, 3:54 pm)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Robert P. J. Day, (Mon Oct 22, 12:01 am)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Al Viro, (Mon Oct 22, 12:27 am)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Robert P. J. Day, (Mon Oct 22, 12:58 am)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Mon Oct 22, 4:14 pm)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Mon Oct 22, 4:26 pm)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Mon Oct 22, 4:56 pm)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Tue Oct 23, 7:20 am)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Tue Oct 23, 7:31 am)