Opened 5 years ago
Closed 5 years ago
#59459 closed defect (fixed)
lablgtk2 @2.18.8: sh: no: command not found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | pmetzger (Perry E. Metzger) | |
Port: | lablgtk2 |
Description
lablgtk2 doesn't build on the buildbot:
File "gtkList.ml", line 189, characters 4-84: 189 | ....List.fold_left texts ~init:0 190 | ~f:(fun pos text -> arr.(pos) <- text; pos+1). Warning 10: this expression should have type unit. File "gtkMain.ml", line 57, characters 34-53: 57 | while Main.is_running loop do Main.iteration true done; ^^^^^^^^^^^^^^^^^^^ Warning 10: this expression should have type unit. ocamlc.opt -I +ocamldoc -pp "no pa_macro.cmo -D OCAML_400" -c gtkdoc.ml sh: no: command not found File "gtkdoc.ml", line 1: Error: I/O error: no pa_macro.cmo -D OCAML_400 'gtkdoc.ml' > /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_x11_lablgtk2/lablgtk2/work/.tmp/ocamlpp223429 make[1]: *** [gtkdoc.cmo] Error 2
Maybe a missing dependency.
Change History (3)
comment:1 Changed 5 years ago by pmetzger (Perry E. Metzger)
comment:2 Changed 5 years ago by pmetzger (Perry E. Metzger)
Please close this if the buildbot succeeds this time.
comment:3 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
It does!
changeset:5e2cae906918a99e22547c84e10f3582022eae7c/macports-ports fixed it.
Note: See
TracTickets for help on using
tickets.
The problem is the doc target. It seems to still depend on camlp4 when it's building docs even though the camlp4 dependency is otherwise gone.
I'll disable that and version the Portfile, and also submit a report upstream.