Opened 11 years ago
Closed 11 years ago
#39247 closed defect (fixed)
vcsh: ronn: command not found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | gjasny@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | vcsh |
Description
vcsh fails to build:
make: Entering directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_sysutils_vcsh/vcsh/work/vcsh-1.2' if which git > /dev/null ; then :; else echo "'git' not found, exiting..."; exit 1; fi ronn < doc/vcsh.1.ronn > vcsh.1 /bin/sh: ronn: command not found make: *** [vcsh.1] Error 127
vcsh depends on rb19-ronn, which does not install a program called ronn
; it installs a program called ronn-1.9
.
Attachments (1)
Change History (4)
Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 11 years ago by gjasny@…
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
#39248 needs to be resolved first.
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Strange:
This MacPorts installation is 14 days old. Did you see this issue on one of the autobuilders or your local machine?
Thanks, Gregor