Hello, I have the latest source of the master branch of Xen from the git repository (git://xenbits.xen.org/xen.git) and am trying to build it. However, the configure command fails with the following error: $ ./configure configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu Will build the following subsystems: xen kernels tools stubdom docs configure: creating ./config.status config.status: creating ./config/Toplevel.mk === configuring in tools (/home/aasthakm/xen/tools) configure: running /bin/sh ./configure --disable-option-checking ''--prefix=/usr/local'' --cache-file=/dev/null --srcdir=. configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc ... checking for unistd.h... yes checking for python-config... /usr/bin/python-config checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for PyArg_ParseTuple in -lpython2.7... yes checking for xgettext... no configure: error: Unable to find xgettext, please install xgettext configure: error: ./configure failed for tools Based on this mailing thread that I found online ( http://lists.xen.org/archives/html/xen-devel/2012-03/msg00229.html), I do have those patches in the latest source that I have pulled from git. I also have gettext-runtime-0.18.1.1-9.1.1.x86_64 installed. What could I be possibly missing now? I am on x86_64 machine with openSUSE 12.1 and kernel 3.1.10-1.29. Please let me know if you need any other information. Thanks and regards, Aastha. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
On Mon, Aug 26, Aastha Mehta wrote:> configure: error: Unable to find xgettext, please install xgettext > configure: error: ./configure failed for tools > > Based on this mailing thread that I found online (http://lists.xen.org/archives > /html/xen-devel/2012-03/msg00229.html), I do have those patches in the latest > source that I have pulled from git. I also have > gettext-runtime-0.18.1.1-9.1.1.x86_64 installed. What could I be possibly > missing now? > > I am on x86_64 machine with openSUSE 12.1 and kernelĀ 3.1.10-1.29. Please let me > know if you need any other information.Use "zypper in gettext-tools" to install the package containing xgettext. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Thanks a lot, that works. On 26 August 2013 20:43, Olaf Hering <olaf@aepfle.de> wrote:> On Mon, Aug 26, Aastha Mehta wrote: > > > configure: error: Unable to find xgettext, please install xgettext > > configure: error: ./configure failed for tools > > > > Based on this mailing thread that I found online ( > http://lists.xen.org/archives > > /html/xen-devel/2012-03/msg00229.html), I do have those patches in the > latest > > source that I have pulled from git. I also have > > gettext-runtime-0.18.1.1-9.1.1.x86_64 installed. What could I be possibly > > missing now? > > > > I am on x86_64 machine with openSUSE 12.1 and kernel 3.1.10-1.29. Please > let me > > know if you need any other information. > > Use "zypper in gettext-tools" to install the package containing > xgettext. > > > Olaf >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel