All of lore.kernel.org
 help / color / mirror / Atom feed
* Error in "make tools" for Xen-4.2-unstable
@ 2012-03-17  3:42 Teo En Ming (Zhang Enming)
  2012-03-17 10:31 ` Konrad Rzeszutek Wilk
       [not found] ` <1331972566.13956.75.camel@dagon.hellion.org.uk>
  0 siblings, 2 replies; 4+ messages in thread
From: Teo En Ming (Zhang Enming) @ 2012-03-17  3:42 UTC (permalink / raw)
  To: xen-users, xen-devel; +Cc: Teo En Ming (Zhang Enming)

Hi,

For xen-unstable.hg, I have successfully completed the "make xen" step. 
However, for the "make tools" step, I have encountered an error.

The error is reproduced below:

teo-en-ming@ubuntu-1110-amd64-desktop:~/xen-unstable.hg$ make tools
make -C tools qemu-xen-traditional-dir-find
make[1]: Entering directory `/home/teo-en-ming/xen-unstable.hg/tools'
/home/teo-en-ming/xen-unstable.hg/tools/../tools/Rules.mk:7: 
/home/teo-en-ming/xen-unstable.hg/tools/../config/Tools.mk: No such file 
or directory
You have to run ./configure before building or installing the tools
make[1]: *** 
[/home/teo-en-ming/xen-unstable.hg/tools/../config/Tools.mk] Error 1
make[1]: Leaving directory `/home/teo-en-ming/xen-unstable.hg/tools'
make: *** [tools/qemu-xen-traditional-dir] Error 2

Please help me to solve the problem.

Installation Instructions for Xen 4.1.3-rc1-pre and Linux Kernel 
3.3.0-rc7 on Ubuntu and Debian Linux
==============================================================

Download link: http://www.mediafire.com/?w1arfubbwsc3171

Thank you very much.

Yours sincerely,

Teo En Ming (Zhang Enming)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Error in "make tools" for Xen-4.2-unstable
  2012-03-17  3:42 Error in "make tools" for Xen-4.2-unstable Teo En Ming (Zhang Enming)
@ 2012-03-17 10:31 ` Konrad Rzeszutek Wilk
       [not found] ` <1331972566.13956.75.camel@dagon.hellion.org.uk>
  1 sibling, 0 replies; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-03-17 10:31 UTC (permalink / raw)
  To: Teo En Ming (Zhang Enming); +Cc: xen-users, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1469 bytes --]

On Mar 16, 2012 11:46 PM, "Teo En Ming (Zhang Enming)" <
singapore.mr.teo.en.ming@gmail.com> wrote:
>
> Hi,
>
> For xen-unstable.hg, I have successfully completed the "make xen" step.
However, for the "make tools" step, I have encountered an error.
>

I don't know how else to say it but the error message tells you what to do.

> The error is reproduced below:
>
> teo-en-ming@ubuntu-1110-amd64-desktop:~/xen-unstable.hg$ make tools
> make -C tools qemu-xen-traditional-dir-find
> make[1]: Entering directory `/home/teo-en-ming/xen-unstable.hg/tools'
> /home/teo-en-ming/xen-unstable.hg/tools/../tools/Rules.mk:7:
/home/teo-en-ming/xen-unstable.hg/tools/../config/Tools.mk: No such file or
directory
> You have to run ./configure before building or installing the tools
> make[1]: *** [/home/teo-en-ming/xen-unstable.hg/tools/../config/Tools.mk]
Error 1
> make[1]: Leaving directory `/home/teo-en-ming/xen-unstable.hg/tools'
> make: *** [tools/qemu-xen-traditional-dir] Error 2
>
> Please help me to solve the problem.
>
> Installation Instructions for Xen 4.1.3-rc1-pre and Linux Kernel
3.3.0-rc7 on Ubuntu and Debian Linux
> ==============================================================
>
> Download link: http://www.mediafire.com/?w1arfubbwsc3171
>
> Thank you very much.
>
> Yours sincerely,
>
> Teo En Ming (Zhang Enming)
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>

