Bug 242846 - Kalzium fails while compilation with ocaml-3.11.2
Summary: Kalzium fails while compilation with ocaml-3.11.2
Status: RESOLVED LATER
Alias: None
Product: kalzium
Classification: Applications
Component: general (show other bugs)
Version: 3.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Kalzium Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-26 08:55 UTC by Vadim A. Misbakh-Soloviov (mva)
Modified: 2010-06-26 09:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.