Opened 15 years ago
Closed 14 years ago
#23498 closed defect (fixed)
tk does not work in ruby19
Reported by: | linneman@… | Owned by: | kimuraw (kimura wataru) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | Konrad.Linnemann@… | |
Port: | ruby19 |
Description
sudo port install ruby19 +tk
irb1.9 port version 1.8.2 require 'tk'
RuntimeError: out of stack space (infinite loop?)
from /opt/local/lib/ruby1.9/1.9.1/tk.rb:29:in `initialize' from /opt/local/lib/ruby1.9/1.9.1/tk.rb:29:in `initialize' from /opt/local/lib/ruby1.9/1.9.1/tk.rb:1168:in `new' from /opt/local/lib/ruby1.9/1.9.1/tk.rb:1168:in `block in <module:TkCore>'
Change History (3)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Keywords: | tuby tcltk tk removed |
---|---|
Owner: | changed from macports-tickets@… to febeling@… |
Priority: | High → Normal |
comment:2 Changed 14 years ago by nerdling (Jeremy Lavergne)
Owner: | changed from febeling@… to kimuraw@… |
---|
comment:3 Changed 14 years ago by kimuraw (kimura wataru)
Resolution: | → fixed |
---|---|
Status: | new → closed |
It seems this problem has been fixed at 1.9.2-p0.
% port installed ruby19 | grep active ruby19 @1.9.2-p0_1+tk (active) % --simple-prompt >> require 'tk' => true >> quit %
Note: See
TracTickets for help on using
tickets.
Please remember to cc the maintainer.