Skip Menu |

This queue is for tickets about the Config-Trivial-Storable CPAN distribution.

Report information
The Basics
Id: 95343
Status: open
Worked: 30 min
Priority: 0/
Queue: Config-Trivial-Storable

People
Owner: atrickett [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.30
  • 0.31_1
  • 0.31
  • 0.31_2
  • 0.31_3
Fixed in: (no value)



Subject: t/03_errors.t tries to overwrite base.pm (?)
With perl 5.19.x the following error happens: ERROR: Insufficient permissions to write to: /usr/perl5.19.11/lib/5.19.11/base.pm at t/03-error.t line 27. t/03-error.t ......... It looks like the test tries to overwrite a core perl module?! Regards, Slaven
From: adam.trickett [...] iredale.net
On Sun May 04 10:05:16 2014, SREZIC wrote: Show quoted text
> With perl 5.19.x the following error happens: > > ERROR: Insufficient permissions to write to: > /usr/perl5.19.11/lib/5.19.11/base.pm at t/03-error.t line 27. > t/03-error.t ......... > > It looks like the test tries to overwrite a core perl > module?!
It shouldn't be doing that, I'll have to see what it is doing.
On Sun May 04 10:05:16 2014, SREZIC wrote: Show quoted text
> With perl 5.19.x the following error happens: > > ERROR: Insufficient permissions to write to: > /usr/perl5.19.11/lib/5.19.11/base.pm at t/03-error.t line 27. > t/03-error.t ......... > > It looks like the test tries to overwrite a core perl module?! >
Blead perl has changed behaviour and the self detection routine returns a different value. I've put steps in place to detect base.pm as a self file and report it as such. It will appear in the next test release. Thank you for noticing the bug and reporting it. -- It's Not Magic, It's Work!
Bisect leads us to: commit 892089cd68f447dda17eb023010cd1dfb14ea0a5 Author: Graham Knop <haarg@haarg.org> Date: Wed Dec 4 05:54:02 2013 -0500 make base.pm more strict about nonexistent module check Please make a new release available, 5.20-RC1 is out, the new perl will soon hit the streets. Thanks,
Thanks a lot for ATRICKETT/Config-Trivial-Storable-0.31_2.tar.gz
On 2014-05-11 14:07:38, ATRICKETT wrote: Show quoted text
> On Sun May 04 10:05:16 2014, SREZIC wrote:
> > With perl 5.19.x the following error happens: > > > > ERROR: Insufficient permissions to write to: > > /usr/perl5.19.11/lib/5.19.11/base.pm at t/03-error.t line 27. > > t/03-error.t ......... > > > > It looks like the test tries to overwrite a core perl module?! > >
> > Blead perl has changed behaviour and the self detection routine > returns a different value. I've put steps in place to detect base.pm > as a self file and report it as such. It will appear in the next test > release. > > Thank you for noticing the bug and reporting it.
Unfortunately there's at least one system with 5.20.0-RC1 where the new code is failing: http://www.cpantesters.org/cpan/report/b0001eda-e298-11e3-a08e-9041e0bfc7aa
On 2014-05-24 02:36:38, SREZIC wrote: Show quoted text
> On 2014-05-11 14:07:38, ATRICKETT wrote:
> > On Sun May 04 10:05:16 2014, SREZIC wrote:
> > > With perl 5.19.x the following error happens: > > > > > > ERROR: Insufficient permissions to write to: > > > /usr/perl5.19.11/lib/5.19.11/base.pm at t/03-error.t line 27. > > > t/03-error.t ......... > > > > > > It looks like the test tries to overwrite a core perl module?! > > >
> > > > Blead perl has changed behaviour and the self detection routine > > returns a different value. I've put steps in place to detect base.pm > > as a self file and report it as such. It will appear in the next test > > release. > > > > Thank you for noticing the bug and reporting it.
> > Unfortunately there's at least one system with 5.20.0-RC1 where the > new code is failing: > http://www.cpantesters.org/cpan/report/b0001eda-e298-11e3-a08e- > 9041e0bfc7aa
A similar error happens with 5.20.1-RC1. Maybe it's just failing for RC versions?