Hi again Stéphane,

On Tue, 18 Apr 2017 10:28:38 +0200, Stéphane Glondu <glo...@debian.org> wrote:
> On 13/04/2017 18:39, Frederic Bonnard wrote:
> > on bytecode only architectures, the native related files won't be compiled 
> > because
> > ocamlopt is not available in ocaml. So I made those files optional in the 
> > attached patch.
> > Note that on ppc64el, ocamlopt is available starting with ocaml 4.03 and
> > .a, .cmx and .cmxa will be generated.
> 
> ocaml-dtools compiles on other bytecode only architectures. Do you have 
> an explanation on why it fails only on powerpcspe, ppc64 and sparc64?
> 
> https://buildd.debian.org/status/package.php?p=ocaml-dtools&suite=sid

As explained, in #859966, I guess the problem occurred at a later time
and the build was re-run after this on those failing architectures, but
it should happen on other bytecode archs.

As for #859966, here is an updated patch with a correct destination
directory (tested on amd64).

F.
diff -Nru ocaml-dtools-0.3.1/debian/libdtools-ocaml-dev.install.in 
ocaml-dtools-0.3.1/debian/libdtools-ocaml-dev.install.in
--- ocaml-dtools-0.3.1/debian/libdtools-ocaml-dev.install.in    2013-05-09 
00:54:19.000000000 +0000
+++ ocaml-dtools-0.3.1/debian/libdtools-ocaml-dev.install.in    2013-05-09 
00:54:35.000000000 +0000
@@ -1 +1,2 @@
-src/META src/*.a src/*.cm* src/*.mli @OCamlStdlibDir@/dtools
+src/META src/*.cm* src/*.mli @OCamlStdlibDir@/dtools
+OPT: src/*.a @OCamlStdlibDir@/dtools

Attachment: pgpAKpMGPjWu9.pgp
Description: PGP signature

Reply via email to