Opened 16 years ago

Last modified 15 years ago

#16247 closed defect

sudo port -v install lablgtk2 failes on Mac OS X 10.5.4 — at Initial Version

Reported by: jens.gerlach@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

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 (0)

Note: See TracTickets for help on using tickets.