Puthiyaparambil, Aravindh
2005-Aug-02 19:02 UTC
[Xen-devel] Build break on x86_32 without PAE
I am trying to build x86_32 Xen without PAE on a 32-bit SLES9 SP2 box and the compile is throwing the following error. The changeset is 5949:5eead9930294f699f8feb9f7f5b157cb9c607b69 Aravindh make[2]: Entering directory `/root/xen/xen-unstable.hg/tools/python'' CFLAGS=" -m32 -march=i686" python setup.py install --home="/root/xen/xen-unstable.hg/dist/install/usr" running install running build running build_py running build_ext building ''xs'' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -D_FILE_OFFSET_BITS=64 -DHAVE_LARGEFILE_SUPPORT -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -m32 -march=i686 -fPIC -I../../tools/python/xen/lowlevel/xu -I../../tools/libxc -I../../tools/xenstore -I../../tools/xcs -Ixen/lowlevel/xs -I/usr/include/python2.3 -c xen/lowlevel/xs/xs.c -o build/temp.linux-i686-2.3/xen/lowlevel/xs/xs.o -fno-strict-aliasing -Wall -Werror xen/lowlevel/xs/xs.c: In function `xspy_get_permissions'': xen/lowlevel/xs/xs.c:260: error: `XS_PERM_CREATE'' undeclared (first use in this function) xen/lowlevel/xs/xs.c:260: error: (Each undeclared identifier is reported only once xen/lowlevel/xs/xs.c:260: error: for each function it appears in.) error: command ''gcc'' failed with exit status 1 make[2]: *** [install] Error 1 make[2]: Leaving directory `/root/xen/xen-unstable.hg/tools/python'' make[1]: *** [install] Error 2 make[1]: Leaving directory `/root/xen/xen-unstable.hg/tools'' make: *** [tools] Error 2 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
I have seen exact same build failure with and without PAE on a 32bit FC3
box today. The changeset is: 5953. I used "make XEN_TARGET_X86_PAE=y
world" to enable PAE.
Li
"Puthiyaparambil,
Aravindh"
<aravindh.puthiya To
parambil@unisys.c <xen-devel@lists.xensource.com>
om> cc
Sent by:
xen-devel-bounces Subject
@lists.xensource. [Xen-devel] Build break on x86_32
com without PAE
08/02/2005 02:02
PM
I am trying to build x86_32 Xen without PAE on a 32-bit SLES9 SP2 box
and the compile is throwing the following error. The changeset is
5949:5eead9930294f699f8feb9f7f5b157cb9c607b69
Aravindh
make[2]: Entering directory `/root/xen/xen-unstable.hg/tools/python''
CFLAGS=" -m32 -march=i686" python setup.py install
--home="/root/xen/xen-unstable.hg/dist/install/usr"
running install
running build
running build_py
running build_ext
building ''xs'' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -D_FILE_OFFSET_BITS=64
-DHAVE_LARGEFILE_SUPPORT -O2 -march=i586 -mcpu=i686 -fmessage-length=0
-Wall -m32 -march=i686 -fPIC -I../../tools/python/xen/lowlevel/xu
-I../../tools/libxc -I../../tools/xenstore -I../../tools/xcs
-Ixen/lowlevel/xs -I/usr/include/python2.3 -c xen/lowlevel/xs/xs.c -o
build/temp.linux-i686-2.3/xen/lowlevel/xs/xs.o -fno-strict-aliasing
-Wall -Werror
xen/lowlevel/xs/xs.c: In function `xspy_get_permissions'':
xen/lowlevel/xs/xs.c:260: error: `XS_PERM_CREATE'' undeclared (first use
in this function)
xen/lowlevel/xs/xs.c:260: error: (Each undeclared identifier is reported
only once
xen/lowlevel/xs/xs.c:260: error: for each function it appears in.)
error: command ''gcc'' failed with exit status 1
make[2]: *** [install] Error 1
make[2]: Leaving directory `/root/xen/xen-unstable.hg/tools/python''
make[1]: *** [install] Error 2
make[1]: Leaving directory `/root/xen/xen-unstable.hg/tools''
make: *** [tools] Error 2
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Li Ge
2005-Aug-02 20:25 UTC
Re: [Xen-devel] Build break on x86_32 without PAE -- problem fixed by changeset 5954
Just did another build with changeset 5955 and was able to finish the build
without a problem. It seems changeset 5954 fixed the problem.
Li
Li
Ge/Austin/IBM@IBM
US To
Sent by: "Puthiyaparambil, Aravindh"
xen-devel-bounces <aravindh.puthiyaparambil@unisys.co
@lists.xensource. m>
com cc
xen-devel@lists.xensource.com,
xen-devel-bounces@lists.xensource.c
08/02/2005 02:38 om
PM Subject
Re: [Xen-devel] Build break on
x86_32 without PAE
I have seen exact same build failure with and without PAE on a 32bit FC3
box today. The changeset is: 5953. I used "make XEN_TARGET_X86_PAE=y
world"
to enable PAE.
Li
Inactive hide details for "Puthiyaparambil, Aravindh"
<aravindh.puthiyaparambil@unisys.com>"Puthiyaparambil, Aravindh"
<aravindh.puthiyaparambil@unisys.com>
"Puthiyaparambil,
Aravindh"
<aravindh.puthiyapa
rambil@unisys.com>
Sent by: To
xen-devel-bounces@l
ists.xensource.com <xen-devel@lists.
xensource.com>
08/02/2005 02:02 PM cc
Subject
[Xen-devel] Build
break on x86_32
without PAE
I am trying to build x86_32 Xen without PAE on a 32-bit SLES9 SP2 box
and the compile is throwing the following error. The changeset is
5949:5eead9930294f699f8feb9f7f5b157cb9c607b69
Aravindh
make[2]: Entering directory `/root/xen/xen-unstable.hg/tools/python''
CFLAGS=" -m32 -march=i686" python setup.py install
--home="/root/xen/xen-unstable.hg/dist/install/usr"
running install
running build
running build_py
running build_ext
building ''xs'' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -D_FILE_OFFSET_BITS=64
-DHAVE_LARGEFILE_SUPPORT -O2 -march=i586 -mcpu=i686 -fmessage-length=0
-Wall -m32 -march=i686 -fPIC -I../../tools/python/xen/lowlevel/xu
-I../../tools/libxc -I../../tools/xenstore -I../../tools/xcs
-Ixen/lowlevel/xs -I/usr/include/python2.3 -c xen/lowlevel/xs/xs.c -o
build/temp.linux-i686-2.3/xen/lowlevel/xs/xs.o -fno-strict-aliasing
-Wall -Werror
xen/lowlevel/xs/xs.c: In function `xspy_get_permissions'':
xen/lowlevel/xs/xs.c:260: error: `XS_PERM_CREATE'' undeclared (first use
in this function)
xen/lowlevel/xs/xs.c:260: error: (Each undeclared identifier is reported
only once
xen/lowlevel/xs/xs.c:260: error: for each function it appears in.)
error: command ''gcc'' failed with exit status 1
make[2]: *** [install] Error 1
make[2]: Leaving directory `/root/xen/xen-unstable.hg/tools/python''
make[1]: *** [install] Error 2
make[1]: Leaving directory `/root/xen/xen-unstable.hg/tools''
make: *** [tools] Error 2
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel