You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated my perlbrew Perl from 5.30.2 to 5.36.1 on macOS 10.13.6 and tried to build the latest Tk using Apple LLVM version 10.0.0 (clang-1000.10.44.4). The last few lines of the build log are:
"/Users/carly/perl5/perlbrew/perls/perl-5.36.1/bin/perl" "-I../t" "-MTkTest" "-e" "checked_test_harness('../xt', 0, '../blib/lib', '../blib/arch')" t/*.t make[1]: *** [test_dynamic] Segmentation fault: 11 make: *** [subdirs-test_dynamic] Error 2 -> FAIL Installing Tk failed. See /Users/carly/.cpanm/work/1689639190.11937/build.log for details. Retry with --force to force install it.
Any ideas? This failure apparently involves the test suite. Are there any things I can do to isolate the failing test? I would really like to use the latest Tk.
The text was updated successfully, but these errors were encountered:
I just updated my perlbrew Perl from 5.30.2 to 5.36.1 on macOS 10.13.6 and tried to build the latest Tk using Apple LLVM version 10.0.0 (clang-1000.10.44.4). The last few lines of the build log are:
"/Users/carly/perl5/perlbrew/perls/perl-5.36.1/bin/perl" "-I../t" "-MTkTest" "-e" "checked_test_harness('../xt', 0, '../blib/lib', '../blib/arch')" t/*.t
make[1]: *** [test_dynamic] Segmentation fault: 11
make: *** [subdirs-test_dynamic] Error 2
-> FAIL Installing Tk failed. See /Users/carly/.cpanm/work/1689639190.11937/build.log for details. Retry with --force to force install it.
Any ideas? This failure apparently involves the test suite. Are there any things I can do to isolate the failing test? I would really like to use the latest Tk.
The text was updated successfully, but these errors were encountered: