Issue 28924 - deliver.pl emits warnings
Summary: deliver.pl emits warnings
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: OOo 1.1.2
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1.2
Assignee: vg
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-07 19:12 UTC by pavel
Modified: 2006-03-14 21:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-05-07 19:12:36 UTC
Hi,

this change:

revision 1.50.8.4
date: 2004/05/04 10:26:11;  author: vg;  state: Exp;  lines: +18 -44
#100000# more elaborate prove for unstripped binaries

caused these warnings:

+ ../solenv/bin/deliver.pl
deliver -- version: 1.50.8.4
COPY: build.lst ->
/home/pavel/BuildDir/ooo_cws_srx645_ooo112fix2_src/solver/645/unxlngi4.pro/inc/transex3/build.lst
COPY: ../unxlngi4.pro/bin/cfgex ->
/home/pavel/BuildDir/ooo_cws_srx645_ooo112fix2_src/solver/645/unxlngi4.pro/bin/cfgex
Use of uninitialized value in pattern match (m//) at ../solenv/bin/deliver.pl
line 674.
Argument "cfgex" isn't numeric in numeric ne (!=) at ../solenv/bin/deliver.pl
line 674.
COPY: ../unxlngi4.pro/bin/transex3 ->
/home/pavel/BuildDir/ooo_cws_srx645_ooo112fix2_src/solver/645/unxlngi4.pro/bin/transex3
Use of uninitialized value in pattern match (m//) at ../solenv/bin/deliver.pl
line 674.
Argument "transex3" isn't numeric in numeric ne (!=) at ../solenv/bin/deliver.pl
line 674.
COPY: ../unxlngi4.pro/bin/lngex ->
/home/pavel/BuildDir/ooo_cws_srx645_ooo112fix2_src/solver/645/unxlngi4.pro/bin/lngex
Use of uninitialized value in pattern match (m//) at ../solenv/bin/deliver.pl
line 674.
Argument "lngex" isn't numeric in numeric ne (!=) at ../solenv/bin/deliver.pl
line 674.
COPY: ../unxlngi4.pro/bin/localize ->
/home/pavel/BuildDir/ooo_cws_srx645_ooo112fix2_src/solver/645/unxlngi4.pro/bin/localize
Use of uninitialized value in pattern match (m//) at ../solenv/bin/deliver.pl
line 674.
Argument "localize" isn't numeric in numeric ne (!=) at ../solenv/bin/deliver.pl
line 674.
COPY: ../unxlngi4.pro/bin/xrmex ->
/home/pavel/BuildDir/ooo_cws_srx645_ooo112fix2_src/solver/645/unxlngi4.pro/bin/xrmex
Use of uninitialized value in pattern match (m//) at ../solenv/bin/deliver.pl
line 674.
Argument "xrmex" isn't numeric in numeric ne (!=) at ../solenv/bin/deliver.pl
line 674.
COPY: ../unxlngi4.pro/bin/gsicheck ->
/home/pavel/BuildDir/ooo_cws_srx645_ooo112fix2_src/solver/645/unxlngi4.pro/bin/gsicheck
Use of uninitialized value in pattern match (m//) at ../solenv/bin/deliver.pl
line 674.
Argument "gsicheck" isn't numeric in numeric ne (!=) at ../solenv/bin/deliver.pl
line 674.
Comment 1 pavel 2004-05-07 19:13:07 UTC
set target
Comment 2 vg 2004-05-10 08:57:48 UTC
Yes, there's been a typo, now it's fixed. Unfortunately, in our environment
there were no warnings issued...
Comment 3 pavel 2004-05-11 19:16:00 UTC
Verified, closing.

Thanks!