FS#37354 - [ocaml-findlib] must be recompiled with last version of ocaml

Attached to Project: Community Packages
Opened by Rodolphe Lepigre (rlepigre) - Wednesday, 16 October 2013, 07:54 GMT
Last edited by Lukas Fleischer (lfleischer) - Monday, 30 December 2013, 01:57 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
ocaml-findlib must be recompiled with ocaml-4.01.0 for full compatibility with OCaml standard libraries.

Additional info:
* package version: 1.3.3-2

Steps to reproduce:
* install current ocaml and ocaml-findlib packages
* tyoe this in the ocaml toplevel:

# #use "topfind";;
The files /usr/lib/ocaml/findlib/findlib.cma
and /usr/bin/ocaml
disagree over interface Filename
The files /usr/lib/ocaml/findlib/findlib_top.cma
and /usr/bin/ocaml
disagree over interface Int32
- : unit = ()
File "/usr/lib/ocaml/topfind", line 1:
Error: /usr/lib/ocaml/findlib/topfind.cmi
is not a compiled interface for this version of OCaml.
It seems to be for an older version of OCaml.
This task depends upon

Closed by  Lukas Fleischer (lfleischer)
Monday, 30 December 2013, 01:57 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 1.4.0-1.

Loading...