Date: Tue, 29 Apr 2008 20:45:04 +0200 From: martinko <gamato@users.sf.net> To: freebsd-ports@freebsd.org Cc: daniel+unison@pelleg.org Subject: Re: FreeBSD Port: net/unison .. does not compile Message-ID: <48176CB0.7030009@users.sf.net> In-Reply-To: <48175295.6010703@users.sf.net> References: <48175295.6010703@users.sf.net>
next in thread | previous in thread | raw e-mail | index | archive | help
mato wrote: > Hallo, > > Port net/unison does not compile : > > [...] > ocamlc.opt -w s -c ogtkActionProps.ml > ocamlc.opt -w s -c ogtkBrokenProps.ml > ocamlc.opt -w s -c gContainer.mli > ocamlc.opt -w s -c gContainer.ml > The implementation gContainer.ml does not match the interface > gContainer.cmi: > Values do not match: > val pack_container : > create:(([> `container | `widget ] as 'a) Gobject.param list -> > (#GObj.widget as 'b)) -> > 'a Gobject.param list -> > ?border_width:int -> > ?width:int -> > ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit > -> 'b > is not included in > val pack_container : > create:([> Gtk.container ] Gobject.param list -> (#GObj.widget as > 'a)) -> > [> Gtk.container ] Gobject.param list -> > ?border_width:int -> > ?width:int -> > ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit > -> 'a > gmake[1]: *** [gContainer.cmo] Error 2 > gmake[1]: Leaving directory > `/usr/ports/x11-toolkits/ocaml-lablgtk2/work/lablgtk-2.6.0/src' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/x11-toolkits/ocaml-lablgtk2. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/ocaml-lablgtk2. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portinstall.2308.8 env make > ** Fix the problem and try again. > > This is on 7-STABLE and at least previous version of unison worked on > 6-STABLE. > Update: It does not compile (anymore) on 6-STABLE either. :-/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48176CB0.7030009>