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 tried to install perl using perlbrew install perl-5.34.0. However, this fails:
This could take a while. You can run the following command on another shell to track the status:
tail -f ~/perl5/perlbrew/build.perl-5.34.0.log
Installation process failed. To spot any issues, check
/Users/nathaniel/perl5/perlbrew/build.perl-5.34.0.log
If some perl tests failed and you still want to install this distribution anyway,
do:
(cd /Users/nathaniel/perl5/perlbrew/build/perl-5.34.0/perl-5.34.0; make install)
You might also want to try upgrading patchperl before trying again:
perlbrew install-patchperl
Generally, if you need to install a perl distribution known to have minor test
failures, do one of these commands to avoid seeing this message:
perlbrew --notest install perl-5.34.0
perlbrew --force install perl-5.34.0
The last part of ~/perl5/perlbrew/build.perl-5.34.0.log shows:
../lib/User/pwent.t .................................................. ok
../lib/utf8.t ........................................................ ok
../lib/vars.t ........................................................ ok
../lib/vars_carp.t ................................................... ok
../lib/vmsish.t ...................................................... ok
../lib/warnings.t .................................................... ok
Test Summary Report
-------------------
../ext/GDBM_File/t/gdbm.t (Wstat: 65280 Tests: 5 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=2676, Tests=1185648, 914 wallclock secs (62.70 usr 11.07 sys + 486.70 cusr 73.81 csys = 634.28 CPU)
Result: FAIL
make: *** [test_harness] Error 1
##### Brew Failed #####
I have also tried running perlbrew install-patchperl before re-runinng the perl installation but the installation still fails:
perlbrew install-patchperl
/Users/nathaniel/perl5/perlbrew/bin/patchperl already exists, are you sure to override ? [y/N] [N] y
patchperl is installed to
/Users/nathaniel/perl5/perlbrew/bin/patchperl
I am running this on macOS Catalina, Version 10.15.6 (19G73).
The text was updated successfully, but these errors were encountered:
It's not #715. I see the same as @nattzy94 on two different Intel based systems using macOS 12.2 and 12.3, with both 5.34.0 and 5.32.1. I can perlbrew install --force... the installation, but I don't like that. Plus I'm facing some issues right now running one of my script, and I'd rather be sure it's not caused by this issue.
Compiling the same version on a M1 Mini with macOS 12.2 succeeds just fine.
Hi,
I tried to install perl using
perlbrew install perl-5.34.0
. However, this fails:The last part of
~/perl5/perlbrew/build.perl-5.34.0.log
shows:I have also tried running
perlbrew install-patchperl
before re-runinng the perl installation but the installation still fails:I am running this on macOS Catalina, Version 10.15.6 (19G73).
The text was updated successfully, but these errors were encountered: