Henning Sprang
2006-Jul-08 16:57 UTC
[Xen-users] build xen 3.0.2-2 on SuSE 10.1 fails: "must supply either home or prefix/exec-prefix -- not both"
Hi, When doing "make world" to build xen 3.0.2-2 on SuSE 10.1 I get the following error (obviously after the build when the dist should be created): ... 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="/var/xen/domains/sources/xen-3.0.2-2/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 `/var/xen/domains/sources/xen-3.0.2-2/tools/python'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/var/xen/domains/sources/xen-3.0.2-2/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/var/xen/domains/sources/xen-3.0.2-2'' make: *** [world] Error 2 I tried to find which part of the python script could cause that error, but I couldn''t even find the source where the error is created. Nothing helpful found in list archive, or anywhere else. BTW: xen unstable and testing build nice on the same machine. Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Efraim
2006-Jul-08 22:28 UTC
Re: [Xen-users] build xen 3.0.2-2 on SuSE 10.1 fails: "must supply either home or prefix/exec-prefix -- not both"
Hi, You can find the solution at: http://lists.xensource.com/archives/html/xen-devel/2006-04/msg00707.html On 7/8/06, Henning Sprang <henning_sprang@gmx.de> wrote:> > Hi, > When doing "make world" to build xen 3.0.2-2 on SuSE 10.1 I get the > following error (obviously after the build when the dist should be > created): > > ... > 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="/var/xen/domains/sources/xen-3.0.2-2/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 `/var/xen/domains/sources/xen-3.0.2-2 > /tools/python'' > make[2]: *** [install] Error 2 > make[2]: Leaving directory `/var/xen/domains/sources/xen-3.0.2-2/tools'' > make[1]: *** [install-tools] Error 2 > make[1]: Leaving directory `/var/xen/domains/sources/xen-3.0.2-2'' > make: *** [world] Error 2 > > > I tried to find which part of the python script could cause that > error, but I couldn''t even find the source where the error is created. > Nothing helpful found in list archive, or anywhere else. > > BTW: xen unstable and testing build nice on the same machine. > > Henning > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Henning Sprang
2006-Jul-09 15:29 UTC
Re: [Xen-users] build xen 3.0.2-2 on SuSE 10.1 fails: "must supply either home or prefix/exec-prefix -- not both"
Hi On 7/9/06, Efraim <efraimg@gmail.com> wrote:> > Hi, > You can find the solution at: > http://lists.xensource.com/archives/html/xen-devel/2006-04/msg00707.htmlYeah, this helped! I didnt find that one myself cause I searched all but the devel List. (In the end, I am dealing with a problem in a stable release...). Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users