Re: Git 2.30.0 and failed self tests
From: Jeffrey Walton <hidden>
Date: 2021-01-11 07:37:56
On Sun, Jan 10, 2021 at 12:09 PM Stefan Moch [off-list ref] wrote:
Jeffrey Walton wrote:quoted
I'm seeing some failed self tests with 2.30.0 on Fedora 33 x86_64 fully patched. They seem to be centered around email.I cannot confirm this on the same git version and platform: # passed all 174 test(s) 1..174 Christian's suggestion from your other thread about running the test with the options -i -v -x should also help here to give more detailed error messages: https://lore.kernel.org/git/CAP8UFD30et-kL8dFoWvh7aPf4AKbzGxSzTuA=B3YNHZL_1axFA@mail.gmail.com/ (local)quoted
*** t9001-send-email.sh *** ok 1 - prepare reference tree ok 2 - Setup helper tool ok 3 - Extract patches not ok 4 - No confirm with --suppress-ccSince the tests 1-3 do not call git send-email, but test 4 and most of the following do, I suspect the system is missing some dependency packages needed for git send-email, probably mail-related Perl modules. Installing Fedora's git-email package is probably enough to fix this: dnf install git-email
I deleted my copy of Perl. I am only using the system's version:
$ command -v perl
/bin/perl
$ perl --version
This is perl 5, version 32, subversion 0 (v5.32.0) built for
x86_64-linux-thread-multi
(with 44 registered patches, see perl -V for more detail)
I'm still seeing the failure. Weird...
Jeff