Displaying 20 results from an estimated 60000 matches similar to: "Re: libguestfs binaries missing when built from source code"
2017 Aug 04
0
Re: libguestfs binaries missing when built from source code
On Fri, Aug 04, 2017 at 10:20:39AM +0000, emlyn.jose@wipro.com wrote:
> Hi Richard,
>
> Thank you for the feedback!
> I have been following them and facing the below issue while building the same:
> …..
> podwrapper.pl: wrote virt-v2v-test-harness.1
> podwrapper.pl: wrote ../../html/virt-v2v-test-harness.1.html
> touch stamp-virt-v2v-test-harness.pod
> ocamlfind
2017 Aug 10
0
Re: libguestfs binaries missing when built from source code
On Thu, Aug 10, 2017 at 04:49:22AM +0000, emlyn.jose@wipro.com wrote:
> Hello Richard!
>
> Ocaml solved my problem. Thank you so much :)
>
> There are many unpackaged ocaml files created outside the BUILDROOT. Will removing them harm the working of the package?
>
> error: Installed (but unpackaged) file(s) found:
> /usr/lib64/ocaml/guestfs/META
>
2017 Jul 25
1
Re: libguestfs binaries missing when built from source code
On Tue, Jul 25, 2017 at 01:20:15PM +0000, emlyn.jose@wipro.com wrote:
> Hello,
>
> This is regarding the binary missing from libguestfs built from the source code(v 1.30.3).
> Here there are some binaries missing when compared to the libguestfs rpm installed from the rhel6-server repo.
> Below are the list of binaries
> >From the os rpm
2017 Aug 01
0
Re: libguestfs binaries missing when built from source code
On Tue, Aug 01, 2017 at 12:55:21PM +0000, emlyn.jose at wipro.com wrote:
> Hello Richard,
>
> I have been following that link to build libguestfs that includes
> virt-resize binary. But it is found that the libguetfs is split into
> another libguestfs-tools-c which actually provides this virt-resize
> binary.
In the Fedora packaging we put virt-resize into libguestfs-tools-c,
2017 Aug 17
0
Re: libguestfs binaries missing when built from source code
On Thursday, 17 August 2017 12:54:19 CEST emlyn.jose@wipro.com wrote:
> Hello Richard!
>
> Another problem came up today while working on it:
>
> [INFO] >>> Resizing qcow image...
> [INFO] >>> Executing: cp AirFrameVirtualized-3.0.76999.qcow2 image.tmp
> [INFO] >>> Executing: qemu-img resize -f qcow2 AirFrameVirtualized-3.0.76999.qcow2 10G
>
2017 Sep 01
1
virt-resize error on RHEL 7 (was: Re: Regarding libguestfs)
Hi Richard,
As per your suggestion we removed pango-devel and build was successful. Thank you!
After the delivery, our customer reported another error related to virt-resize as below:
virt-resize: error: libguestfs error: internal_feature_available:
dispatch_incoming_message: unknown procedure number 458, set
LIBGUESTFS_PATH to point to the matching libguestfs appliance directory
Regards,
2017 Oct 06
0
Re: --with-qemu option in libguestfs
[Please keep replies on the mailing list so that others can
benefit from following the discussion]
On Fri, Oct 06, 2017 at 06:04:46AM +0000, emlyn.jose@wipro.com wrote:
> > qemu is a hypervisor, qemu-img is a program for manipulating disk
> > images. They are very different things, and it makes no sense to
> > substitute qemu-img for qemu.
>
> I do not want to substitute
2017 Oct 05
0
Re: --with-qemu option in libguestfs
On Thu, Oct 05, 2017 at 10:32:09AM +0000, emlyn.jose@wipro.com wrote:
> Hi Richard,
>
> The --with-qemu option description is given as below:
>
> --with-qemu="bin1 bin2 ..."
> set default QEMU binary [default="[qemu-kvm]
> qemu-system-<host> qemu"]
>
> Does specifying this option takes
2017 Sep 01
0
Re: libguestfs binaries missing when built from source code
I have nothing to add to my original message:
https://www.redhat.com/archives/libguestfs/2017-August/msg00140.html
Please read it and the linked documentation carefully.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny program
2017 Sep 07
0
Re: virt-resize error on RHEL 7 (was: Re: Regarding libguestfs)
On Thu, Sep 07, 2017 at 10:10:52AM +0000, emlyn.jose@wipro.com wrote:
> Hello Richard,
>
> Attaching a log file just to check if the issue is with the virt-resize binary.
> Kindly have a look at the attached log.
The error is:
virt-resize: error: libguestfs error: internal_feature_available:
dispatch_incoming_message: unknown procedure number 458, set
which is caused by and can
2017 Oct 06
0
Re: --with-qemu option in libguestfs
[PLEASE maintain libguestfs mailing list. I'm not paid
to give free private help]
On Fri, Oct 06, 2017 at 10:51:06AM +0000, emlyn.jose@wipro.com wrote:
> >Don't use ‘--with-qemu=...qemu-img’, it is simply wrong. The --with-qemu parameter is intended to specify the hypervisor, and qemu-img is not a hypervisor.
> Yes this is clear now. Thank you!
>
> > You just said
2018 Jan 25
0
Re: python 3 bindings on libguestfs
On Thu, Jan 25, 2018 at 01:31:09PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> We are trying to build libguestfs RPM package using SPEC file.
This is new information, and good that's how you should be building
libguestfs on RHEL or CentOS.
...
> 4. We could see python-guestfs libraries in below path,
>
> [root@euca-172-31-15-221 site-packages]$ pwd
>
2018 Jan 24
0
Re: python 3 bindings on libguestfs
On Wed, Jan 24, 2018 at 09:13:22AM +0000, abinaya.manikandan@wipro.com wrote:
> Hello,
>
> Please fine below details:
>
> [root@server190 ~]$ cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 6.5 (Santiago)
>
> We are trying to import guestfs in python according to manual page:
> http://libguestfs.org/guestfs-py
>
> I should be able to
2017 Aug 29
0
Pango error when compiling virt-p2v on RHEL 7 (was: Re: Regarding libguestfs)
On Tue, Aug 29, 2017 at 01:16:00PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi Team,
>
> We are trying to build libguestfs-1.34.6 on RHEL7 host.
> We have installed all the dependencies which is showing while running ./configure command in inside the source code of libguestfs.
> But while running make we are facing below issue:
>
>
2018 Jan 31
1
Re: python 3 bindings on libguestfs
On Wed, Jan 31, 2018 at 09:09:11AM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> We have done on fresh instance.
>
> We have manually installed libguestfs-1.32.10.
> I could see below log while running ./configure:
>
> checking Python version... 3.6
> checking for PYTHON... yes
> checking Python prefix... /opt/python/x86_64/3.6.3-1
> checking for Python
2018 Feb 05
0
Re: python 3 bindings on libguestfs
On Mon, Feb 05, 2018 at 11:58:45AM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> Please find below warning which I am facing while running "make" in source code of libguestfs-1.32.4:
>
> **********************************************************************
> make[2]: Entering directory `/root/rpmbuild/SOURCES/libguestfs-1.32.4/python'
> CC
2018 Jan 23
0
Re: python 3 bindings on libguestfs
On Tue, Jan 23, 2018 at 12:48:48PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi Team,
>
> As per our user request we are trying to enable python3 on libguestfs 1.32.10 as per steps which is mentioned in below URL.
>
> https://github.com/libguestfs/libguestfs/blob/master/docs/guestfs-building.pod
>
> But python-guestfs is not getting enabled.
> Please suggest me on
2018 Jan 25
0
Re: python 3 bindings on libguestfs
On Thu, Jan 25, 2018 at 03:09:47PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> As per you suggestion I have set PYTHONPATH.
> Now the issue is different.
>
> [root@euca-172-31-15-221 ~]$ echo $PYTHONPATH
> /opt/libguestfs/x86_64/1.32.10/lib64:/opt/libguestfs/x86_64/1.32.10/lib/python3.6/site-packages/:
> [root@euca-172-31-15-221 ~]$ python
> Python 3.6.0
2018 Jan 30
0
Re: python 3 bindings on libguestfs
On Tue, Jan 30, 2018 at 02:05:51PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> Finally on our RHEL7 machine we are able to bind python with libguestfs.
> Please find below log:
>
> checking for PYTHON... yes
> checking Python prefix... /opt/python/x86_64/3.6.3-1
> configure: Python install dir /opt/libguestfs/x86_64/1.32.10-1.el7/lib/python3.6/site-packages
>
2018 Jan 25
0
Re: python 3 bindings on libguestfs
On Thu, Jan 25, 2018 at 10:25:16AM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> Can you please let me know which all are the python versions
> (2.7/3.5/3.6) can enable in libguestfs_v13210.
Any version of Python can be used.
See also:
http://libguestfs.org/guestfs-building.1.html#building-python-2-and-python-3-bindings
Rich.
--
Richard Jones, Virtualization Group, Red Hat