Displaying 20 results from an estimated 4000 matches similar to: "Re: libguestfs binaries missing when built from source code"
2017 Sep 01
2
Re: The issue about code coverage for libguestfs
----- Original Message -----
> On Thu, Aug 31, 2017 at 05:45:38AM -0400, Yongkui Guo wrote:
> > Hi,
> >
> > I tried to do code coverage testing for libguestfs with gcov.
> >
> > The steps are shown as follows:
> > 1. Download and install the source package(libguestfs-1.36.5-1.el7.src.rpm)
>
> Probably best to try building this from git instead of
2014 Feb 28
6
[PATCH] Fix building on architectures where ocamlopt is not available
---
builder/Makefile.am | 18 +++++++++++++-
configure.ac | 2 ++
mllib/Makefile.am | 60 +++++++++++++++++++++++++++++++---------------
ocaml/Makefile.am | 28 +++++++++++++++-------
ocaml/examples/Makefile.am | 13 ++++++++++
resize/Makefile.am | 18 +++++++++++++-
sparsify/Makefile.am | 18 +++++++++++++-
sysprep/Makefile.am | 18
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 31
2
The issue about code coverage for libguestfs
Hi,
I tried to do code coverage testing for libguestfs with gcov.
The steps are shown as follows:
1. Download and install the source package(libguestfs-1.36.5-1.el7.src.rpm)
2. Modify libguestfs.spec file
#diff -u libguestfs.spec libguestfs.spec.modify
---------------------------------------------------------------------------------------
--- libguestfs.spec 2017-08-29 02:44:35.623751541 -0400
2014 Mar 22
2
Re: [PATCH] Fix building on architectures where ocamlopt is not available
* Richard W.M. Jones:
> On Fri, Feb 28, 2014 at 02:35:56PM +0100, Hilko Bengen wrote:
>> diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
>> index 5dd2c9b..708b2e7 100644
>> --- a/ocaml/Makefile.am
>> +++ b/ocaml/Makefile.am
> [...]
>> +# Tell version 3.79 and up of GNU make to not build goals in this
>> +# directory in parallel.
>> +.NOTPARALLEL:
2014 Mar 03
7
[PATCH 1/4] More fixes for situations where ocamlopt is not available
- run bindtests.opt only if available
- use ocamlc -custom
- Don't try to install native code if it hasn't been built (Thanks to Olaf Hering)
---
mllib/Makefile.am | 2 +-
ocaml/Makefile.am | 7 ++++++-
ocaml/examples/Makefile.am | 11 ++++-------
ocaml/run-bindtests | 2 ++
4 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/mllib/Makefile.am
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 Aug 30
1
Re: libguestfs binaries missing when built from source code
On Wed, Aug 30, 2017 at 01:50:25AM +0000, emlyn.jose@wipro.com wrote:
> Hi,
> We installed it from the source code.
Most likely you've run ‘make install’ at some point and now have
multiple copies installed all over the place, which is why binaries
and libraries are linked to the wrong versions.
I suggest started from scratch (reinstalling your operating system),
and NOT running ’make
2017 Aug 31
0
Re: The issue about code coverage for libguestfs
On Thu, Aug 31, 2017 at 05:45:38AM -0400, Yongkui Guo wrote:
> Hi,
>
> I tried to do code coverage testing for libguestfs with gcov.
>
> The steps are shown as follows:
> 1. Download and install the source package(libguestfs-1.36.5-1.el7.src.rpm)
Probably best to try building this from git instead of using RPMs, so
we can get the changes working upstream first. Make sure to
2014 Mar 23
2
Re: [PATCH] Fix building on architectures where ocamlopt is not available
* Richard W.M. Jones:
> (1) Removing .NOTPARALLEL. This fails, as expected.
>
> (2) mlguestfs.cmxa: mlguestfs.cma -- fails
>
> (3) mlguestfs.cmxa: | mlguestfs.cma -- fails after a longer time
I find it strange that (2) and (3) fail.
> (4) The attached patch which is derived from dce94f -- this ran
> without failing for 120 iterations (and still going).
The patch looks
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,
2012 May 03
1
Ocaml and pthread_atfork()
On Thu, May 03, 2012 at 02:00:27PM +1000, Tony Breeds wrote:
> Hi All,
> Firstly I apologize if this is noise. I elected to not file a
> bugzilla as the problem seems to be powerpc specific and with the limited
> resources for Fedora developers it would seem unfair.
>
> I was recently trying to build a "current" libguestfs from the f16
> branch[1]. During the
2012 Jan 23
2
[PATCH libguestfs] build: don't use automake-internal variable
Hi Rich,
I realized a day or two late that my suggestion was not quite right.
Here's the fix:
>From 5294c21cf07c4ec2f094182ba9f32696f3de2751 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Mon, 23 Jan 2012 10:01:40 +0100
Subject: [PATCH libguestfs] build: don't use automake-internal variable
* ocaml/Makefile.am (mlguestfs.cma): Use the documented
2009 Oct 02
1
[PATCH libguestfs] build: fix compile error
>From 3a09d409df89d72ca476ed829739b4aacf08735d Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Fri, 2 Oct 2009 16:09:19 +0200
Subject: [PATCH libguestfs] build: fix compile error
Link demo scripts with just-build library, not the installed one.
* ocaml/examples/Makefile.am (OCAMLFINDFLAGS): New variable.
(lvs, viewer): Use it.
This fix is based on a suggestion
2014 Mar 22
3
Re: [PATCH] Fix building on architectures where ocamlopt is not available
* Richard W.M. Jones:
>> Wouldn't a rule without commands such as
>>
>> mlguestfs.cmxa: mlguestfs.cma
>>
>> also prevent make from building the two targets in parallel?
>
> Doesn't that mean that if mlguestfs.cmxa is out of date, simply
> running the mlguestfs.cma rule will build it (which it won't)?
Not sure if I understand you.
If I cause
2012 Nov 19
2
install errors for libguestfs-1.19.60
I've been using libguestfs-1.18.9 but decided to "upgrade" to 1.19.60.
Using Ubuntu 12.04 with the older version installed via source.
So I went through the same process with the new version of guestfs sources
and got the following errors on 'make install':
make[2]: Nothing to be done for `install-exec-am'.
make install-data-hook
make[3]: Entering directory
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 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