Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 86118
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

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

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



Subject: test error installing ExtUtils-MakeMaker-6.66 using perl5.10 on MacOSX
Date: Thu, 13 Jun 2013 10:11:36 -0700
To: bug-ExtUtils-MakeMaker [...] rt.cpan.org
From: Stefan Amshey <sramshey [...] gmail.com>
Hi- Is this a known issue? I can't seem to get the meta_convert.t test to pass during installation of ExtUtils-MakeMaker-6.66. I'm on OSX 10.8.3 using perl5.10.1. Here's the 'make test' output: samshey@BEPRESS138:~/Downloads/ExtUtils-MakeMaker-6.66$ make test PERL_DL_NONLAZY=1 /usr/bin/perl5.10 "-Iblib/arch" "-Iblib/lib" "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00compile.t ............. ok t/01perl_bugs.t ........... ok t/arch_check.t ............ ok t/backwards.t ............. ok t/basic.t ................. ok t/build_man.t ............. ok t/cd.t .................... ok t/config.t ................ ok t/dir_target.t ............ ok t/echo.t .................. ok t/FIRST_MAKEFILE.t ........ ok t/fix_libs.t .............. ok t/fixin.t ................. ok t/hints.t ................. ok t/INST.t .................. ok t/INST_PREFIX.t ........... ok t/INSTALL_BASE.t .......... ok t/installed_file.t ........ ok t/is_of_type.t ............ ok t/Liblist.t ............... ok t/Liblist_Kid.t ........... ok t/make.t .................. ok t/MakeMaker_Parameters.t .. ok t/maketext_filter.t ....... ok t/meta_convert.t .......... 1/? # Failed test 'they're camel-cased' # at t/meta_convert.t line 108. # 'metafile : create_distdir # $(NOECHO) $(ECHO) Generating META.yml # $(NOECHO) $(ECHO) --- > META_new.yml # $(NOECHO) $(ECHO) abstract: unknown >> META_new.yml # $(NOECHO) $(ECHO) author: >> META_new.yml # $(NOECHO) $(ECHO) - unknown >> META_new.yml # $(NOECHO) $(ECHO) build_requires: >> META_new.yml # $(NOECHO) $(ECHO) ExtUtils::MakeMaker: 0 >> META_new.yml # $(NOECHO) $(ECHO) configure_requires: >> META_new.yml # $(NOECHO) $(ECHO) ExtUtils::MakeMaker: 0 >> META_new.yml # $(NOECHO) $(ECHO) dynamic_config: 1 >> META_new.yml # $(NOECHO) $(ECHO) generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.131560' >> META_new.yml # $(NOECHO) $(ECHO) license: unknown >> META_new.yml # $(NOECHO) $(ECHO) meta-spec: >> META_new.yml # $(NOECHO) $(ECHO) url: http://module-build.sourceforge.net/META-spec-v1.4.html >> META_new.yml # $(NOECHO) $(ECHO) version: 1.4 >> META_new.yml # $(NOECHO) $(ECHO) name: Attribute::Signature >> META_new.yml # $(NOECHO) $(ECHO) no_index: >> META_new.yml # $(NOECHO) $(ECHO) directory: >> META_new.yml # $(NOECHO) $(ECHO) - t >> META_new.yml # $(NOECHO) $(ECHO) - inc >> META_new.yml # $(NOECHO) $(ECHO) resources: >> META_new.yml # $(NOECHO) $(ECHO) Repositoryclone: git:// github.com/chorny/Attribute-Signature.git >> META_new.yml # $(NOECHO) $(ECHO) repository: http://github.com/chorny/Attribute-Signature >> META_new.yml # $(NOECHO) $(ECHO) version: 0 >> META_new.yml # -$(NOECHO) $(MV) META_new.yml $(DISTVNAME)/META.yml # $(NOECHO) $(ECHO) Generating META.json # $(NOECHO) $(ECHO) { > META_new.json # $(NOECHO) $(ECHO) "abstract" : "unknown", >> META_new.json # $(NOECHO) $(ECHO) "author" : [ >> META_new.json # $(NOECHO) $(ECHO) "unknown" >> META_new.json # $(NOECHO) $(ECHO) ], >> META_new.json # $(NOECHO) $(ECHO) "dynamic_config" : 1, >> META_new.json # $(NOECHO) $(ECHO) "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.131560", >> META_new.json # $(NOECHO) $(ECHO) "license" : [ >> META_new.json # $(NOECHO) $(ECHO) "unknown" >> META_new.json # $(NOECHO) $(ECHO) ], >> META_new.json # $(NOECHO) $(ECHO) "meta-spec" : { >> META_new.json # $(NOECHO) $(ECHO) "url" : " http://search.cpan.org/perldoc?CPAN::Meta::Spec", >> META_new.json # $(NOECHO) $(ECHO) "version" : "2" >> META_new.json # $(NOECHO) $(ECHO) }, >> META_new.json # $(NOECHO) $(ECHO) "name" : "Attribute::Signature", >> META_new.json # $(NOECHO) $(ECHO) "no_index" : { >> META_new.json # $(NOECHO) $(ECHO) "directory" : [ >> META_new.json # $(NOECHO) $(ECHO) "t", >> META_new.json # $(NOECHO) $(ECHO) "inc" >> META_new.json # $(NOECHO) $(ECHO) ] >> META_new.json # $(NOECHO) $(ECHO) }, >> META_new.json # $(NOECHO) $(ECHO) "prereqs" : { >> META_new.json # $(NOECHO) $(ECHO) "build" : { >> META_new.json # $(NOECHO) $(ECHO) "requires" : { >> META_new.json # $(NOECHO) $(ECHO) "ExtUtils::MakeMaker" : "0" >> META_new.json # $(NOECHO) $(ECHO) } >> META_new.json # $(NOECHO) $(ECHO) }, >> META_new.json # $(NOECHO) $(ECHO) "configure" : { >> META_new.json # $(NOECHO) $(ECHO) "requires" : { >> META_new.json # $(NOECHO) $(ECHO) "ExtUtils::MakeMaker" : "0" >> META_new.json # $(NOECHO) $(ECHO) } >> META_new.json # $(NOECHO) $(ECHO) } >> META_new.json # $(NOECHO) $(ECHO) }, >> META_new.json # $(NOECHO) $(ECHO) "release_status" : "stable", >> META_new.json # $(NOECHO) $(ECHO) "resources" : { >> META_new.json # $(NOECHO) $(ECHO) "repository" : { >> META_new.json # $(NOECHO) $(ECHO) "url" : " http://github.com/chorny/Attribute-Signature" >> META_new.json # $(NOECHO) $(ECHO) }, >> META_new.json # $(NOECHO) $(ECHO) "x_Repositoryclone" : "git:// github.com/chorny/Attribute-Signature.git" >> META_new.json # $(NOECHO) $(ECHO) }, >> META_new.json # $(NOECHO) $(ECHO) "version" : "0" >> META_new.json # $(NOECHO) $(ECHO) } >> META_new.json # -$(NOECHO) $(MV) META_new.json $(DISTVNAME)/META.json # ' # doesn't match '(?-xism:x_Repositoryclone:)' # Looks like you failed 1 test of 15. t/meta_convert.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/15 subtests t/metafile_data.t ......... ok t/metafile_file.t ......... ok t/min_perl_version.t ...... ok t/miniperl.t .............. skipped: miniperl test only necessary for the perl core t/Mkbootstrap.t ........... ok t/MM_Any.t ................ ok t/MM_BeOS.t ............... skipped: This is not BeOS t/MM_Cygwin.t ............. skipped: This is not cygwin t/MM_NW5.t ................ skipped: This is not NW5 t/MM_OS2.t ................ skipped: This is not OS/2 t/MM_Unix.t ............... ok t/MM_VMS.t ................ skipped: This is not VMS t/MM_Win32.t .............. skipped: This is not Win32 t/oneliner.t .............. ok t/parse_abstract.t ........ ok t/parse_version.t ......... ok t/PL_FILES.t .............. ok t/pm.t .................... ok t/pm_to_blib.t ............ ok t/pod2man.t ............... ok t/postamble.t ............. ok t/prefixify.t ............. ok t/prereq.t ................ ok t/prereq_print.t .......... ok t/problems.t .............. ok t/prompt.t ................ ok t/recurs.t ................ ok t/revision.t .............. ok t/several_authors.t ....... ok t/split_command.t ......... ok t/test_boilerplate.t ...... ok t/testlib.t ............... ok t/VERSION_FROM.t .......... ok t/WriteEmptyMakefile.t .... ok t/writemakefile_args.t .... ok t/xs.t .................... ok Test Summary Report ------------------- t/meta_convert.t (Wstat: 256 Tests: 15 Failed: 1) Failed test: 14 Non-zero exit status: 1 Files=61, Tests=967, 22 wallclock secs ( 0.27 usr 0.14 sys + 15.43 cusr 2.98 csys = 18.82 CPU) Result: FAIL Failed 1/61 test programs. 1/967 subtests failed. make: *** [test_dynamic] Error 255 I tried it also with version 6.64 but got the same results. Please let me know if this is a known issue and/or whether is it safe to proceed with the installation. Thanks! /Stefan -- - Stefan Amshey

