Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 78519
Status: stalled
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: ricardosolj [...] gmail.com
Cc:
AdminCc:

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



Subject: Installing Tk
Date: Sun, 22 Jul 2012 18:28:41 +0100
To: bug-Tk [...] rt.cpan.org
From: Ricardo Sol <ricardosolj [...] gmail.com>
Hello and thank you, I'm trying to use the Tk module with: sudo /usr/local/bin/perl -v Password: This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-2level 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. uname -a Darwin ricardo-jesuss-macbook-pro-3.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 I'm trying to use talk2tobii a warper that uses perl to connect to a eyetracker, and need the follwoing modules: *Time::HiRes Term::ReadKey Tk::CursorControl Tk::JPEG Tk::PNG Tk* All Tk:: modules don't pass the test before installing. I've tried with versions 5.8.8 (default) and 5.16.0 While trying to test Tk the following error occurs: t/listbox.t .................. 495/537 # Failed test at t/listbox.t line 2122. # Structures begin differing at: # $got->[2] = 'x 0 1' # $expected->[2] = 'x 0 0.5' # Scrollinfo not as expected (after double insert): <x 0 1;x 0 1;x 0 1;x 0 0.5> # Looks like you failed 1 test of 537. t/listbox.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/537 subtests (less 26 skipped subtests: 510 okay) (4 TODO tests unexpectedly succeeded) t/listvar.t .................. ok t/magic.t .................... ok t/mega.t ..................... ok t/msgbox.t ................... ok t/mwm.t ...................... ok t/objglue.t .................. ok t/optmenu.t .................. ok t/photo.t .................... ok t/pixmap.t ................... ok t/progbar.t .................. ok t/property.t ................. ok t/regexp.t ................... ok t/Require.t .................. ok t/rotext.t ................... ok t/slaves.t ................... ok t/table.t .................... ok t/text.t ..................... 282/415 Stack moved 96e800 => 96e804 t/text.t ..................... ok t/text2.t .................... 1/8 untie attempted while 3 inner references still exist at t/text2.t line 60. untie attempted while 10 inner references still exist at t/text2.t line 72. t/text2.t .................... ok t/textundo.t ................. ok t/Tkxs.t ..................... ok t/Trace.t .................... ok t/trace1.t ................... ok t/unicode.t .................. ok t/widget.t ................... ok t/wm-tcl.t ................... ok t/wm-time.t .................. # Start update 2 # . update 0.00751 2 t/wm-time.t .................. 1/? # .label update 0.0106 1 # Start Popup 2 # .toplevel Popup 0.00357 2 # .toplevel.label Popup 0.00406 1 # Start withdraw 0 # Start Popup Again 2 # .toplevel Popup Again 0.00518 2 # .toplevel.label Popup Again 0.00631 1 # Start destroy 0 t/wm-time.t .................. ok t/wm.t ....................... ok t/X.t ........................ ok t/zzHList.t .................. ok t/zzPhoto.t .................. ok t/zzScrolled.t ............... ok t/zzText.t ................... ok t/zzTixGrid.t ................ ok Test Summary Report ------------------- t/listbox.t (Wstat: 256 Tests: 537 Failed: 1) Failed test: 502 TODO passed: 320-322, 328 Non-zero exit status: 1 t/text.t (Wstat: 0 Tests: 415 Failed: 0) TODO passed: 121 t/wm-tcl.t (Wstat: 0 Tests: 315 Failed: 0) TODO passed: 64, 86-87, 154-159, 164-165, 171-178, 221-224 237-239, 264-265, 275-276, 280-283, 300 t/zzScrolled.t (Wstat: 0 Tests: 94 Failed: 0) TODO passed: 52, 66, 80, 94 Files=72, Tests=4331, 67 wallclock secs ( 0.85 usr 0.31 sys + 15.48 cusr 2.00 csys = 18.64 CPU) Result: FAIL Failed 1/72 test programs. 1/4331 subtests failed. make: *** [test_dynamic] Error 255 SREZIC/Tk-804.030.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SREZIC/Tk-804.030.tar.gz
Subject: Re: [rt.cpan.org #78519] AutoReply: Installing Tk
Date: Sun, 22 Jul 2012 20:43:34 +0100
To: bug-Tk [...] rt.cpan.org
From: Ricardo Sol <ricardosolj [...] gmail.com>
I think the problem is in the test i've send because when I force installing Tk and work with talk2tobii I get the following Tk::Widget error and when checked confirms problems, (same thing in perl 5.8.8 and 5.16.0) please see here: Show quoted text
--------------- UNEXPECTED ERROR --------------- Files for tranparent cursor not found at Tk/Widget.pm line 256 ------------------------------------------------ The application has been forcely closed! ricardo-jesuss-macbook-pro-3:CODAgetXY rsol$ perl -MTK::Widget -e 1 ricardo-jesuss-macbook-pro-3:CODAgetXY rsol$ perl -MTk::Widget -e 1 Can't locate object method "Construct" via package "Tk::Widget" at /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk/Frame.pm line 13. Compilation failed in require at (eval 11) line 3. ...propagated at /System/Library/Perl/5.8.8/base.pm line 85. BEGIN failed--compilation aborted at /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk/Toplevel.pm line 10. Compilation failed in require at (eval 9) line 3. ...propagated at /System/Library/Perl/5.8.8/base.pm line 85. BEGIN failed--compilation aborted at /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk/MainWindow.pm line 5. Compilation failed in require at /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk.pm line 192. Compilation failed in require at (eval 2) line 3. ...propagated at /System/Library/Perl/5.8.8/base.pm line 85. BEGIN failed--compilation aborted at /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk/Widget.pm line 12. Compilation failed in require. BEGIN failed--compilation aborted. On Sun, Jul 22, 2012 at 6:29 PM, Bugs in Tk via RT <bug-Tk@rt.cpan.org>wrote:
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Installing Tk", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #78519]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=78519 > > Please include the string: > > [rt.cpan.org #78519] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-Tk@rt.cpan.org > > ------------------------------------------------------------------------- > Hello and thank you, > I'm trying to use the Tk module with: > > sudo /usr/local/bin/perl -v > Password: > > This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-2level > > 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. > > > uname -a > Darwin ricardo-jesuss-macbook-pro-3.local 9.8.0 Darwin Kernel Version > 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 > > > I'm trying to use talk2tobii a warper that uses perl to connect to a > eyetracker, and need the follwoing modules: > *Time::HiRes > Term::ReadKey > Tk::CursorControl > Tk::JPEG > Tk::PNG > Tk* > > All Tk:: modules don't pass the test before installing. > I've tried with versions 5.8.8 (default) and 5.16.0 > While trying to test Tk the following error occurs: > > t/listbox.t .................. 495/537 > > # Failed test at t/listbox.t line 2122. > > # Structures begin differing at: > > # $got->[2] = 'x 0 1' > > # $expected->[2] = 'x 0 0.5' > > # Scrollinfo not as expected (after double insert): <x 0 1;x 0 1;x 0 1;x 0 > 0.5> > > # Looks like you failed 1 test of 537. > > t/listbox.t .................. Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/537 subtests > > (less 26 skipped subtests: 510 okay) > > (4 TODO tests unexpectedly succeeded) > > t/listvar.t .................. ok > > t/magic.t .................... ok > > t/mega.t ..................... ok > > t/msgbox.t ................... ok > > t/mwm.t ...................... ok > > t/objglue.t .................. ok > > t/optmenu.t .................. ok > > t/photo.t .................... ok > > t/pixmap.t ................... ok > > t/progbar.t .................. ok > > t/property.t ................. ok > > t/regexp.t ................... ok > > t/Require.t .................. ok > > t/rotext.t ................... ok > > t/slaves.t ................... ok > > t/table.t .................... ok > > t/text.t ..................... 282/415 Stack moved 96e800 => 96e804 > > t/text.t ..................... ok > > t/text2.t .................... 1/8 untie attempted while 3 inner references > still exist at t/text2.t line 60. > > untie attempted while 10 inner references still exist at t/text2.t line 72. > > t/text2.t .................... ok > > t/textundo.t ................. ok > > t/Tkxs.t ..................... ok > > t/Trace.t .................... ok > > t/trace1.t ................... ok > > t/unicode.t .................. ok > > t/widget.t ................... ok > > t/wm-tcl.t ................... ok > > t/wm-time.t .................. # Start update 2 > > # . update 0.00751 2 > > t/wm-time.t .................. 1/? # .label update 0.0106 1 > > # Start Popup 2 > > # .toplevel Popup 0.00357 2 > > # .toplevel.label Popup 0.00406 1 > > # Start withdraw 0 > > # Start Popup Again 2 > > # .toplevel Popup Again 0.00518 2 > > # .toplevel.label Popup Again 0.00631 1 > > # Start destroy 0 > > t/wm-time.t .................. ok > > t/wm.t ....................... ok > > t/X.t ........................ ok > > t/zzHList.t .................. ok > > t/zzPhoto.t .................. ok > > t/zzScrolled.t ............... ok > > t/zzText.t ................... ok > > t/zzTixGrid.t ................ ok > > > > Test Summary Report > > ------------------- > > t/listbox.t (Wstat: 256 Tests: 537 Failed: 1) > > Failed test: 502 > > TODO passed: 320-322, 328 > > Non-zero exit status: 1 > > t/text.t (Wstat: 0 Tests: 415 Failed: 0) > > TODO passed: 121 > > t/wm-tcl.t (Wstat: 0 Tests: 315 Failed: 0) > > TODO passed: 64, 86-87, 154-159, 164-165, 171-178, 221-224 > > 237-239, 264-265, 275-276, 280-283, 300 > > t/zzScrolled.t (Wstat: 0 Tests: 94 Failed: 0) > > TODO passed: 52, 66, 80, 94 > > Files=72, Tests=4331, 67 wallclock secs ( 0.85 usr 0.31 sys + 15.48 cusr > 2.00 > csys = 18.64 CPU) > > Result: FAIL > > Failed 1/72 test programs. 1/4331 subtests failed. > > make: *** [test_dynamic] Error 255 > > SREZIC/Tk-804.030.tar.gz > > /usr/bin/make test -- NOT OK > > //hint// to see the cpan-testers results for installing this module, try: > > reports SREZIC/Tk-804.030.tar.gz > >
On 2012-07-22 15:44:28, ricardosolj@gmail.com wrote: Show quoted text
> I think the problem is in the test i've send because when I force > installing Tk and work with talk2tobii I get the following Tk::Widget > error > and when checked confirms problems, (same thing in perl 5.8.8 and > 5.16.0)
I don't think the test failure is related to the Tk::Widget error. The failure in t/listbox.t is possibly a timing problem in the communication between the Tk app and the window manager, and I see it also sometimes on my own box (freebsd with fvwm window manager). But it's mostly harmless. The Tk::Widget error looks more like a problem with the Tk installation --- maybe some files were not installed correctly? Regards, Slaven Show quoted text
> please see here: > > --------------- UNEXPECTED ERROR --------------- > Files for tranparent cursor not found at Tk/Widget.pm line 256 > ------------------------------------------------ > The application has been forcely closed! > ricardo-jesuss-macbook-pro-3:CODAgetXY rsol$ perl -MTK::Widget -e 1 > ricardo-jesuss-macbook-pro-3:CODAgetXY rsol$ perl -MTk::Widget -e 1 > Can't locate object method "Construct" via package "Tk::Widget" at > /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk/Frame.pm line 13. > Compilation failed in require at (eval 11) line 3. > ...propagated at /System/Library/Perl/5.8.8/base.pm line 85. > BEGIN failed--compilation aborted at > /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk/Toplevel.pm line 10. > Compilation failed in require at (eval 9) line 3. > ...propagated at /System/Library/Perl/5.8.8/base.pm line 85. > BEGIN failed--compilation aborted at > /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk/MainWindow.pm line > 5. > Compilation failed in require at > /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk.pm line 192. > Compilation failed in require at (eval 2) line 3. > ...propagated at /System/Library/Perl/5.8.8/base.pm line 85. > BEGIN failed--compilation aborted at > /Library/Perl/5.8.8/darwin-thread-multi-2level/Tk/Widget.pm line 12. > Compilation failed in require. > BEGIN failed--compilation aborted. > > > > > > On Sun, Jul 22, 2012 at 6:29 PM, Bugs in Tk via RT <bug- > Tk@rt.cpan.org>wrote: >
> > > > Greetings, > > > > This message has been automatically generated in response to the > > creation of a trouble ticket regarding: > > "Installing Tk", > > a summary of which appears below. > > > > There is no need to reply to this message right now. Your ticket has > > been > > assigned an ID of [rt.cpan.org #78519]. Your ticket is accessible > > on the web at: > > > > https://rt.cpan.org/Ticket/Display.html?id=78519 > > > > Please include the string: > > > > [rt.cpan.org #78519] > > > > in the subject line of all future correspondence about this issue. To > > do > > so, > > you may reply to this message. > > > > Thank you, > > bug-Tk@rt.cpan.org > > > > ------------------------------------------------------------------------- > > Hello and thank you, > > I'm trying to use the Tk module with: > > > > sudo /usr/local/bin/perl -v > > Password: > > > > This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin- > > 2level > > > > 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. > > > > > > uname -a > > Darwin ricardo-jesuss-macbook-pro-3.local 9.8.0 Darwin Kernel Version > > 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu- > > 1228.15.4~1/RELEASE_I386 i386 > > > > > > I'm trying to use talk2tobii a warper that uses perl to connect to a > > eyetracker, and need the follwoing modules: > > *Time::HiRes > > Term::ReadKey > > Tk::CursorControl > > Tk::JPEG > > Tk::PNG > > Tk* > > > > All Tk:: modules don't pass the test before installing. > > I've tried with versions 5.8.8 (default) and 5.16.0 > > While trying to test Tk the following error occurs: > > > > t/listbox.t .................. 495/537 > > > > # Failed test at t/listbox.t line 2122. > > > > # Structures begin differing at: > > > > # $got->[2] = 'x 0 1' > > > > # $expected->[2] = 'x 0 0.5' > > > > # Scrollinfo not as expected (after double insert): <x 0 1;x 0 1;x 0 > > 1;x 0 > > 0.5> > > > > # Looks like you failed 1 test of 537. > > > > t/listbox.t .................. Dubious, test returned 1 (wstat 256, > > 0x100) > > > > Failed 1/537 subtests > > > > (less 26 skipped subtests: 510 okay) > > > > (4 TODO tests unexpectedly succeeded) > > > > t/listvar.t .................. ok > > > > t/magic.t .................... ok > > > > t/mega.t ..................... ok > > > > t/msgbox.t ................... ok > > > > t/mwm.t ...................... ok > > > > t/objglue.t .................. ok > > > > t/optmenu.t .................. ok > > > > t/photo.t .................... ok > > > > t/pixmap.t ................... ok > > > > t/progbar.t .................. ok > > > > t/property.t ................. ok > > > > t/regexp.t ................... ok > > > > t/Require.t .................. ok > > > > t/rotext.t ................... ok > > > > t/slaves.t ................... ok > > > > t/table.t .................... ok > > > > t/text.t ..................... 282/415 Stack moved 96e800 => 96e804 > > > > t/text.t ..................... ok > > > > t/text2.t .................... 1/8 untie attempted while 3 inner > > references > > still exist at t/text2.t line 60. > > > > untie attempted while 10 inner references still exist at t/text2.t > > line 72. > > > > t/text2.t .................... ok > > > > t/textundo.t ................. ok > > > > t/Tkxs.t ..................... ok > > > > t/Trace.t .................... ok > > > > t/trace1.t ................... ok > > > > t/unicode.t .................. ok > > > > t/widget.t ................... ok > > > > t/wm-tcl.t ................... ok > > > > t/wm-time.t .................. # Start update 2 > > > > # . update 0.00751 2 > > > > t/wm-time.t .................. 1/? # .label update 0.0106 1 > > > > # Start Popup 2 > > > > # .toplevel Popup 0.00357 2 > > > > # .toplevel.label Popup 0.00406 1 > > > > # Start withdraw 0 > > > > # Start Popup Again 2 > > > > # .toplevel Popup Again 0.00518 2 > > > > # .toplevel.label Popup Again 0.00631 1 > > > > # Start destroy 0 > > > > t/wm-time.t .................. ok > > > > t/wm.t ....................... ok > > > > t/X.t ........................ ok > > > > t/zzHList.t .................. ok > > > > t/zzPhoto.t .................. ok > > > > t/zzScrolled.t ............... ok > > > > t/zzText.t ................... ok > > > > t/zzTixGrid.t ................ ok > > > > > > > > Test Summary Report > > > > ------------------- > > > > t/listbox.t (Wstat: 256 Tests: 537 Failed: 1) > > > > Failed test: 502 > > > > TODO passed: 320-322, 328 > > > > Non-zero exit status: 1 > > > > t/text.t (Wstat: 0 Tests: 415 Failed: 0) > > > > TODO passed: 121 > > > > t/wm-tcl.t (Wstat: 0 Tests: 315 Failed: 0) > > > > TODO passed: 64, 86-87, 154-159, 164-165, 171-178, 221-224 > > > > 237-239, 264-265, 275-276, 280-283, 300 > > > > t/zzScrolled.t (Wstat: 0 Tests: 94 Failed: 0) > > > > TODO passed: 52, 66, 80, 94 > > > > Files=72, Tests=4331, 67 wallclock secs ( 0.85 usr 0.31 sys + 15.48 > > cusr > > 2.00 > > csys = 18.64 CPU) > > > > Result: FAIL > > > > Failed 1/72 test programs. 1/4331 subtests failed. > > > > make: *** [test_dynamic] Error 255 > > > > SREZIC/Tk-804.030.tar.gz > > > > /usr/bin/make test -- NOT OK > > > > //hint// to see the cpan-testers results for installing this module, > > try: > > > > reports SREZIC/Tk-804.030.tar.gz > > > >