arnaud gaboury
2014-Aug-11 16:29 UTC
Re: [Libguestfs] issue when building/making package from git
Patch applied. ------- ==> Creating package "libguestfs-git"... -> Generating .PKGINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: libguestfs-git 1.27.25.12.gbbae613-1 (Mon Aug 11 18:24:54 CEST 2014) ---------------------- martinus@gerbillous ➤➤ ~aur/libguestfs-git % ls -al src/libguestfs/v2v | grep virt-v2v 41:-rw-r--r-- 1 martinus martinus 0 Aug 11 18:24 stamp-virt-v2v.pod 71:-rwxr-xr-x 1 martinus martinus 2.3M Aug 11 18:24 virt-v2v* 72:-rw-r--r-- 1 martinus martinus 19K Aug 11 18:24 virt-v2v.1 75:-rw-r--r-- 1 martinus martinus 13K Aug 11 18:19 virt-v2v.pod ------------------------------------------------------------- A big thank you. Now, let's start to learn the command. I am virtualizing a w8 partition using libvirt qemu/kvm and would like to create a virtual image from physical partition.
Richard W.M. Jones
2014-Aug-11 16:44 UTC
Re: [Libguestfs] issue when building/making package from git
On Mon, Aug 11, 2014 at 06:29:34PM +0200, arnaud gaboury wrote:> Patch applied. > > ------- > ==> Creating package "libguestfs-git"... > -> Generating .PKGINFO file... > -> Generating .MTREE file... > -> Compressing package... > ==> Leaving fakeroot environment. > ==> Finished making: libguestfs-git 1.27.25.12.gbbae613-1 (Mon Aug 11 > 18:24:54 CEST 2014) > ---------------------- > martinus@gerbillous ➤➤ ~aur/libguestfs-git % ls -al src/libguestfs/v2v > | grep virt-v2v > 41:-rw-r--r-- 1 martinus martinus 0 Aug 11 18:24 stamp-virt-v2v.pod > 71:-rwxr-xr-x 1 martinus martinus 2.3M Aug 11 18:24 virt-v2v* > 72:-rw-r--r-- 1 martinus martinus 19K Aug 11 18:24 virt-v2v.1 > 75:-rw-r--r-- 1 martinus martinus 13K Aug 11 18:19 virt-v2v.pod > ------------------------------------------------------------- > > A big thank you. Now, let's start to learn the command. I am > virtualizing a w8 partition using libvirt qemu/kvm and would like to > create a virtual image from physical partition.This is extremely alpha code, so good luck. If it fails, then you should capture the virt-v2v output with the -x and -v flags, and post the complete output here. (For virt-p2v there is a button in the user interface which does effectively the same thing). Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/
Richard W.M. Jones
2014-Aug-11 17:50 UTC
Re: [Libguestfs] issue when building/making package from git
On Mon, Aug 11, 2014 at 07:32:35PM +0200, arnaud gaboury wrote:> > > > gnulib tests are broken. Not sure why -- would need to see the > > complete messages not just the end bit. > > > > first test to fail : > ---------------- > Starting test_lock .../bin/sh: line 5: 1463 Aborted > EXEEXT='' srcdir='.' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' > LOCALE_FR='fr_FR' LOCALE_TR_UTF8='none' LOCALE_FR='fr_FR' > LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='none' LOCALE_ZH_CN='none' > LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_FR='fr_FR' > LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='none' LOCALE_ZH_CN='none' > LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='none' > LOCALE_ZH_CN='none' > abs_aux_dir='/drawer/aur/libguestfs-git/src/libguestfs/build-aux' > MAKE='make' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' > LOCALE_JA='none' LOCALE_ZH_CN='none' ${dir}$tst > FAIL: test-lock > ------------------------------ > > Second : > ------------- > > glthread_create failed > FAIL: test-thread_create > --------------You can avoid testing gnulib (not very interesting anyway) by running: ./configure --disable-gnulib-tests For gnulib problems, ask on this list: https://www.gnu.org/software/gnulib/ Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
arnaud gaboury
2014-Aug-11 17:59 UTC
Re: [Libguestfs] issue when building/making package from git
> You can avoid testing gnulib (not very interesting anyway) by running: > > ./configure --disable-gnulib-testsI personaly do not care, but in case i make a libguestfs-git PKBUILD, I want everything be OK. I just realised than I followed the libguestfs PKGBUILD, but NO virt-p2v and virt-v2v binaries are installed in /usr/bin. Shame. I am rewriting the git PKGBUILD.