Right, so most smoke reports should skip it. But I know some cpansmokers use fake $DISPLAY's to have modules pass/fail. e.g. see my Tk::Clock based on Tk. (Feel free to steal from Makefile.PL).

Anyway, I tried to install all modules you mentioned. They all failed because of missing prereq's that are not mentioned in the docs. After I installed the missing tk packages (on OpenSUSE 11.3), I still got:

$ cpan Tcl::pTk Devel::tcltkdb : : Running make test PERL_DL_NONLAZY=1 /pro/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/after.t ..................... ok : t/fileevent.t ................. Can't locate sys/ioctl.ph in @INC (@IN +C contains: /home/merijn/.cpan/build/Tcl-pTk-0.85-MFvlEW/blib/lib /ho +me/merijn/.cpan/build/Tcl-pTk-0.85-MFvlEW/blib/arch /pro/lib/perl5/si +te_perl/5.12.2/i686-linux-64int-ld /pro/lib/perl5/site_perl/5.12.2 /p +ro/lib/perl5/5.12.2/i686-linux-64int-ld /pro/lib/perl5/5.12.2 .) at / +home/merijn/.cpan/build/Tcl-pTk-0.85-MFvlEW/blib/lib/Tcl/pTk/Widget.p +m line 2144. t/fileevent.t ................. Dubious, test returned 2 (wstat 512, 0 +x200) Failed 2/2 subtests t/fileevent2.t ................ Can't locate sys/ioctl.ph in @INC (@IN +C contains: /home/merijn/.cpan/build/Tcl-pTk-0.85-MFvlEW/blib/lib /ho +me/merijn/.cpan/build/Tcl-pTk-0.85-MFvlEW/blib/arch /pro/lib/perl5/si +te_perl/5.12.2/i686-linux-64int-ld /pro/lib/perl5/site_perl/5.12.2 /p +ro/lib/perl5/5.12.2/i686-linux-64int-ld /pro/lib/perl5/5.12.2 .) at / +home/merijn/.cpan/build/Tcl-pTk-0.85-MFvlEW/blib/lib/Tcl/pTk/Widget.p +m line 2144. t/fileevent2.t ................ Dubious, test returned 2 (wstat 512, 0 +x200) Failed 1/1 subtests : Running make test PERL_DL_NONLAZY=1 /pro/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/after.t ....... ok : t/text.t ........ can't find package widget::scrolledwindow at /home/m +erijn/.cpan/build/Tcl-Tk-1.04-Mr6h_N/blib/lib/Tcl/Tk.pm line 794. t/text.t ........ Dubious, test returned 2 (wstat 512, 0x200) Failed 3/3 subtests

But I'm not interested enough to dig any deeper.


Enjoy, Have FUN! H.Merijn

In reply to Re^4: How a baisc debugging effort restored my sanity! by Tux
in thread How a baisc debugging effort restored my sanity! by umasuresh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.