janestreet / jenga

Build system
90 stars 12 forks source link

jenga 113.24.00 fails with `There is no embedded compiler in the current executable' #19

Closed kandu closed 8 years ago

kandu commented 8 years ago
*** jenga: [19397] root=/home/kandu/pro/package/jsc/jenga/examples/hello-explicit, sys=Linux, j=5, f=2 (NO_VERSION_UTIL)
*** jenga: reading jengaroot.ml
*** jenga: ERROR: Plugin failed: (src/monitor.ml.Error_
 ((exn (Failure "There is no embedded compiler in the current executable"))
  (backtrace
   ("Raised at file \"pervasives.ml\", line 30, characters 22-33"
    "Called from file \"src/monitor.ml\", line 215, characters 42-51"
    "Called from file \"src/job_queue.ml\", line 160, characters 6-47" ""))
  (monitor
   (((name Async.Std.Deferred.Or_error.try_with) (here ()) (id 222)
     (has_seen_error true) (is_detached true)))))) 
*** jenga: ERROR: <jenga.conf>: User-code load failed
*** jenga: (src/monitor.ml.Error_((exn(Failure"There is no embedded compiler in the current executable"))(backtrace("Raised at file \"pervasives.ml\", line 30, characters 22-33""Called from file \"src/monitor.ml\", line 215, characters 42-51""Called from file \"src/job_queue.ml\", line 160, characters 6-47"""))(monitor(((name Async.Std.Deferred.Or_error.try_with)(here())(id 222)(has_seen_error true)(is_detached true))))))
ghost commented 8 years ago

Ah, I messed up the build rules in the last release... I'll look into it

ghost commented 8 years ago

This is fixed in jenga 113.24.02 (released in ocaml/opam-repository#5816). I tried most of the examples and they pass