I am running on a 2019 Macbook Pro with Ventura 13.1. I have Brew and Cpan installed. I also have Xcode and Xquartz installed and running. I successfully installed Perl 5v36 and ran a quick test. Now I need to install Perl/Tk. It failed and hung. Three (3) forked "perl" processes were left running with one pegging my cpu at 100%. Here is the output (captured by script), Beginning and End only. I have the full output, but no way to attach it here.

Script started on Fri Jan 13 08:20:48 2023 Loading internal logger. Log::Log4perl recommended for better logging Reading '/Users/thimes/.cpan/Metadata' Database was generated on Fri, 13 Jan 2023 06:29:01 GMT Running install for module 'Tk' Checksum for /Users/thimes/.cpan/sources/authors/id/S/SR/SREZIC/Tk-804 +.036.tar.gz ok 'YAML' not installed, will not store persistent state Configuring S/SR/SREZIC/Tk-804.036.tar.gz with Makefile.PL /usr/local/Cellar/perl/5.36.0/bin/perl is installed in /usr/local/opt/ +perl/lib/perl5/5.36/darwin-thread-multi-2level okay PPM for perl5.036000 Test Compiling config/perlrx.c [...] lots of output, too long to put here. "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- PNG.bs ../blib/arch/auto/Tk/PNG/PNG.bs 644 Manifying 1 pod document "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- NBFrame.bs ../blib/arch/auto/Tk/NBFrame/NBFrame.bs 644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- Mwm.bs ../blib/arch/auto/Tk/Mwm/Mwm.bs 644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- Menubutton.bs ../blib/arch/auto/Tk/Menubutton/Menubutt +on.bs 644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- Listbox.bs ../blib/arch/auto/Tk/Listbox/Listbox.bs 644 cd jpeg && make libjpeg.a make[2]: `libjpeg.a' is up to date. make[2]: Nothing to be done for `all'. "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- JPEG.bs ../blib/arch/auto/Tk/JPEG/JPEG.bs 644 Manifying 1 pod document Manifying 1 pod document "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- InputO.bs ../blib/arch/auto/Tk/InputO/InputO.bs 644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- IO.bs ../blib/arch/auto/Tk/IO/IO.bs 644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- HList.bs ../blib/arch/auto/Tk/HList/HList.bs 644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- Event.bs ../blib/arch/auto/Tk/Event/Event.bs 644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- Entry.bs ../blib/arch/auto/Tk/Entry/Entry.bs 644 Manifying 3 pod documents "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- Compound.bs ../blib/arch/auto/Tk/Compound/Compound.bs +644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- Canvas.bs ../blib/arch/auto/Tk/Canvas/Canvas.bs 644 "/usr/local/Cellar/perl/5.36.0/bin/perl" -MExtUtils::Command::MM -e 'c +p_nonempty' -- PNG.bs ../blib/arch/auto/Tk/PNG/PNG.bs 644 cd zlib && make libz.a "CC=cc " RANLIB="ranlib" make[2]: `libz.a' is up to date. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `test_dynamic'. make[2]: Nothing to be done for `test_dynamic'. "/usr/local/Cellar/perl/5.36.0/bin/perl" "-I../t" "-MTkTest" "-e" "che +cked_test_harness('../xt', 0, '../blib/lib', '../blib/arch')" t/*.t t/basic.t .. t/basic.t .. 1/5 Script done on Fri Jan 13 08:23:29 2023
I have searched Perlmonks and found some with the same problem, but no solution, unless I'm missing something. Any help would be greatly appreciated. Terry

In reply to Problem installing Perl/Tk by thimes

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.