X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=u5r
	jJMi9zPkf96auq0x0FcczOnXFy0Ez2NUdIR6+pqQAiQxgLm5YwPxjThVP57eZspy
	vjPq2rVf3JyfQidFoAIELSvGGxaegTnHND0PdyGcgXDC+6UZCnjLcP44h9l1TEHA
	AL8DA93FuGuxKVXZgRWZjiVMaCQBUqmAPVHDb66A=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; s=default; bh=0wFWxLcRK
	CfI+lc1710vGXWTI08=; b=r/C4gMjZdYCJyZtfy0nMLzNvxD0bVeZ1gL5OiaK7R
	FBOCUoHFBuqDN+BbmNe6qBC1AdvVjnQ0WSlsItq7DlPb0RLVWMswvZc8YRQpXs5A
	4YcMWNSUZh6AcZO4yj8S7qxiNashI3m1eIf+6ZEj/Vw71qMnfSzt/fpA1hPrJ1mj
	3c=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*mail.com, our
X-HELO: mout.gmx.com
To: cygwin@cygwin.com
From: john doe <johndoe65534@mail.com>
Subject: git-email missing module
Message-ID: <72a153a5-7d4b-eecd-2c3f-8321d8b43ca1@mail.com>
Date: Sat, 4 Aug 2018 16:11:23 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Hi,

On a fresh install of Cygwin_x86_64, I have installed "git,git-email" 
packages and I'm getting the following:

$ git send-email master --confirm=always --to=xxx@example.com
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/share/perl5/Git/LoadCPAN.pm line 76.
BEGIN failed--compilation aborted at 
/usr/share/perl5/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.

I had to install "Mail::Address" manually using cpan.

-- 
John Doe

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

