From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: compilation trouble with latest xen Date: Fri, 20 Jul 2007 10:25:36 +0100 Message-ID: References: <46A07E59.5030001@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <46A07E59.5030001@inria.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Guillaume Rousse Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 20/7/07 10:20, "Guillaume Rousse" wrote: >> If you 'hg clone >> http://xenbits.xensource.com/xen-unstable.hg' and 'make xen' inside the >> resulting directory, do you get the same problem? > Actually, the pb doesn't comes from xen itself, but from rpm building > procedure (parallel build and specific optflags): building manually xen > doesn't trigger the error. So I doubt using unstable version would help. There are two lines in xen/include/asm-x86/string.h relating to memcmp and __HAVE_ARCH_MEMCP. If you comment them out then your build will probably work. -- Keir