Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2008 18:53:41 +0200
From:      mato <gamato@users.sf.net>
To:        daniel+unison@pelleg.org, freebsd-ports@freebsd.org
Subject:   FreeBSD Port: net/unison .. does not compile
Message-ID:  <48175295.6010703@users.sf.net>

next in thread | raw e-mail | index | archive | help
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.

With regards,

Martin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48175295.6010703>