When compiling our software with new perl version we get a request for full path file - below is the message we get. Did someone sow this before ? Thanks
/home/michaelw/TSL13_0118/RGP/RGP_TS13SL_CALIBRE_1_4> RGP_TS13SL_CALIBRE_SOL.sh Use of uninitialized value in pattern match (m//) at /loader/0x4b978c/utf8_heavy.pl line 164. Use of uninitialized value in scalar assignment at /loader/0x4b978c/utf8_heavy.pl line 180. Use of uninitialized value in pattern match (m//) at /loader/0x4b978c/utf8_heavy.pl line 181. Use of uninitialized value in scalar assignment at /loader/0x4b978c/utf8_heavy.pl line 238. Use of uninitialized value in pattern match (m//) at /loader/0x4b978c/utf8_heavy.pl line 241. Use of uninitialized value in scalar assignment at /loader/0x4b978c/utf8_heavy.pl line 290. Use of uninitialized value in pattern match (m//) at /loader/0x4b978c/utf8_heavy.pl line 291. panic: swash_fetch. at /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/Tk/Widget.pm lin +e 190 <=== Here is the biggie! ============== Tk::Widget::new('Tk::Label','MainWindow=HASH(0x81b6a4)','-background', +'# bdFbbb3b aaaf') called at /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/Tk/Widget.pm line 256 Tk::Widget::__ANON__('MainWindow=HASH(0x81b6a4)','-background','#bdFbb +b3 baaaf') called at script/rgp_tmp_calibre line 191 require main called at ../blib/lib/PAR.pm line 211 PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0x5af00c)', +1) called at script/main.pl line 4 require main called at ../blib/lib/PAR.pm line 211 PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0x5afab4)') called at ../blib/lib/PAR.pm line 189 PAR::import('PAR') called at par.pl line 680 eval {...} called at par.pl line 165 __par_pl::BEGIN() called at HELP/rgp_spec_rules.pm line 0 eval {...} called at HELP/rgp_spec_rules.pm line 0 at script/rgp_tmp_calibre line 191 Font -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-* still in cache.

Edited by planetscape - added code tags


In reply to Geting request for full path package after using DD by Anonymous Monk

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.