search for: localconfigure

Displaying 20 results from an estimated 21 matches for "localconfigure".

2013 Nov 07
2
Re: Kernel panic with virt-builder etc.
I've just built libguestfs (from git) on Ubuntu 13.10 and it worked for me. Here's what I did: * Clone libguestfs from git: git clone https://github.com/libguestfs/libguestfs.git cd libguestfs * Create a file called 'localconfigure' containing: ---------------------------------------------------------------------- . localenv ./autogen.sh \ --prefix /usr \ --libdir /usr/lib \ --disable-static \ --enable-gtk-doc \ -C \ "$@" ---------------------------------------------------------------------- * Crea...
2017 Jul 28
2
where to create localenv?
...ttp://libguestfs.org/guestfs-building.1.html#local-files . localenv ./autogen.sh \ -C \ --enable-werror \ "$@" but I cannot execute . localenv and I saw Note that *localenv* is included by the top Makefile (so it’s a Makefile fragment). But if it is also sourced by your *localconfigure* script then it is used as a shell script. But I don't see any file named localenv after execute cmds and make: > ./autogen.sh > make how to solve it?
2013 Oct 23
1
Notes on compiling libguestfs 1.24 on RHEL 6.4
(Actually, libguestfs from git, but 1.24 and git are pretty close now) First install augeas 1.0.0 from here: http://oirase.annexia.org/tmp/libguestfs-RHEL-6.5/ Check out libguestfs from git. You'll need to create two files in the libguestfs source directory: "localconfigure" containing: ---------------------------------------------------------------------- source localenv # qemu is too old (< 1.0) so the qemu test will fail. export vmchannel_test=no ./autogen.sh \ --prefix /usr \ --disable-ruby \ -C \ "$@" ---------------------------------...
2013 Nov 07
0
Re: Kernel panic with virt-builder etc.
...nvestigate further. > I've just built libguestfs (from git) on Ubuntu 13.10 and it > worked for me. Here's what I did: > > * Clone libguestfs from git: > > git clone https://github.com/libguestfs/libguestfs.git > cd libguestfs > > * Create a file called 'localconfigure' containing: > > ---------------------------------------------------------------------- > . localenv > ./autogen.sh \ > --prefix /usr \ > --libdir /usr/lib \ > --disable-static \ > --enable-gtk-doc \ > -C \ > "$@" > -----------------------...
2018 Mar 28
2
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
On Wed, Mar 28, 2018 at 1:01 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Wed, Mar 28, 2018 at 12:33:56PM +0200, Piotr Kliczewski wrote: > > configure: error: Package requirements (jansson >= 2.7) were not met: > > You need to install jansson-devel. > OK, In addition I had to install ocaml-hivex-devel (failed during make) > > Rich. > > -- >
2014 Feb 25
4
Problem with febootstrap version while compiling guestfsd in centos6.5
Hello, I am try to compile guestfsd using this link<http://thr3ads.net/libguestfs/2012/09/2100168-Re-compile-guestfsd>. I am using libguestfs-1.24.4.tar.gz After running ./configure with disable options i get a message claiming a febootstrap >=3.2. I already installed febootstrap-3.21-4.el6x86_64.rpm for centos6.5. In the rpm description i found a note telling that this rpm will
2018 Jun 16
0
IRC question - failing tests
...lvm issue: libguestfs: error: lvcreate: Volume group "VG1" has insufficient free space (6 extents): 13 required 23:06 < nsoffer> and xfs: libguestfs: error: xfs_admin: /dev/sda1: Cannot disable lazy-counters on V5 fs Put the attached files into the libguestfs directory, chmod +x localconfigure, and use ./localconfigure whenever you would usually use ./configure. See also: http://libguestfs.org/guestfs-building.1.html#local-files Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com...
2009 Sep 11
1
[PATCH] .gitignore: Ignore a couple of auto-generate m4 scripts
...rtions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a6caaf9..ae3b16d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ daemon/install-sh daemon/missing daemon/names.c daemon/stubs.c +daemon/m4/stddef_h.m4 depcomp .deps df/virt-df.1 @@ -114,6 +115,7 @@ libtool *.lo localconfigure ltmain.sh +m4/gnulib-cache.m4 m4/intmax.m4 m4/libtool.m4 m4/lt~obsolete.m4 -- 1.6.2.5
2018 Mar 28
0
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
...deps needed for upstream 1.38 (although it will synch up again in RHEL 7.6). So there may be a few missing things like this. Those are probably the only two. Also if you're on RHEL 7 there are a few other changes. Best thing is to copy the attached files into the source directory and use ‘./localconfigure’ instead of ‘./configure’, which should deal with everything I think. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with...
2018 Mar 28
1
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
...(although it will synch up again in > RHEL 7.6). So there may be a few missing things like this. Those are > probably the only two. > > Also if you're on RHEL 7 there are a few other changes. Best thing is > to copy the attached files into the source directory and use > ‘./localconfigure’ instead of ‘./configure’, which should deal with > everything I think. > Sure, will try > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~ > rjones > Read my programming and virtualization blog: http://rwmj.wordpress.com > vi...
2017 Jul 28
0
Re: where to create localenv?
...don't need it, and the usual `./configure` and `make` commands used to build autotools-based software work fine. > but I cannot execute . localenv > and I saw > Note that *localenv* is included by the top Makefile (so it’s a Makefile > fragment). But if it is also sourced by your *localconfigure* script then > it is used as a shell script. > > But I don't see any file named localenv after execute cmds and make: > > > ./autogen.sh > > make The 'localenv' will be used in the build directory if present -- nothing creates it. > how to solve it? If yo...
2013 Nov 27
1
libguestfs >= 1.24 EL6 RPM?
Before I start trying to build my own over the holiday I figured I asked ... Anyone have a >= 1.24 RPM/SRPM/SPEC+Patches for EL6? Thank you! Keith P.S.  Big fan of libguestfs. Awesome tool!  :-)
2013 Oct 25
1
Re: virt-builder looks AWESOME!
On Fri, Oct 25, 2013 at 01:14:04PM -0700, Scott Baker wrote: > On 10/25/2013 12:56 PM, Richard W.M. Jones wrote: > > F20 - it's in the beta now (as of yesterday). > > > > Rich. > > Wow this has a lot of dependencies :) Two questions... Let's put this on the mailing list so others can help. > Do I need OCaml installed? > Where does guestfs_protocol.x come
2013 Nov 07
2
Kernel panic with virt-builder etc.
Hi there, I am trying to write an article on virt-builder and managed to compile version 1.24.1 of libguestfs on Ubuntu 13.10 (I had mixed success with the git version and 1.25.x). When I am running virt-builder I am getting an error message: virt-builder: error: virt-resize failed Upon further investigation it turns out that there's a kernel panic when booting the freshly created image.
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...top source directory that begin with the prefix C<local*> +Files in the top source directory that begin with the prefix F<local*> are ignored by git. These files can contain local configuration or scripts that you need to build libguestfs. -By convention, I have a file called C<localconfigure> which is a -simple wrapper around C<autogen.sh> containing local configure +By convention, I have a file called F<localconfigure> which is a +simple wrapper around F<autogen.sh> containing local configure customizations that I need: . localenv @@ -3914,7 +3914,7 @@ So I c...
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings: Patches 1-12 split configure.ac into smaller files using the m4_include mechanism. Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into three new manual pages: guestfs-hacking(3) - how to extend and contribute to libguestfs guestfs-internals(3) - architecture and internals guestfs-security(3) - security and CVEs Patch 16 is a
2017 Mar 31
6
[PATCH 0/3] Fix some quoting issues.
Fix some quoting issues by introducing Unicode quotes. Note this intentionally only affects end-user messages and documentation. Rich.
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...un> script instead (see README). +Don’t run C<make install>! Use the C<./run> script instead (see README). =head2 How can I compile and install libguestfs if my distro doesn't have new enough qemu/supermin/kernel? @@ -422,11 +422,11 @@ programs you have compiled. Use C<./localconfigure> instead of C<./configure>, but otherwise you compile libguestfs as usual. -Don't run C<make install>! Use the C<./run> script instead (see README). +Don’t run C<make install>! Use the C<./run> script instead (see README). =head2 How can I compile and in...
2013 Jul 25
19
[PATCH hivex 00/19] Fix read/write handling of li-records.
This is, hopefully, a full fix for handling of li-records. See: https://bugzilla.redhat.com/show_bug.cgi?id=717583 https://bugzilla.redhat.com/show_bug.cgi?id=987463 Rich.
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote host, which were mistakenly handled as local paths (in the best case failing to open a non-existing disk, and in the worst case opening a different disk!). In case the disks are remote resources like ssh or ceph, nothing guarantees that the hostname can be reached from the local machine, or even that it is actually the same on