Jon Ludlam
2012-Dec-04 22:58 UTC
[Pkg-xen-devel] 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 "test.ml", line 2, characters 5-6: Warning 26: unused variable v. gcc: error: /build/buildd-xen_4.2.0-1-i386-RcRn8G/xen-4.2.0/debian/build/build-utils_i386/tools/ocaml/libs/xc/../../../../tools/libxc/libxenctrl.so: No such file or directory gcc: error: /build/buildd-xen_4.2.0-1-i386-RcRn8G/xen-4.2.0/debian/build/build-utils_i386/tools/ocaml/libs/xc/../../../../tools/libxc/libxenguest.so: No such file or directory File "caml_startup", line 1, characters 0-1: Error: Error during linking The hopefully attached patch should fix it - it's intended to replace the existing tools-ocaml-fix-build.diff Thanks, Jon -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libxen-ocaml-dev depends on: ii libxen-dev 4.2.0-1 ii libxen-ocaml 4.2.0-1 ii ocaml-nox [ocaml-nox-3.12.1] 3.12.1-4 libxen-ocaml-dev recommends no packages. libxen-ocaml-dev suggests no packages. -- no debconf information -------------- next part -------------- A non-text attachment was scrubbed... Name: tools-ocaml-fix-build.diff Type: text/x-diff Size: 2440 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20121204/e9c49799/attachment.diff>
Ian Campbell
2012-Dec-05 08:51 UTC
[Pkg-xen-devel] Bug#695176: Bug#695176: libxen-ocaml-dev ocaml libraries contain build path to .so libraries rather than installed path
On Tue, 2012-12-04 at 22:58 +0000, Jon Ludlam wrote:> The ocaml libraries are currently unusable as they contain the build > path of .s libraries.Is this an upstream issue or specific to the Debian packaging? Ian. -- Ian Campbell Keep it short for pithy sake. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20121205/26183745/attachment-0001.pgp>
Debian Bug Tracking System
2013-Jul-10 23:06 UTC
[Pkg-xen-devel] Bug#695176: marked as done (libxen-ocaml-dev ocaml libraries contain build path to .so libraries rather than installed path)
Your message dated Wed, 10 Jul 2013 23:04:45 +0000 with message-id <E1Ux3RF-0001FQ-9u at franck.debian.org> and subject line Bug#695176: fixed in xen 4.2.2-1 has caused the Debian Bug report #695176, regarding libxen-ocaml-dev ocaml libraries contain build path to .so libraries rather than installed path to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 695176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695176 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jon Ludlam <jonathan.ludlam at eu.citrix.com> Subject: libxen-ocaml-dev ocaml libraries contain build path to .so libraries rather than installed path Date: Tue, 04 Dec 2012 22:58:48 +0000 Size: 5945 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20130710/80a8eab5/attachment.mht> -------------- next part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: Bug#695176: fixed in xen 4.2.2-1 Date: Wed, 10 Jul 2013 23:04:45 +0000 Size: 8234 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20130710/80a8eab5/attachment-0001.mht>
Seemingly Similar Threads
- [PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
- [PATCH 0/9] Package the ocaml libraries
- [OCAML 0/7] Xen ocaml library packaging
- [OCAML 0/7] V4 or so of the xen ocaml packaging patches
- Bug#443024: xen-3: FTBFS: xc_core.c:195: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false