Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Installing Tk on Strawberry

by syphilis (Archbishop)
on Aug 14, 2017 at 00:08 UTC ( [id://1197352]=note: print w/replies, xml ) Need Help??


in reply to Installing Tk on Strawberry

The installation starts, I see all sort of GUI widget displayed ...

That's just the tests running.

Failed 2/75 test programs. 2/4584 subtests failed.

No such problem for me on Windows 7, Strawberry 5.26.0.
What version of Windows are you running, and what does perl -v output for you ?

I think you could go ahead and install the module, anyway. Just force the installation ( cpan -fi Tk ) or cd to the directory in which Tk was built and run gmake install

It would, of course, be good to also get some understanding of what's going wrong here. I couldn't quickly spot any bug reports at https://rt.cpan.org/Public/Dist/Display.html?Name=Tk that seemed relevant to the 2 failures you're seeing.

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Installing Tk on Strawberry
by beech (Parson) on Aug 14, 2017 at 00:20 UTC

    Hi,

    Looks like position/geometry related, weird to fail, but not a big deal

    listbox.t#L1553

    t\list.t ..................... ok # Failed test at t\listbox.t line 1553. # '25x10+0+0' # doesn't match '(?^:20x10\+\d+\+\d+)' # Looks like you failed 1 test of 537. t\listbox.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/537 subtests (less 81 skipped subtests: 455 okay) (4 TODO tests unexpectedly succeeded)

    wm-tcl.t#L779

    # Failed test 'wm geometry, setting and getting values' # at t\wm-tcl.t line 779. # got: '182x150+50+50' # expected: '150x150+50+50' # Looks like you failed 1 test of 315. t\wm-tcl.t ................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/315 subtests (less 45 skipped subtests: 269 okay) (1 TODO test unexpectedly succeeded)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197352]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found