Message body is not shown because it is too large.

Download Makefile
application/octet-stream 37.3k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #86118] test error installing ExtUtils-MakeMaker-6.66 using perl5.10 on MacOSX
Date: Thu, 13 Jun 2013 19:58:32 +0100
To: Stefan Amshey via RT <bug-ExtUtils-MakeMaker [...] rt.cpan.org>
From: "Chris 'BinGOs' Williams" <chris [...] bingosnet.co.uk>
On Thu, Jun 13, 2013 at 01:12:15PM -0400, Stefan Amshey via RT wrote: Show quoted text
> Thu Jun 13 13:12:15 2013: Request 86118 was acted upon. > Transaction: Ticket created by sramshey@gmail.com > Queue: ExtUtils-MakeMaker > Subject: test error installing ExtUtils-MakeMaker-6.66 using perl5.10 on MacOSX > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: sramshey@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=86118 > > > > Hi- > > Is this a known issue? I can't seem to get the meta_convert.t test to pass > during installation of ExtUtils-MakeMaker-6.66. I'm on OSX 10.8.3 using > perl5.10.1. Here's the 'make test' output: >
Yes, it is a known issue, CPAN::Meta has fixed a bug that this test relies on. Show quoted text
> > I tried it also with version 6.64 but got the same results. > > Please let me know if this is a known issue and/or whether is it safe to > proceed with the installation. >
It is safe to proceed. An updated stable version of EUMM should be released soon. BINGOS/ExtUtils-MakeMaker-6.67_04.tar.gz should also work fine. Many thanks, -- Chris Williams aka BinGOs PGP ID 0x4658671F http://www.gumbynet.org.uk ==========================
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

This has been resolved by the 6.68 release. Many thanks.