Skip Menu |

This queue is for tickets about the Tk-Wizard CPAN distribution.

Report information
The Basics
Id: 29285
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Tk-Wizard

People
Owner: MTHURN [...] cpan.org
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

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



Subject: Linux test failure in t/52_Installer.t
When the GUI says Copying t/tmp/__perltk_wizard/1 To t/tmp/__perltk_wizard/3 the following happens: mkdir /t: Permission denied at /usr/local/src/Tk-Wizard-2.112/blib/lib/Tk/Wizard/Installer.pm line 516 Carp::croak at /opt/ActivePerl-5.8/lib/Carp.pm line 269 File::Path::mkpath at /opt/ActivePerl-5.8/lib/File/Path.pm line 153 File::Path::mkpath at /opt/ActivePerl-5.8/lib/File/Path.pm line 146 File::Path::mkpath at /opt/ActivePerl-5.8/lib/File/Path.pm line 146 Tk::Wizard::Installer::_install_files at /usr/local/src/Tk-Wizard-2.112/blib/lib/Tk/Wizard/Installer.pm line 516 Tk::Wizard::Installer::__ANON__ at /usr/local/src/Tk-Wizard-2.112/blib/lib/Tk/Wizard/Installer.pm line 374 Tk::After::once at /opt/ActivePerl-5.8/lib/Tk/After.pm line 89 [once,[{},after#110,1000,once,[\&Tk::Wizard::Installer::__ANON__]]] ("after" script) -- - - Martin 'Kingpin' Thurn
I implemented a fix, I'll try to remember to test it tomorrow on my Linux box... -- - - Martin 'Kingpin' Thurn
Finally found the real problem: changed a catdir call to catpath. -- - - Martin 'Kingpin' Thurn
Subject: Re: [rt.cpan.org #29285] Linux test failure in t/52_Installer.t
Date: Fri, 14 Sep 2007 13:00:31 +0100 (BST)
To: bug-Tk-Wizard [...] rt.cpan.org
From: leeg1644 [...] leegoddard.net
Show quoted text
> Finally found the real problem: changed a catdir call to catpath.
Hi Martin - will that fix Andreas' bugs? Thanks for your work, btw! lee
Show quoted text
> ...will that fix Andreas' bugs?
No, ANDK's bug is different. -- - - Martin 'Kingpin' Thurn