Re: [Xen-devel] error while compiling Xen from the source

2016-06-15 Thread Wim ten Have
On Wed, Jun 15, 2016 at 6:34 PM, Konrad Rzeszutek Wilk < konrad.w...@oracle.com> wrote: P.S. The Git Manual is very solid. That helped O:-) ... now reading https://www.kernel.org/pub/software/scm/git/docs/user-manual.html ___ Xen-devel mailing list Xen

Re: [Xen-devel] error while compiling Xen from the source

2016-06-15 Thread Konrad Rzeszutek Wilk
On Wed, Jun 15, 2016 at 05:26:52PM +0200, Wim ten Have wrote: > Running F23 here seemed to go trough good with above URL (making up much > for my environment). > > The only part causing me trouble is page specific direction setting the > branch: > > $ cd xen; > *git checkout -b staging staging*

Re: [Xen-devel] error while compiling Xen from the source

2016-06-15 Thread Wei Liu
On Wed, Jun 15, 2016 at 05:26:52PM +0200, Wim ten Have wrote: > Running F23 here seemed to go trough good with above URL (making up much > for my environment). > > The only part causing me trouble is page specific direction setting the > branch: > > $ cd xen; > *git checkout -b staging staging* >

Re: [Xen-devel] error while compiling Xen from the source

2016-06-15 Thread Meng Xu
On Thu, Jun 2, 2016 at 11:22 AM, Safa Hamza wrote: > hello > in order to build Xen from the source on my host (Intel x86-x64 running > Ubuntu mate) > I downloaded Xen Source Code from > git clone git://xenbits.xen.org/xen.gitthen > git checkout -b RELEASE-4.3.1 RELEASE-4.3.1 > I configured i

Re: [Xen-devel] error while compiling Xen from the source

2016-06-15 Thread Wim ten Have
Running F23 here seemed to go trough good with above URL (making up much for my environment). The only part causing me trouble is page specific direction setting the branch: $ cd xen; *git checkout -b staging staging* Instead I did here (and think it should be) $ cd xen; *git checkout -b stagi

Re: [Xen-devel] error while compiling Xen from the source

2016-06-15 Thread Konrad Rzeszutek Wilk
On Fri, Jun 10, 2016 at 04:03:30PM +0100, Safa Hamza wrote: > i'm really confused > i build xen from the source in pc running ubuntu mate but while trying to Take a look at http://wiki.xenproject.org/wiki/Compiling_Xen_From_Source#Build_Dependencies_-_Debian_.2F_Ubuntu and follow the directions t

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Wei Liu
On Fri, Jun 10, 2016 at 04:03:30PM +0100, Safa Hamza wrote: > i'm really confused > i build xen from the source in pc running ubuntu mate but while trying to > do the same steps in order to build xen on other pc running 12.04 i got > this error > > this is the log where xen is build successfully >

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Safa Hamza
i'm really confused i build xen from the source in pc running ubuntu mate but while trying to do the same steps in order to build xen on other pc running 12.04 i got this error this is the log where xen is build successfully checking for python-config... /usr/bin/python-config checking Python.h u

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Wei Liu
On Fri, Jun 10, 2016 at 04:41:01PM +0200, Safa Hamza wrote: > but in this case .. this error is back > > checking uuid/uuid.h usability... yes > checking uuid/uuid.h presence... yes > checking for uuid/uuid.h... yes > checking for uuid_clear in -luuid... no > checking uuid.h usability... no > chec

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Safa Hamza
but in this case .. this error is back checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for uuid_clear in -luuid... no checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no configure: error: canno

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Wei Liu
On Fri, Jun 10, 2016 at 03:25:40PM +0100, Safa Hamza wrote: > but while compiling xen (make dist) i got this error > > > lib/libvhd.so: undefined reference to `uuid_copy@UUID_1.0' > lib/libvhd.so: undefined reference to `uuid_clear@UUID_1.0' > lib/libvhd.so: undefined reference to `uuid_generate@

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Safa Hamza
but while compiling xen (make dist) i got this error lib/libvhd.so: undefined reference to `uuid_copy@UUID_1.0' lib/libvhd.so: undefined reference to `uuid_clear@UUID_1.0' lib/libvhd.so: undefined reference to `uuid_generate@UUID_1.0' lib/libvhd.so: undefined reference to `uuid_unparse@UUID_1.0'

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Safa Hamza
the uuid library is already installed.. i solved the problem by downloading libgcc.deb then i installed this package with "dpkg -i" command On Fri, Jun 10, 2016 at 3:23 PM, Wei Liu wrote: > On Fri, Jun 10, 2016 at 01:03:49PM +0100, Safa Hamza wrote: > > i'm working now with another PC running u

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Wei Liu
On Fri, Jun 10, 2016 at 01:03:49PM +0100, Safa Hamza wrote: > i'm working now with another PC running ubuntu 12.04 .. > while configuring Xen from the source i got this error > > checking uuid/uuid.h usability... yes > checking uuid/uuid.h presence... yes > checking for uuid/uuid.h... yes > checki

Re: [Xen-devel] error while compiling Xen from the source

2016-06-10 Thread Safa Hamza
i'm working now with another PC running ubuntu 12.04 .. while configuring Xen from the source i got this error checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for uuid_clear in -luuid... no checking uuid.h usability... no checking

Re: [Xen-devel] error while compiling Xen from the source

2016-06-03 Thread Wei Liu
On Fri, Jun 03, 2016 at 05:21:33PM +0200, Safa Hamza wrote: > i did what u asked me to do but there is no warning msg > but when i downloaded xen from the source git clone git:// > xenbits.xen.org/xen.git > without this git checkout -b RELEASE-4.3.1 RELEASE-4.3.1 > it worked fine , i just wonder

Re: [Xen-devel] error while compiling Xen from the source

2016-06-03 Thread Safa Hamza
i did what u asked me to do but there is no warning msg but when i downloaded xen from the source git clone git:// xenbits.xen.org/xen.git without this git checkout -b RELEASE-4.3.1 RELEASE-4.3.1 it worked fine , i just wonder why !! On Thu, Jun 2, 2016 at 5:26 PM, Wei Liu wrote: > On Thu, Ju

Re: [Xen-devel] error while compiling Xen from the source

2016-06-02 Thread Wei Liu
On Thu, Jun 02, 2016 at 04:22:25PM +0100, Safa Hamza wrote: > hello > in order to build Xen from the source on my host (Intel x86-x64 running > Ubuntu mate) > I downloaded Xen Source Code from > git clone git://xenbits.xen.org/xen.gitthen > git checkout -b RELEASE-4.3.1 RELEASE-4.3.1 > I conf