Package: liboasis-ocaml
Version: 0.3.0-1
Severity: normal
Tags: patch

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
$ oasis setup -setup-update dynamic
$ make
ocaml setup.ml -build
File "setup.ml", line 1, characters 0-1:
Error: Reference to undefined global `Ocamlbuild_plugin'
make: *** [build] Erreur 2

There is a missing dependency on ocamlbuild in the META file. The bug
will be fixed upstream as well.

The patch attached fix the bug.

Regards
Sylvain 

*** End of the template - remove these lines ***


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages liboasis-ocaml depends on:
ii  libc6                                      2.17-5
ii  libfindlib-ocaml [libfindlib-ocaml-8p7u5]  1.3.1-1
ii  libodn-ocaml [libodn-ocaml-9gxf8]          0.0.8-1
ii  ocaml-base-nox [ocaml-base-nox-3.12.1]     3.12.1-4

liboasis-ocaml recommends no packages.

Versions of packages liboasis-ocaml suggests:
pn  liboasis-ocaml-doc  <none>

-- no debconf information
diff --git a/src/oasis/META b/src/oasis/META
index 88e7165..903ea3a 100644
--- a/src/oasis/META
+++ b/src/oasis/META
@@ -20,7 +20,7 @@
 ################################################################################
 
 # OASIS_START
-# DO NOT EDIT (digest: d471c9d7d5a1ce73f9fe3fdfbd92627e)
+# DO NOT EDIT (digest: b0f33f22f3fba881e821ce61ae4d4b8b)
 version = "0.3.1"
 description = "_oasis file functions"
 requires = "unix odn"
@@ -52,7 +52,7 @@ package "cli" (
 package "builtin-plugins" (
  version = "0.3.1"
  description = "_oasis file functions"
- requires = "oasis oasis.base"
+ requires = "oasis oasis.base ocamlbuild"
  archive(byte) = "builtin-plugins.cma"
  archive(byte, plugin) = "builtin-plugins.cma"
  archive(native) = "builtin-plugins.cmxa"

Reply via email to