Displaying 8 results from an estimated 8 matches for "guestfs005load".
2011 Nov 15
3
[PATCH 1/3] out of tree build: erlang
From: Hilko Bengen <bengen at hilluzination.de>
---
erlang/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/erlang/Makefile.am b/erlang/Makefile.am
index f336375..2c9e359 100644
--- a/erlang/Makefile.am
+++ b/erlang/Makefile.am
@@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin
erlang_bin_DATA = guestfs.beam
2011 May 23
2
How to run the java demo code contained in libguestfs package ???
...uot; java.lang.UnsatisfiedLinkError: no guestfs_jni in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.redhat.et.libguestfs.GuestFS.<clinit>(GuestFS.java:44)
at test.GuestFS005Load.main(GuestFS005Load.java:27)
It seems that I need to build guestfs_jni before I could use libguestfs through Java. But I am not clear how to get this "guestfs_jni".......
Does anybody know how to fix this problem? Thank you very very much!
-------------- next part --------------
An HTML...
2009 Nov 19
3
Fix parallel make (v3)
This new series condenses all of the previously posted patches into new patch
1/2.
The second patch is a new fix for parallel build in the haskell directory.
2012 Jan 20
8
Various fixes from building libguestfs for Debian
Here are some of the patches that I have maintained in the patch queue
of my packages that I maintain within the Debian distribution
(http://packages.qa.debian.org/libg/libguestfs.html). All of them
address FTBFS (fail to build from source) errors that happened with
the particular configuration that is used for building the Debian
package.
Cheers,
-Hilko
2009 Nov 18
1
[PATCH] Fix dependencies on generator.ml
...rule won't match, and
+# therefore won't generate, the files if they haven't been created yet
+EXTRA_DIST = $(GENERATOR_ML) *.hs run-bindtests
CLEANFILES = *~
@@ -32,6 +43,8 @@ check_DATA = Bindtests
GHCFLAGS = -I$(top_builddir)/src -L$(top_builddir)/src/.libs
+all: Bindtests Guestfs005Load Guestfs010Launch Guestfs050LVCreate
+
Bindtests: Bindtests.hs Guestfs.hs
$(GHC) $(GHCFLAGS) -main-is $(shell basename $@) --make -o $@ $< -lguestfs
diff --git a/java/Makefile.am b/java/Makefile.am
index 6ddf8b4..4bda32c 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -18,6 +18,14 @...
2012 Jan 20
11
[PATCH 01/10] Revert "Revert "generator: Add CamelName flag""
This reverts commit 3f6ca541c7b24d4c86688a509582cb41a7e0078c.
The original commit was reverted prematurely.
---
generator/generator_actions.ml | 10 +++++-----
generator/generator_checks.ml | 5 +++++
generator/generator_types.ml | 3 +++
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index
2009 Nov 19
5
Fix various build dependency problems
Patch 1/5 is a repost. Only change is title update.
These fix parallel make on my machine, and additionally make building from
subdirectories more correct.
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...| 80 +-
fish/tilde.c | 6 +-
fish/time.c | 4 +-
inspector/virt-inspector.pl | 246 +-
.../redhat/et/libguestfs/LibGuestFSException.java | 2 +-
java/t/GuestFS005Load.java | 16 +-
java/t/GuestFS010Launch.java | 32 +-
java/t/GuestFS050LVCreate.java | 60 +-
m4/ocaml.m4 | 48 +-
make-recipes.sh | 18 +-
ocaml/t/gue...