Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voodoo-prep fails when running on ocaml-secondary-compiler #17

Open
jonludlam opened this issue Jun 20, 2021 · 1 comment
Open

voodoo-prep fails when running on ocaml-secondary-compiler #17

jonludlam opened this issue Jun 20, 2021 · 1 comment

Comments

@jonludlam
Copy link
Collaborator

https://docs.ci.ocaml.org/job/2021-06-20/071453-voodoo-prep-e53723

prep: internal error, uncaught exception:
      Failure("Error: run ['ocamlobjinfo'\n     '/home/opam/.opam/4.12/share/ocaml-secondary-compiler/lib/vmthreads/unix.cma']: exited with 2")
@gpetiot
Copy link

gpetiot commented Jun 9, 2023

The log is not available anymore, I guess this is fixed by:

(* Some packages produce ocaml artefacts that can't be processed with the switch's
      ocaml compiler - most notably the secondary compiler! This switch is intended to
      be used to ignore those files *)
  let process_ocaml_artefacts =
    let package_blacklist = [ "ocaml-secondary-compiler" ] in
    not (List.mem package.name package_blacklist)
  in

Is this enough to close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants