Opened 15 years ago
Closed 15 years ago
#20606 closed defect (fixed)
meanwhile-1.0.1 Missing dependency to doxygen
Reported by: | zweistein12@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | meanwhile |
Description
$ sudo port install meanwhile ---> Fetching meanwhile ---> Verifying checksum(s) for meanwhile ---> Extracting meanwhile ---> Applying patches to meanwhile ---> Configuring meanwhile ---> Building meanwhile Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_meanwhile/work/meanwhile-1.0.1" && make all " returned error 2 Command output: Making all in doc /bin/sh: doxygen: command not found make[1]: *** [doxygen] Error 127 make: *** [all-recursive] Error 1 Error: Status 1 encountered during processing.
After correcting the Portfile, with adding doxygen to the depends_lib, was meanwhile correctly installed.
Change History (3)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Port: | meanwhile added |
---|
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to macsforever2000@… |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Committed revision r55316. I added it as a build dependency. Thanks!