Changes between Initial Version and Version 1 of Ticket #55385, comment 46


Ignore:
Timestamp:
Apr 27, 2018, 7:53:15 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55385, comment 46

    initial v1  
    88I 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.
    99
    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.
     10But 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.
    1111
    12 Looks fixable to me.
     12Looks fixable to me. Is it still causing errors for people?
    1313