Bug 37702 - warning when compiling something with bolt: no cmx found...
Summary: warning when compiling something with bolt: no cmx found...
Status: NEW
Alias: None
Product: Branch p8
Classification: Distributions
Component: ocaml-bolt (show other bugs)
Version: не указана
Hardware: all Linux
: P3 minor
Assignee: Ivan Zakharyaschev
QA Contact: qa-p8@altlinux.org
URL: http://bugs.x9c.fr/view.php?id=138
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-30 00:17 MSK by Ivan Zakharyaschev
Modified: 2019-12-30 04:28 MSK (History)
0 users

See Also:


Attachments

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