On Sat, 27 Jun 2015 16:56:22 +0200 Thomas Moschny <[email protected]> wrote: > I tried to fix monotone-viz's FTBFS for Fedora Rawhide (where we also > have OCaml 4.02.2) with this patch, however compiling fails with this > error: > > [...] > ocamlc.opt -I /usr/lib/ocaml/lablgtk2 -I glib app_types.mli > cd glib ; /usr/lib/ocaml/lablgtk2/varcc -static gspawn_tags.var > File "app_types.mli", line 13, characters 23-33: > Error: Unbound module Monotone > Makefile:102: recipe for target 'app_types.cmi' failed > [...] > > Any hint what goes on here?
The command line you quote looks suspicious. The "cd glib; ..." line should not be there. Are you using -j (parallel build)? Is the full build log available somewhere? The build log for my successful build of monotone-viz using OCaml 4.02.2 can be found at: http://ocaml.debian.net/debian/ocaml-4.02.2/pool/monotone-viz_1.0.2-3.1_amd64.build As you can see, monotone.mli is compiled before app_types.mli. That order is broken somehow on your side. Cheers, -- Stéphane _______________________________________________ Monotone-debian mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/monotone-debian
