Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 79068
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: lgodio2 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Strawberry Perl (5.16.1.1-32bit)
Date: Sat, 18 Aug 2012 01:33:15 -0400
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Lou godio <lgodio2 [...] gmail.com>
I'm running under bWindows XP (SP3) Strawberry Perl (5.16.1.1-32 bit) installed ok But every time I run cpanm, it fails at the last line shown in the log file below i.e *dmake.exe: Error: -- `C:\Documents' not found, and can't be made* It appears that dmake cant handle dir names like C:\Documents and Settings\ADMIN/ I never had this issue with DWIMPERL 5.14 which used a different work dir so I think it's a Strawberry 5.16 bug * * *==============================* cpanm (App::cpanminus) 1.5017 on perl 5.016001 built for MSWin32-x86-multi-thread Work directory is C:\Documents and Settings\ADMIN/.cpanm/work/1345266512.2736 You have make C:\strawberry\c\bin\dmake.exe You have LWP 6.04 Falling back to Archive::Tar 1.88 Searching Math::Cephes on cpanmetadb ... --> Working on Math::Cephes Fetching http://www.cpan.org/authors/id/A/AD/ADOPTME/Math-Cephes-0.47.tar.gz -> OK Unpacking Math-Cephes-0.47.tar.gz Entering Math-Cephes-0.47 Checking configure dependencies from META.yml Configuring Math-Cephes-0.47 Running Makefile.PL --------------------------------------------------------------------- THE Math::Cephes MODULE IS LOOKING FOR A NEW HOME. THAT COULD BE YOU! Contact modules.org to take over maintenance of this module. --------------------------------------------------------------------- Checking if your kit is complete... Looks good Writing Makefile for Math::Cephes::libmd Writing MYMETA.yml and MYMETA.json Writing Makefile for Math::Cephes Writing MYMETA.yml and MYMETA.json The file libmd/mconf.h, which contains machine-dependent definitions, may require some manual editing for your platform. -> OK Checking dependencies from MYMETA.json ... Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.63_02) Building and testing Math-Cephes-0.47 cp lib/Math/Cephes.pod blib\lib\Math\Cephes.pod cp lib/Math/Cephes/Matrix.pm blib\lib\Math\Cephes\Matrix.pm cp lib/Math/Cephes.pm blib\lib\Math\Cephes.pm cp lib/Math/Cephes/Complex.pm blib\lib\Math\Cephes\Complex.pm cp lib/Math/Cephes/Fraction.pm blib\lib\Math\Cephes\Fraction.pm cp lib/Math/Cephes/Polynomial.pm blib\lib\Math\Cephes\Polynomial.pm *dmake.exe: Error: -- `C:\Documents' not found, and can't be made* -> FAIL Installing Math::Cephes failed. See C:\Documents and Settings\ADMIN\.cpanm\build.log for details
Subject: Re: [rt.cpan.org #79068] Strawberry Perl (5.16.1.1-32bit)
Date: Sat, 18 Aug 2012 15:04:36 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
This bug is a combination of: 1/ dmake not working corectly with directories containing spaces 2/ cpanminus using your homedir as working directory Unfortunately it is not a problem on Win 7 (home directory is something like c:\users\bob - no spaces) where I run my pre-release tests. Quick workaround: set PERL_CPANM_HOME=C:\Temp\Cpanm Anyway needs to fixed in the next release. -- kmx
Subject: Re: [rt.cpan.org #79068] Strawberry Perl (5.16.1.1-32bit)
Date: Sat, 18 Aug 2012 15:20:27 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: kmx <kmx [...] volny.cz>
I have (maybe) a fix, please try to install: http://strawberryperl.com/package/kmx/perl-modules-patched/App-cpanminus-1.5017_fixed_issue132.tar.gz Use pip utility, like this: c:\> pip <url_to_tarball> -- kmx
should be fixed in the latest 5.14.3.1 and 5.16.2.1