Bug#922692: galax: FTBFS on ppc64el - ERROR: unable to find camomileLibrary.cmi in /usr/lib/ocaml/camomile

2019-02-19 Thread Ralf Treinen
On Tue, Feb 19, 2019 at 03:31:21PM +0100, Thierry fa...@linux.ibm.com wrote:
> Package: galax
> Version: 1.1-15
> Severity: important
> 
> Compilation on ppc64el fails with the message
> 
> ERROR: unable to find camomileLibrary.cmi in /usr/lib/ocaml/camomile

Thanks for your bug report. This is in fact the case on all
architectures, not only ppc64el.

-Ralf.



Bug#922692: galax: FTBFS on ppc64el - ERROR: unable to find camomileLibrary.cmi in /usr/lib/ocaml/camomile

2019-02-19 Thread Thierry fa...@linux.ibm.com
Package: galax
Version: 1.1-15
Severity: important

Compilation on ppc64el fails with the message

ERROR: unable to find camomileLibrary.cmi in /usr/lib/ocaml/camomile

However package libcamomile-ocaml-dev contains
/usr/lib/ocaml/camomile/*library*/camomileLibrary.cmi on buster.

and this package is part of the dependencies :

The following NEW packages will be installed:
  camlp4 dh-ocaml fontconfig-config fonts-dejavu-core fonts-lmodern
  ghostscript hevea libavahi-client3 libavahi-common-data
libavahi-common3
  libbrotli1 libcairo2 libcamlp4-ocaml-dev libcamomile-ocaml-data
  *libcamomile-ocaml-dev *

So the issue on ppc64el seems that configure search for files in
/usr/lib/ocaml/camomile instead of /usr/lib/ocaml/camomile/library

is there a way to change that for ppc64el arch ?

Thanks