Changes between Initial Version and Version 1 of Ticket #55385, comment 46
- Timestamp:
- Apr 27, 2018, 7:53:15 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55385, comment 46
initial v1 8 8 I think it more a buildbot issue. On the buildbot, `ocaml` builds with `clang-3.4`, and thereafter, requires `clang-3.4` to run because it's hard-coded into the scripts. 9 9 10 But there is no run dep on `clang-3.4`, and so if someone installs `ocaml` and tries to use it, but `clang-3.4` is not installed, `ocaml` fails.10 But there was no run dep on `clang-3.4`, and so if someone installed `ocaml` and tried to use it, but `clang-3.4` is not installed, `ocaml` failed. 11 11 12 Looks fixable to me. 12 Looks fixable to me. Is it still causing errors for people? 13 13