FS#54326 - [git] send-email broken in perl Net/SMTP/SSL.pm
Attached to Project:
Arch Linux
Opened by Liam (networkimprov) - Tuesday, 06 June 2017, 18:48 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 06 June 2017, 20:59 GMT
Opened by Liam (networkimprov) - Tuesday, 06 June 2017, 18:48 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 06 June 2017, 20:59 GMT
|
Details
This is configured to send via a gmail account
git send-email --to-cover --cc-cover <patch-list> I See Attempt to reload IO/Socket/SSL.pm aborted. Compilation failed in require at /usr/share/perl5/site_perl/Net/SMTP/SSL.pm line 6. BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/Net/SMTP/SSL.pm line 6. Compilation failed in require at /usr/lib/git-core/git-send-email line 1386. fatal: 'send-email' appears to be a git command, but we were not able to execute it. Maybe git-send-email is broken? If I comment out "use IO::Socket::SSL;" in */Net/SMTP/SSL.pm, I see Not using SSL_VERIFY_PEER due to out-of-date IO::Socket::SSL. Can't locate object method "start_SSL" via package "Net::SMTP::SSL" at /usr/lib/git-core/git-send-email line 1390. Latest system and git (git-2.13.0-2) with optional packages: perl-mime-tools perl-net-smtp-ssl perl-authen-sasl |
This task depends upon
Closed by Doug Newgard (Scimmia)
Tuesday, 06 June 2017, 20:59 GMT
Reason for closing: Not a bug
Additional comments about closing: No package in the repos installs to site_perl
Tuesday, 06 June 2017, 20:59 GMT
Reason for closing: Not a bug
Additional comments about closing: No package in the repos installs to site_perl
Assuming it outputs "No package ownes $path", you most likely installed some perl modules with cpan directly. This is not supported and you need to remove or rebuild them. If you have one you'll probably have others which also need to be removed/rebuilt.