FS#35245 - [ocaml] include files in /usr/lib/ocaml/

Attached to Project: Arch Linux
Opened by Leonard de Ruijter (leonard) - Monday, 13 May 2013, 13:59 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 29 May 2013, 07:56 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
ocaml 4.00.1-3 installs its include files in /usr/lib/ocaml/caml rather than /usr/include/caml.

Additional info:
When trying to build a package which depends on caml/misc.h, i get the following error in the configure log:
> conftest.c:9:23: fatal error: caml/misc.h: No such file or directory
Configuring of the package fails afterwards. I assume include files aren't supposed to stay in /usr/lib/*?

Steps to reproduce:
Compiling OCAML software which depends on OCAML headers in /usr/include/caml
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 29 May 2013, 07:56 GMT
Reason for closing:  Not a bug
Comment by Tobias Powalowski (tpowa) - Wednesday, 29 May 2013, 07:55 GMT
Sorry the normal place to install those headers is the lib/ directory.
You should fix the application you try to build.

Loading...