Skip Menu |

This queue is for tickets about the Tkx CPAN distribution.

Report information
The Basics
Id: 67823
Status: open
Priority: 0/
Queue: Tkx

People
Owner: Nobody in particular
Requestors: mgarcia [...] cistrans.cl
Cc:
AdminCc:

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



Subject: can't install, make test fal
Can't install Tkx. perl Makefile.PL and make works OK make test fail. attached is a file with my linux version, perl version and errors displayed by make test
Subject: TkxBug.txt
Linux version: Linux mgarcia 2.6.35.12-88.fc14.i686 #1 SMP Thu Mar 31 22:12:38 UTC 2011 i686 i686 i386 GNU/Linux Perl version: This is perl 5, version 12, subversion 3 (v5.12.3) built for i386-linux-thread-multi Copyright 1987-2010, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. Output from make test (perl Makefile.PL and make does't show any error or warning) PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t can't find package Tk at t/LabEntry.t line 8. Compilation failed in require at t/LabEntry.t line 8. BEGIN failed--compilation aborted at t/LabEntry.t line 8. t/LabEntry.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run can't find package Tk at t/mega-config.t line 8. Compilation failed in require at t/mega-config.t line 8. BEGIN failed--compilation aborted at t/mega-config.t line 8. t/mega-config.t ... Dubious, test returned 2 (wstat 512, 0x200) No subtests run can't find package Tk at t/mega.t line 8. Compilation failed in require at t/mega.t line 8. BEGIN failed--compilation aborted at t/mega.t line 8. t/mega.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run can't find package Tk at t/nul-char.t line 15. Compilation failed in require at t/nul-char.t line 15. BEGIN failed--compilation aborted at t/nul-char.t line 15. t/nul-char.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run can't find package Tk at t/tcl-callback.t line 8. Compilation failed in require at t/tcl-callback.t line 8. BEGIN failed--compilation aborted at t/tcl-callback.t line 8. t/tcl-callback.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run can't find package Tk at t/tcl.t line 8. Compilation failed in require at t/tcl.t line 8. BEGIN failed--compilation aborted at t/tcl.t line 8. t/tcl.t ........... Dubious, test returned 2 (wstat 512, 0x200) No subtests run can't find package Tk at t/tk.t line 8. Compilation failed in require at t/tk.t line 8. BEGIN failed--compilation aborted at t/tk.t line 8. t/tk.t ............ Dubious, test returned 2 (wstat 512, 0x200) No subtests run can't find package Tk at t/utf8.t line 15. Compilation failed in require at t/utf8.t line 15. BEGIN failed--compilation aborted at t/utf8.t line 15. t/utf8.t .......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/LabEntry.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/mega-config.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/mega.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/nul-char.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/tcl-callback.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/tcl.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/tk.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/utf8.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=8, Tests=0, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.18 cusr 0.02 csys = 0.23 CPU) Result: FAIL Failed 8/8 test programs. 0/0 subtests failed. make: *** [test_dynamic] Error 2
On Thu Apr 28 17:59:56 2011, mgarcia wrote:
Show quoted text
> Can't install Tkx.
> perl Makefile.PL and make works OK
>
> make test fail.
> attached is a file with my linux version, perl version and errors
> displayed by make test

"can't find package Tk"…is Tk installed (not just Tcl)? At the time I think command to accomplish this on Fedora would've been yum install tk.