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-devel

[Xen-devel] Python error: must supply either home or prefix/exec-prefix

To: <Xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Python error: must supply either home or prefix/exec-prefix -- not both
From: "Carb, Brian A" <Brian.Carb@xxxxxxxxxx>
Date: Tue, 14 Mar 2006 16:40:25 -0500
Delivery-date: Tue, 14 Mar 2006 21:41:29 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZHr+dNf+o2GbjTRBSzX3GZtp3YAA==
Thread-topic: Python error: must supply either home or prefix/exec-prefix -- not both
hello,

in trying to build xen-unstable (up to changeset 9238) under x86_64
sles10 beta 7, gcc-4.1.0-3, python-2.4.2-9, i'm getting the following
error during the build:

building 'xs' extension
creating build/temp.linux-x86_64-2.4/xen/lowlevel/xs
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall
-D_FORTIFY_SOURCE=2 -g -O2 -f omit-frame-pointer -DNDEBUG -m64 -Wall
-Wstrict-prototypes -Wdeclaration-after-statement -fPIC -I../.
./tools/libxc -I../../tools/xenstore -Ixen/lowlevel/xs
-I/usr/include/python2.4 -c xen/lowlevel/xs/xs .c -o
build/temp.linux-x86_64-2.4/xen/lowlevel/xs/xs.o -fno-strict-aliasing
-Wall -Werror
gcc -pthread -shared -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall
-Wstrict-prototypes -Wdeclaration-a fter-statement
build/temp.linux-x86_64-2.4/xen/lowlevel/xs/xs.o -L../../tools/libxc
-L../../tools/xen store -lxenctrl -lxenguest -lxenstore -o
build/lib.linux-x86_64-2.4/xen/lowlevel/xs.so
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes
-Wdeclaration-after-statemen t " python setup.py install
--home="/home/unisys/xen-unstable.hg/dist/install/usr" --force
running install
error: must supply either home or prefix/exec-prefix -- not both
make[3]: *** [install] Error 1
make[3]: Leaving directory `/home/unisys/xen-unstable.hg/tools/python'

thanks for any ideas on how to resolve this problem.

brian carb
unisys cmp technology lab

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Python error: must supply either home or prefix/exec-prefix -- not both, Carb, Brian A <=