Bug 37702

Summary: warning when compiling something with bolt: no cmx found...
Product: Branch p8 Reporter: Ivan Zakharyaschev <imz>
Component: ocaml-boltAssignee: Ivan Zakharyaschev <imz>
Status: NEW --- QA Contact: qa-p8 <qa-p8>
Severity: minor    
Priority: P3    
Version: не указана   
Hardware: all   
OS: Linux   
URL: http://bugs.x9c.fr/view.php?id=138

Description Ivan Zakharyaschev 2019-12-30 00:17:35 MSK
ocaml-bolt-1.4-alt1

(As described at http://bugs.x9c.fr/view.php?id=138 ), when building something with bolt (e.g., herodotos), a lot of such warnings show up:

ocamlfind ocamlopt -predicates native -c herodotos.cmx -g -dtypes -thread -I commons -I exists -I hcl -I org -I diff -I scm -I graph -I html -I database -I engine -I /usr/lib64/ocaml/postgresql -I /usr/lib64/ocaml/parmap -I /usr/lib64/ocaml/bolt  -pp 'camlp4o /usr/lib64/ocaml/bolt/bolt_pp.cmo' herodotos.ml
File "_none_", line 1:
Warning 58: no cmx file was found in path for module Bolt, and its interface was not compiled with -opaque
Comment 1 Ivan Zakharyaschev 2019-12-30 04:28:03 MSK
(In reply to comment #0)

> Warning 58: no cmx file was found in path for module Bolt, and its interface
> was not compiled with -opaque

"make install" (in ocaml-bolt) doesn't install *.cmx files.