#16247 closed defect (worksforme)
sudo port -v install lablgtk2 failes on Mac OS X 10.5.4
Reported by: | jens.gerlach@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description (last modified by pguyot (Paul Guyot))
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
make[1]: * [gContainer.cmo] Error 2 make: * [world] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_lablgtk2/work/lablgtk-2.10.0" && make world " returned error 2 Command output: make -C src world 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
make[1]: * [gContainer.cmo] Error 2 make: * [world] Error 2
Warning: the following items did not execute (for lablgtk2): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
Change History (3)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Milestone: | → Port Bugs |
---|---|
Owner: | changed from macports-tickets@… to pguyot@… |
comment:2 Changed 16 years ago by pguyot (Paul Guyot)
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Could you please provide more details about your system and installed version of ocaml ? It works here on 10.5.5.
Assigning to maintainer. For future reference, please user WikiFormatting (see the Preformatted Text section) so the error message is more readable.