bsansouci / bsb-native

Build system for OCaml/Reason
Other
245 stars 10 forks source link

ocaml compiler build failure #45

Closed bobpoekert closed 6 years ago

bobpoekert commented 6 years ago

If you run npm install -g bsb-native on a fresh ubuntu 17.10 install (after running apt-get install npm) you get the following error:

Build a local version of OCaml compiler, it may take a couple of minutes
File "_none_", line 1:
Error: Files super_packed.cmx and typing/typetexp.cmx
       make inconsistent assumptions over implementation Typetexp
make[2]: *** [compilerlibs/ocamlcommon.cmxa] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [opt.opt] Error 2
make: *** [world.opt] Error 2
bsansouci commented 6 years ago

Mmmh master might be a broken. Can you try the release: npm install bsansouci/bs-platform#2.1.1?

bobpoekert commented 6 years ago

do you mean npm install bsansouci/bsb-native#2.1.1?

bsansouci commented 6 years ago

Yeah my bad

bobpoekert commented 6 years ago

Yes that worked

bsansouci commented 6 years ago

Ok awesome. Sorry about that, master will be a bit less stable than the release so I’d recommend using the releases. A new one’s coming up soon :)