PadreIDE / Padre

Offical repository of the core Padre code
http://padre.perlide.org/
Other
101 stars 43 forks source link

Padre/ Path-Class-0.34 installation problems under Windows7 64b #3

Closed znik3040 closed 10 years ago

znik3040 commented 10 years ago

Under fresh stable strawberry installation, is problem with Path::Class module. Log for second installation after first fault:

C:\Users\myuser\Documents>cpanm Padre --> Working on Padre Fetching http://www.cpan.org/authors/id/P/PL/PLAVEN/Padre-1.00.tar.gz ... OK Configuring Padre-1.00 ... OK ==> Found dependencies: Module::Starter --> Working on Module::Starter Fetching http://www.cpan.org/authors/id/X/XS/XSAWYERX/Module-Starter-1.62.tar.gz ... OK Configuring Module-Starter-1.62 ... OK ==> Found dependencies: Path::Class --> Working on Path::Class Fetching http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.34.tar.gz ... OK Configuring Path-Class-0.34 ... OK Building and testing Path-Class-0.34 ... FAIL ! Installing Path::Class failed. See C:\Users\myuser.cpanm\work\1410674843.16768\build.log for details. Retry with --force to force insta ll it. ! Installing the dependencies failed: Module 'Path::Class' is not installed ! Bailing out the installation for Module-Starter-1.62. ! Installing the dependencies failed: Module 'Module::Starter' is not installed ! Bailing out the installation for Padre-1.00.

I append building Patch::Class logfile because this fails.

after -f I've got:

C:\Users\grszyszl\Documents>cpanm -f Padre --> Working on Padre Fetching http://www.cpan.org/authors/id/P/PL/PLAVEN/Padre-1.00.tar.gz ... OK Configuring Padre-1.00 ... OK ==> Found dependencies: Module::Starter --> Working on Module::Starter Fetching http://www.cpan.org/authors/id/X/XS/XSAWYERX/Module-Starter-1.62.tar.gz ... OK Configuring Module-Starter-1.62 ... OK ==> Found dependencies: Path::Class --> Working on Path::Class Fetching http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.34.tar.gz ... OK Configuring Path-Class-0.34 ... OK Building and testing Path-Class-0.34 ... FAIL ! Testing Path-Class-0.34 failed but installing it anyway. Successfully installed Path-Class-0.34 Building and testing Module-Starter-1.62 ... OK Successfully installed Module-Starter-1.62 Building and testing Padre-1.00 ... FAIL ! Testing Padre-1.00 failed but installing it anyway. Successfully installed Padre-1.00 3 distributions installed

It doesn't pass test but works. Thank to kmx for recipe :)

What is problem in Path-Class (part of install log), interesting is line:

Failed test at t/03-filesystem.t line 206.

log extract: Searching Path::Class on cpanmetadb ... --> Working on Path::Class Fetching http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.34.tar.gz -> OK Unpacking Path-Class-0.34.tar.gz Entering Path-Class-0.34 Checking configure dependencies from META.yml Checking if you have Module::Build 0.3601 ... Yes (0.4205) Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (6.94) Checking if you have Module::Build 0.36 ... Yes (0.4205) Configuring Path-Class-0.34 Running Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Path-Class' version '0.34' -> OK Checking dependencies from MYMETA.json ... Checking if you have File::Temp 0 ... Yes (0.2304) Checking if you have Cwd 0 ... Yes (3.40) Checking if you have Test 0 ... Yes (1.26) Checking if you have IO::File 0 ... Yes (1.16) Checking if you have File::Copy 0 ... Yes (2.26) Checking if you have parent 0 ... Yes (0.228) Checking if you have Scalar::Util 0 ... Yes (1.38) Checking if you have warnings 0 ... Yes (1.18) Checking if you have IO::Dir 0 ... Yes (1.10) Checking if you have Test::More 0 ... Yes (1.001003) Checking if you have File::stat 0 ... Yes (1.07) Checking if you have Carp 0 ... Yes (1.3301) Checking if you have File::Path 0 ... Yes (2.09) Checking if you have Module::Build 0.3601 ... Yes (0.4205) Checking if you have Exporter 0 ... Yes (5.68) Checking if you have Perl::OSType 0 ... Yes (1.007) Checking if you have overload 0 ... Yes (1.22) Checking if you have strict 0 ... Yes (1.07) Checking if you have File::Spec 3.26 ... Yes (3.40) Building and testing Path-Class-0.34 Building Path-Class t/01-basic.t .......... ok t/02-foreign.t ........ ok

Failed test at t/03-filesystem.t line 206.

got: 'Line1

Line2

Line3

'

expected: 'Line1

Line2

Line3

'

Looks like you failed 1 test of 103.

t/03-filesystem.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/103 subtests t/04-subclass.t ....... ok t/05-traverse.t ....... ok t/06-traverse_filt.t .. ok t/07-recurseprune.t ... ok t/author-critic.t ..... skipped: these tests are for testing by the author

Test Summary Report

t/03-filesystem.t (Wstat: 256 Tests: 103 Failed: 1) Failed test: 61 Non-zero exit status: 1

szabgab commented 10 years ago

Path-Class 0.35 has been released by its maintainer.

adamkennedy commented 10 years ago

Fantastic On Sep 15, 2014 12:04 AM, "Gabor Szabo" notifications@github.com wrote:

Path-Class 0.35 has been released by its maintainer.

— Reply to this email directly or view it on GitHub https://github.com/PadreIDE/Padre/issues/3#issuecomment-55558120.