WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] xen make

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] xen make
From: Ян Программист <webautomator@xxxxxxxxx>
Date: Wed, 23 Dec 2009 10:36:03 +0200
Delivery-date: Wed, 23 Dec 2009 03:39:10 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/UTzQKCNzd2oR8nF9VBnoF5aUNDpyDENla8yXWa/+FI=; b=ZjZK4eFnf1WqpWutcJvIgQJAovudjWIn2xADhOhyJQNgt1WxY9pODOS8cCR5JSM/hR 28KtCM7xuQXCBIQc3MKjTvhF1l1sk667FIBIsEmjKlp0l1V6OZVgWT93dDHcHljpx+Mh U2gLL2+npxaHCnk/pNyfYAIOCNS/8O6LPTF5o=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m/BG1MVZbxZjuZnHan5RT/6pa2Q2eQufm6C7fGRpunInBbgBl4/Q8ACZCLLAi5EzO8 9D0OBZK+Hjdl+snNlctN9RZ2Os43a8OSdqGcgBjWFMtX6YyymWFLTzi5J7pMnmo2KjT3 0cpsyMoOo4hstFTNMMy+Irti1ChX3aQSih2Oc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
I have a following bug:

gcc  -O2 -fno-omit-frame-pointer -Wa,--divide
-D_POSIX_C_SOURCE=200112L -D__EXTENSIONS__ -m32 -march=i686
-fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes
-Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD
-MF .xc_resume.o.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs
-I../../xen/common/libelf -Werror -Wmissing-prototypes  -I.
-I../xenstore -I../include -c -o xc_resume.o xc_resume.c
gcc  -O2 -fno-omit-frame-pointer -Wa,--divide
-D_POSIX_C_SOURCE=200112L -D__EXTENSIONS__ -m32 -march=i686
-fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes
-Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD
-MF .xc_pagetab.o.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs
-I../../xen/common/libelf -Werror -Wmissing-prototypes  -I.
-I../xenstore -I../include -c -o xc_pagetab.o xc_pagetab.c
xc_pagetab.c:10:1: "CR4_PAE" redefined
In file included from /usr/include/ia32/sys/privregs.h:219,
                 from /usr/include/sys/privregs.h:38,
                 from /usr/include/sys/regset.h:412,
                 from /usr/include/sys/ucontext.h:39,
                 from /usr/include/sys/signal.h:258,
                 from /usr/include/sys/procset.h:42,
                 from /usr/include/sys/wait.h:43,
                 from /usr/include/stdlib.h:39,
                 from xc_private.h:13,
                 from xc_pagetab.c:6:
/usr/include/sys/controlregs.h:101:1: this is the location of the
previous definition
make[4]: *** [xc_pagetab.o] Error 1
make[4]: Leaving directory `/export/home/user/xen-3.4.2/tools/libxc'
make[3]: *** [build] Error 2
make[3]: Leaving directory `/export/home/user/xen-3.4.2/tools/libxc'
make[2]: *** [subdir-install-libxc] Error 2
make[2]: Leaving directory `/export/home/user/xen-3.4.2/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/export/home/user/xen-3.4.2/tools'
make: *** [install-tools] Error 2

Can anyone help me? Thanks

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] xen make, Ян Программист <=