Replies: 2 comments 1 reply
-
Hey, actually your bootstrap completed successfully. In the meantime, you can either ignore the error or build a more specific target. For example, |
Beta Was this translation helpful? Give feedback.
-
Thanks for clarifying. Getting a non-zero return code confused me and made me think something is wrong. Would you be open to changing the |
Beta Was this translation helpful? Give feedback.
-
Hey, I wanted to start hacking on dune and following instructions here
https://github.com/ocaml/dune/blob/main/doc/hacking.rst#bootstrapping
I thought it would be easy to setup, but got a build error due to a missing dep.
Expected Behavior
Running
make dev
as documented in doc/hacking.rst builds successfullyActual Behavior
Reproduction
git checkout f27f63e95450b2d8f08053da316c2c881b26b23f
make dev
Specifications
dune
Not installed
dune --version Command 'dune' not found, but can be installed with: sudo apt install whitedune
ocaml
(output ofocamlc --version
)ocamlc --version 4.14.0 petr_tik@merluzon:~/Coding/dune main which ocamlc /home/petr_tik/.opam/4.14.0/bin/ocamlc
Additional info
Might be cool to automate build error reporting with a Makefile target that runs
make dev
and then collects everything needed for a bug report (listed above) and helps open an issue.Beta Was this translation helpful? Give feedback.
All reactions