ocaml-obuild / obuild

simple package build system for ocaml
BSD 2-Clause "Simplified" License
55 stars 20 forks source link

problem with ocamlfind 1.5.6 #149

Closed UnixJunkie closed 9 years ago

UnixJunkie commented 9 years ago

https://gist.github.com/UnixJunkie/c180705332c90043cc10

UnixJunkie commented 9 years ago

The META file from ~/.opam/4.02.3/lib/num/META https://gist.github.com/UnixJunkie/daa8acefb891df91c1a6

UnixJunkie commented 9 years ago

error: unexpected parse error 'unknown token 'ID[plugin]' in meta file ( ID[byte] ) = "nums.cma" IDplugin = "nums.cmxs" )' in meta file /home/berenger/.opam/4.02.3/lib/num/META

UnixJunkie commented 9 years ago

pinning ocamlfind to 1.5.5 (previous version) with opam allows to workaround the problem.

jeromemaloberti commented 9 years ago

I understand the problem, I will fix it soon.

UnixJunkie commented 9 years ago

Thanks Jerome!

jeromemaloberti commented 9 years ago

Fix in master.

UnixJunkie commented 9 years ago

I confirm the fix works for me too.