Opened 8 months ago

Closed 8 months ago

#69139 closed defect (fixed)

rb-gettext installs broken scripts

Reported by: barracuda156 Owned by: kimuraw (kimura wataru)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: sonoma Cc: judaew (Vadym-Valdis Yudaiev)
Port: rb-gettext

Description

At least on Sonoma with Ruby 3.1 rb-gettext installs broken scripts, which have #!/opt/local/bin/ruby3.13.1 instead of #!/opt/local/bin/ruby3.1. In results, nothing can run:

svacchanda@43-95 ~ % /opt/local/libexec/ruby3.1/rxgettext
zsh: /opt/local/libexec/ruby3.1/rxgettext: bad interpreter: /opt/local/bin/ruby3.13.1: no such file or directory

Change History (2)

comment:1 Changed 8 months ago by barracuda156

Unsurprisingly, same story with Ruby 3.2.

comment:2 Changed 8 months ago by barracuda156

Resolution: fixed
Status: assignedclosed

In f843420f1d1ad402a5692539bafe294d07eb006e/macports-ports (master):

rb-gettext: fix installed scripts

Closes: #69139

Note: See TracTickets for help on using tickets.