Displaying 5 results from an estimated 5 matches for "d__xen_interface_version__".
Did you mean:
__xen_interface_version__
2006 Apr 20
3
[PATCH] fix tools compile issue on sles 10
With sles 10, ''make tools'' produces the following:
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -Wdeclaration-after-statement
-D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py install
--home="/root/xen/xen-unstable.hg/dist/install/usr" --force
running install
error: must supply either home or prefix/exec-prefix -- not both
make[2]: *** [install] Error 1
make[2]: Leaving directory `/root/xen/xen-unstable.hg/tools/python''...
2006 Apr 16
2
Temporary fix for xen-tools build problem with python 2.4
...or -unstable) on a system with GCC
4.1 and Python 2.4.2, an error occurs while building the tools:
make[2]: Entering directory `/home/jlg/xen-3.0.2/tools/python''
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -Wdeclaration-after-statement
-D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py build
running build
running build_py
running build_ext
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -Wdeclaration-after-statement
-D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py install
--home=&quo...
2006 Apr 13
0
Gcc error with make world
...c -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2
-fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -D__XEN_INTERFACE_VERSION__=0x00030101 -fPIC
-I../../tools/libxc -I../../tools/xenstore -Ixen/lowlevel/xc
-I/usr/include/python2.4 -c xen/lowlevel/xc/xc.c -o
build/temp.linux-i686-2.4/xen/lowlevel/xc/xc.o -fno-strict-aliasing
-Wall -Werror
cc1: error: invalid option `tune=generic''
cc1: error: unrecognized option `-fs...
2006 Jul 25
2
Bug#379721: xen-3.0: FTBFS: bashisms
...3.0_3.0.2+hg9697-1 on avidan by sbuild/i386 0.49
> Build started at 20060725-0410
> ******************************************************************************
...
> CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py build
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/grub
> copying src/GrubConf.py -> build/lib/grub
> copying src/__init__.py -> build/lib/grub
> creating build/lib/grub/fsys
> copying...
2006 Oct 18
21
[PATCH][RESEND] PV drivers for HVM guests
I am enclosing the patch I have been working on. I have tested this on sles9 (2.6.5) and RHEL 4 (2.6.9). The patch applies cleanly on ChangeSet 11635. This patch was cleaned up based on Ian''s and DOI''s work.
Signed-off-by: K. Y. Srinivasan (ksrinivasan@novell.com)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com