Displaying 20 results from an estimated 1000 matches similar to: "[OCAML 0/7] Xen ocaml library packaging"
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
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
The following set of patches package up the ocaml libraries that are
part of the standard xen build. The patches are also currently available
at: https://github.com/jonludlam/pkg-xen/commits/for-debian
There are some things to note:
1. The 5 patches imported from xen-unstable are not, and will not go
into the xen-4.1-stable series. However, the patches were created
at the request of the
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
V4 of the patch, incorporating Bastian's suggestions.
Jon
---
xen/debian/patches/series | 1 +
xen/debian/patches/tools-ocaml-fix-build.diff | 81 +++++++++++++++++++++++++
xen/debian/rules | 5 ++
xen/debian/rules.real | 39 ++++++++++++
xen/debian/templates/control.main.in | 16 +++++
2013 Apr 03
14
ocaml bindings
i''m the Mageia Xen package maintainer, and a user reported that i had missing
symbols in my ocaml bindings:
https://bugs.mageia.org/show_bug.cgi?id=5199
i''m using Xen 4.2.1 and ocaml 3.12.1
the problem is that if you just to a simple hello world and you''re using
certain bindings (eg: xeneventch): you get missing symbols. (others appear to
be fine).
I know next to
2011 Aug 10
1
Xen 4.1.1 packaging enhancement
Hi,
This email is mainly addressed at Waldi (Bastian Blank). I'm resending it
since the previous one is waiting for approval due to its size being
bigger than 40k (I compressed the .diff this time, so it should be ok).
I have worked on enhancing the current packaging of Xen 4.1.1 over the
last weeks. The main goal was to package the OCaml libraries of Xen as
separated binary packages, and
2012 Dec 04
2
Bug#695176: libxen-ocaml-dev ocaml libraries contain build path to .so libraries rather than installed path
Package: libxen-ocaml-dev
Version: 4.2.0-1
Severity: important
Tags: patch
Dear Maintainer,
The ocaml libraries are currently unusable as they contain the build path of .s libraries.
For example:
root at myvm:~# cat test.ml
let _ =
let v = Xenctrl.with_intf (fun h -> Xenctrl.version h) in
()
root at myvm:~# ocamlfind ocamlopt -package xenctrl test.ml -linkpkg -o test
File
2013 May 31
3
Bug#710650: xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such file or directory- build ocaml/xapi rrddump.opt
Source: xen-api
Version: 1.3.2-15
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20130529 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory `/?PKGBUILDDIR?'
> omake phase1
> omake: Symbol `FamErrlist' has different size
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings
to libxl, to make them useful for clients such as xapi/xenopsd (from XCP).
There are a number of bugfixes to the existing bindings as well. I have an
experimental version of xenopsd that successfully uses the new bindings.
An earlier version of the first half of the series was submitted to the last
by Ian Campbell on
2011 Apr 27
1
xen-qemu-dm does not build with backported xen-4.1
On 04/27/2011 04:23 AM, Niccol? Belli wrote:
> Hi, I backported xen-4.1-2 to Squeeze, but when I try to build
> xen-qemu-dm-4.0 against it, it doesn't build.
> Can you please help me? I attached log file.
>
> Niccol?
Hi,
To me, this looks like an issue with libxen-dev. The file
/usr/include/xenctrl.h is the one to blame in your build log... Please
write to the pkg-xen list
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
Hi,
I just finished preparing the Xen-4.5 merge from experimental into our next
release (Vivid/15.04). And something I actually should have done since the 4.4
times is to report back the delta I have in case there are things Debian might
want to pick up as well.
So below is the commented debdiff between the 4.5.0-1 in experimental and the
Ubuntu version I prepared so far (only compile tested on
2010 Dec 02
1
Making a hypercall in DomU
Hi,
I have *implemented a new hypercall* and it is working fine when tested from
the Dom0 user-space. I want to invoke this hypercall from DomU user-space.
I copied all the /usr/lib/libxen* and /usr/include/xen* (recursively) to the
DomU
Here''s the code I wrote to invoke hypercall:
#include <stdio.h>
#include <xenctrl.h>
int main(void){
int xc_handle, rc;
2012 Mar 15
3
[ITR] templates://xen-api/{xcp-networkd.templates}
Dear Debian maintainer,
The Debian internationalisation team and the Debian English
localisation team will soon begin the review of the debconf
templates used in xen-api.
This review takes place for all packages that use debconf to interact with
users and its aims are:
- to improve the use of English in all debconf templates;
- to make the wording of debconf templates more consistent;
- to
2012 Nov 20
0
[PATCH 15 of 15] libxl: ocaml: add bindings for libxl_domain_create_new
# HG changeset patch
# User Ian Campbell <ijc@hellion.org.uk>
# Date 1353432141 0
# Node ID 72376896ba08bb7035ad4b7ed5a91c2c1b45b905
# Parent 41f0137955f4a1a5a76ad34a5a6440e32d0090ef
libxl: ocaml: add bindings for libxl_domain_create_new
** NOT TO BE APPLIED **
Add a simple stub thing which should build a domain. Except it is
incomplete and doesn''t actually build. Hence RFC.
2018 Sep 20
2
[PATCH 1/2] tools: Link OCaml programs with -runtime-variant _pic if available.
OCaml has a small runtime which is statically linked into the virt
tools (providing things like GC and primitives). Since OCaml 4.03 it
has been possible to select variants of this runtime, one of which is
compiled with -fPIC, using ‘ocamlopt -runtime-variant _pic’.
This has performance implications on i686, but is relatively free on
other architectures. Since it (in theory) adds to the
2011 Jul 20
2
[PATCH 1/1] Modify --param support to include additional option
Later versions of gcc include an option in the form of --param=name=value. This patch adds support for this and continues to support the --param name=value
option.
Signed-off-by: Mike Pagano <mpagano at gentoo.org>
---
klcc/klcc.in | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/klcc/klcc.in b/klcc/klcc.in
index 711a832..5d00bfd 100644
---
2013 Jun 08
0
Bug#710650: Bug#710650: xen-api: FTBFS: gcc: error: /home/blank/debian/xen/releases/xen/xen-4.2.1/debian/build/build-utils_amd64/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such file or directory- build ocaml/xapi rrddump.opt
Thanks, I'll take a look at this.
Mike
On Sat, Jun 1, 2013 at 12:28 AM, David Su?rez <david.sephirot at gmail.com>wrote:
> Source: xen-api
> Version: 1.3.2-15
> Severity: serious
> Tags: jessie sid
> User: debian-qa at lists.debian.org
> Usertags: qa-ftbfs-20130529 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages
2005 Mar 02
2
[PATCH] klcc compatibility with gcc
Here's a patch to klcc.in from klibc-0.202. The context: I have an
application, managed with GNU automake/autoconf. Packagers should be
able to build the application with klibc if available, with plain gcc
otherwise, as follows:
$ cd ~/klibc-0.202
$ ... make linux symlink
$ make bindir=$HOME/local/bin \
mandir=$HOME/local/man \
INSTALLDIR=$HOME/local \
SHLIBDIR=$HOME/local/shlib \
2006 Oct 23
3
Bug#394931: xen-utils-3.0.3-1: Manpages not included
Package: xen-utils-3.0.3-1
Version: 3.0.3-0-1
Severity: normal
Tags: patch
Manpages that are provided with the source are not included with the utilities.
Use perl-doc package at build-time to generate appropriate manpages and
dh_manpages to install them in the appropriate locations.
diff -urN xen-3.0-3.0.3-0/debian/control xen-3.0-3.0.3-0.new/debian/control
--- xen-3.0-3.0.3-0/debian/control
2010 Oct 06
7
XCP community call
Hi all,
The next XCP community call is somewhat overdue, and many things have happened in the intervening time. In particular, Stephen Spector has sadly (for us) moved on to new projects, so we currently don''t have a community manager to organise such things as these calls. Until we get someone (or two!) to fill Stephens role, I''ll temporarily try to organise at least the next
2010 Oct 06
7
XCP community call
Hi all,
The next XCP community call is somewhat overdue, and many things have happened in the intervening time. In particular, Stephen Spector has sadly (for us) moved on to new projects, so we currently don''t have a community manager to organise such things as these calls. Until we get someone (or two!) to fill Stephens role, I''ll temporarily try to organise at least the next