[-- Attachment #1.2: Type: text/html, Size: 1988 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xen-users] Error in "make tools" for Xen-4.2-unstable
       [not found]             ` <1331981525.13956.87.camel@dagon.hellion.org.uk>
@ 2012-03-17 12:16               ` Teo En Ming (Zhang Enming)
  2012-03-19  7:25                 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Teo En Ming (Zhang Enming) @ 2012-03-17 12:16 UTC (permalink / raw)
  To: Ian Campbell
  Cc: xen-users@lists.xen.org, Teo En Ming (Zhang Enming), xen-devel

On 17/03/2012 18:52, Ian Campbell wrote:
> On Sat, 2012-03-17 at 10:36 +0000, Teo En Ming (Zhang Enming) wrote:
>> On 17/03/2012 18:18, Ian Campbell wrote:
>>> On Sat, 2012-03-17 at 09:42 +0000, Teo En Ming (Zhang Enming) wrote:
>>>> On 17/03/2012 17:26, Ian Campbell wrote:
>>>>> Please do not top post, it destroys the flow of the conversation.
>>>>>
>>>>> On Sat, 2012-03-17 at 08:40 +0000, Teo En Ming (Zhang Enming) wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I have ran ./configure but it doesn't work and results in an error.
>>>>> Which you have once again failed to actually read.
>>>>>
>>>>>> teo-en-ming@ubuntu-1110-amd64-desktop:~/xen-unstable.hg$ ./configure
>>>>> [...]
>>>>>> checking for yajl_alloc in -lyajl... no
>>>>>> configure: error: Could not find yajl
>>>>> You need to install the yajl library.
>>>>>
>>>>> Ian.
>>>>>
>>>>>
>>>> Dear Ian,
>>>>
>>>> I don't believe the steps are so tedious and complicated for
>>>> xen-unstable.hg. I have used the following steps for xen-4.1-testing.hg
>>>> and all went smoothly without errors.
>>>>
>>>> make xen
>>>> make tools
>>>> sudo make install-xen
>>>> sudo make install-tools PYTHON_PREFIX_ARG=
>>>>
>>>> Something must be wrong in the source tree for xen-unstable.hg.
>>> No, there is nothing wrong, there have simply been some changes in
>>> xen-unstable.
>>>
>>> Xen now uses configure (AKA autoconf), in common with a large proportion
>>> of open source software. It also has an additional dependency on the
>>> yajl library. I don't think there is anything unusually burdensome about
>>> either of those changes and in both cases an informative message was
>>> printed.
>>>
>>> Ian.
>>>
>>>
>>>
>> Dear Ian,
>>
>> Is there a wiki for building xen-4.2-unstable, and if there is, are the
>> recent changes reflected in the wiki?
> These changes to the build have been reflected in the README at the top
> level of the Xen source code tree, which is where the process for
> building Xen has always been documented.
>
> Ian.
>
>> Thank you very much.
>>
>> Yours sincerely,
>>
>> Teo En Ming (Zhang Enming)
>
>
Dear Ian,

I have written out all the steps for building and installing from 
Xen-4.2-unstable, as follows:

Building Xen-4.2-unstable

If you wish to build and install from xen-unstable.hg instead,

cd
git clone git://github.com/lloyd/yajl
cd yajl
sudo apt-get install ruby cmake
./configure
make
sudo make install

cd
hg clone http://xenbits.xensource.com/xen-unstable.hg
cd xen-unstable.hg
./configure
make world
sudo make install

I have also added the above steps into my Installation Instructions PDF 
document version 1.1.

Thank you very much.

Yours sincerely,

Teo En Ming (Zhang Enming)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xen-users] Error in "make tools" for Xen-4.2-unstable
  2012-03-17 12:16               ` [Xen-users] " Teo En Ming (Zhang Enming)
@ 2012-03-19  7:25                 ` Ian Campbell
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2012-03-19  7:25 UTC (permalink / raw)
  To: Teo En Ming (Zhang Enming)
  Cc: xen-users@lists.xen.org, xen-devel@lists.xen.org

On Sat, 2012-03-17 at 12:16 +0000, Teo En Ming (Zhang Enming) wrote:

> If you wish to build and install from xen-unstable.hg instead,
> 
> cd
> git clone git://github.com/lloyd/yajl
> cd yajl
> sudo apt-get install ruby cmake
> ./configure
> make
> sudo make install

Or instead of all that "apt-get install libyaj-dev" (this is the package
name given in the README)

Ian

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-19  7:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-17  3:42 Error in "make tools" for Xen-4.2-unstable Teo En Ming (Zhang Enming)
2012-03-17 10:31 ` Konrad Rzeszutek Wilk
     [not found] ` <1331972566.13956.75.camel@dagon.hellion.org.uk>
     [not found]   ` <4F644DE5.4050709@gmail.com>
     [not found]     ` <1331976417.13956.77.camel@dagon.hellion.org.uk>
     [not found]       ` <4F645C85.6070309@gmail.com>
     [not found]         ` <1331979528.13956.84.camel@dagon.hellion.org.uk>
     [not found]           ` <4F64692A.8070805@gmail.com>
     [not found]             ` <1331981525.13956.87.camel@dagon.hellion.org.uk>
2012-03-17 12:16               ` [Xen-users] " Teo En Ming (Zhang Enming)
2012-03-19  7:25                 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.