Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Xen: Devel

Unable to make xen tools from xen-unstable 4.2

 

 

Xen devel RSS feed   Index | Next | Previous | View Threaded


okhalid.cern at gmail

Jun 25, 2012, 10:17 AM

Post #1 of 3 (41 views)
Permalink
Unable to make xen tools from xen-unstable 4.2

Hi,

I have downloaded the latest xen-unstable release using mercurial
repositories. After ./configure, "make xen" successfully builds but "make
tools" fails after building xen trace package, and fails to download
seabios.git repository. Following is the output, and any help would be much
appreciated. Thank you.

/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xentrace/../../tools/cross-install
-m0644 -p xentrace.8
/scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/share/man/man8
make[3]: Leaving directory
`//scratch/xen-unstable4.2/xen-unstable-4.2/tools/xentrace'
make[2]: Leaving directory `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
make[2]: Entering directory
`/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
make -C xcutils install
make[3]: Entering directory
`/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils'
/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils/../../tools/cross-install
-d -m0755 -p
/scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/lib/xen/bin
/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils/../../tools/cross-install
-m0755 -p xc_restore xc_save readnotes lsevtchn
/sapmnt/scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/lib/xen/bin
make[3]: Leaving directory
`/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils'
make[2]: Leaving directory `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
make[2]: Entering directory
`/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
make -C firmware install
make[3]: Entering directory
`/scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware'
GIT=git
/scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware/../../scripts/git-checkout.sh
git://xenbits.xen.org/seabios.git rel-1.6.3.2 seabios-dir
Cloning into seabios-dir-remote.tmp...
make[3]: Leaving directory
`/scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware'
make[2]: Leaving directory `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
make[1]: Leaving directory `/cratch/xen-unstable4.2/xen-unstable-4.2/tools'
linux-8shx:/scratch/xen-unstable4.2/xen-unstable-4.2 # git clone git://
xenbits.xen.org/seabios.git
Cloning into seabios...
fatal: Unable to look up xenbits.xen.org (port 9418) (Name or service not
known)


rolu at roce

Jun 25, 2012, 11:18 AM

Post #2 of 3 (40 views)
Permalink
Re: Unable to make xen tools from xen-unstable 4.2 [In reply to]

On Mon, Jun 25, 2012 at 7:17 PM, Omer K. <okhalid.cern [at] gmail> wrote:
> Hi,
>
> I have downloaded the latest  xen-unstable release using mercurial
> repositories. After ./configure, "make xen" successfully builds but "make
> tools" fails after building xen trace package, and fails to download
> seabios.git repository. Following is the output, and any help would be much
> appreciated. Thank you.
>
> /scratch/xen-unstable4.2/xen-unstable-4.2/tools/xentrace/../../tools/cross-install
> -m0644 -p xentrace.8
> /scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/share/man/man8
> make[3]: Leaving directory
> `//scratch/xen-unstable4.2/xen-unstable-4.2/tools/xentrace'
> make[2]: Leaving directory `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make[2]: Entering directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make -C xcutils install
> make[3]: Entering directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils'
> /scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils/../../tools/cross-install
> -d -m0755 -p
> /scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/lib/xen/bin
> /scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils/../../tools/cross-install
> -m0755 -p xc_restore xc_save readnotes lsevtchn
> /sapmnt/scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/lib/xen/bin
> make[3]: Leaving directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils'
> make[2]: Leaving directory `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make[2]: Entering directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make -C firmware install
> make[3]: Entering directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware'
> GIT=git
> /scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware/../../scripts/git-checkout.sh
> git://xenbits.xen.org/seabios.git rel-1.6.3.2 seabios-dir
> Cloning into seabios-dir-remote.tmp...
> make[3]: Leaving directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware'
> make[2]: Leaving directory `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make[1]: Leaving directory `/cratch/xen-unstable4.2/xen-unstable-4.2/tools'
> linux-8shx:/scratch/xen-unstable4.2/xen-unstable-4.2 # git clone
> git://xenbits.xen.org/seabios.git
> Cloning into seabios...
> fatal: Unable to look up xenbits.xen.org (port 9418) (Name or service not
> known)
>

Try to access http://xenbits.xen.org/ in your web browser. This
verifies that you can access the host it's trying to get additional
data from. If not, you probably have a network problem somewhere.

If that works, have a look at
http://wiki.xen.org/wiki/Compiling_Xen_From_Source#Use_http:.2F.2F_Rather_Than_git:.2F.2F_to_Clone_Additional_Repositories

_______________________________________________
Xen-devel mailing list
Xen-devel [at] lists
http://lists.xen.org/xen-devel


okhalid.cern at gmail

Jun 26, 2012, 9:30 AM

Post #3 of 3 (38 views)
Permalink
Re: Unable to make xen tools from xen-unstable 4.2 [In reply to]

Hi Rolu,

Thank you for forwarding me with link. I configured xen-unstable with
--enable-githttp flag and it worked.

Thanks
Omer

On Mon, Jun 25, 2012 at 6:17 PM, Omer K. <okhalid.cern [at] gmail> wrote:

> Hi,
>
> I have downloaded the latest xen-unstable release using mercurial
> repositories. After ./configure, "make xen" successfully builds but "make
> tools" fails after building xen trace package, and fails to download
> seabios.git repository. Following is the output, and any help would be much
> appreciated. Thank you.
>
> /scratch/xen-unstable4.2/xen-unstable-4.2/tools/xentrace/../../tools/cross-install
> -m0644 -p xentrace.8
> /scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/share/man/man8
> make[3]: Leaving directory
> `//scratch/xen-unstable4.2/xen-unstable-4.2/tools/xentrace'
> make[2]: Leaving directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make[2]: Entering directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make -C xcutils install
> make[3]: Entering directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils'
> /scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils/../../tools/cross-install
> -d -m0755 -p
> /scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/lib/xen/bin
> /scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils/../../tools/cross-install
> -m0755 -p xc_restore xc_save readnotes lsevtchn
> /sapmnt/scratch/xen-unstable4.2/xen-unstable-4.2/dist/install/usr/lib/xen/bin
> make[3]: Leaving directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools/xcutils'
> make[2]: Leaving directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make[2]: Entering directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make -C firmware install
> make[3]: Entering directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware'
> GIT=git
> /scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware/../../scripts/git-checkout.sh
> git://xenbits.xen.org/seabios.git rel-1.6.3.2 seabios-dir
> Cloning into seabios-dir-remote.tmp...
> make[3]: Leaving directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools/firmware'
> make[2]: Leaving directory
> `/scratch/xen-unstable4.2/xen-unstable-4.2/tools'
> make[1]: Leaving directory `/cratch/xen-unstable4.2/xen-unstable-4.2/tools'
> linux-8shx:/scratch/xen-unstable4.2/xen-unstable-4.2 # git clone git://
> xenbits.xen.org/seabios.git
> Cloning into seabios...
> fatal: Unable to look up xenbits.xen.org (port 9418) (Name or service not
> known)
>
>

Xen devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.