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:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=i/Uh9zZhlw022oexX9zHrtyi3NEGyGGvY6o8VvRF3Y9MvnsGkaCmp VH0lIio1cOw7bVZjWP1CW3tTbar21/xavmTlIYoLVgmAQEfkszXbq1LTOk2E9Z7V dPzXmOcO8f9MR+C/LvwMiA5/AWXguvF9CJzqE6Vthlz9veqBsUIPqQ= 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:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=N8NQMc2fJFbqeYhJujK5VWIZW1o=; b=QXRiqgmI/REDY2JAV3K603O0ONoW /zUiU/tAXl6hArIAOqVOJ53/zEXkjTW3xbEeaQNGLRi7nwWwzz/7PkqvuFuuzrZm tZVwKtPHvfv57/BhzBL94nesnVrB/2CnizA0xA7b//v8DrW9U/eIv3mu/r2+Il2R WX5coHoy3xDTQgM= 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-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 To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: problem reproducing perl-Error build Date: Thu, 17 Apr 2014 08:13:19 +0000 (UTC) Lines: 66 Message-ID: References: <534F5192 DOT 5080209 AT redhat DOT 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 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