Nikita A Menkovich
2012-Feb-28 20:26 UTC
[Libguestfs] Problem with backporting libguestfs 1.16.5 to squeeze
Hello I am trying to backport package from debian sid to squeeze. I backport some needed packages(some dependencies to qemu-kvm, libvirt, etc) Before building I disable gobject in debian/{control,rules} --- debian/rules 2012-02-13 22:51:18.000000000 +0400 +++ ../libguestfs-1.16.5_new/debian/rules 2012-02-28 23:53:50.307471412 +0400 @@ -11,7 +11,8 @@ --disable-appliance \ --with-readline \ --disable-haskell \ - --disable-php + --disable-php \ + --disable-gobject BARE_CONFIG_FLAGS = \ $(DEFAULT_CONFIG_FLAGS) \ @@ -136,4 +138,4 @@ %: dh $@ \ --without=python-support \ - --with=autotools-dev,ocaml,python2,python3,bash-completion,ruby,gir + --with=autotools-dev,ocaml,python2,python3,bash-completion,ruby When I try to build libguestfs I receive an error(full log attached): cat: ../podfiles: No such file or directory make[6]: Entering directory `/home/lib/projects/libguestfs-1.16.5/debian/build-default/po-docs/ja' make[7]: Entering directory `/home/lib/projects/libguestfs-1.16.5/debian/build-default' make[7]: Leaving directory `/home/lib/projects/libguestfs-1.16.5/debian/build-default' /bin/mkdir -p /home/lib/projects/libguestfs-1.16.5/debian/tmp/usr/share/man/ja/man1 /usr/bin/install -c -m 0644 guestfish.1 /home/lib/projects/libguestfs-1.16.5/debian/tmp/usr/share/man/ja/man1 /usr/bin/install: cannot stat `guestfish.1': No such file or directory make[6]: *** [install-data-hook] Error 1 make[6]: Leaving directory `/home/lib/projects/libguestfs-1.16.5/debian/build-default/po-docs/ja' make[5]: *** [install-data-am] Error 2 make[5]: Leaving directory `/home/lib/projects/libguestfs-1.16.5/debian/build-default/po-docs/ja' make[4]: *** [install-am] Error 2 make[4]: Leaving directory `/home/lib/projects/libguestfs-1.16.5/debian/build-default/po-docs/ja' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/home/lib/projects/libguestfs-1.16.5/debian/build-default/po-docs' make[2]: *** [install-recursive] ?????? 1 make[2]: Leaving directory `/home/lib/projects/libguestfs-1.16.5/debian/build-default' dh_auto_install: make -j1 install DESTDIR=/home/lib/projects/libguestfs-1.16.5/debian/tmp returned exit code 2 make[1]: *** [override_dh_auto_install] ?????? 29 -- Nikita A Menkovich http://libc6.org/ JID: menkovich at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: libguestfs_1.16.5-1_amd64.build Type: application/octet-stream Size: 808882 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20120229/3314ce57/attachment.obj>
Richard W.M. Jones
2012-Mar-02 15:16 UTC
[Libguestfs] Problem with backporting libguestfs 1.16.5 to squeeze
On Wed, Feb 29, 2012 at 12:26:20AM +0400, Nikita A Menkovich wrote:> Hello > > I am trying to backport package from debian sid to squeeze. > > I backport some needed packages(some dependencies to qemu-kvm, libvirt, etc)Have you tried Hilko's backported packages? http://people.debian.org/~bengen/libguestfs/ Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/