Displaying 20 results from an estimated 75 matches for "findlib".
2014 Feb 22
2
[W/ commit: 838a3c9] "inconsistent assumptions over interface Guestfs"
...l/guestfs.cmi and perl_edit.cmi
make inconsistent assumptions over interface Guestfs
Haven't investigated further, thought I'd post it here first:
$ git rev-parse --short HEAD
838a3c9
$ ./autogen.sh
$ echo $?
0
$ make -j48
[. . .]
findlib: [WARNING] Interface perl_edit.cmi occurs in several directories: ., ../mllib
findlib: [WARNING] Interface perl_edit.cmi occurs in several directories: ., ../mllib
findlib: [WARNING] Interface perl_edit.cmi occurs in several directories: ., ../mllib
CC virt_index_validate-index-...
2019 Nov 29
2
Re: Continuing the split (was: Let's split up the libguestfs git repo and tarballs)
...talled.pc file with its paths
pointing to the source/build directories, and making sure the path of
that -uninstalled.pc file is in PKG_CONFIG_PATH (which ./run can do).
I never tried to do this, I can give it a try on Monday to see how it
works.
2) building OCaml programs.
It seems like ocamlfind.findlib has the possibility to locate modules
in non-standard directories (see findlib.conf(5)), however I never
tried that. Most probably a certain file structure is expected, which
is definitely not what we have right now.
IMHO solving (1) is definitely a must, otherwise there is no way to
test new API...
2011 Nov 16
1
febootstrap-3.12 configure error on Fedora 16
...;
> so What must be corrected ?
I don't see this error myself. I just unpacked febootstrap-3.12 from
the tarball, and ./configure && make works fine.
What does config.log say?
> PS
> You can also add:
>
> yum install git mailx autoconf automake texinfo ocaml pcaml-findlib
>
> to the descripion on how to install on fresh F16.
> to save others from my detective work.
I'm fairly sure you don't need autoconf and automake, to build from
the tarball. Building from git does of course require these.
OCaml and ocaml-findlib are already mentioned in the R...
2023 Apr 05
2
How to resolve OCaml-augeas dependency for Guestfs build on Ubuntu 22.04
Hi Libguestfs team,
I'm trying to build guestfs on Ubuntu 22.04, but getting below error.
#17 8.021 checking for OCaml findlib package augeas... not found
#17 8.024 configure: error: the OCaml module 'augeas' is required
By guestfs-building doc I need to get the package from https://people.redhat.com/~rjones/augeas/. But there is not instructions on how and where to place the package .tar file? I downloaded the .t...
2017 Mar 10
2
OCaml bindings
Hi All,
I’m being a complete newbie on this one but how do I generate the OCaml bindings? I saw an old google post using “configure —enable-bindings=ocaml” but we don’t use configure anymore (I’m building 3.9.1) and if I just do a regular build (optimized) then I don’t see any bindings in my build directory….
Any ideas?
JC
2017 Jul 14
0
[PATCH 01/27] build: Make OCaml compiler required for all builds.
....depend
-include .depend
-endif
-
.PHONY: depend docs
diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod
index 0f9ed2893..80693e22e 100644
--- a/docs/guestfs-building.pod
+++ b/docs/guestfs-building.pod
@@ -120,8 +120,7 @@ I<Required>. Part of Perl core.
=item OCaml findlib
-I<Required> if compiling from git.
-Optional (but recommended) if compiling from tarball.
+I<Required>.
=item autoconf
@@ -594,8 +593,12 @@ See L</USING A PREBUILT BINARY APPLIANCE> below.
Disable specific language bindings, even if C<./configure> finds all
the nec...
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
...patches were created
at the request of the Debian Ocaml Task Force as the ocaml libraries
were polluting the global namespace of packages with their too-short
names.
2. The libraries have been installed under /usr/lib/xen-4.1/lib/ocaml,
which is not the standard place to install ocaml findlib packages.
It is in keeping with the current packaging of xen in debian though.
To use the libraries, set an environment variable:
OCAMLPATH=/usr/lib/xen-4.1/lib/ocaml
and then findlib should locate the packages.
3. Compilation and running of non-custom bytecode executables require...
2011 Aug 29
3
[patch] Packages ocaml libraries
This is the second version of my patch, this one is much more clean,
since it's using upstream Makefile. This is the most urgent patch, since
we need it in order to build xen-api-libs / xen-api. Please really
consider applying this patch.
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 09_ocaml.diff
Type: text/x-diff
Size: 4680 bytes
Desc: not
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...scription: OCaml libraries for controlling Xen
+ This package contains the runtime libraries required for the ocaml bindings
+ to the Xen control libraries.
+
+Package: libxen- at version@-ocaml-dev
+Section: ocaml
+Depends: libxen- at version@-ocaml (= ${binary:Version}), ${shlibs:Depends}, ocaml-findlib (>= 1.1), ${misc:Depends}, ${ocaml:Depends}, libxen-dev
+Provides: ${ocaml:Provides}
+Description: OCaml libraries for controlling Xen (devel package)
+ This package contains the ocaml findlib packages for compiling applications
+ that are designed to control the Xen hypervisor.
+
diff --git a/x...
2017 Aug 04
0
Re: libguestfs binaries missing when built from source code
...est-harness'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/rpmbuild_oldlib/BUILD/libguestfs-1.30.3'
> make: *** [all] Error 2
>
> I have listed the available ocaml packages installed on my server:
> ocaml-runtime-3.11.2-2.el6.x86_64
> ocaml-findlib-devel-1.2.5-5.el6.x86_64
> ocaml-fileutils-devel-0.4.0-4.1.el6.x86_64
> ocaml-libvirt-0.6.1.0-6.4.el6.x86_64
> ocaml-3.11.2-2.el6.x86_64
> ocaml-findlib-1.2.5-5.el6.x86_64
> ocaml-ounit-2.0.0-17.el6.x86_64
> ocaml-fileutils-0.4.0-4.1.el6.x86_64
> ocaml-camlp4-3.11.2-2.el6.x86_6...
2013 Dec 02
6
Bug#731166: Error: Syntax error: 'end' expected
...lc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for OCaml findlib package xmlm... found
checking for OCaml findlib package type_conv... not found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.mk
config.status: creating include/config.h
configure: WARNING: unrecognized options: --disable-maintainer-mode,
--disa...
2019 Jul 02
3
Re: 1.39 proposal: Let's split up the libguestfs git repo and tarballs
On Tue, Jul 02, 2019 at 09:32:26AM +0200, Pino Toscano wrote:
> On Monday, 1 July 2019 22:47:32 CEST Richard W.M. Jones wrote:
> > > > Does this mean we need to move immediately to a submodule if just
> > > > splitting virt-p2v, or copy code as you suggest? Maybe not, because
> > > > you can imagine for just this project copying the code needed from the
>
2013 Dec 05
0
Bug#731166: Error: Syntax error: 'end' expected
Le 02/12/2013 18:05, Mathieu Malaterre a ?crit :
> I cannot backport xen-api-libs to an oldstable system. It fails with:
> [...]
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -thread -c
> -o threadext.cmi threadext.mli
> File "threadext.mli", line 63, characters 9-15:
> Error: Syntax error: 'end' expected
> File "threadext.mli", line
2011 Dec 10
0
xen_4.1.2-2_amd64.changes is NEW
libxen-4.1_4.1.2-2_amd64.deb
to main/x/xen/libxen-4.1_4.1.2-2_amd64.deb
libxen-dev_4.1.2-2_amd64.deb
to main/x/xen/libxen-dev_4.1.2-2_amd64.deb
(new) libxen-ocaml-dev_4.1.2-2_amd64.deb optional ocaml
OCaml libraries for controlling Xen (devel package)
This package contains the ocaml findlib packages for compiling
applications that are designed to control the Xen hypervisor.
(new) libxen-ocaml_4.1.2-2_amd64.deb optional ocaml
OCaml libraries for controlling Xen
This package contains the runtime libraries required for the ocaml
bindings to the Xen control libraries.
libxenstore3.0_4....
2012 Aug 28
1
"make distcheck" failure
Hi Rich,
I ran these commands as non-root:
./autogen.sh && make && make distcheck
It got most of the way through, but failed in the VPATH part
while rebuilding from a ./_build subdir, like this:
make[4]: Entering directory `/h/j/w/co/hivex/hivex-1.3.6/_build/ocaml'
mkdir -p /usr/lib64/ocaml
mkdir -p /usr/lib64/ocaml/stublibs
ocamlfind install \
2010 Feb 12
0
OCaml-R binding for the R language.
...ersion 0.2 is a near-complete rewrite of the 0.1 version by Maxence
Guesdon, with an incompatible API. Main features are:
- Safe handling of R default environment variables at compile time,
following what is done in littler.
- R Signal handlers do not conflict with OCaml code.
- Integration with findlib, enabling the #require "R.interpreter" to
initialise statically the R interpreter. Compiling with 'ocamlfind
ocamlopt -package R.interpreter' also initialises the R interpreter at
compile-time, so to speak.
- Some (most?) functionalities of the R standalone library are wrapped....
2016 Feb 18
2
Substitute pdftk with other command
Il giorno gio, 18/02/2016 alle 17.34 +0100, Yamaban ha scritto:
> On Thu, 18 Feb 2016 16:07, Dario Lesca wrote:
>
> > Hi, I must migrate a Centos5 server on Centos7
> >
> > On server Centos5 there is a shell procedure witch add to PDF a
> > timestamp like this example:
> >
> > http://i.stack.imgur.com/OBsqX.png
> >
> > with this command:
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml libraries. Changes
since last time:
* rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be
looking to install multiple concurrent versions of the same package, so
the version doesn't need to be in the package name
* Removed superfluous GENCONTROL definitions - dh_ocaml does what we need
* Removed
2014 May 22
0
Xen 4.4 packaging.
...stallare altre dipendenze per la build di xen
> aptitude install python-dev bcc gcc-multilib e2fslibs-dev iasl
> ipxe-qemu libaio-dev libglib2.0-dev libgnutls-dev liblzma-dev
> libncurses5-dev libpci-dev libyajl-dev libssl-dev pkg-config uuid-dev
> zlib1g-dev ocaml-nox dh-ocaml ocaml-findlib
> # Installare dipendenze runtime xen
> aptitude install gawk
> ---
> wget
> http://archive.ubuntu.com/ubuntu/pool/main/x/xen/xen_4.4.0.orig.tar.gz
> tar -xpzf xen_4.4.0.orig.tar.gz
> git clone https://github.com/Fantu/pkg-xen.git
> cd pkg-xen/
> git checkout wheezy-back...
2014 May 22
0
Xen 4.4 packaging.
...stallare altre dipendenze per la build di xen
> aptitude install python-dev bcc gcc-multilib e2fslibs-dev iasl
> ipxe-qemu libaio-dev libglib2.0-dev libgnutls-dev liblzma-dev
> libncurses5-dev libpci-dev libyajl-dev libssl-dev pkg-config uuid-dev
> zlib1g-dev ocaml-nox dh-ocaml ocaml-findlib
> # Installare dipendenze runtime xen
> aptitude install gawk
> ---
> wget
> http://archive.ubuntu.com/ubuntu/pool/main/x/xen/xen_4.4.0.orig.tar.gz
> tar -xpzf xen_4.4.0.orig.tar.gz
> git clone https://github.com/Fantu/pkg-xen.git
> cd pkg-xen/
> git checkout wheezy-back...