Open hakonhagland opened 4 years ago
Note that XQuartz 2.7.11 is relatively old (2016). However I'm only aware of MacPorts (its xorg-server
port) having an up-to-date version of X11.
With MacPorts' X11 (1.20.8), Perl 5.30.3, Perl/Tk 804.035, I do not observe tests hanging. (Tests will time out after 30 minutes if I remember correctly.)
I think there's a possibility of tests hanging due to usage of $mw->update
rather than $mw->idletasks
, but that would not appear to be the cause if it is hanging at $mw->Photo()
.
I am trying to install Tk on macOS 10.15.5 using perlbrew perl version 5.30.1 and XQuartz. According to this post:
So I installed XQuartz from here. Running
perl Makefile.PL; make
in the Tk distribution directory now works fine, butmake test
hangs:And it hangs here until I press CTRL-C. I debugged the problem a little bit more and I can see that line 27 in
PNG/t/basic.t
:is hanging..