Bug 242846

Summary: Kalzium fails while compilation with ocaml-3.11.2
Product: [Applications] kalzium Reporter: Vadim A. Misbakh-Soloviov (mva) <kde>
Component: generalAssignee: Kalzium Developers <kalzium>
Status: RESOLVED LATER    
Severity: normal    
Priority: NOR    
Version: 3.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Vadim A. Misbakh-Soloviov (mva) 2010-06-26 08:55:00 UTC
Version:           3.0 (using Devel) 
OS:                Linux

When i try to compile Kalzium with "solver" support (with ocaml and facile), and if ocaml version is 3.11.2 i get this error:
File "_none_", line 1, characters 0-1:
Error: Files /usr/lib64/ocaml/facile/facile.cmxa
       and /usr/lib64/ocaml/stdlib.cmxa
       make inconsistent assumptions over interface Buffer

When I downgrade ocaml to 3.10.2 — kalzium compiling fine.

Reproducible: Always

Steps to Reproduce:
1) Install Ocaml 3.11.2
2) Install Facile 1.1
3) Try to compile Kalzium
4) Fail.

Actual Results:  
Failing while compilation.

Expected Results:  
Normal compilation.
Comment 1 Vadim A. Misbakh-Soloviov (mva) 2010-06-26 09:07:08 UTC
Uhm... I try to build it with 3.11.2 again and it builded fine. I'll try to investigate reasons of failing and reopen bug later.
//With best regards, mva.