From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16324 invoked by alias); 17 Apr 2014 08:13:37 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 16203 invoked by uid 89); 17 Apr 2014 08:13:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,T_FSL_HELO_BARE_IP_2 autolearn=no version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 17 Apr 2014 08:13:34 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WahRq-00085j-DY for cygwin@cygwin.com; Thu, 17 Apr 2014 10:13:30 +0200 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Apr 2014 10:13:30 +0200 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Apr 2014 10:13:30 +0200 To: cygwin@cygwin.com From: Achim Gratz Subject: Re: problem reproducing perl-Error build Date: Thu, 17 Apr 2014 08:13:00 -0000 Message-ID: References: <534F5192.5080209@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00432.txt.bz2 Eric Blake redhat.com> writes: > cygwin warning: > MS-DOS style path detected: \Users\Administrator > Preferred POSIX equivalent is: /cygdrive/c/Users/Administrator > CYGWIN environment variable option "nodosfilewarning" turns off this > warning. > Consult the user's guide for more details about POSIX paths: > http://cygwin.com/cygwin-ug-net/using.html#using-pathnames > Created MYMETA.yml and MYMETA.json > Creating new 'Build' script for 'Error' version '0.17019' > Module::Build version 0.39 required--this is only version 0.38 at Build > line 41. > *** ERROR: Module::Build build failed > > This raises several questions: > > 1. What is going wrong in cygport and/or perl's Module::Build that is > triggering the nodosfile warning? You need a newer Module::Build (I'm currently at 0.4205). If you build this version of Error you'll also find that it fails the test suite... > 2. How did someone else (Yaakov?) build the 64-bit package? Why is it > not reproducible using self-hosted stock cygwin? The dependencies don't care about versions unfortunately. > 3. Any chance the perl Module::Build shipped in cygwin perl can be > bumped to a newer version? ======8<===== _ml="PAR::Dist" inform " Build of perl-Module-Build requires" inform " $_ml" for _m in $_ml; do check_perl_module $_m || warning " Perl module $_m is missing from build environment." done if ! check_perl_module $_ml; then error " At least one required perl module is missing." fi NAME="perl-Module-Build" VERSION="0.4205" RELEASE="1" CPAN_AUTHOR="LEONT" DESCRIPTION="Perl distribution Module-Build, providing Perl modules: Module::Build Module::Build::Base Module::Build::Compat Module::Build::Config Module::Build::Cookbook Module::Build::Dumper Module::Build::ModuleInfo Module::Build::Notes Module::Build::PPMMaker Module::Build::Platform::Default Module::Build::Platform::MacOS Module::Build::Platform::Unix Module::Build::Platform::VMS Module::Build::Platform::VOS Module::Build::Platform::Windows Module::Build::Platform::aix Module::Build::Platform::cygwin Module::Build::Platform::darwin Module::Build::Platform::os2 Module::Build::PodParser Module::Build::Version Module::Build::YAML inc::latest inc::latest::private. Build and install Perl modules." DIFF_EXCLUDES="MYMETA.*" inherit perl ======>8===== Regards, Achim -- 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