public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Perl: Can't compile Module::Build::Tiny (required by Perl::Critic)
@ 2017-03-06 15:50 Jim Reisert AD1C
  2017-03-06 18:52 ` Achim Gratz
  2017-03-06 21:35 ` Andrey Repin
  0 siblings, 2 replies; 4+ messages in thread
From: Jim Reisert AD1C @ 2017-03-06 15:50 UTC (permalink / raw)
  To: cygwin

Any ideas?  I had this compiled OK in a previous installation of
Cygwin64.  Maybe a new problem?


# cpan install Module::Build::Tiny

Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: Storable loaded ok (v2.53_02)
Reading '/cygdrive/d/Home/.cpan/Metadata'
  Database was generated on Sun, 05 Mar 2017 00:17:03 GMT
CPAN: LWP::UserAgent loaded ok (v6.15)
CPAN: Time::HiRes loaded ok (v1.9726)
Fetching with LWP:
http://www.cpan.org/authors/01mailrc.txt.gz
CPAN: YAML loaded ok (v1.20)
Reading '/cygdrive/d/Home/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.068001)
............................................................................DONE
Fetching with LWP:
http://www.cpan.org/modules/02packages.details.txt.gz
Reading '/cygdrive/d/Home/.cpan/sources/modules/02packages.details.txt.gz'
  Database was generated on Mon, 06 Mar 2017 15:41:02 GMT
............................................................................DONE
Fetching with LWP:
http://www.cpan.org/modules/03modlist.data.gz
Reading '/cygdrive/d/Home/.cpan/sources/modules/03modlist.data.gz'
DONE
Writing /cygdrive/d/Home/.cpan/Metadata
Running install for module 'Module::Build::Tiny'
CPAN: Digest::SHA loaded ok (v5.95_01)
Checksum for /cygdrive/d/Home/.cpan/sources/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
ok
CPAN: CPAN::Meta::Requirements loaded ok (v2.132)
CPAN: Parse::CPAN::Meta loaded ok (v1.4414_001)
CPAN: CPAN::Meta loaded ok (v2.150001)
CPAN: Module::Build loaded ok (v0.422)
CPAN: Module::CoreList loaded ok (v5.20170114_22)
Configuring L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz with Build.PL
Creating new 'Build' script for 'Module-Build-Tiny' version '0.039'
  LEONT/Module-Build-Tiny-0.039.tar.gz
  /usr/bin/perl Build.PL -- OK
Running Build for L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz
cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm
  LEONT/Module-Build-Tiny-0.039.tar.gz
  ./Build -- OK
Running Build test
t/00-compile.t .......... ok
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
t/simple.t .............. 7/?
#   Failed test 'pm file in blib is readonly'
#   at t/simple.t line 94.
#          got: '128'
#     expected: '0'
# Looks like you failed 1 test of 25.
t/simple.t .............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/25 subtests

Test Summary Report
-------------------
t/simple.t            (Wstat: 256 Tests: 25 Failed: 1)
  Failed test:  13
  Non-zero exit status: 1
Files=3, Tests=26,  5 wallclock secs ( 0.00 usr  0.17 sys +  0.37 cusr
 1.62 csys =  2.16 CPU)
Result: FAIL
  LEONT/Module-Build-Tiny-0.039.tar.gz
  ./Build test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports LEONT/Module-Build-Tiny-0.039.tar.gz


-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Perl: Can't compile Module::Build::Tiny (required by Perl::Critic)
  2017-03-06 15:50 Perl: Can't compile Module::Build::Tiny (required by Perl::Critic) Jim Reisert AD1C
@ 2017-03-06 18:52 ` Achim Gratz
  2017-03-07 14:54   ` Jim Reisert AD1C
  2017-03-06 21:35 ` Andrey Repin
  1 sibling, 1 reply; 4+ messages in thread
From: Achim Gratz @ 2017-03-06 18:52 UTC (permalink / raw)
  To: cygwin

Jim Reisert AD1C writes:
> Any ideas?  I had this compiled OK in a previous installation of
> Cygwin64.  Maybe a new problem?

Most likely a new test.  Testing for read-only status quite often doesn't work
as expected on Windows due to write/change access being granted by some DACL
somewhere up the directory chain (or when you are in the Administrators
group or some other group with similar access rights).  The module
builds just fine for me, BTW (but then I'm not using cpan).  Ignore the
failing test and force install.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Perl: Can't compile Module::Build::Tiny (required by Perl::Critic)
  2017-03-06 15:50 Perl: Can't compile Module::Build::Tiny (required by Perl::Critic) Jim Reisert AD1C
  2017-03-06 18:52 ` Achim Gratz
@ 2017-03-06 21:35 ` Andrey Repin
  1 sibling, 0 replies; 4+ messages in thread
From: Andrey Repin @ 2017-03-06 21:35 UTC (permalink / raw)
  To: Jim Reisert AD1C, cygwin

Greetings, Jim Reisert AD1C!

> Any ideas?  I had this compiled OK in a previous installation of
> Cygwin64.  Maybe a new problem?

> #   Failed test 'pm file in blib is readonly'
> #   at t/simple.t line 94.
> #          got: '128'
> #     expected: '0'
> # Looks like you failed 1 test of 25.
> t/simple.t .............. Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/25 subtests

> Test Summary Report
> -------------------
> t/simple.t            (Wstat: 256 Tests: 25 Failed: 1)
>   Failed test:  13
>   Non-zero exit status: 1
> Files=3, Tests=26,  5 wallclock secs ( 0.00 usr  0.17 sys +  0.37 cusr
>  1.62 csys =  2.16 CPU)
> Result: FAIL
>   LEONT/Module-Build-Tiny-0.039.tar.gz
>   ./Build test -- NOT OK
> //hint// to see the cpan-testers results for installing this module, try:
>   reports LEONT/Module-Build-Tiny-0.039.tar.gz

Most likely - another case of manual access control evaluation.
Which will always go bad.


-- 
With best regards,
Andrey Repin
Tuesday, March 7, 2017 00:26:09

Sorry for my terrible english...


--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Perl: Can't compile Module::Build::Tiny (required by Perl::Critic)
  2017-03-06 18:52 ` Achim Gratz
@ 2017-03-07 14:54   ` Jim Reisert AD1C
  0 siblings, 0 replies; 4+ messages in thread
From: Jim Reisert AD1C @ 2017-03-07 14:54 UTC (permalink / raw)
  To: cygwin

On Mon, Mar 6, 2017 at 11:52 AM, Achim Gratz  wrote:

> Most likely a new test.  Testing for read-only status quite often doesn't work
> as expected on Windows due to write/change access being granted by some DACL
> somewhere up the directory chain (or when you are in the Administrators
> group or some other group with similar access rights).  The module
> builds just fine for me, BTW (but then I'm not using cpan).  Ignore the
> failing test and force install.

Thanks, Achim.  I have Perl::Critic installed now.

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-07 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06 15:50 Perl: Can't compile Module::Build::Tiny (required by Perl::Critic) Jim Reisert AD1C
2017-03-06 18:52 ` Achim Gratz
2017-03-07 14:54   ` Jim Reisert AD1C
2017-03-06 21:35 ` Andrey Repin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).