Opened 11 years ago

Closed 10 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)

main.log (5.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 11 years ago by gjasny@…

Strange:

$ port info rb19-ronn                    
rb19-ronn @0.7.3 (ruby, devel)
...

$ port content rb19-ronn|grep ronn |grep bin
  /opt/local/bin/ronn
  /opt/local/lib/ruby1.9/gems/1.9.1/bin/ronn
  /opt/local/lib/ruby1.9/gems/1.9.1/gems/ronn-0.7.3/bin/ronn

This MacPorts installation is 14 days old. Did you see this issue on one of the autobuilders or your local machine?

Thanks, Gregor

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

#39248 needs to be resolved first.

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.