Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651942 - dev-vcs/git-2.17.0_rc1: BUG: The 'Mail::Address' module is not here [...]
Summary: dev-vcs/git-2.17.0_rc1: BUG: The 'Mail::Address' module is not here [...]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-29 19:10 UTC by Michał Górny
Modified: 2018-03-29 19:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
e-info.txt (e-info.txt,10.50 KB, text/plain)
2018-03-29 19:10 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-29 19:10:32 UTC
Created attachment 526110 [details]
e-info.txt

[ebuild   R   *] dev-vcs/git-2.17.0_rc1::gentoo  USE="blksha1 curl gpg iconv mediawiki nls pcre pcre-jit perl python subversion threads webdav -cgi -cvs -doc -emacs -gnome-keyring -highlight -libressl -mediawiki-experimental (-ppcsha1) -test -tk -xinetd" PYTHON_TARGETS="python2_7" 0 KiB


$ git send-email --to gentoo-dev@lists.gentoo.org -1
BUG: The 'Mail::Address' module is not here, but NO_PERL_CPAN_FALLBACKS was set!

Git needs this Perl module from the CPAN, and will by default ship
with a copy of it. This Git was built with NO_PERL_CPAN_FALLBACKS,
meaning that whoever built it promised to provide this module.

You're seeing this error because they broke that promise, and we can't
load our fallback version, since we were asked not to install it.

If you're seeing this error and didn't package Git yourself the
package you're using is broken, or your system is broken. This error
won't appear if Git is built without NO_PERL_CPAN_FALLBACKS (instead
we'll use our fallback version of the module). at /usr/lib64/perl5/vendor_perl/5.26.1/Git/LoadCPAN.pm line 76.
BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.26.1/Git/LoadCPAN/Mail/Address.pm line 8.
Compilation failed in require at /usr/libexec/git-core/git-send-email line 36.
BEGIN failed--compilation aborted at /usr/libexec/git-core/git-send-email line 36.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-29 19:14:32 UTC
Apparently dev-perl/MailTools is missing.
Comment 2 Larry the Git Cow gentoo-dev 2018-03-29 19:55:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c807927852a8672dab705b4c1988c7edbed2cfa3

commit c807927852a8672dab705b4c1988c7edbed2cfa3
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-03-29 19:55:25 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-03-29 19:55:45 +0000

    dev-vcs/git: Added dev-perl/MailTools to RDEPEND.
    
    Closes: https://bugs.gentoo.org/651942
    Package-Manager: Portage-2.3.26, Repoman-2.3.7

 dev-vcs/git/git-2.17.0_rc1.ebuild | 1 +
 dev-vcs/git/git-9999-r1.ebuild    | 1 +
 dev-vcs/git/git-9999-r2.ebuild    | 1 +
 dev-vcs/git/git-9999-r3.ebuild    | 1 +
 dev-vcs/git/git-9999.ebuild       | 1 +
 5 files changed, 5 insertions(+)