Skip Menu |

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

Report information
The Basics
Id: 27051
Status: resolved
Priority: 0/
Queue: Tcl-Tk

People
Owner: Nobody in particular
Requestors: Marek.Rouchal [...] gmx.net
Cc:
AdminCc:

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



Subject: Tcl::Tk::Widget::Text missing?
I have perl-5.8.8 on RedHat Enterprise Linux 3.0 and Solaris 8 (Sparc), compiled with gcc-4.0.3 and Tcl/Tk 8.4.13. The new version of Tcl::Tk fails some tests: t/text..........Can't locate Tcl/Tk/Widget/Text.pm in @INC (@INC contains: /home/hwadm/.cpan/build/Tcl-Tk-0.94- kAuRf4/blib/lib /home/hwadm/.cpan/build/Tcl-Tk-0.94- kAuRf4/blib/arch /opt/perl_5.8.8/lib . /opt/perl_5.8.8/lib .) at /home/hwadm/.cpan/build/Tcl-Tk-0.94-kAuRf4/blib/lib/Tcl/Tk.pm line 1593. t/unicode.......Can't locate Tcl/Tk/Widget/Text.pm in @INC (@INC contains: /home/hwadm/.cpan/build/Tcl-Tk-0.94- kAuRf4/blib/lib /home/hwadm/.cpan/build/Tcl-Tk-0.94- kAuRf4/blib/arch /opt/perl_5.8.8/lib . /opt/perl_5.8.8/lib .) at /home/hwadm/.cpan/build/Tcl-Tk-0.94-kAuRf4/blib/lib/Tcl/Tk.pm line 1593. Did you forget to include the lib/Tcl/Tk/Widget/Text.pm in MANIFEST? Cheers, Marek
From: VKON [...] cpan.org
On Thu May 10 05:13:28 2007, MAREKR wrote: Show quoted text
> I have perl-5.8.8 on RedHat Enterprise Linux 3.0 and Solaris 8 > (Sparc), compiled with gcc-4.0.3 and Tcl/Tk 8.4.13. The new > version of Tcl::Tk fails some tests: > > t/text..........Can't locate Tcl/Tk/Widget/Text.pm in @INC (@INC > contains: /home/hwadm/.cpan/build/Tcl-Tk-0.94- > kAuRf4/blib/lib /home/hwadm/.cpan/build/Tcl-Tk-0.94- > kAuRf4/blib/arch /opt/perl_5.8.8/lib . /opt/perl_5.8.8/lib .) > at /home/hwadm/.cpan/build/Tcl-Tk-0.94-kAuRf4/blib/lib/Tcl/Tk.pm line > 1593. > t/unicode.......Can't locate Tcl/Tk/Widget/Text.pm in @INC (@INC > contains: /home/hwadm/.cpan/build/Tcl-Tk-0.94- > kAuRf4/blib/lib /home/hwadm/.cpan/build/Tcl-Tk-0.94- > kAuRf4/blib/arch /opt/perl_5.8.8/lib . /opt/perl_5.8.8/lib .) > at /home/hwadm/.cpan/build/Tcl-Tk-0.94-kAuRf4/blib/lib/Tcl/Tk.pm line > 1593. > > Did you forget to include the lib/Tcl/Tk/Widget/Text.pm in MANIFEST? >
I guess you're right. Ok, I'll release updated version Thank you for your help. Vadim.
I've re-uploaded next version 0.95 of the module to CPAN with mentioned fixes, so hopefully the problem will be fixed.