X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com From: john doe 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 AT example DOT 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