search for: localenv

Displaying 20 results from an estimated 20 matches for "localenv".

Did you mean: locale
2017 Jul 28
2
where to create localenv?
I don't want prefix 'git' and I watched this http://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...
2017 Jul 28
0
Re: where to create localenv?
On Friday, 28 July 2017 05:11:49 CEST lampahome wrote: > I don't want prefix 'git' and I watched this > http://libguestfs.org/guestfs-building.1.html#local-files > > . localenv > ./autogen.sh \ > -C \ > --enable-werror \ > "$@" Note this is an example snippet -- you don't really need to copy&paste if you don't need it, and the usual `./configure` and `make` commands used to build autotools-based software work fine. >...
2013 Nov 07
2
Re: Kernel panic with virt-builder etc.
...t) 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 \ "$@" ---------------------------------------------------------------------- * Create a file called 'localenv' containing: ---------------------------------------------------...
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
2013 Oct 23
1
Notes on compiling libguestfs 1.24 on RHEL 6.4
...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 \ "$@" ---------------------------------------------------------------------- "localenv" containing: ---------------------------------...
2013 Nov 07
0
Re: Kernel panic with virt-builder etc.
...;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 \ > "$@" > ---------------------------------------------------------------------- > > * Create a file called 'localenv' containing: &g...
2018 Mar 28
0
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
...ss.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v --7KvBbaRjXS2SFKKp Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=localconfigure . localenv # Copy in some files we need for Windows testing. cp /usr/lib64/guestfs/supermin.d/zz-winsupport.tar.gz appliance/supermin.d/ # --enable-gtk-doc is a temporary hack ./autogen.sh \ --prefix /usr \ --libdir /usr/lib64 \ --disable-static \ --with-default-backend=libvirt \ --enable-gcc-warn...
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. > > -- >
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 May 01
1
[PATCH] tests/c-api: Allow the C API tests to run in parallel.
I'm not going to put this upstream because there's no benefit. However it is useful to record the patch on the mailing list. Rich.
2018 Aug 14
5
[PATCH 1/4] build: Use LT_INIT in configure.ac.
Avoids the warning: libtoolize: Remember to add 'LT_INIT' to configure.ac. This is the new name for AC_PROG_LIBTOOL, so I removed that. However to use this macro we must enable AC_USE_SYSTEM_EXTENSIONS. (AC_GNU_SOURCE was removed back in 2011). --- configure.ac | 5 +++++ m4/guestfs-progs.m4 | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac
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 Oct 05
2
[PATCH] Remove multiple hacks that only apply to RHEL 5.
...on RHEL 5, will be ignored everywhere else. - e4fsprogs genisoimage gfs-utils gfs2-utils diff --git a/common-rules.mk b/common-rules.mk index 312107e..e6b40d1 100644 --- a/common-rules.mk +++ b/common-rules.mk @@ -19,11 +19,3 @@ # cf. 'subdir-rules.mk' -include $(top_builddir)/localenv - -# Old RHEL 5 autoconf defines these, but RHEL 5 automake doesn't -# create variables for them. So define them here if they're not -# defined already. -builddir ?= @builddir@ -abs_builddir ?= @abs_builddir@ -srcdir ?= @srcdir@ -abs_srcdir ?= @abs_srcdir@ diff --git a/daemon/p...
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.
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...ave 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 can use this to build libguestfs: ./localconfigure && make -If there is a file in the top build directory called C<localenv>, then +If there is a file in the top build directory called F<localenv>, then it will be sourced by C<make>. This...
2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
...virt-ls.1 - bin_PROGRAMS = virt-cat virt-filesystems virt-log virt-ls SHARED_SOURCE_FILES = \ diff --git a/common-rules.mk b/common-rules.mk index e6b40d1..fd136ed 100644 --- a/common-rules.mk +++ b/common-rules.mk @@ -19,3 +19,45 @@ # cf. 'subdir-rules.mk' -include $(top_builddir)/localenv + +# Files that should universally be removed by 'make clean'. Note if +# there is any case in any subdirectory where a file should not be +# removed by 'make clean', it should not be listed here! + +# Emacs backup files +CLEANFILES = *~ + +# Other backup files. +CLEANFILES += *.ba...
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 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
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...